From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 00:51:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9F54E26C2284
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 00:51:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 90A7E1A40CD;
	Sun,  1 May 2016 00:51:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awfbB-000562-31; Sun, 01 May 2016 00:51:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awfbA-00055t-Mo
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 00:51:00 +0000
Received: from chaenomeles.canonical.com ([91.189.89.119])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awfbA-0003dq-HD
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 00:51:00 +0000
Received: from chaenomeles.canonical.com (unknown [IPv6:::1])
 by chaenomeles.canonical.com (Postfix) with ESMTPS id 76363680D27
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 00:51:00 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 00:51:00 -0000
From: Launchpad Bug Tracker <1577001@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dank janitor unit3
X-Launchpad-Bug-Reporter: Dan Kegel (dank)
X-Launchpad-Bug-Modifier: =?utf-8?q?St=C3=A9phane_Graber_=28stgraber=29?=
References: <20160430154557.5909.70865.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1577001] [NEW] Installing lxd leaves /var/lib/lxd/unix.socket
 with wrong group ownership
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160501005100.5120.29541.launchpad@chaenomeles.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f07a6e5e7506a51172b29c57947716cfd36e083f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577001 <1577001@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

On ubuntu 16.04, doing
  sudo apt-get install lxd
sometimes leaves the file
  /var/lib/lxd/unix.socket
with group root, but it should have group lxd.   Doing
  sudo systemctl restart lxd.socket
rescues the file and gives it the right group ownership.

Adding logging to the package's postinst shows that, if /var/lib/lxd/unix.socket did not already exist, it is created by the line
 deb-systemd-helper enable lxd.service
and with the wrong group permissions.
If the socket already existed with the correct group ownership that command breaks the permissions and sets it to be group root.

It's about 90% repeatable on one machine here (with an SSD main disk).

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: lxd 2.0.0-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Apr 30 08:24:53 2016
InstallationDate: Installed on 2016-03-26 (35 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
SourcePackage: lxd
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: Confirmed


** Tags: amd64 apport-bug xenial
-- 
Installing lxd leaves /var/lib/lxd/unix.socket with wrong group ownership
https://bugs.launchpad.net/bugs/1577001
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to systemd in Ubuntu.

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 01:00:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B985826C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 01:00:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9323E1A3F97;
	Sun,  1 May 2016 01:00:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awfkf-0005T7-5T; Sun, 01 May 2016 01:00:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awfke-0005Sn-02
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 01:00:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awfkd-0003zA-Mn
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 01:00:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A64A82E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 01:00:47 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 00:52:16 -0000
From: =?utf-8?q?St=C3=A9phane_Graber?= <stgraber@stgraber.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dank janitor stgraber unit3
X-Launchpad-Bug-Reporter: Dan Kegel (dank)
X-Launchpad-Bug-Modifier: =?utf-8?q?St=C3=A9phane_Graber_=28stgraber=29?=
References: <20160430154557.5909.70865.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160501005216.24805.24933.malone@wampee.canonical.com>
Subject: [Bug 1577001] Re: Installing lxd leaves /var/lib/lxd/unix.socket with
 wrong group ownership
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 61103887dfb12d2a4ae2065c31913f41632dcd2d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577001 <1577001@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Moving over to systemd, our unit is very clear about the expected owner
for the socket. The needed group is created in preinst so is guaranteed
to be there by the time systemd is poked in postinst. LXD itself doesn't
change socket ownership when socket activated and if it did, it would
honor the --group option which would have it chown to the right group.

** Package changed: lxd (Ubuntu) => systemd (Ubuntu)

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

Title:
  Installing lxd leaves /var/lib/lxd/unix.socket with wrong group
  ownership

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 02:25:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 524A426C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 02:25:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 440F61A3E53;
	Sun,  1 May 2016 02:25:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awh4k-0003I0-J7; Sun, 01 May 2016 02:25:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awh4j-0003Hl-66
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 02:25:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awh4i-0007uu-SX
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 02:25:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C35E92E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 02:25:36 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 02:15:45 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=firefox; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Confirmed; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9 darkxst seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160429082852.24276.26082.malonedeb@gac.canonical.com>
Message-Id: <20160501021546.24196.29926.launchpad@gac.canonical.com>
Subject: [Bug 1576576] Re: Update to 3.20 needs work and coordination
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d1d86afc43f6265d2a0420c8429e01c7741fb723
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576576 <1576576@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: Mozilla Bugzilla #1234158
   https://bugzilla.mozilla.org/show_bug.cgi?id=1234158

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=1234158
   Importance: Unknown
       Status: Unknown

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

Title:
  Update to 3.20 needs work and coordination

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 04:00:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 394DA26C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 04:00:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 286451A33C7;
	Sun,  1 May 2016 04:00:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awiYx-0000M1-Hs; Sun, 01 May 2016 04:00:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awiYw-0000Lk-O9
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 04:00:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awiYw-00046F-A5
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 04:00:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2701F2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 04:00:54 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 03:54:04 -0000
From: Anthony S <1563155@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Anthony S (aaaantoine)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160501035404.17324.54487.malone@soybean.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0fb10ba50ff5bdc2ae8edc55c8ee1e696aec3059
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

There's an Ask Ubuntu question about this bug.

http://askubuntu.com/questions/760278/the-new-software-center-in-
ubuntu-16-04-shows-no-application-data-found/762186

The accepted answer did not solve the problem for me, but it might help
someone else.

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 04:10:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 18D4326C2284
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 04:10:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 108D41A3F10;
	Sun,  1 May 2016 04:10:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awiiY-0001J8-TO; Sun, 01 May 2016 04:10:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awiiW-0001Ii-Kc
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 04:10:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awiiW-00010Q-3J
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 04:10:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0B3A92E80C2
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 04:10:48 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 04:00:42 -0000
From: Igor Starikov <1573408@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e gernophil idlesign
 janitor jfoc launchpad-startport mathew-hodson pitti
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Igor Starikov (idlesign)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160501040042.24997.65774.malone@wampee.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8b053e77a32f08554bb6d8331b789c4244bcf1ef
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Confirm solved in -proposed.

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 04:40:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7950726C25AE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 04:40:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6D63D1A3F9E;
	Sun,  1 May 2016 04:40:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awjBd-0003ZX-2A; Sun, 01 May 2016 04:40:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awjBb-0003ZJ-TE
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 04:40:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awjBb-0000KN-BA
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 04:40:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 42AB82E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 04:40:51 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 04:35:47 -0000
From: Khurshid Alam <khurshid.alam@linuxmail.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 khurshid-alam
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Khurshid Alam (khurshid-alam)
References: <20160430211051.25656.32497.malonedeb@wampee.canonical.com>
Message-Id: <20160501043547.24836.73513.malone@wampee.canonical.com>
Subject: [Bug 1577058] Re: SRU: Backport two fixes from upstream 3.14 into
 Xenial
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b1e7b6ec1e93ae2a57acf980fffb054d83e6a76c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577058 <1577058@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

First one looks good. Second one...not so sure. It made my custom-root-
context-menuitem disappear (created with nautilus action)

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

Title:
  SRU: Backport two fixes from upstream 3.14 into Xenial

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 05:31:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DEE5926C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 05:31:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D72A41A3F43;
	Sun,  1 May 2016 05:31:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awjyA-0003YO-Q1; Sun, 01 May 2016 05:31:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awjy9-0003YC-Fi
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 05:31:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awjy8-0007v7-74
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 05:31:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C45052E80D0
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 05:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 05:24:43 -0000
From: Khurshid Alam <khurshid.alam@linuxmail.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: khurshid-alam peterzay seb128
X-Launchpad-Bug-Reporter: peterzay (peterzay)
X-Launchpad-Bug-Modifier: Khurshid Alam (khurshid-alam)
References: <20160228194932.2093.95388.malonedeb@wampee.canonical.com>
Message-Id: <20160501052443.17438.79133.malone@soybean.canonical.com>
Subject: [Bug 1550989] Re: Text file preview in icon missing
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 38d90828bcd47460166aa9d3562a71d43414fa09
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1550989 <1550989@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@peterzay It is useless to file a bug to the upstream. They removed that
feature and abandoned development for nautilus 3.14 long ago. You better
try file a for newer nautilus (>=3.20).

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

Title:
  Text file preview in icon missing

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 09:40:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E0D5C26C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 09:40:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D21511A3D1D;
	Sun,  1 May 2016 09:40:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awnru-0004o7-Ga; Sun, 01 May 2016 09:40:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awnrt-0004nx-8E
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 09:40:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awnrs-0004KT-Ue
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 09:40:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D495B2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 09:40:48 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 09:35:37 -0000
From: Andrew Millington <andrew.millington@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andrew-millington
X-Launchpad-Bug-Reporter: Andrew Millington (andrew-millington)
X-Launchpad-Bug-Modifier: Andrew Millington (andrew-millington)
Message-Id: <20160501093537.17539.88570.malonedeb@soybean.canonical.com>
Subject: [Bug 1577125] [NEW] After an update some shortcuts were bound to a
 single key
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f2aa0d8a39b9bbb49ff39fcc90a9d3ccd7bd8265
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577125 <1577125@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

This is my first bug report and I know of what sometimes occurs when using a PPA.
After I posted a message on GNOME on Google plus
https://plus.google.com/+AndrewMillington0/posts/hJaUYZZnLSR

The short cuts were disabled and after an update those short cuts were somehow  enabled with a single key even though shown as disabled. The keys in question was 's' an 'l'.
's' was allocated to default help and 'l' to the screen keyboard on/off.

I spent a bit of time checking if I am doing the right thing in turns of
existing bugs and reporting to the right area.

lsb_release -rd
Description:	Ubuntu 16.04 LTS
Release:	16.04

** Affects: gnome-settings-daemon (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1577125

Title:
  After an update some shortcuts were bound to a single key

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 09:55:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6922F26C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 09:55:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 58DFF1A3FEB;
	Sun,  1 May 2016 09:55:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awo6L-00065M-L1; Sun, 01 May 2016 09:55:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awo6K-000658-3O
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 09:55:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awo6I-0005ZO-IF
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 09:55:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 326362E80CD
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 09:55:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 09:47:14 -0000
From: PeterPall <1489977@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: damascene janitor onlycparra-hotmail peterpall
X-Launchpad-Bug-Reporter: Usama Akkad (damascene)
X-Launchpad-Bug-Modifier: PeterPall (peterpall)
References: <20150828174505.21389.12228.malonedeb@gac.canonical.com>
Message-Id: <20160501094714.17389.32710.malone@soybean.canonical.com>
Subject: [Bug 1489977] Re: Nautilus  no thumbnails and high cpu usage
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c8d5076d6bd93a19b35af89a95ecc3db7eae8c52
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1489977 <1489977@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

In my case this seems to be caused by an extension: If I kill nautilus
and then start it from the command line I get an endless stream of:

AttributeError: Dummy instance has no attribute 'find_repository_path'
None
ERROR	rabbitvcs.services.checkerservice	org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 707, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/services/checkerservice.py", line 185, in GenerateMenuConditions
    path_dict = self.status_checker.generate_menu_conditions(upaths)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/services/statuschecker.py", line 55, in generate_menu_conditions
    conditions = MainContextMenuConditions(self.vcs_client, paths)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/util/contextmenu.py", line 1207, in __init__
    self.generate_statuses(paths)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/util/contextmenu.py", line 1217, in generate_statuses
    statuses_tmp = self.vcs_client.statuses(path)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/vcs/__init__.py", line 210, in statuses
    client = self.client(path)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/vcs/__init__.py", line 189, in client
    return self.git(guess["repo_path"], is_repo_path=False)
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/vcs/__init__.py", line 117, in git
    repo_path = git.find_repository_path(path)
AttributeError: Dummy instance has no attribute 'find_repository_path'
None

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

Title:
  Nautilus  no thumbnails and high cpu usage

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 10:55:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 301ED26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 10:55:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 23AF11A3EE0;
	Sun,  1 May 2016 10:55:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awp2W-00021i-6Y; Sun, 01 May 2016 10:55:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awp2U-000218-JK
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 10:55:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awp2U-00020d-61
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 10:55:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 246522E80C2
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 10:55:50 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 10:46:29 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andrew-millington
X-Launchpad-Bug-Reporter: Andrew Millington (andrew-millington)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160501093537.17539.88570.malonedeb@soybean.canonical.com>
Message-Id: <20160501104629.5219.27275.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1577125] Re: After an update some shortcuts were bound to a
 single key
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ac533d66ae0e68c4c8f9467427a710518945fa86
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577125 <1577125@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

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

** Changed in: ubuntu-gnome
    Milestone: None => yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1577125

Title:
  After an update some shortcuts were bound to a single key

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 12:35:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6211B26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 12:35:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5A5211A3830;
	Sun,  1 May 2016 12:35:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awqb0-000292-0y; Sun, 01 May 2016 12:35:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awqay-00028r-2h
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 12:35:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awqax-0001uI-QM
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 12:35:31 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B636B2E8072
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 12:35:31 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 12:27:28 -0000
From: SunBear <sunbear.c22@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: sunbear-c22 thepowerpuffgirls
X-Launchpad-Bug-Reporter: The Powerpuff Girls (thepowerpuffgirls)
X-Launchpad-Bug-Modifier: SunBear (sunbear-c22)
References: <20160427054551.5424.98778.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160501122729.25550.6275.malone@wampee.canonical.com>
Subject: [Bug 1575484] Re: "Set document metadata failed"
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 89ac577ea4a017b71009b73006959f228924d19a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575484 <1575484@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have similar issue.  
My warning msgs are shown below.  The lower two msgs appear when i click save on gedit.

(gedit:2335): Gtk-WARNING **: Calling Inhibit failed:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.gnome.SessionManager was not provided by any .service files

** (gedit:2335): WARNING **: Set document metadata failed: Setting
attribute metadata::gedit-spell-enabled not supported

** (gedit:2335): WARNING **: Set document metadata failed: Setting
attribute metadata::gedit-encoding not supported

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

Title:
  "Set document metadata failed"

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 12:41:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 76A3C26C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 12:41:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6FE5E1A4041;
	Sun,  1 May 2016 12:41:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awqgI-0002Sp-B8; Sun, 01 May 2016 12:41:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awqgH-0002SY-Tk
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 12:41:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awqgH-000558-Cc
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 12:41:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 44B202E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 12:41:01 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 12:35:48 -0000
From: Amr Ibrahim <1444174@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Fix Released; importance=Undecided; assignee=lars@uebernic.de; 
X-Launchpad-Bug-Tags: mir patch snappyrdp
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton larsu vanvugt
X-Launchpad-Bug-Reporter: Daniel van Vugt (vanvugt)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20150414222459.21207.84887.malonedeb@soybean.canonical.com>
Message-Id: <20160501123550.17174.23759.launchpad@soybean.canonical.com>
Subject: [Bug 1444174] Re: gtk fails to build if mir backend enabled with x11
 backend disabled
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 87cf63a45c96b8fc34521af6303211e3b5651871
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1444174 <1444174@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gtk+3.0 (Ubuntu)
       Status: In Progress => Fix Released

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

Title:
  gtk fails to build if mir backend enabled with x11 backend disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1444174/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 12:41:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BB57226C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 12:41:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B5B351A4025;
	Sun,  1 May 2016 12:41:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awqgN-0002W1-LE; Sun, 01 May 2016 12:41:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awqgM-0002VT-MS
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 12:41:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awqgM-0005GC-AD
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 12:41:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 359312E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 12:41:06 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 12:34:58 -0000
From: Amr Ibrahim <409644@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gtk; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: anonyhole janitor saviq seb128 t-fridey
X-Launchpad-Bug-Reporter: positivek (anonyhole)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20090806012543.30219.37612.malonedeb@gangotri.canonical.com>
Message-Id: <20160501123500.17252.12908.launchpad@soybean.canonical.com>
Subject: [Bug 409644] Re: Print to file folder chooser dialog creates folders
 with "Open" button
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b17df322ab45a0c1465ec7a367247cabb2aa10b6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 409644 <409644@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gtk+3.0 (Ubuntu)
       Status: Fix Committed => Fix Released

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

Title:
  Print to file folder chooser dialog creates folders with "Open" button

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 12:41:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7ADD526C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 12:41:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 739721A400C;
	Sun,  1 May 2016 12:41:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awqgN-0002Vp-HK; Sun, 01 May 2016 12:41:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awqgK-0002U0-7X
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 12:41:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awqgJ-0005Cc-RN
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 12:41:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CB3ED2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 12:41:03 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 12:30:40 -0000
From: Amr Ibrahim <890784@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gtk; status=Unknown; importance=Unknown; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: awg damg egmont-gmail fjkong hellige janitor
 marwan-tngr mgedmin mietek pablomme peter.a.h.peterson racb rgo sirex
X-Launchpad-Bug-Reporter: Marius Gedminas (mgedmin)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20111115171820.2787.53062.malonedeb@gac.canonical.com>
Message-Id: <20160501123042.25434.76932.launchpad@wampee.canonical.com>
Subject: [Bug 890784] Re: Gnome-terminal continues to show outline cursor
 after getting focus
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e151811a2de16c0ef2496ee7974fba29fd678a7f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 890784 <890784@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Project changed: gnome-terminal => gtk

** Package changed: gnome-terminal (Ubuntu) => gtk+3.0 (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
       Status: Confirmed => Fix Released

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

Title:
  Gnome-terminal continues to show outline cursor after getting focus

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 13:35:32 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CDB7F26C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 13:35:32 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C49371A3B3C;
	Sun,  1 May 2016 13:35:32 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awrX1-0006Zq-Ch; Sun, 01 May 2016 13:35:31 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awrWz-0006ZD-Ko
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 13:35:29 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awrWz-0006R0-7D
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 13:35:29 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 229F62E8085
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 13:35:29 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 13:29:21 -0000
From: guidry <guidry_tw@yahoo.com.tw>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: guidry-tw
X-Launchpad-Bug-Reporter: guidry (guidry-tw)
X-Launchpad-Bug-Modifier: guidry (guidry-tw)
Message-Id: <20160501132922.17032.99373.malonedeb@soybean.canonical.com>
Subject: [Bug 1577167] [NEW] Cannot watch streaming wmv on Ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: aeb1aa3918b203f27139cb89526da089b76fa99d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577167 <1577167@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCkNhbm5vdCB3YXRjaCBzdHJlYW1pbmcgd212IG9uIFVidW50
dSAxNi4wNCA2NGJpdCBmb3IgZXhhbXBsZSB0aGlzIGxpbms6CgpkaWdpY2hhbm5lbC5nbzJzY2hv
b2wuY29tLnR3L2x0L21haW4uYXNwP3BhZ2U9ZGFpbHlUVgoKTmVpdGhlciBUb3RlbSBub3IgVkxD
IHdpbGwgZG8gdGhlIGpvYi4gVGhlcmUgYXJlIHN0aWxsIG1hbnkgc2l0ZXMgdXNpbmcKc3RyZWFt
aW5nIG1tcyB3bXYg77yBIElmIHdlIGNhbm5vdCB3YXRjaCBvbi1saW5lIHdtdiB2aWRlbywgd2hh
dCBhIHBpdHR5IQpJIGhhdmUgYWxyZWFkeSByZXN0cmljdGVkLWV4dHJhcyAsIEkgYWxzbyBjb25m
aXJtZWQgdG90ZW0ncyByZXF1ZXN0IHRvCmluc3RhbGwgbmVlZGVkIHBsdWctaW5zLiBCZXNpZGVz
LCBJIGNvdWxkbid0IGZpbmQgdG90ZW0tbW96aWxsYSBmb3IKRmlyZWZveCBhbnktbW9yZS4KCkkg
Y2Fubm90IHdhdGNoIHRoZSB2aWRlbyBvbiBGaXJlZm94LCB0aGVyZSBhcmUgbm8gcGx1Z2lucyBm
b3IgRkYgb24KMTYuMDQgZWcgdG90ZW0tbW96aWxsYSAuIElmIHlvdSB2aXNpdCB0aGUgc2FtZSBz
aXRlIHdpdGggVWJ1bnR1IDE0LjA0LjQsCnlvdSBjYW4gd2F0Y2ggdGhlIHZpZGVvIGVtYmVkZWQg
b24gd2ViLWJyb3dzZXIuIFRoZSBvbmx5IHdheSB0byB3YXRjaAp0aGUgbW1zIHdtdiB2aWRlbyBv
biAxNi4wNCBpcyB0byBjb3B5IHRoZSBsaW5rIGFuZCBvcGVuIGl0IGluIHNtcGxheWVyLAppdCBj
YW4gcGxheSwgYnV0IHRoZSB2aWRlbyBjYW4ndCBiZSBzY2FsZWQgdXAgb3IgbWF4aW1pemVkIHdo
aWNoIG1lYW5zCnRoZXJlIGFyZSBidWdzIC4KCioqIEFmZmVjdHM6IHRvdGVtIChVYnVudHUpCiAg
ICAgSW1wb3J0YW5jZTogVW5kZWNpZGVkCiAgICAgICAgIFN0YXR1czogTmV3CgotLSAKWW91IHJl
Y2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2Yg
VWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byB0b3RlbSBpbiBVYnVu
dHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU3NzE2NwoKVGl0bGU6CiAgQ2Fu
bm90IHdhdGNoIHN0cmVhbWluZyB3bXYgb24gVWJ1bnR1IDE2LjA0CgpUbyBtYW5hZ2Ugbm90aWZp
Y2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQv
dWJ1bnR1Lytzb3VyY2UvdG90ZW0vK2J1Zy8xNTc3MTY3LytzdWJzY3JpcHRpb25zCgotLSAKZGVz
a3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRw
czovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 13:35:33 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 888F626C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 13:35:33 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 81D641A3C21;
	Sun,  1 May 2016 13:35:33 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awrX3-0006al-EG; Sun, 01 May 2016 13:35:33 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awrX2-0006aA-7s
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 13:35:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awrX0-0006Qv-Md
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 13:35:30 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9C1C52E80CC
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 13:35:30 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 13:29:42 -0000
From: Pascal S <pascal.schott@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pascal.s
X-Launchpad-Bug-Reporter: Pascal S (pascal.s)
X-Launchpad-Bug-Modifier: Pascal S (pascal.s)
References: <20160430200852.24353.12216.malonedeb@gac.canonical.com>
Message-Id: <20160501132942.23801.37633.malone@gac.canonical.com>
Subject: [Bug 1577049] Re: The switch user featue has disapeared from
 indicator applet since upgrade from 15.10 to 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 95d9dfe285800edf85281c758fc1a3645ae902c5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577049 <1577049@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

As additional information, this bug has been noticed in the forum for
the development version here :

http://ubuntuforums.org/showthread.php?t=2309544

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

Title:
  The switch user featue has disapeared from indicator applet since
  upgrade from 15.10 to 16.04

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 14:00:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B606926C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 14:00:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AF77A1A3D9A;
	Sun,  1 May 2016 14:00:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awrvY-0000dO-M4; Sun, 01 May 2016 14:00:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awrvW-0000c9-DC
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 14:00:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awrvV-0004df-Sd
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 14:00:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D4BF22E8085
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 14:00:49 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 13:54:54 -0000
From: wil-m <1300308@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Unknown; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ericctharley fitojb julo laney lem-jjr paff seb128
 simplehuman teo8976 wil-m
X-Launchpad-Bug-Reporter: cometdog (ericctharley)
X-Launchpad-Bug-Modifier: wil-m (wil-m)
References: <20140331161506.6167.39346.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160501135454.5514.12918.malone@chaenomeles.canonical.com>
Subject: [Bug 1300308] Re: "select items matching" (ctrl+s) only selects one
 file in list view (due to interactive_search ubuntu change)
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a9a3a21c68edb60849cca5d7184f5bb8458db291
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1300308 <1300308@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

confirming, bug is still here:

Gnome Ubuntu 16.04

nautilus --version
GNOME nautilus 3.18.5

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

Title:
  "select items matching" (ctrl+s) only selects one file in list view
  (due to interactive_search ubuntu change)

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 14:55:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0FF7A26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 14:55:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 04EA61A3DAE;
	Sun,  1 May 2016 14:55:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awsmd-0005CY-LY; Sun, 01 May 2016 14:55:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awsmd-0005CJ-4W
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 14:55:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awsmc-00022e-RV
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 14:55:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B8D052E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 14:55:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 14:47:52 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Released; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; status=In Progress; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160425232653.24544.98576.malonedeb@gac.canonical.com>
Message-Id: <20160501144753.5514.12197.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1574896] Re: appstreamcli: double free or corruption with
 certain metadata
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cbda3fb48f93517941b6a7381c7c6579739fbefc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574896 <1574896@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: appstream (Ubuntu Xenial)
   Importance: Undecided => High

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

Title:
  appstreamcli: double free or corruption with certain metadata

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 15:00:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A519926C2710
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 15:00:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 87A061A3F4A;
	Sun,  1 May 2016 15:00:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awsrb-0005Om-N1; Sun, 01 May 2016 15:00:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awsrZ-0005Oc-UL
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 15:00:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awsrZ-0002Rz-LZ
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 15:00:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A12B82E80C1
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 15:00:49 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 14:54:39 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1577049@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-shell;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pascal.s
X-Launchpad-Bug-Reporter: Pascal S (pascal.s)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160430200852.24353.12216.malonedeb@gac.canonical.com>
Message-Id: <20160501145440.23902.47574.launchpad@gac.canonical.com>
Subject: [Bug 1577049] Re: The switch user featue has disapeared from
 indicator applet since upgrade from 15.10 to 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e8a4d1d07918405852aa9f694330632c817d6d3d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577049 <1577049@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: gnome-panel (Ubuntu) => gnome-shell (Ubuntu)

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

Title:
  The switch user featue has disapeared from indicator applet since
  upgrade from 15.10 to 16.04

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 15:41:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6CFDA26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 15:41:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 62AB11A3DAC;
	Sun,  1 May 2016 15:41:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awtUR-0008G3-ST; Sun, 01 May 2016 15:40:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awtUQ-0008FO-7a
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 15:40:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awtUO-0003LV-TR
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 15:40:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D96D32E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 15:40:56 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 15:30:46 -0000
From: Mike <ceratoph@sdf.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k arges ceratoph janitor kennybobs
 martin-weis-newsadress quhaiyan-rs ramayer+ubuntu rattskjelke rocket859
 sharms
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Mike (ceratoph)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160501153046.25110.89700.malone@wampee.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0a8f9e76a3b68de46ee6f58e7aa0d6727dd59bab
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same here as with with Mr. rattskjelke above: I never had any reason to
notice gvfsd-smb-browse until I upgraded to 16.04 and noticed my
laptop's fans spinning and this stupid process at the top of the list.

Searching with google or DDG for "gvfsd-smb-browse high CPU" reveals
that this problem has appeared in the past ( way back in 2010!)  and it
is not clear what resolved it or whether the user simply became
frustrated and stopped using samba or even all of Ubuntu.

At first I tried to uninstall the package that contains it (gvfs-
backends) but that would probably break software-center, and other
things i want:

-------------------------------------------------------
sudo apt-get remove gvfs-backends
.
.
.
The following packages were automatically installed and are no longer required:
  oneconf oneconf-common python-cups python-debtagshw python-oneconf
  python-piston-mini-client python-xapian python3-oneconf
  python3-piston-mini-client software-center-aptdaemon-plugins
-------------------------------------------------------

I do not  use samba (It's just another half-arsed Microsoft network
protocol, designed to not work right on other platforms to compel you to
use Windows) or care about it so I did the following:

-------------------------------------------------------
sudo mv /usr/lib/gvfs/gvfsd-smb-browse /usr/lib/gvfs/gvfsd-smb-browse.disabled
-------------------------------------------------------

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

Title:
  gvfsd-smb: very high CPU utilisation

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 16:50:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0C979D48002
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 16:50:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F3AC11A3CF9;
	Sun,  1 May 2016 16:50:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awuZn-00059l-0d; Sun, 01 May 2016 16:50:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awuZl-000598-PM
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 16:50:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awuZl-00053Q-B7
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 16:50:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4CEB82E8085
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 16:50:33 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 16:39:46 -0000
From: 5a54a <1577198@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=seahorse; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: evolution gpg import seahorse
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 5a54a
X-Launchpad-Bug-Reporter: 5a54a (5a54a)
X-Launchpad-Bug-Modifier: 5a54a (5a54a)
Message-Id: <20160501163946.23801.13066.malonedeb@gac.canonical.com>
Subject: [Bug 1577198] [NEW] Imported gpg keys do not show up in Seahorse
 3.18.0
X-Launchpad-Message-Rationale: Subscriber (seahorse in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 070134c23c527b10736c59cc42cb0b6bf8afc1e2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577198 <1577198@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

After clean install of Ubuntu-Gnome 16.04 LTS I tried to import all my
previous exported gpg keys. Although it seems the keys are imported,
they do not show up in seahorse (Passwords and Keys). Also Evolution did
not find to proper keys to decrypt messages.

It seems however that the keys have been imported under gpg1 in stead of
gpg2. This can also be confirmed with the list command (gpg --list-key
and gpg2 -- list-keys).

Importing all keys by command (gpg2 --import Multiple_Keys.asc) seems to
work, however only one (1) personal secret key is shown in Seahorse, an
second/third/etc. personal secret key can be imported by command (and is
shown by list command) but is not shown in seahorse.

See also the same problem already reported Andreas Happe on:
https://www.snikt.net/blog/2016/02/27/evolution-seahorse-gpg-gpg2-woes/

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


** Tags: evolution gpg import seahorse

** Description changed:

  After clean install of Ubuntu-Gnome 16.04 LTS I tried to import all my
  previous exported gpg keys. Although it seems the keys are imported,
- they do not show up in Seahorse (Passwords and Keys). Also Evolution did
+ they do not show up in seahorse (Passwords and Keys). Also Evolution did
  not find to proper keys to decrypt messages.
  
  It seems however that the keys have been imported under gpg1 in stead of
  gpg2. This can also be confirmed with the list command (gpg --list-key
  and gpg2 -- list-keys).
  
  Importing all keys by command (gpg2 --import Multiple_Keys.asc) seems to
- work, however only one (1) personal keys is shown in Seahorse.
+ work, however only one (1) personal secret key is shown in Seahorse, an
+ second/third/etc. personal secret key can be imported by command (and is
+ shown by list command) but is not shown in seahorse.
  
  See also the same problem already reported Andreas Happe on:
  https://www.snikt.net/blog/2016/02/27/evolution-seahorse-gpg-gpg2-woes/

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

Title:
  Imported gpg keys do not show up in Seahorse 3.18.0

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 16:50:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 85D2CD48002
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 16:50:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7CC411A3D56;
	Sun,  1 May 2016 16:50:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awuZr-0005CR-Ak; Sun, 01 May 2016 16:50:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awuZq-0005By-9S
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 16:50:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awuZp-0005By-MR
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 16:50:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9A6252E80C1
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 16:50:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 16:40:55 -0000
From: Jim <james.elias.phelps@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abencomoc90 acutbal adnanyumer amribrahim1987
 andrea-deangelis93 anujsharma9196 belenos bkarlan-n braderhart
 chipsharpdotcom davidrabello dragonsawareness dusktumult erzzo eyeprotocol
 faical117 gurukumara guzmane ibrahimdarra janitor jerss2k jfoc jime567
 jonayadrahman launchpad-startport lei-pero lt-goldman marcorr70 mathew-hodson
 narenana octoquad odo-openerp oystein-alver pablocelayes postadelmaga
 robert-mijakovic rodolfo-inec rusubogdan93 sahashinjan seb128 smurfendrek123
 soopo stanislav-schmidt strom-anders subhadeep-dey svde-tech t-uruntu-s
 techbin1 timtjtim vincentthiele yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: Jim (jime567)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160501164055.17252.48758.malone@soybean.canonical.com>
Subject: [Bug 1573206] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 035edd9a597ca8779dd829a3eeb1fe5788b8aa7c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

Affects my 32 bit system as well as 64 bit system.

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

Title:
  GNOME Software does not install third-party .deb packages

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 19:00:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6503B26C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 19:00:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 414BE1A3E78;
	Sun,  1 May 2016 19:00:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awwbs-0005DR-KL; Sun, 01 May 2016 19:00:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awwbr-0005D6-QZ
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 19:00:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awwbr-0000a2-Ec
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 19:00:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5DA262E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 19:00:51 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 18:50:52 -0000
From: Tristan <tristan3560@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=jayatana; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=jayatana; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jochen-wilke
X-Launchpad-Bug-Reporter: Jochen Wilke (jochen-wilke)
X-Launchpad-Bug-Modifier: Tristan (tristan3560)
References: <20150619092232.11790.65698.malonedeb@gac.canonical.com>
Message-Id: <20160501185053.23832.55485.launchpad@gac.canonical.com>
Subject: [Bug 1466789] Re: The menu integration for java application works
 just on the first frame
X-Launchpad-Message-Rationale: Subscriber (jayatana in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 20cbdd2939011452cfa752df9d6e5b3180040f58
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1466789 <1466789@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: jayatana
   Importance: Undecided
       Status: New

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

Title:
  The menu integration for java application works just on the first
  frame

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 19:05:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DBE5F26C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 19:05:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CFDD81A3E11;
	Sun,  1 May 2016 19:05:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awwgZ-000668-ON; Sun, 01 May 2016 19:05:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awwgY-00065y-Ou
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 19:05:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awwgY-0001FC-E0
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 19:05:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 679162E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 19:05:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 18:56:48 -0000
From: Launchpad Bug Tracker <1553780@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor kakurady
X-Launchpad-Bug-Reporter: Kakurady Drakenar (kakurady)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160306191207.13106.46405.malonedeb@wampee.canonical.com>
Message-Id: <20160501185649.24503.87226.malone@gac.canonical.com>
Subject: [Bug 1553780] Re: nautilus assert failure:
 ERROR:nautilus-view.c:1834:rename_newly_added_folder: code should not be
 reached
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b6db2a3a6e0e8c894c1690c0b2d2590bf13b6dd8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1553780 <1553780@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (Ubuntu)
       Status: New => Confirmed

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

Title:
  nautilus assert failure: ERROR:nautilus-
  view.c:1834:rename_newly_added_folder: code should not be reached

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 19:10:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4068B26C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 19:10:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 335631A3CC6;
	Sun,  1 May 2016 19:10:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awwlZ-0006Hg-8t; Sun, 01 May 2016 19:10:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awwlX-0006H8-FH
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 19:10:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awwlW-0004Uo-TA
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 19:10:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D2D752E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 19:10:50 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 19:03:26 -0000
From: bastik <1577223@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bstk
X-Launchpad-Bug-Reporter: bastik (bstk)
X-Launchpad-Bug-Modifier: bastik (bstk)
Message-Id: <20160501190326.24237.91008.malonedeb@gac.canonical.com>
Subject: [Bug 1577223] [NEW] Crash when opening specific file
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7d383c4476f978dbf87890ed249eaac10eb18416
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577223 <1577223@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Gedit crashes when opening a certain file (both from command line and
GUI):

$ gedit NOTES.txt 
**
ERROR:../../gi/pygi-argument.c:1586:_pygi_argument_to_object: code should not be reached
Aborted (core dumped)

Other files (also from the same directory) work fine. Copying the file
to a file with same content, but different file name will trigger the
bug also for the new file.

Ubuntu 15.10, gedit 3.10.4-0ubuntu13

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

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

Title:
  Crash when opening specific file

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 19:20:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DE8EC26C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 19:20:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C22011A33F9;
	Sun,  1 May 2016 19:20:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awwv3-0006mN-JX; Sun, 01 May 2016 19:20:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awwv3-0006mH-5R
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 19:20:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awwv2-000588-QM
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 19:20:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AEDF52E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 19:20:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 19:08:24 -0000
From: Nikita Yerenkov-Scott <1577226@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
Message-Id: <20160501190824.24964.10109.malonedeb@wampee.canonical.com>
Subject: [Bug 1577226] [NEW] "libgs_plugin_xdg_app_reviews.so" warning when
 launching gnome-software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e7ec9828c0b484cfa2d1c17f5bace991102af0b7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577226 <1577226@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I have found that when running gnome-software in Terminal on Ubuntu
GNOME 16.04 (and other flavours) with GNOME 3.20 and 3.18 that I get the
following warning:


    (gnome-software:2954): Gs-WARNING **: failed to open plugin /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so: cannot open shared object file: No such file or directory

And though I have not found the problem it causes, I thought I would
report it anyway.

** Affects: ubuntu-gnome
     Importance: Undecided
         Status: New

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


** Tags: xenial

** Also affects: gnome-software (Ubuntu)
   Importance: Undecided
       Status: New

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

Title:
  "libgs_plugin_xdg_app_reviews.so" warning when launching gnome-
  software

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 19:20:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0EB0C26C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 19:20:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 07BF01A342F;
	Sun,  1 May 2016 19:20:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awwvD-0006tl-UP; Sun, 01 May 2016 19:20:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awwvC-0006tL-M7
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 19:20:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awwvA-0005FX-Kr
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 19:20:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 676502E80D4
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 19:20:48 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 19:12:57 -0000
From: god <838792@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=indicator-session; milestone=0.3.5; status=Invalid;
 importance=High; assignee=ted@gould.cx; 
X-Launchpad-Bug: product=unity-foundations; milestone=oneiric-beta-2;
 status=Invalid; importance=High; assignee=ted@gould.cx; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug oneiric running-unity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aethralis b-hermse bfriesen bruce-oy brunojcm
 christhehorton cjcurran daniel-canelhas david-alfonso doug-isotoma drscott
 eduard-hasenleithner edwin-b filip-vrlik flacoste getvasanth glassy-bulb h-mh
 humper iaz iskren-vichev james41382 jml kristian-leibrich mackintosh-margaret
 malakhi marcio-verdesaine mbaart mundhra-mohit nick-moffitt nighthawk-uk
 nsk7even pkotrc rodsmith roland-breedveld rumplstielz seb128 simoncoffey ted
 tenleftfingers thejameskearney topdownjimmy vila visa-parviainen volkerpur
 xandey
X-Launchpad-Bug-Reporter: Jonathan Lange (jml)
X-Launchpad-Bug-Modifier: god (humper)
References: <20110901125742.7207.35650.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160501191257.17141.55627.malone@soybean.canonical.com>
Subject: [Bug 838792] Re: "Restart" logs out,
 even when there are no other people logged in
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4a8928f808a33a9a5b75d43cb4945bc76479b183
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 838792 <838792@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

That's utterly embarrassing - the bug is still present in 16.04!
Although in 15.10 it used to work fine.

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

Title:
  "Restart" logs out, even when there are no other people logged in

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 19:35:32 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C7B4C26C2085
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 19:35:32 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BA7221A377F;
	Sun,  1 May 2016 19:35:32 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awx9Q-0008OL-43; Sun, 01 May 2016 19:35:32 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awx9P-0008Nz-5P
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 19:35:31 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awx9O-0000Vo-RA
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 19:35:30 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8615F2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 19:35:30 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 19:27:11 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ximion yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160501190824.24964.10109.malonedeb@wampee.canonical.com>
Message-Id: <20160501192711.24161.91853.malone@gac.canonical.com>
Subject: [Bug 1577226] Re: "libgs_plugin_xdg_app_reviews.so" warning when
 launching gnome-software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 91cca25ff8bb54fc031dc02929f3c0fd9d4f06ae
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577226 <1577226@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

This message is completely harmless (in Ubuntu, since the plugin isn't
used anyway), and the problem is already fixed in x-proposed.


** This bug has been marked a duplicate of bug 1573052
   [packaging] gnome-software provides a broken symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

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

Title:
  "libgs_plugin_xdg_app_reviews.so" warning when launching gnome-
  software

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 19:45:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B885926C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 19:45:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ADD961A373F;
	Sun,  1 May 2016 19:45:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awxJH-0000Zd-PA; Sun, 01 May 2016 19:45:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awxJH-0000ZQ-DQ
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 19:45:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awxJG-0004oM-LQ
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 19:45:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7EDAF2E80D0
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 19:45:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 19:40:25 -0000
From: Ruben Labruyere <rmlabruyere@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e gernophil idlesign
 janitor jfoc launchpad-startport mathew-hodson pitti rmlabruyere
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Ruben Labruyere (rmlabruyere)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160501194026.5256.55600.malone@chaenomeles.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b4980bb769fb54d44f2afb8b578bf0466d0666ba
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Just used "sudo apt-get update" and "sudo apt-get upgrade". Fix works!

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 20:30:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6CDE426C2085
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 20:30:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5C9E21A33C0;
	Sun,  1 May 2016 20:30:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awy0o-0003Rg-PY; Sun, 01 May 2016 20:30:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awy0n-0003RW-1M
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 20:30:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awy0m-0003jr-Ln
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 20:30:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 982922E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 20:30:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 20:24:24 -0000
From: Robert Jordens <jordens@phys.ethz.ch>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=Fix Released; importance=Medium; assignee=desktop-bugs@lists.ubuntu.com;
X-Launchpad-Bug-Tags: amd64 apport-bug
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jordens jpitt m8r-lcodw5 pedro
X-Launchpad-Bug-Reporter: lirel (m8r-lcodw5)
X-Launchpad-Bug-Modifier: Robert Jordens (jordens)
References: <20091005152105.31537.18598.malonedeb@potassium.ubuntu.com>
Message-Id: <20160501202424.5658.7195.malone@chaenomeles.canonical.com>
Subject: [Bug 443187] Re: cant open file in folder with thousends of files via
 cli
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0c20ec1628e5571debd42ad12e1b6beb5f34c0e3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 443187 <443187@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Still happens in 16.04. Same GLib-Warning, same segfault, exact same
circumstances.

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

Title:
  cant open file in folder with thousends of files via cli

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 22:25:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BBED926C25AE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 22:25:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 445821A3EFE;
	Sun,  1 May 2016 22:25:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1awzo3-0002QD-KJ; Sun, 01 May 2016 22:25:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1awzo2-0002Pc-Hv
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 22:25:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1awzo2-0001gh-5x
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 22:25:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 255EC2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 22:25:38 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 22:19:29 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gerald-maruccia-e
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
Message-Id: <20160501221929.5590.29150.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1577246] [NEW] Ubuntu 16.04 Unity : gedit window has no shadow
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8838eeedd6d2dd52526ca816fe772258889decee
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577246 <1577246@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Hi,

as described in title.

The gedit window has no shadow around its borders, which is quite
annoying when opened above other white or light background window(s).

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

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

Title:
  Ubuntu 16.04 Unity : gedit window has no shadow

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 22:45:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CF38826C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 22:45:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C3E451A3F18;
	Sun,  1 May 2016 22:45:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax07Z-0003gq-Pv; Sun, 01 May 2016 22:45:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax07Y-0003gB-8T
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 22:45:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax07X-0007dR-Ji
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 22:45:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 832D02E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 22:45:47 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 22:38:29 -0000
From: Bug Watch Updater <755461@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=totem; status=Confirmed; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Triaged; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug apport-lpi natty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: charlie-tca francesco-galgani
X-Launchpad-Bug-Reporter: Francesco Galgani (francesco-galgani)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20110409112624.4420.42624.malonedeb@wampee.canonical.com>
Message-Id: <20160501223831.29260.17686.launchpad@loganberry.canonical.com>
Subject: [Bug 755461] Re: After "pause" and "play" again ,
 it plays only few seconds, then stops
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ad5b1184995343b020de1d65bb779a8762a51c8b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 755461 <755461@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: totem
       Status: New => Confirmed

** Changed in: totem
   Importance: Medium => High

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

Title:
  After "pause" and "play" again , it plays only few seconds, then stops

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  1 23:20:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 48A1726C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  1 May 2016 23:20:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1C9DD1A3E9C;
	Sun,  1 May 2016 23:20:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax0fJ-0006xJ-QC; Sun, 01 May 2016 23:20:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax0fI-0006x9-GT
 for desktop-bugs@lists.ubuntu.com; Sun, 01 May 2016 23:20:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax0fI-00072R-A0
 for <desktop-bugs@lists.ubuntu.com>; Sun, 01 May 2016 23:20:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4A2BA2E80AC
 for <desktop-bugs@lists.ubuntu.com>; Sun,  1 May 2016 23:20:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 23:12:01 -0000
From: Aere Greenway <1573408@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 es20490446e gernophil idlesign
 janitor jfoc launchpad-startport mathew-hodson
 pitti rmlabruyere
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Aere Greenway (aere)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
 <20160501040042.24997.65774.malone@wampee.canonical.com>
Message-Id: <57268D41.3060309@Dvorak-Keyboards.com>
Subject: Re: [Bug 1573408] Re: GNOME Software does not install third-party
 .deb packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 56e147e76fb1aea566836c570d349fb48d3e8835
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

On 04/30/2016 10:00 PM, Igor Starikov wrote:
> Confirm solved in -proposed.
>
I tested and verified this as well, including the proposed fixes (under 
the "Developers" tab).

I need to know when the fix is available as a normal update, before I 
inform my users the fix is available.

-- 
Sincerely,
Aere

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 00:05:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D1B1626C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 00:05:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C7D8C1A3E57;
	Mon,  2 May 2016 00:05:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax1Mq-00012Z-0y; Mon, 02 May 2016 00:05:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax1Mo-00012P-Ty
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 00:05:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax1Mo-0008IU-Gz
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 00:05:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 796592E80C1
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 00:05:38 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 01 May 2016 23:57:37 -0000
From: Ty Young <bluesoviet@outlook.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bluesoviet
X-Launchpad-Bug-Reporter: Ty Young (bluesoviet)
X-Launchpad-Bug-Modifier: Ty Young (bluesoviet)
Message-Id: <20160501235737.24074.15461.malonedeb@gac.canonical.com>
Subject: [Bug 1577253] [NEW] Gnome Software re-prompts uninstall of software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6d1590fb717cab3ecf4ece8bd3d2b803a5ae6738
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577253 <1577253@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Gnome Software re-prompts removal of software, even though the software
was just removed. Clicking on remove again may either result in the
software being displayed as not installed correctly or say that the
removal had failed.

To reproduce, hit "remove" on any installed software listed under
"installed" or by searching from the store itself and attempt to remove
the software from either the installed software tab or in the search
results.

Description:	 Ubuntu 16.04 LTS
Release:	16.04

gnome-software:
  Installed: 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
  Candidate: 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
  Version table:
 *** 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 500
        500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-software 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun May  1 18:47:48 2016
InstallationDate: Installed on 2016-04-23 (8 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 (20160421)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Summary changed:

- Gnome Software may fail or re-prompt uninstall of software
+ Gnome Software re-prompts uninstall of software

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

Title:
  Gnome Software re-prompts uninstall of software

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 00:11:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1C55826C2276
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 00:11:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 127BE1A3D6B;
	Mon,  2 May 2016 00:11:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax1S6-0001Oo-4t; Mon, 02 May 2016 00:11:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax1S4-0001N5-5L
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 00:11:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax1S3-0003DK-QV
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 00:11:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C72ED2E80AC
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 00:11:03 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 00:03:36 -0000
From: Charles Kerr <charles.kerr@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=lightdm; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 oneiric running-unity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: visa-parviainen
X-Launchpad-Bug-Reporter: wizzor (visa-parviainen)
X-Launchpad-Bug-Modifier: Charles Kerr (charlesk)
X-Launchpad-Bug-Duplicate: 1242112
References: <20111123064523.32057.24678.malonedeb@gac.canonical.com>
Message-Id: <20160502000338.25370.27583.launchpad@wampee.canonical.com>
Subject: [Bug 893880] Re: Shutdown logs out instead of powering off
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8f60baa47512313ad98315009606d1bbcb774b70
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 893880 <893880@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1242112 ***
    https://bugs.launchpad.net/bugs/1242112

** This bug is no longer a duplicate of bug 838792
   "Restart" logs out, even when there are no other people logged in
** This bug has been marked a duplicate of bug 1242112
   Shutdown/restart dialogue is not working if Cairo-Dock and its Launcher-API-Deamon are running or if another app is registered to LauncherEntry interface of Unity DBus

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

Title:
  Shutdown logs out instead of powering off

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 00:11:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0F10826C2276
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 00:11:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 06B1D1A3D6B;
	Mon,  2 May 2016 00:11:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax1S7-0001PQ-6c; Mon, 02 May 2016 00:11:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax1S5-0001OQ-PT
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 00:11:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax1S5-00033t-7W
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 00:11:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2E0312E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 00:11:05 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 00:03:36 -0000
From: Charles Kerr <charles.kerr@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton facundo
X-Launchpad-Bug-Reporter: Facundo Batista (facundo)
X-Launchpad-Bug-Modifier: Charles Kerr (charlesk)
X-Launchpad-Bug-Duplicate: 1242112
References: <20111114192237.5731.32769.malonedeb@wampee.canonical.com>
Message-Id: <20160502000338.25370.1366.launchpad@wampee.canonical.com>
Subject: [Bug 890378] Re: [oneiric] Computer does not turn off
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a6753be2b71115a50e6ff34b47e73c37d7af08ea
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 890378 <890378@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1242112 ***
    https://bugs.launchpad.net/bugs/1242112

** This bug is no longer a duplicate of bug 838792
   "Restart" logs out, even when there are no other people logged in
** This bug has been marked a duplicate of bug 1242112
   Shutdown/restart dialogue is not working if Cairo-Dock and its Launcher-API-Deamon are running or if another app is registered to LauncherEntry interface of Unity DBus

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

Title:
  [oneiric] Computer does not turn off

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 00:11:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 79DCB26C2276
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 00:11:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 71F0E1A2EBC;
	Mon,  2 May 2016 00:11:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax1SB-0001SG-CP; Mon, 02 May 2016 00:11:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax1S9-0001Rf-JF
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 00:11:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax1S9-00033O-7L
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 00:11:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 34A3E2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 00:11:09 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 00:03:36 -0000
From: Charles Kerr <charles.kerr@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=indicator-session; milestone=0.3.5; status=Invalid;
 importance=High; assignee=ted@gould.cx; 
X-Launchpad-Bug: product=unity-foundations; milestone=oneiric-beta-2;
 status=Invalid; importance=High; assignee=ted@gould.cx; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug oneiric running-unity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aethralis b-hermse bfriesen bruce-oy brunojcm
 christhehorton cjcurran daniel-canelhas david-alfonso doug-isotoma drscott
 eduard-hasenleithner edwin-b filip-vrlik flacoste getvasanth glassy-bulb h-mh
 humper iaz iskren-vichev james41382 jml kristian-leibrich mackintosh-margaret
 malakhi marcio-verdesaine mbaart mundhra-mohit nick-moffitt nighthawk-uk
 nsk7even pkotrc rodsmith roland-breedveld rumplstielz seb128 simoncoffey ted
 tenleftfingers thejameskearney topdownjimmy vila visa-parviainen volkerpur
 xandey
X-Launchpad-Bug-Reporter: Jonathan Lange (jml)
X-Launchpad-Bug-Modifier: Charles Kerr (charlesk)
X-Launchpad-Bug-Duplicate: 1242112
References: <20110901125742.7207.35650.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502000341.25370.90925.launchpad@wampee.canonical.com>
Subject: [Bug 838792] Re: "Restart" logs out,
 even when there are no other people logged in
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: aba9d0fe3d0db7afe6b3153ebdc7bfa8c7f16bda
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 838792 <838792@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1242112 ***
    https://bugs.launchpad.net/bugs/1242112

** This bug has been marked a duplicate of bug 1242112
   Shutdown/restart dialogue is not working if Cairo-Dock and its Launcher-API-Deamon are running or if another app is registered to LauncherEntry interface of Unity DBus

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

Title:
  "Restart" logs out, even when there are no other people logged in

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 00:15:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ACF3826C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 00:15:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8CAD31A3D5F;
	Mon,  2 May 2016 00:15:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax1Wc-0001c8-Fk; Mon, 02 May 2016 00:15:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax1Wa-0001bx-Se
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 00:15:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax1Wa-00045J-Kr
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 00:15:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 96D992E8031
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 00:15:44 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 00:07:14 -0000
From: Egon Holtz <1573052@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Committed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin egonholtz janitor maverickct
 navjotjsingh pfeiffep seb128 vdragon ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Egon Holtz (egonholtz)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502000714.25512.69907.malone@wampee.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9f4cdad154af01b39b91151c718f845733a5aefa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello everyone...

I tried to open the rpmfind.net link but didn't work for me...

Someone can tell me how to fix this problem?

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

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 00:45:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EFF3B26C23C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 00:45:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DB43A1A3FA3;
	Mon,  2 May 2016 00:45:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax1zW-00043N-PB; Mon, 02 May 2016 00:45:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax1zV-00043A-MN
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 00:45:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax1zV-0002nB-Be
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 00:45:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4248F2E8085
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 00:45:37 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 00:40:16 -0000
From: Launchpad Bug Tracker <1576977@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aapo-rantalainen janitor
X-Launchpad-Bug-Reporter: Aapo Rantalainen (aapo-rantalainen)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160430121911.23968.93912.malonedeb@gac.canonical.com>
Message-Id: <20160502004017.5590.77619.malone@chaenomeles.canonical.com>
Subject: [Bug 1576977] Re: Lots of GEGL-gegl-operation.c-WARNING on starting
 gimp
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f4a6d31dd583a299976f75636fb78405fcf621e9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576977 <1576977@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gimp (Ubuntu)
       Status: New => Confirmed

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

Title:
  Lots of GEGL-gegl-operation.c-WARNING on starting gimp

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 01:00:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2F73B26C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 01:00:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0ED6A1A3ECF;
	Mon,  2 May 2016 01:00:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax2EI-0004bj-MF; Mon, 02 May 2016 01:00:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax2EH-0004bY-Pr
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 01:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax2EH-0003lf-Dg
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 01:00:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 48B912E8011
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 01:00:53 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 00:51:46 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Committed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin egonholtz janitor maverickct
 navjotjsingh pfeiffep seb128 vdragon ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502005146.5120.3836.malone@chaenomeles.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 309e280cc1044d1fa965ba9edf925a1c9a8ee5fd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

It's not a problem and there is nothing to fix here.
This message is just to inform you that a module for reviews&ratings has failed to load. This would be an issue, but since Ubuntu is using a different module for the exact same feature, which disables the other one (that failed to load), there is no issue here at all.
This is resolved anyway in the next gnome-software, so the only thing you need to do is wait.
You can just ignore the message, as it isn't indicating any issue on Ubuntu.

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

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 01:45:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 72BE826C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 01:45:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 68F581A3F3E;
	Mon,  2 May 2016 01:45:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax2vb-0007zV-Ag; Mon, 02 May 2016 01:45:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax2vZ-0007yw-K5
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 01:45:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax2vZ-0000hY-AH
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 01:45:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 315952E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 01:45:37 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 01:40:00 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=lxd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dank janitor pitti stgraber unit3
X-Launchpad-Bug-Reporter: Dan Kegel (dank)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160430154557.5909.70865.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502014001.25434.76988.launchpad@wampee.canonical.com>
Subject: [Bug 1577001] Re: Installing lxd leaves /var/lib/lxd/unix.socket with
 wrong group ownership
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c85194a0e909135cdd241408cc0a412b163f7a4b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577001 <1577001@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

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

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

Title:
  Installing lxd leaves /var/lib/lxd/unix.socket with wrong group
  ownership

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 02:20:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CD21026C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 02:20:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B3A011A3F4C;
	Mon,  2 May 2016 02:20:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax3TT-0001sj-CS; Mon, 02 May 2016 02:20:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax3TT-0001se-3x
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 02:20:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax3TS-0007MG-SQ
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 02:20:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D55932E8085
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 02:20:38 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 02:11:14 -0000
From: erico_pt <ericoporto2008@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ericoporto2008
X-Launchpad-Bug-Reporter: erico_pt (ericoporto2008)
X-Launchpad-Bug-Modifier: erico_pt (ericoporto2008)
Message-Id: <20160502021115.24867.2430.malonedeb@wampee.canonical.com>
Subject: [Bug 1577268] [NEW] Brasero can't find libdvdcss when going from
 Ubuntu 14.04 to 16.04 
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ac38243039690812e28455fc1f103eb221e90456
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577268 <1577268@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

"I recently updated one of my rigs from 14.04 to 16.04. After upgrading
Brasero tells me that it can't find libdvdcss. VLC play an inserted DVD,
I see libdvdcss in /usr/lib/x86_64-linux gnu. However, i didn't see it
simply in /usr/lib/ so I created a link there. Still didn't work, so I
copied an older libdvdcss to /usr/lib. Still no joy.

I checked to see what versions of libdvdcss I had installed - 2.2.0 in
/usr/lib/x86_64-linux, 2.1.0 in /usr/lib * mv'ed the.2.1.0 to
x86_64-linux * rm'ed the sym links to 2.2.0 * new sym link to 2.1.0 *
works. "

Originally reported here :

https://www.reddit.com/r/Ubuntu/comments/4h4pcn/anybody_using_brasero_to_rip_dvds_in_1604/

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

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

Title:
  Brasero can't find libdvdcss when going from Ubuntu 14.04 to 16.04

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 04:25:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 96FFD26C2710
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 04:25:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8DAAF1A3CDD;
	Mon,  2 May 2016 04:25:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax5Qe-0001SW-FW; Mon, 02 May 2016 04:25:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax5Qd-0001S9-Nj
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 04:25:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax5Qd-0008Js-A4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 04:25:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5D5BC2E8194
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 04:25:50 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 04:17:37 -0000
From: Launchpad Bug Tracker <1550199@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Expired; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton janitor nacer nae-ioan
X-Launchpad-Bug-Reporter: Nasreddine (nacer)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160226083708.1978.63132.malonedeb@wampee.canonical.com>
Message-Id: <20160502041737.27450.47035.malone@loganberry.canonical.com>
Subject: [Bug 1550199] Re: applications cannot update settings
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 49678a48072f1ca22740edf2d54724cbfbbccbda
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1550199 <1550199@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nautilus (Ubuntu)
       Status: Incomplete => Expired

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

Title:
  applications cannot update settings

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 05:00:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B22A626C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 05:00:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ABB4B1A3F40;
	Mon,  2 May 2016 05:00:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax5yb-0004af-Sz; Mon, 02 May 2016 05:00:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax5ya-0004aI-NO
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 05:00:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax5ya-00006C-IF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 05:00:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 80E142E8047
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 05:00:56 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 04:54:49 -0000
From: Rather Muneer <rmmuneer06@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abencomoc90 acutbal adnanyumer amribrahim1987
 andrea-deangelis93 anujsharma9196 belenos bkarlan-n braderhart
 chipsharpdotcom davidrabello dragonsawareness dusktumult erzzo eyeprotocol
 faical117 gurukumara guzmane ibrahimdarra janitor jerss2k jfoc jime567
 jonayadrahman launchpad-startport lei-pero lt-goldman marcorr70 mathew-hodson
 narenana octoquad odo-openerp oystein-alver pablocelayes postadelmaga
 rmmuneer06 robert-mijakovic rodolfo-inec rusubogdan93 sahashinjan seb128
 smurfendrek123 soopo stanislav-schmidt strom-anders subhadeep-dey svde-tech
 t-uruntu-s techbin1 timtjtim vincentthiele yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: Rather Muneer (rmmuneer06)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502045449.25213.92283.malone@wampee.canonical.com>
Subject: [Bug 1573206] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c4a30d74e17b55a9c027287bf0ff4c89043be77e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

All we are interested in, is that has the bug been fixed or not? Giving
these temporary fixes won't solve the issue. I have been suffering from
the day i upgraded to  ubuntu 16.04, regretting it now.

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

Title:
  GNOME Software does not install third-party .deb packages

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 05:01:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5E6C226C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 05:01:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 586751A3F58;
	Mon,  2 May 2016 05:01:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax5zV-0004dX-8u; Mon, 02 May 2016 05:01:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax5zT-0004dN-5T
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 05:01:51 +0000
Received: from wampee.canonical.com ([91.189.89.61])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax5zQ-0000ur-Mb
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 05:01:49 +0000
Received: from wampee.canonical.com (localhost [127.0.0.1])
 by wampee.canonical.com (Postfix) with ESMTPS id 156A63B0130
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 05:01:48 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 05:01:47 -0000
From: Launchpad Bug Tracker <1576685@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=xenial; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu;
 sourcepackage=xserver-xorg-input-synaptics; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug ubuntu xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: darkxst mc3man
X-Launchpad-Bug-Reporter: Doug McMahon (mc3man)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160429132346.24033.77641.malonedeb@gac.canonical.com>
Subject: [Bug 1576685] [NEW] Disable touchpad while typing is not active nor
 can it be enabled
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160502050147.25213.23799.launchpad@wampee.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4c97343333f444c7680b5cb57e18ed2f3897f7e9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576685 <1576685@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

WW91IGhhdmUgYmVlbiBzdWJzY3JpYmVkIHRvIGEgcHVibGljIGJ1ZzoKCkl0J3Mgbm8gbG9uZ2Vy
IHdvcmtpbmcgYnkgZGVmYXVsdCBub3IgY2FuIGl0IGJlIGVuYWJsZWQgdGhydSBzeW5kYWVtb24u
Ckl0IGRvZXMgYXBwZWFyIGl0IGNhbiBiZSBlbmFibGVkIHRocnUgbGliaW5wdXQgKHhzZXJ2ZXIt
eG9yZy1pbnB1dC1saWJpbnB1dCksICAobm90IGRlZmF1bHQgaW5zdGFsbGVkKSwgaG93ZXZlciBT
eXN0ZW0gU2V0dGluZ3MgPiBNb3VzZSAmIFRvdWNocGFkIGRvZXMgbm90IGludGVyZmFjZSB3aXRo
IHhzZXJ2ZXIteG9yZy1pbnB1dC1saWJpbnB1dCBzbyBpbnN0YWxsaW5nIGl0IHJlbW92ZXMgYW55
ICYgYWxsIHRvdWNocGFkIHNldHRpbmdzLgoKSXMgdGhlcmUgYW55d2F5IHRvIHJlc3RvcmUgdGhp
cyB2aWEgc3luZGFlbW9uIG9yIGFsbG93IHhzZXJ2ZXIteG9yZy1pbnB1dC1saWJpbnB1dCAmIHN5
c3RlbSBzZXR0aW5ncyAuLi4gdG8gd29yayB0b2dldGhlciAmIHByZXNlbnQgdG91Y2hwYWQgc2V0
dGluZ3MgdG8gdXNlcnM/ClRoaXMgcmVwcmVzZW50cyBhIHJlZ3Jlc3Npb24gdG8gdXNlcnMgdGhh
dCBzaG91bGRuJ3QgYmUgaGFwcGVuaW5nIGluIGFuIGx0cyByZWxlYXNlLgoKVGhlICd3b3JraW5n
JyBtZXRob2QgaW4gbGliaW5wdXQgcmVxdWlyZXMgYWRkaW5nIHRvCi91c3Ivc2hhcmUvWDExL3hv
cmcuY29uZi5kLzkwLWxpYmlucHV0LmNvbmYgYSBsaW5lIE9wdGlvbgoiRGlzYWJsZVdoaWxlVHlw
aW5nIiAidHJ1ZSIgaWUuIC0KClNlY3Rpb24gIklucHV0Q2xhc3MiCsKgwqDCoMKgwqDCoMKgwqBJ
ZGVudGlmaWVyICJsaWJpbnB1dCB0b3VjaHBhZCBjYXRjaGFsbCIKwqDCoMKgwqDCoMKgwqDCoE1h
dGNoSXNUb3VjaHBhZCAib24iCsKgwqDCoMKgwqDCoMKgwqBNYXRjaERldmljZVBhdGggIi9kZXYv
aW5wdXQvZXZlbnQqIgrCoMKgwqDCoMKgwqDCoMKgRHJpdmVyICJsaWJpbnB1dCIKwqBPcHRpb24g
IkRpc2FibGVXaGlsZVR5cGluZyIgInRydWUiCkVuZFNlY3Rpb24KClByb2JsZW1UeXBlOiBCdWcK
RGlzdHJvUmVsZWFzZTogVWJ1bnR1IDE2LjA0ClBhY2thZ2U6IHhzZXJ2ZXIteG9yZy1pbnB1dC1z
eW5hcHRpY3MgMS44LjItMXVidW50dTMKUHJvY1ZlcnNpb25TaWduYXR1cmU6IFVidW50dSA0LjQu
MC0yMS4zNy1nZW5lcmljIDQuNC42ClVuYW1lOiBMaW51eCA0LjQuMC0yMS1nZW5lcmljIHg4Nl82
NApBcHBvcnRWZXJzaW9uOiAyLjIwLjEtMHVidW50dTIKQXJjaGl0ZWN0dXJlOiBhbWQ2NApDdXJy
ZW50RGVza3RvcDogVW5pdHkKRGF0ZTogRnJpIEFwciAyOSAwOTowODo1NiAyMDE2CkRpc3RVcGdy
YWRlZDogRnJlc2ggaW5zdGFsbApEaXN0cm9Db2RlbmFtZTogeGVuaWFsCkRpc3Ryb1ZhcmlhbnQ6
IHVidW50dQpJbnN0YWxsYXRpb25EYXRlOiBJbnN0YWxsZWQgb24gMjAxNi0wNC0yNiAoMiBkYXlz
IGFnbykKSW5zdGFsbGF0aW9uTWVkaWE6IFVidW50dSAxNi4wNCBMVFMgIlhlbmlhbCBYZXJ1cyIg
LSBSZWxlYXNlIGFtZDY0ICgyMDE2MDQyMC4xKQpNYWNoaW5lVHlwZTogSFAgSFAgUGF2aWxpb24g
Tm90ZWJvb2sKUHJvY0tlcm5lbENtZExpbmU6IEJPT1RfSU1BR0U9L2Jvb3Qvdm1saW51ei00LjQu
MC0yMS1nZW5lcmljLmVmaS5zaWduZWQgcm9vdD1VVUlEPTkyZTlkMzI1LWJmOGMtNGY4ZS1hYzI5
LWM0NjlhZDc1ZDBhNCBybyBxdWlldCBzcGxhc2ggdnQuaGFuZG9mZj03ClNvdXJjZVBhY2thZ2U6
IHhzZXJ2ZXIteG9yZy1pbnB1dC1zeW5hcHRpY3MKVXBncmFkZVN0YXR1czogTm8gdXBncmFkZSBs
b2cgcHJlc2VudCAocHJvYmFibHkgZnJlc2ggaW5zdGFsbCkKZG1pLmJpb3MuZGF0ZTogMDkvMjIv
MjAxNQpkbWkuYmlvcy52ZW5kb3I6IEluc3lkZQpkbWkuYmlvcy52ZXJzaW9uOiBGLjU0CmRtaS5i
b2FyZC5hc3NldC50YWc6IFR5cGUyIC0gQm9hcmQgQXNzZXQgVGFnCmRtaS5ib2FyZC5uYW1lOiA4
MEE0CmRtaS5ib2FyZC52ZW5kb3I6IEhQCmRtaS5ib2FyZC52ZXJzaW9uOiA5MS4xOQpkbWkuY2hh
c3Npcy50eXBlOiAxMApkbWkuY2hhc3Npcy52ZW5kb3I6IEhQCmRtaS5jaGFzc2lzLnZlcnNpb246
IENoYXNzaXMgVmVyc2lvbgpkbWkubW9kYWxpYXM6IGRtaTpidm5JbnN5ZGU6YnZyRi41NDpiZDA5
LzIyLzIwMTU6c3ZuSFA6cG5IUFBhdmlsaW9uTm90ZWJvb2s6cHZyVHlwZTFQcm9kdWN0Q29uZmln
SWQ6cnZuSFA6cm44MEE0OnJ2cjkxLjE5OmN2bkhQOmN0MTA6Y3ZyQ2hhc3Npc1ZlcnNpb246CmRt
aS5wcm9kdWN0Lm5hbWU6IEhQIFBhdmlsaW9uIE5vdGVib29rCmRtaS5wcm9kdWN0LnZlcnNpb246
IFR5cGUxUHJvZHVjdENvbmZpZ0lkCmRtaS5zeXMudmVuZG9yOiBIUAp2ZXJzaW9uLmNvbXBpejog
Y29tcGl6IDE6MC45LjEyLjIrMTYuMDQuMjAxNjA0MTUtMHVidW50dTEKdmVyc2lvbi5pYTMyLWxp
YnM6IGlhMzItbGlicyBOL0EKdmVyc2lvbi5saWJkcm0yOiBsaWJkcm0yIDIuNC42Ny0xCnZlcnNp
b24ubGliZ2wxLW1lc2EtZHJpOiBsaWJnbDEtbWVzYS1kcmkgMTEuMi4wLTF1YnVudHUyCnZlcnNp
b24ubGliZ2wxLW1lc2EtZHJpLWV4cGVyaW1lbnRhbDogbGliZ2wxLW1lc2EtZHJpLWV4cGVyaW1l
bnRhbCBOL0EKdmVyc2lvbi5saWJnbDEtbWVzYS1nbHg6IGxpYmdsMS1tZXNhLWdseCAxMS4yLjAt
MXVidW50dTIKdmVyc2lvbi54c2VydmVyLXhvcmctY29yZTogeHNlcnZlci14b3JnLWNvcmUgMjox
LjE4LjMtMXVidW50dTIKdmVyc2lvbi54c2VydmVyLXhvcmctaW5wdXQtZXZkZXY6IHhzZXJ2ZXIt
eG9yZy1pbnB1dC1ldmRldiAxOjIuMTAuMS0xdWJ1bnR1Mgp2ZXJzaW9uLnhzZXJ2ZXIteG9yZy12
aWRlby1hdGk6IHhzZXJ2ZXIteG9yZy12aWRlby1hdGkgMTo3LjcuMC0xCnZlcnNpb24ueHNlcnZl
ci14b3JnLXZpZGVvLWludGVsOiB4c2VydmVyLXhvcmctdmlkZW8taW50ZWwgMjoyLjk5LjkxNytn
aXQyMDE2MDMyNS0xdWJ1bnR1MQp2ZXJzaW9uLnhzZXJ2ZXIteG9yZy12aWRlby1ub3V2ZWF1OiB4
c2VydmVyLXhvcmctdmlkZW8tbm91dmVhdSAxOjEuMC4xMi0xYnVpbGQyCnhzZXJ2ZXIuYm9vdFRp
bWU6IEZyaSBBcHIgMjkgMDY6NTE6MzQgMjAxNgp4c2VydmVyLmNvbmZpZ2ZpbGU6IGRlZmF1bHQK
eHNlcnZlci5lcnJvcnM6Cgp4c2VydmVyLmxvZ2ZpbGU6IC92YXIvbG9nL1hvcmcuMC5sb2cKeHNl
cnZlci5vdXRwdXRzOgrCoHByb2R1Y3QgaWQgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IDEyMDMKwqB2ZW5kb3IgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgTEdECnhz
ZXJ2ZXIudmVyc2lvbjogMjoxLjE4LjMtMXVidW50dTIKCioqIEFmZmVjdHM6IHVidW50dS1nbm9t
ZQogICAgIEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAgICAgICBTdGF0dXM6IE5ldwoKKiogQWZm
ZWN0czogdWJ1bnR1LWdub21lL3hlbmlhbAogICAgIEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAg
ICAgICBTdGF0dXM6IE5ldwoKKiogQWZmZWN0czogZ25vbWUtc2V0dGluZ3MtZGFlbW9uIChVYnVu
dHUpCiAgICAgSW1wb3J0YW5jZTogVW5kZWNpZGVkCiAgICAgICAgIFN0YXR1czogTmV3CgoqKiBB
ZmZlY3RzOiB1bml0eS1jb250cm9sLWNlbnRlciAoVWJ1bnR1KQogICAgIEltcG9ydGFuY2U6IFVu
ZGVjaWRlZAogICAgICAgICBTdGF0dXM6IE5ldwoKKiogQWZmZWN0czogeHNlcnZlci14b3JnLWlu
cHV0LXN5bmFwdGljcyAoVWJ1bnR1KQogICAgIEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAgICAg
ICBTdGF0dXM6IE5ldwoKCioqIFRhZ3M6IGFtZDY0IGFwcG9ydC1idWcgdWJ1bnR1IHhlbmlhbCB5
YWtrZXR5Ci0tIApEaXNhYmxlIHRvdWNocGFkIHdoaWxlIHR5cGluZyBpcyBub3QgYWN0aXZlIG5v
ciBjYW4gaXQgYmUgZW5hYmxlZApodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1NzY2
ODUKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBt
ZW1iZXIgb2YgVWJ1bnR1IERlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBnbm9t
ZS1zZXR0aW5ncy1kYWVtb24gaW4gVWJ1bnR1LgoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5nIGxp
c3QKZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUuY29t
L21haWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 05:10:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 168CE26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 05:10:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0FAE31A3DB4;
	Mon,  2 May 2016 05:10:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax68E-0004yn-5s; Mon, 02 May 2016 05:10:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax68C-0004yQ-ND
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 05:10:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax68C-00062V-B5
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 05:10:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4D2CC2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 05:10:52 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 05:01:00 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=xenial; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Triaged; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu;
 sourcepackage=xserver-xorg-input-synaptics; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug ubuntu xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: darkxst mc3man
X-Launchpad-Bug-Reporter: Doug McMahon (mc3man)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160429132346.24033.77641.malonedeb@gac.canonical.com>
Message-Id: <20160502050100.5554.46275.malone@chaenomeles.canonical.com>
Subject: [Bug 1576685] Re: Disable touchpad while typing is not active nor can
 it be enabled
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8b1ffce0bc0998893fdf63f72211375f1ec172f2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576685 <1576685@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Possibly related to this commit.

commit b23917f0a279aba4599cdc7a5b34055f3d8975ba
Author: Ondrej Holy <oholy@redhat.com>
Date:   Wed Apr 8 12:39:48 2015 +0200

    mouse: Do not disable touchpad buttons
    
    Touchpad buttons are disabled also if touchpad is disabled using
    "Device Enabled" property. Unfortunately some touchpads share those
    buttons with trackpoint, which is consequently unusable. Disable
    touchpad using "Synaptics Off" property instead to avoid disabling
    the buttons.
    
    Remove also some redundant calls to enable/disable touchpad and
    make sure syndaemon isn't running if the touchpads are disabled.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747504


** Bug watch added: GNOME Bug Tracker #747504
   https://bugzilla.gnome.org/show_bug.cgi?id=747504

** Package changed: gnome-control-center (Ubuntu) => gnome-settings-
daemon (Ubuntu)

** Changed in: ubuntu-gnome
       Status: New => Triaged

** Changed in: ubuntu-gnome
   Importance: Undecided => Medium

** Changed in: gnome-settings-daemon (Ubuntu)
       Status: New => Triaged

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1576685

Title:
  Disable touchpad while typing is not active nor can it be enabled

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 05:20:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5A31726C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 05:20:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3C8BF1A3CE6;
	Mon,  2 May 2016 05:20:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax6Hd-0005rr-V4; Mon, 02 May 2016 05:20:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax6Hc-0005rh-ON
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 05:20:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax6Hc-0006m4-En
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 05:20:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5FAFE2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 05:20:36 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 05:14:48 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=xenial; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Triaged; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu;
 sourcepackage=xserver-xorg-input-synaptics; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug ubuntu xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: darkxst mc3man
X-Launchpad-Bug-Reporter: Doug McMahon (mc3man)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160429132346.24033.77641.malonedeb@gac.canonical.com>
Message-Id: <20160502051449.5658.25327.malone@chaenomeles.canonical.com>
Subject: [Bug 1576685] Re: Disable touchpad while typing is not active nor can
 it be enabled
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5aeebcb4d714955ced88a066bc434266c29b28e3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576685 <1576685@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

However at least on my laptop it is still falling back to using
syndaemon. That is launched with "-t" option and has been since 2012.

commit c1b2b478ec71b907e4af736d62c1a81ad400f902
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 18 11:51:09 2012 +0100

    mouse: Only inhibits mouse clicks and scrolls with syndaemon
    
    Not mouse movements.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673055


** Bug watch added: GNOME Bug Tracker #673055
   https://bugzilla.gnome.org/show_bug.cgi?id=673055

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1576685

Title:
  Disable touchpad while typing is not active nor can it be enabled

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 05:45:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 87C8426C2276
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 05:45:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 798B21A3E0E;
	Mon,  2 May 2016 05:45:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax6fz-0006vj-Ia; Mon, 02 May 2016 05:45:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax6fy-0006vG-QV
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 05:45:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax6fy-0005ed-AC
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 05:45:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 470C32E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 05:45:46 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 05:39:33 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=xenial; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu;
 sourcepackage=xserver-xorg-input-synaptics; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug ubuntu xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: darkxst mc3man
X-Launchpad-Bug-Reporter: Doug McMahon (mc3man)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160429132346.24033.77641.malonedeb@gac.canonical.com>
Message-Id: <20160502053934.17108.56078.malone@soybean.canonical.com>
Subject: [Bug 1576685] Re: Disable touchpad while typing is not active nor can
 it be enabled
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 15e9806f20ad734dbce5723cce56af4a1c06c24a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576685 <1576685@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I didnt see that you are using Unity. u-s-d also launches syndaemon with
the "-t" option, which means motion won't be disabled,  just clicking
and scrolling. Perhaps the "Synaptics Off" patch would help, atleast on
supported hardware.

I am not sure that Unity7 has been ported to use libinput, I suspect not
and clearly that would not be an option for LTS.

** Changed in: gnome-settings-daemon (Ubuntu)
       Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1576685

Title:
  Disable touchpad while typing is not active nor can it be enabled

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 06:55:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2C02726C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 06:55:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1C23D1A3DD5;
	Mon,  2 May 2016 06:55:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax7lg-0003Y3-Th; Mon, 02 May 2016 06:55:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax7lf-0003Xg-TL
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 06:55:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax7lf-0005r8-GV
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 06:55:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6103A2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 06:55:43 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 06:47:24 -0000
From: ian jeffery matthews <ianjefferymatthews@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ianjefferymatthews
X-Launchpad-Bug-Reporter: ian jeffery matthews (ianjefferymatthews)
X-Launchpad-Bug-Modifier: ian jeffery matthews (ianjefferymatthews)
Message-Id: <20160502064724.5722.94082.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1577303] [NEW] package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2e288a95259497b5add02b423951986fb7d32475
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577303 <1577303@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Several errors reported during installation, all seemd related to
amd-64.

However on reboot, everything seems to be working, but the system has
aksed for several erros reports, all of which have been completed.  This
post is therefore responding to system requests and has not been
initiated by me

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 229-4ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Mon May  2 07:10:09 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2016-01-29 (93 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-05-02 (0 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 07:20:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B6BEB26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 07:20:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A0AA01A3E4B;
	Mon,  2 May 2016 07:20:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax89v-00061v-GR; Mon, 02 May 2016 07:20:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax89t-00061g-Jr
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 07:20:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax89t-0005wf-79
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 07:20:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 29AF82E8047
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 07:20:45 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 07:10:43 -0000
From: Murray Cumming <murrayc@murrayc.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cyphermox murrayc teslas-moustache-t
X-Launchpad-Bug-Reporter: Mathieu Trudel-Lapierre (cyphermox)
X-Launchpad-Bug-Modifier: Murray Cumming (murrayc)
References: <20160416230210.5590.19431.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502071043.5689.8830.malone@chaenomeles.canonical.com>
Subject: [Bug 1571262] Re: my computer's name is not "Bastien's computer"
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b5272357add99bd4dbd5cc4295eecf7fe905642d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1571262 <1571262@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Here is an upstream bug report. This seems to be a symptom of another
problem: https://bugzilla.gnome.org/show_bug.cgi?id=755967

There are apparently fixes for this, and the related failure of the bluetooth settings to work at all, in upstream's gnome-control-center
https://bugzilla.gnome.org/show_bug.cgi?id=741675#c13

** Bug watch added: GNOME Bug Tracker #755967
   https://bugzilla.gnome.org/show_bug.cgi?id=755967

** Bug watch added: GNOME Bug Tracker #741675
   https://bugzilla.gnome.org/show_bug.cgi?id=741675

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

Title:
  my computer's name is not "Bastien's computer"

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 08:21:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1F53826C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 08:21:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 168631A380D;
	Mon,  2 May 2016 08:21:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax96E-0003oj-4X; Mon, 02 May 2016 08:21:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax96D-0003oE-NE
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 08:21:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax96B-00074I-RM
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 08:21:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AF8602E80CA
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 08:20:58 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 08:13:14 -0000
From: "R. Diez" <rdiezmail-ubuntu@yahoo.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=opensuse; sourcepackage=gvfs; component=None;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: belfeldt greg-whiteley janitor oerngeek paultait22
 peteasa rdiezmail-ubuntu
X-Launchpad-Bug-Reporter: Peter Saunderson (peteasa)
X-Launchpad-Bug-Modifier: R. Diez (rdiezmail-ubuntu)
References: <20150502204600.29194.97964.malonedeb@soybean.canonical.com>
Message-Id: <20160502081314.5554.51409.malone@chaenomeles.canonical.com>
Subject: [Bug 1451087] Re: gvfsd-fuse does not create mount point
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dff29f856877effd68b1eedfa2274e896e813e8d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1451087 <1451087@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I am having this issue with Kubuntu 14.04 and the latest supported Linux kernel as of april 2016:
  $ uname -rvi
  4.2.0-35-generic #40~14.04.1-Ubuntu SMP Fri Mar 18 16:37:35 UTC 2016 x86_64

Only there were no multiple instances of gvfsd. Killing all gvfsd
processes does not help. This Kubuntu was not an upgrade, but a fresh
install. I did upgrade the kernels though with the latest "Hardware
Enablement Packs".

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

Title:
  gvfsd-fuse does not create mount point

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 08:50:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A1DF426C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 08:50:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 984961A3E82;
	Mon,  2 May 2016 08:50:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax9Yt-0007NF-AV; Mon, 02 May 2016 08:50:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax9Ys-0007Mq-IO
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 08:50:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax9Ys-00019R-9z
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 08:50:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 415492E80C1
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 08:50:38 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 08:44:20 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 teo8976
X-Launchpad-Bug-Reporter: teo1978 (teo8976)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160430161015.5864.66128.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502084421.5722.18377.malone@chaenomeles.canonical.com>
Subject: [Bug 1577005] Re: Syntax highlight randomly stops being updated
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 664cd1681b6e669f3f253e73e5cd4eee727ad292
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577005 <1577005@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

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

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

Title:
  Syntax highlight randomly stops being updated

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 08:50:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 760EC26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 08:50:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6EED21A3E7D;
	Mon,  2 May 2016 08:50:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax9Yv-0007Ob-FN; Mon, 02 May 2016 08:50:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax9Yu-0007Nq-JM
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 08:50:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax9Yt-00019N-Vq
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 08:50:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EA3EA2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 08:50:39 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 08:43:54 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtksourceview3;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 teo8976
X-Launchpad-Bug-Reporter: teo1978 (teo8976)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160430145938.24353.65469.malonedeb@gac.canonical.com>
Message-Id: <20160502084355.23801.42709.malone@gac.canonical.com>
Subject: [Bug 1576992] Re: <?php ?> inside <h1> not highlighted correctly
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ec62ccd1b7682558522df569f0d13fa8fc151dc4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576992 <1576992@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Package changed: gedit (Ubuntu) => gtksourceview3 (Ubuntu)

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

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

Title:
  <?php ?> inside <h1> not highlighted correctly

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 08:55:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D747E26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 08:55:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CFAA21A3D1F;
	Mon,  2 May 2016 08:55:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax9dr-0007kr-GL; Mon, 02 May 2016 08:55:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax9dp-0007kl-Rh
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 08:55:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax9dm-0002Rh-Kt
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 08:55:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 980792E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 08:55:40 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 08:47:14 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Incomplete; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bstk seb128
X-Launchpad-Bug-Reporter: bastik (bstk)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160501190326.24237.91008.malonedeb@gac.canonical.com>
Message-Id: <20160502084714.25213.44543.malone@wampee.canonical.com>
Subject: [Bug 1577223] Re: Crash when opening specific file
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0a53017d55654ee53d1bf1aec002179cf93a1f96
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577223 <1577223@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report. The error is a python one so it's likely
due to a plugin. could you try to disable those and find which one has
the issue?

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

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

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

Title:
  Crash when opening specific file

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 08:55:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7353026C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 08:55:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6D5021A3D24;
	Mon,  2 May 2016 08:55:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax9dt-0007lW-Hv; Mon, 02 May 2016 08:55:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax9ds-0007lF-DI
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 08:55:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax9dq-0002W2-GD
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 08:55:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A7BD32E818A
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 08:55:42 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 08:47:39 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Incomplete; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bstk seb128
X-Launchpad-Bug-Reporter: bastik (bstk)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160501190326.24237.91008.malonedeb@gac.canonical.com>
Message-Id: <20160502084739.5722.95938.malone@chaenomeles.canonical.com>
Subject: [Bug 1577223] Re: Crash when opening specific file
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d1e5517cf9628ab7d3433326970f09a14d3052fd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577223 <1577223@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

oh also if you could add an example of file creating the issue to the
bug that would be useful

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

Title:
  Crash when opening specific file

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 09:05:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 16CAA26C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 09:05:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0F7B71A3E87;
	Mon,  2 May 2016 09:05:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ax9na-0000MO-4p; Mon, 02 May 2016 09:05:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ax9nY-0000Kj-Ja
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 09:05:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ax9nY-00049T-3K
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 09:05:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0B48C2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 09:05:48 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 08:56:39 -0000
From: Vincent Gerris <156201@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gedit; status=Confirmed; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Triaged; importance=Medium; assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Tags: memory resources swap
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: danielbadawi david-mignani dkoryavov hakermania
 luke32j m-michalczyk maabdulhaq marat-dyatko michael-fairbank narcisgarcia
 newjay pedro svecpetr-svecpetr teo1978 tomcat42 tr33m4n vgerris volodya
X-Launchpad-Bug-Reporter: Sebastian Breier (tomcat42)
X-Launchpad-Bug-Modifier: Vincent Gerris (vgerris)
References: <20071023114655.10281.39604.malonedeb@potassium.ubuntu.com>
Message-Id: <20160502085639.6016.21692.malone@chaenomeles.canonical.com>
Subject: [Bug 156201] Re: gedit handles opening big files badly
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 85584434bbbb54b6dc7c140256fbdf8fe094a7f1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 156201 <156201@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have the exact same problem. From a usability point of view, this editor is practically useless for big files and I wonder why it is the default editor?
The bug should either be fixed or another editor should be set as default in my opinion.
Vim opens the same file in not even a second and LibreOffice includes weird encoding and still is many times faster.

the file I use is 20 Mb, my system has 16 gb of memory and gedit really chokes in it.
Takes MINUTES to open it.
Sublime text takes about a second. too.

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

Title:
  gedit handles opening big files badly

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 09:25:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D5EE026C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 09:25:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C7C791A3CEE;
	Mon,  2 May 2016 09:25:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axA6v-00020I-PQ; Mon, 02 May 2016 09:25:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axA6u-0001zt-GR
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 09:25:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axA6t-0004dW-OI
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 09:25:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1E3BF2E80DD
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 09:25:47 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 09:16:34 -0000
From: Albert Cutrona <acutbal@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: acutbal
X-Launchpad-Bug-Reporter: Albert Cutrona (acutbal)
X-Launchpad-Bug-Modifier: Albert Cutrona (acutbal)
Message-Id: <20160502091634.16996.151.malonedeb@soybean.canonical.com>
Subject: [Bug 1577334] [NEW] Network entry missing in Nautilus at start in
 Ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 464df9219b2800eee0bc293958a93f9a0c505382
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577334 <1577334@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Hello!!

I've realized thath the network entry is missing in Nautilus at start in
Ubuntu 16.04, I have to use the entry "connect to a server" and then the
network entry appears in the bookmarks side.

I'm not sure if this is related to this bug:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1548977

Regards!! :)

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

** Attachment added: "Captura de pantalla de 2016-05-02 09-51-45.png"
   https://bugs.launchpad.net/bugs/1577334/+attachment/4653453/+files/Captura%20de%20pantalla%20de%202016-05-02%2009-51-45.png

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

Title:
  Network entry missing in Nautilus at start in Ubuntu 16.04

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 09:30:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E9D2726C2085
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 09:30:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DB7891A3D0B;
	Mon,  2 May 2016 09:30:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axABk-0002mF-5z; Mon, 02 May 2016 09:30:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axABj-0002m4-6S
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 09:30:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axABi-0005ks-OH
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 09:30:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 81C3D2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 09:30:46 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 09:22:30 -0000
From: bastik <1577223@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Incomplete; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bstk seb128
X-Launchpad-Bug-Reporter: bastik (bstk)
X-Launchpad-Bug-Modifier: bastik (bstk)
References: <20160501190326.24237.91008.malonedeb@gac.canonical.com>
Message-Id: <20160502092230.25401.77742.malone@wampee.canonical.com>
Subject: [Bug 1577223] Re: Crash when opening specific file
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9914aa1b40c9c3b56c69d1f2a2e354619ba7d790
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577223 <1577223@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

multiedit plugin causes the error.

I couldn't trim the file sufficiently to share it here, but I can send
it by email for the purpose of bug fixing.

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

Title:
  Crash when opening specific file

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 09:40:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 772CC26C2276
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 09:40:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6A0CD1A3CDF;
	Mon,  2 May 2016 09:40:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axALR-0003KF-S3; Mon, 02 May 2016 09:40:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axALQ-0003Jy-MF
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 09:40:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axALQ-00043a-DI
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 09:40:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 31C062E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 09:40:48 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 09:32:31 -0000
From: skavamareen <1577342@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: hughroberts
X-Launchpad-Bug-Reporter: skavamareen (hughroberts)
X-Launchpad-Bug-Modifier: skavamareen (hughroberts)
Message-Id: <20160502093231.25147.51243.malonedeb@wampee.canonical.com>
Subject: [Bug 1577342] [NEW] package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 147187c80e44333593bd5cceb46787ec33af8937
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577342 <1577342@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The error notification appears immediately after logging into the
desktop environment.  I have just upgraded from 14.06 through to 16.04.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 229-4ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Mon May  2 09:53:43 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2015-12-25 (128 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-05-02 (0 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 09:40:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2CD6126C2276
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 09:40:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 223861A3CDF;
	Mon,  2 May 2016 09:40:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axALU-0003Le-1h; Mon, 02 May 2016 09:40:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axALT-0003LA-6W
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 09:40:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axALS-00045y-O4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 09:40:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9A1B72E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 09:40:50 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 09:31:14 -0000
From: John Bester <1577341@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: john-bester
X-Launchpad-Bug-Reporter: John Bester (john-bester)
X-Launchpad-Bug-Modifier: John Bester (john-bester)
Message-Id: <20160502093114.25588.15678.malonedeb@wampee.canonical.com>
Subject: [Bug 1577341] [NEW] 180,
 000 _XSERVTrans error log lines on single boot
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0473d5810aaecfb9ec9121fcafaa10d0960d394a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577341 <1577341@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

lsb_release -rd
Description:	Ubuntu 16.04 LTS
Release:	16.04

uname -a
Linux popeye 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux


My PC booted in 18 seconds before upgrading to Ubuntu Gnome 16.04 - now it takes 2 minutes. I tried to find the culprit in the logs. There is a set of 4 lines that repeats abount 50,000 times (to be exact, a total of 179628 log lines containing "gdm-x-session[2329]: _XSERVTrans".) Although these entries are logged over a timespan of 4 seconds, I cannot but wonder how long syslog takes to acually log the individual entries to the /var/log/syslog file. In total, this adds 22MB of logging output to syslog.
(By the way, my Gnome 3 session starts just fine, the log is just outrageous)

What I expect to happen: Logging the same error as may times in such a short period indicates one of two problems: 
1) If something fails (maybe some service is not ready yet), then allow more time before trying again - there is no point in taking away processing power if some service is trying to start up. 
2) If it is an absolute necessity for the number of failures (there might be 50,000 small components all trying the same thing), then limit log output. Logging the 4 lines once, then adjust a counter which you then log once the process is complete. 

Here follows this first and last lines of just such a block of errors:

May  2 10:10:55 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
May  2 10:10:55 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransmkdir: ERROR: Cannot create /tmp/.X11-unix
May  2 10:10:55 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransSocketUNIXCreateListener: mkdir(/tmp/.X11-unix) failed, errno = 13
May  2 10:10:55 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransMakeAllCOTSServerListeners: failed to create listener for unix
May  2 10:10:55 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
May  2 10:10:55 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransmkdir: ERROR: Cannot create /tmp/.X11-unix
May  2 10:10:55 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransSocketUNIXCreateListener: mkdir(/tmp/.X11-unix) failed, errno = 13
May  2 10:10:55 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransMakeAllCOTSServerListeners: failed to create listener for unix
...
...
...
May  2 10:10:58 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransOpen: transport open failed for unix/popeye:59533
May  2 10:10:58 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransMakeAllCOTSServerListeners: failed to open listener for unix
May  2 10:10:58 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransSocketOpenCOTSServer: Unable to open socket for unix
May  2 10:10:58 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransOpen: transport open failed for unix/popeye:59534
May  2 10:10:58 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransMakeAllCOTSServerListeners: failed to open listener for unix
May  2 10:10:58 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransSocketOpenCOTSServer: Unable to open socket for unix
May  2 10:10:58 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransOpen: transport open failed for unix/popeye:59535
May  2 10:10:58 popeye /usr/lib/gdm3/gdm-x-session[2329]: _XSERVTransMakeAllCOTSServerListeners: failed to open listener for unix

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

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

Title:
  180,000 _XSERVTrans error log lines on single boot

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 10:41:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7283326C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 10:41:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 475BC1A3CFB;
	Mon,  2 May 2016 10:41:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axBHf-00079X-D5; Mon, 02 May 2016 10:40:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axBHe-000799-4u
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 10:40:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axBHd-0004T0-Mt
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 10:40:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AACD62E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 10:40:57 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 10:34:13 -0000
From: AsciiWolf <1576278@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 0cs9r-cyil-wz6b3 seb128
X-Launchpad-Bug-Reporter: AsciiWolf (0cs9r-cyil-wz6b3)
X-Launchpad-Bug-Modifier: AsciiWolf (0cs9r-cyil-wz6b3)
References: <20160428152824.23739.91288.malonedeb@gac.canonical.com>
Message-Id: <20160502103413.25286.93426.malone@wampee.canonical.com>
Subject: [Bug 1576278] Re: Gnome Software GUI bugs when switching from All to
 Installed or Updates
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f9f52b0a3fd86b19620d0774f69b93292be807e7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576278 <1576278@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

https://bugs.launchpad.net/ubuntu/+source/gnome-system-
monitor/+bug/1576304 - Probably the same issue.

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

Title:
  Gnome Software GUI bugs when switching from All to Installed or
  Updates

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 11:45:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8779B26C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 11:45:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6C1ED1A3E18;
	Mon,  2 May 2016 11:45:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axCIH-0003Z6-5u; Mon, 02 May 2016 11:45:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axCIF-0003YA-JJ
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 11:45:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axCIF-0007dz-5q
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 11:45:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1F1D52E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 11:45:39 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 11:36:45 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: hughroberts
X-Launchpad-Bug-Reporter: skavamareen (hughroberts)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1560797
References: <20160502093231.25147.51243.malonedeb@wampee.canonical.com>
Message-Id: <20160502113646.25147.25928.launchpad@wampee.canonical.com>
Subject: [Bug 1577342] Re: package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 39b1c3ef0ce1ac17d8d4c8766789425b56a1f455
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577342 <1577342@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1560797 ***
    https://bugs.launchpad.net/bugs/1560797

** This bug has been marked a duplicate of bug 1560797
   apt does not configure Pre-Depends: before depending package

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

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 11:45:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BE20526C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 11:45:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B4A371A3E87;
	Mon,  2 May 2016 11:45:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axCII-0003ae-HM; Mon, 02 May 2016 11:45:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axCIG-0003Yp-TL
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 11:45:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axCIG-0007dV-AC
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 11:45:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1FED02E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 11:45:40 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 11:36:52 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ianjefferymatthews
X-Launchpad-Bug-Reporter: ian jeffery matthews (ianjefferymatthews)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1560797
References: <20160502064724.5722.94082.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502113653.16866.58250.launchpad@soybean.canonical.com>
Subject: [Bug 1577303] Re: package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 786ded6cbc99dd8e29d42cd48bdf266d8bbe5974
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577303 <1577303@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1560797 ***
    https://bugs.launchpad.net/bugs/1560797

** This bug has been marked a duplicate of bug 1560797
   apt does not configure Pre-Depends: before depending package

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

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 12:01:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 26DE026C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 12:01:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0733F1A3D32;
	Mon,  2 May 2016 12:01:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axCXE-0005U7-UK; Mon, 02 May 2016 12:01:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axCXD-0005Ta-7H
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 12:01:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axCXD-0006D2-0e
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 12:01:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 03CC42E80C0
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 12:01:07 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 11:53:38 -0000
From: Doug McMahon <1576685@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=Invalid; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=xenial; status=Invalid;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu;
 sourcepackage=xserver-xorg-input-synaptics; component=main; status=Invalid;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug ubuntu xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: darkxst mc3man
X-Launchpad-Bug-Reporter: Doug McMahon (mc3man)
X-Launchpad-Bug-Modifier: Doug McMahon (mc3man)
References: <20160429132346.24033.77641.malonedeb@gac.canonical.com>
Message-Id: <20160502115338.24128.607.malone@gac.canonical.com>
Subject: [Bug 1576685] Re: Disable touchpad while typing is not active nor can
 it be enabled
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d9178d537cde9afeacf2b2130a2bb0ca7b59bdd7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576685 <1576685@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hmm, sorry about this (I think
A number of users were complaining about this but it turns out it was more about cursor movement than clicks 
(or so combo of the cursor moving then a click on new position after timeout.
In any event it was never intended to prevent cursor movement while typing

So marking all invalid.

** Changed in: unity-control-center (Ubuntu)
       Status: New => Invalid

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
       Status: New => Invalid

** Changed in: ubuntu-gnome/xenial
       Status: New => Invalid

** Changed in: ubuntu-gnome
       Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1576685

Title:
  Disable touchpad while typing is not active nor can it be enabled

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 12:45:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3E48526C25AE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 12:45:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 36B1E1A3DDA;
	Mon,  2 May 2016 12:45:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axDEP-0001kg-1o; Mon, 02 May 2016 12:45:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axDEO-0001jo-1w
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 12:45:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axDEM-0004NI-U4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 12:45:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 984AB2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 12:45:42 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 12:37:37 -0000
From: Harry P <1509711@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public Security
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: yes
X-Launchpad-Bug-Commenters: hjwp2 sven-meiers
X-Launchpad-Bug-Reporter: svenmeier (sven-meiers)
X-Launchpad-Bug-Modifier: Harry P (hjwp2)
References: <20151024202856.7366.20447.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502123737.17213.63017.malone@soybean.canonical.com>
Subject: [Bug 1509711] Re: Screen temporarily not locked when coming out of
 suspend
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 775ff2aa7fc4d931fc9cf49507c5a5b3f9ebbf2b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1509711 <1509711@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Since the upgrade to Xenial, I haven't seen this bug.   Unless it
affects any other LTS editions, I guess it's ok to close?

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

Title:
  Screen temporarily not locked when coming out of suspend

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 15:10:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6F70C26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 15:10:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 652121A3233;
	Mon,  2 May 2016 15:10:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axFUs-0005vp-5n; Mon, 02 May 2016 15:10:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axFUo-0005uG-4V
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 15:10:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axFUn-00022C-LF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 15:10:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 760CC2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 15:10:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 15:04:17 -0000
From: Ads20000 <1563155@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Ads20000 (ads20000)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502150418.25588.14716.launchpad@wampee.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6439f1212635df52731427716d52021d097f55f1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: xenial yakkety

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 15:31:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 46BA826C2085
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 15:31:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4248A1A3CDB;
	Mon,  2 May 2016 15:31:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axFoP-0007Pz-5k; Mon, 02 May 2016 15:31:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axFoN-0007PO-Of
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 15:31:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axFoN-0002YJ-5l
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 15:31:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 20A162E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 15:31:03 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 15:20:40 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502152040.5864.95453.malone@chaenomeles.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 57101159a418bfe5734a210900d346f361b294fa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hmm, this is a really odd bug, the l10n settings should have zero influence on this.
Can you please run `sudo appstreamcli refresh --force --verbose` and `appstreamcli status` and paste the output somewhere?

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 16:16:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8A51926C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 16:16:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 818831A3C76;
	Mon,  2 May 2016 16:16:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axGWa-0003Sw-Qs; Mon, 02 May 2016 16:16:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axGWZ-0003Sm-LJ
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 16:16:43 +0000
Received: from soybean.canonical.com ([91.189.89.57])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axGWZ-0003rF-Fo
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 16:16:43 +0000
Received: from soybean.canonical.com (localhost [127.0.0.1])
 by soybean.canonical.com (Postfix) with ESMTPS id 496B8322017
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 16:16:43 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 16:16:42 -0000
From: Launchpad Bug Tracker <1576398@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment ethtool wol
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton rossybradley
X-Launchpad-Bug-Reporter: Ross (rossybradley)
X-Launchpad-Bug-Modifier: Brian Murray (brian-murray)
References: <20160428202706.5120.56113.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1576398] [NEW] WOL reverts to 'd' after suspend or reboot when
 explicitly setting 'g' via 'ethtool -s eth0 wol g' or via
 /etc/network/interfaces
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160502161642.17289.8964.launchpad@soybean.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 132a113cc6c90ab4ef128af2545311b504219b70
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576398 <1576398@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

WW91IGhhdmUgYmVlbiBzdWJzY3JpYmVkIHRvIGEgcHVibGljIGJ1ZzoKCmNyb3ktaTUtdWJ1bnR1
JSBsc2JfcmVsZWFzZSAtcmQKRGVzY3JpcHRpb246CVVidW50dSAxNi4wNCBMVFMKUmVsZWFzZToJ
MTYuMDQKCmNyb3ktaTUtdWJ1bnR1JSBhcHQtY2FjaGUgcG9saWN5IGV0aHRvb2wKZXRodG9vbDoK
wqDCoEluc3RhbGxlZDogMTo0LjUtMQrCoMKgQ2FuZGlkYXRlOiAxOjQuNS0xCsKgwqBWZXJzaW9u
IHRhYmxlOgrCoCoqKiAxOjQuNS0xIDUwMArCoMKgwqDCoMKgwqDCoMKgNTAwIGh0dHA6Ly9nYi5h
cmNoaXZlLnVidW50dS5jb20vdWJ1bnR1IHhlbmlhbC9tYWluIGFtZDY0IFBhY2thZ2VzCsKgwqDC
oMKgwqDCoMKgwqAxMDAgL3Zhci9saWIvZHBrZy9zdGF0dXMKCi0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KCldoZW4gSSBzdXNwZW5kIHRvIGRpc2sgSSB3
b3VsZCBsaWtlIHRvIGJlIGFibGUgdG8gdXNlIFdPTCBtYWdpYyBwYWNrZXQKdG8gd2FrZQoKQWZ0
ZXIgZXhwbGljaXRseSBzZXR0aW5nIHRoZSAnZycgZmxhZyBvciB2aWEgL2V0Yy9uZXR3b3JrL2lu
dGVyZmFjZXMKZXRodG9vbCBzaG93cyAnZCcgYWZ0ZXIgdXNiIHJlc3VtZS93YWtlCgpJIHJ1biBh
IGR1YWwgYm9vdCBzZXR1cCB3aXRoIEFyY2hsaW51eC4gVGhpcyBpcyBub3QgYW4gaXNzdWUgaGVy
ZSwgV09MCndvcmtzLgoKLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLQoKY3JveS1pNS11YnVudHUlIHN1ZG8gZXRodG9vbCBlbm8xIHwgZ3JlcCBXYWtlCsKg
U3VwcG9ydHMgV2FrZS1vbjogcHVtYmcKwqBXYWtlLW9uOiBkCgpzdWRvIGV0aHRvb2wgLXMgZW5v
MSB3b2wgZwoKY3JveS1pNS11YnVudHUlIHN1ZG8gZXRodG9vbCBlbm8xIHwgZ3JlcCBXYWtlCsKg
U3VwcG9ydHMgV2FrZS1vbjogcHVtYmcKwqBXYWtlLW9uOiBnCgpzeXN0ZW1jdGwgc3VzcGVuZAoK
V09MIG5vdCB3b3JraW5nCnVzYiB3YWtlCgpjcm95LWk1LXVidW50dSUgc3VkbyBldGh0b29sIGVu
bzEgfCBncmVwIFdha2UKwqBTdXBwb3J0cyBXYWtlLW9uOiBwdW1iZwrCoFdha2Utb246IGQKCkkg
aGF2ZSBmb2xsb3dlZDsKCmh0dHBzOi8vaGVscC51YnVudHUuY29tL2NvbW11bml0eS9XYWtlT25M
YW4KCndoZXJlIHNldHRpbmcgL2V0Yy9uZXR3b3JrL2ludGVyZmFjZXMKaWZhY2UgZW5vMSBpbmV0
IGRoY3AKwqDCoMKgwqDCoMKgwqDCoMKgwqDCoHVwIGV0aHRvb2wgLXMgZW5vMSB3b2wgZwoKc3Vk
byBzeXN0ZW1jdGwgcmVzdGFydCBuZXR3b3JraW5nLnNlcnZpY2UKCmNyb3ktaTUtdWJ1bnR1JSBz
dWRvIGV0aHRvb2wgZW5vMSB8IGdyZXAgV2FrZQrCoFN1cHBvcnRzIFdha2Utb246IHB1bWJnCsKg
V2FrZS1vbjogZwoKc3lzdGVtY3RsIHN1c3BlbmQKCldPTCBub3Qgd29ya2luZwp1c2Igd2FrZQoK
Y3JveS1pNS11YnVudHUlIHN1ZG8gZXRodG9vbCBlbm8xIHwgZ3JlcCBXYWtlCsKgU3VwcG9ydHMg
V2FrZS1vbjogcHVtYmcKwqBXYWtlLW9uOiBkCgpjcm95LWk1LXVidW50dSUgY2F0IC9wcm9jL2Fj
cGkvd2FrZXVwCkRldmljZQlTLXN0YXRlCSAgU3RhdHVzICAgU3lzZnMgbm9kZQpQUzJLCSAgUzMJ
KmVuYWJsZWQgICBwbnA6MDA6MDIKQlIyMAkgIFM0CSpkaXNhYmxlZCAgcGNpOjAwMDA6MDA6MWUu
MApFVVNCCSAgUzMJKmVuYWJsZWQgICBwY2k6MDAwMDowMDoxZC4wClVTQkUJICBTMwkqZW5hYmxl
ZCAgIHBjaTowMDAwOjAwOjFhLjAKUEVYMAkgIFM0CSpkaXNhYmxlZCAgcGNpOjAwMDA6MDA6MWMu
MApQRVgxCSAgUzQJKmRpc2FibGVkClBFWDIJICBTNAkqZGlzYWJsZWQKUEVYMwkgIFM0CSpkaXNh
YmxlZApQRVg0CSAgUzQJKmRpc2FibGVkICBwY2k6MDAwMDowMDoxYy40ClBFWDUJICBTNAkqZGlz
YWJsZWQKUEVYNgkgIFM0CSpkaXNhYmxlZCAgcGNpOjAwMDA6MDA6MWMuNgpQRVg3CSAgUzQJKmRp
c2FibGVkICBwY2k6MDAwMDowMDoxYy43CkdCRQkgIFM0CSpkaXNhYmxlZCAgcGNpOjAwMDA6MDA6
MTkuMCAgIDwtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gTm93IGRpc2FibGVkClAwUDEJ
ICBTNAkqZGlzYWJsZWQKUDBQMgkgIFM0CSpkaXNhYmxlZApQMFAzCSAgUzQJKmRpc2FibGVkClAw
UDQJICBTNAkqZGlzYWJsZWQKR0JFMQkgIFM0CSpkaXNhYmxlZApTTFBCCSAgUzAJKmRpc2FibGVk
ClBXUkIJICBTMwkqZW5hYmxlZCAgIHBsYXRmb3JtOlBOUDBDMEM6MDAKCnN1ZG8gc3lzdGVtY3Rs
IHJlc3RhcnQgbmV0d29ya2luZy5zZXJ2aWNlCgpjcm95LWk1LXVidW50dSUgY2F0IC9wcm9jL2Fj
cGkvd2FrZXVwCkRldmljZQlTLXN0YXRlCSAgU3RhdHVzICAgU3lzZnMgbm9kZQpQUzJLCSAgUzMJ
KmVuYWJsZWQgICBwbnA6MDA6MDIKQlIyMAkgIFM0CSpkaXNhYmxlZCAgcGNpOjAwMDA6MDA6MWUu
MApFVVNCCSAgUzMJKmVuYWJsZWQgICBwY2k6MDAwMDowMDoxZC4wClVTQkUJICBTMwkqZW5hYmxl
ZCAgIHBjaTowMDAwOjAwOjFhLjAKUEVYMAkgIFM0CSpkaXNhYmxlZCAgcGNpOjAwMDA6MDA6MWMu
MApQRVgxCSAgUzQJKmRpc2FibGVkClBFWDIJICBTNAkqZGlzYWJsZWQKUEVYMwkgIFM0CSpkaXNh
YmxlZApQRVg0CSAgUzQJKmRpc2FibGVkICBwY2k6MDAwMDowMDoxYy40ClBFWDUJICBTNAkqZGlz
YWJsZWQKUEVYNgkgIFM0CSpkaXNhYmxlZCAgcGNpOjAwMDA6MDA6MWMuNgpQRVg3CSAgUzQJKmRp
c2FibGVkICBwY2k6MDAwMDowMDoxYy43CkdCRQkgIFM0CSplbmFibGVkICAgcGNpOjAwMDA6MDA6
MTkuMCAgIDwtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gTm93IGVuYWJsZWQKUDBQMQkg
IFM0CSpkaXNhYmxlZApQMFAyCSAgUzQJKmRpc2FibGVkClAwUDMJICBTNAkqZGlzYWJsZWQKUDBQ
NAkgIFM0CSpkaXNhYmxlZApHQkUxCSAgUzQJKmRpc2FibGVkClNMUEIJICBTMAkqZGlzYWJsZWQK
UFdSQgkgIFMzCSplbmFibGVkICAgcGxhdGZvcm06UE5QMEMwQzowMAoKKiogQWZmZWN0czogc3lz
dGVtZCAoVWJ1bnR1KQogICAgIEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAgICAgICBTdGF0dXM6
IE5ldwoKCioqIFRhZ3M6IGJvdC1jb21tZW50IGV0aHRvb2wgd29sCi0tIApXT0wgcmV2ZXJ0cyB0
byAnZCcgYWZ0ZXIgc3VzcGVuZCBvciByZWJvb3Qgd2hlbiBleHBsaWNpdGx5IHNldHRpbmcgJ2cn
IHZpYSAnZXRodG9vbCAtcyBldGgwIHdvbCBnJyBvciB2aWEgL2V0Yy9uZXR3b3JrL2ludGVyZmFj
ZXMKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTc2Mzk4CllvdSByZWNlaXZlZCB0
aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVyIG9mIFVidW50dSBE
ZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gc3lzdGVtZCBpbiBVYnVudHUuCgot
LSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNv
bQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 16:26:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 98A1326C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 16:26:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 910A11A3808;
	Mon,  2 May 2016 16:26:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axGfY-00046g-Hr; Mon, 02 May 2016 16:26:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axGfW-00044m-OT
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 16:25:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axGfW-0005pE-6Z
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 16:25:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0840C2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 16:25:58 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 16:16:41 -0000
From: Brian Murray <brian@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment ethtool wol
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton rossybradley
X-Launchpad-Bug-Reporter: Ross (rossybradley)
X-Launchpad-Bug-Modifier: Brian Murray (brian-murray)
References: <20160428202706.5120.56113.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502161642.17289.67715.launchpad@soybean.canonical.com>
Subject: [Bug 1576398] Re: WOL reverts to 'd' after suspend or reboot when
 explicitly setting 'g' via 'ethtool -s eth0 wol g' or via
 /etc/network/interfaces
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7c352df109d47f20382e236f83ab3ae25c073a94
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576398 <1576398@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

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

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

Title:
  WOL reverts to 'd' after suspend or reboot when explicitly setting 'g'
  via 'ethtool -s eth0 wol g' or via /etc/network/interfaces

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 18:01:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3090626C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 18:01:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 563A81A3589;
	Mon,  2 May 2016 18:01:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axI9g-0003xw-NU; Mon, 02 May 2016 18:01:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axI9f-0003xm-I2
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 18:01:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axI9f-0005uz-7N
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 18:01:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 24F042E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 18:01:11 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 17:50:57 -0000
From: Bruce Pieterse <dev@otq.za.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bluesoviet octoquad
X-Launchpad-Bug-Reporter: Ty Young (bluesoviet)
X-Launchpad-Bug-Modifier: Bruce Pieterse (octoquad)
References: <20160501235737.24074.15461.malonedeb@gac.canonical.com>
Message-Id: <20160502175058.17661.48682.malone@soybean.canonical.com>
Subject: [Bug 1577253] Re: Gnome Software re-prompts uninstall of software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ace44ba4e3a6f8cedd145c7f61055ab69c641e02
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577253 <1577253@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can confirm that this is occurring. I removed Empathy from the
Installed list, it displays that it's being removed, the view is then
refreshed, but it was still listed with the Remove option. If you run
apt-cache policy empathy, it's no longer installed:

empathy:
  Installed: (none)
  Candidate: 3.12.11-0ubuntu3
  Version table:
     3.12.11-0ubuntu3 500
        500 http://za.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

>From the package information page, the remove button behaves correctly.

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

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

Title:
  Gnome Software re-prompts uninstall of software

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 18:25:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 97F1026C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 18:25:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 803281A375E;
	Mon,  2 May 2016 18:25:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axIXI-00060y-P2; Mon, 02 May 2016 18:25:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axIXH-00060o-Ma
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 18:25:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axIXH-0006xK-71
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 18:25:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 26E8D2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 18:25:35 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 18:20:04 -0000
From: Oleg <1577505@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: oleg-secondary
X-Launchpad-Bug-Reporter: Oleg (oleg-secondary)
X-Launchpad-Bug-Modifier: Oleg (oleg-secondary)
Message-Id: <20160502182004.25147.90538.malonedeb@wampee.canonical.com>
Subject: [Bug 1577505] [NEW] gnome-terminal window does not restore it's size
 after been maximized
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4d6a4b43aee4fef3e8cc5e6b55ae2e421d49400a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577505 <1577505@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

gnome-terminal window does not restore it's size after been maximized

how to reproduce:

1) open terminal
2) click maximize button in the window title 
3) click maximize button once again

window returns from maximize mode, you can see it's title, but it
doesn't restore it's size: it still fills all the screen

Release:	Ubuntu 16.04 LTS
gnome-terminal: 3.18.3-1ubuntu1

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

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

Title:
  gnome-terminal window does not restore it's size after been maximized

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 18:35:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 49E7726C2085
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 18:35:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 35BE71A3872;
	Mon,  2 May 2016 18:35:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axIh1-00078r-TF; Mon, 02 May 2016 18:35:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axIh0-00078h-Rd
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 18:35:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axIh0-0000dX-Dm
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 18:35:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4887B2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 18:35:38 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 18:26:23 -0000
From: Paul White <bugs@pcwhite.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: oleg-secondary
X-Launchpad-Bug-Reporter: Oleg (oleg-secondary)
X-Launchpad-Bug-Modifier: Paul White (paulw2u)
X-Launchpad-Bug-Duplicate: 1521302
References: <20160502182004.25147.90538.malonedeb@wampee.canonical.com>
Message-Id: <20160502182623.23801.69312.launchpad@gac.canonical.com>
Subject: [Bug 1577505] Re: gnome-terminal window does not restore it's size
 after been maximized
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4518bf547e1c82b8f04dcd6186807af2dfe18d74
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577505 <1577505@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1521302 ***
    https://bugs.launchpad.net/bugs/1521302

** This bug has been marked a duplicate of bug 1521302
   gnome-terminal maximize than un-maximize behaves odd

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

Title:
  gnome-terminal window does not restore it's size after been maximized

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 18:35:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 40E5F26C2085
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 18:35:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 32F2F1A3872;
	Mon,  2 May 2016 18:35:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axIh7-0007Ah-2G; Mon, 02 May 2016 18:35:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axIh6-0007AR-5E
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 18:35:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axIh5-0000kn-RV
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 18:35:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BF85F2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 18:35:43 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 18:29:05 -0000
From: Launchpad Bug Tracker <1575244@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk-doc; component=universe;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gtk-doc; component=universe; status=Fix Released;
 importance=Undecided; assignee=marc.deslauriers@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=gtk-doc; component=universe; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=gtk-doc; component=main;
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Information-Type: Public Security
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: yes
X-Launchpad-Bug-Commenters: janitor mdeslaur
X-Launchpad-Bug-Reporter: Marc Deslauriers (mdeslaur)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160426153906.5346.29965.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502182907.1060.49244.malone@ackee.canonical.com>
Subject: [Bug 1575244] Re: gtkdoc-mkpdf broken return code causing libtasn1-6
 FTBFS
X-Launchpad-Message-Rationale: Subscriber (gtk-doc in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 989c8eb8dc07ed61adf587a932aeb3a4afdc5f2b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575244 <1575244@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package gtk-doc - 1.25-1ubuntu1.1

---------------
gtk-doc (1.25-1ubuntu1.1) xenial-security; urgency=medium

  * debian/patches/0001-mkpdf-fix-exitcode.patch: fix mkpdf exit code.
    (LP: #1575244)

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 26 Apr 2016
11:41:36 -0400

** Changed in: gtk-doc (Ubuntu Xenial)
       Status: Confirmed => Fix Released

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

Title:
  gtkdoc-mkpdf broken return code causing libtasn1-6 FTBFS

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 18:56:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2DAF726C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 18:56:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 254321A33BB;
	Mon,  2 May 2016 18:56:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axJ0h-0000Nx-53; Mon, 02 May 2016 18:55:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axJ0g-0000Nn-Kf
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 18:55:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axJ0g-0003nH-3z
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 18:55:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 03FCD2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 18:55:58 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 18:46:27 -0000
From: Gareth France <gareth.france@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bobharvey cjreeve curious-mitchell gareth-france
 janitor januari llamasfortesjm rolf-veen sergiqp stefan-kamps thomas-voss
 tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Gareth France (gareth-france)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160502184627.17108.68139.malone@soybean.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1f0082a4ed60543f2c30baaea0b454b8b3ce9402
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

No idea if this will be any help but I'm getting repeated over and over
in the log indicator-location.log

** (process:2470):WARNING **: Error calling dbus method:
GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

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

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 19:01:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 546EE26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 19:01:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2F6E31A34DD;
	Mon,  2 May 2016 19:01:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axJ5m-0000zy-3d; Mon, 02 May 2016 19:01:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axJ5g-0000yr-Qu
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 19:01:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axJ5g-0005MV-6v
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 19:01:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 787712E8291
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 19:01:01 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 18:52:52 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 es20490446e gernophil idlesign
 janitor jfoc launchpad-startport mathew-hodson
 pitti rmlabruyere
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160502185252.23869.35116.launchpad@gac.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bd1ea3cdf96d0b2a3e46b833e55dd0bb5ac6b5be
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: gnome-software (Ubuntu Xenial)
   Importance: Undecided
       Status: New

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 19:01:16 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 388A726C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 19:01:16 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2C3E31A350D;
	Mon,  2 May 2016 19:01:16 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axJ5n-00010d-59; Mon, 02 May 2016 19:01:15 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axJ5l-0000zq-US
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 19:01:13 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axJ5l-0005MG-8n
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 19:01:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6EA9A2E8196
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 19:01:10 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 18:52:46 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=In Progress; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=wily;
 sourcepackage=gnome-software; component=None; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gang65 janitor pitti robert-ancell seb128 willcooke
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160318200236.19330.40188.malonedeb@wampee.canonical.com>
Message-Id: <20160502185247.24386.87126.launchpad@gac.canonical.com>
Subject: [Bug 1559284] Re: Increase the number of displayed reviews
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2dd6e2034964c6eb4131d1c761a87af420937980
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1559284 <1559284@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: gnome-software (Ubuntu Xenial)
   Importance: Undecided
       Status: New

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

Title:
  Increase the number of displayed reviews

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1559284/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 19:06:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5876626C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 19:06:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4FEF91A356E;
	Mon,  2 May 2016 19:06:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axJAZ-0003Vc-UJ; Mon, 02 May 2016 19:06:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axJAQ-0003Rr-20
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 19:06:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axJAP-00080T-Qg
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 19:06:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C5B7F2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 19:06:01 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 18:55:50 -0000
From: Gunnar Hjalmarsson <1575555@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fonts-noto-cjk;
 component=main; status=In Progress; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=fonts-noto-cjk; component=main; status=In Progress;
 importance=Medium; assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: duncan-bay gunnarhj janitor jiongrious szjx
X-Launchpad-Bug-Reporter: JI Xiang (szjx)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
References: <20160427092723.25184.5638.malonedeb@wampee.canonical.com>
Message-Id: <20160502185550.24128.23932.launchpad@gac.canonical.com>
Subject: [Bug 1575555] Re: Chrome/Chromium use "Thin" as default font weight
X-Launchpad-Message-Rationale: Subscriber (fonts-noto-cjk in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5a2950af27587635452573fad3391e6a8192ad05
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575555 <1575555@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCiAgW0ltcGFjdF0KICAKICBDaHJvbWl1bSBhbmQgR29v
Z2xlIENocm9tZSB1c2UgIlRoaW4iIGFzIHRoZSBkZWZhdWx0IE5vdG8gU2FucyBDSksgZm9udAog
IHdlaWdodCwgd2hpY2ggbWFrZXMgc29tZSBDaGluZXNlIGFuZCBKYXBhbmVzZSB3ZWIgcGFnZXMg
ZGlmZmljdWx0IHRvCiAgcmVhZCwgYW5kIHRodXMgZ2l2ZXMgYSBiYWQgdXNlciBleHBlcmllbmNl
LgogIAogIFRoZSBmb250cy1ub3RvLWNqayB2ZXJzaW9uIGluIHRoZSBQUEEKICAKICBodHRwczov
L2xhdW5jaHBhZC5uZXQvfmd1bm5hcmhqLythcmNoaXZlL3VidW50dS9mb250cy1ub3RvLWNqawog
IAotIGluc3RhbGxzIDM2IHNlcGFyYXRlIGZvbnQgZmlsZXMgaW5zdGVhZCBvZiBhIGJ1bmRsZWQg
T1RDIGZpbGUuIFRoaXMKLSB3b3JrcyBhcm91bmQgdGhlIENocm9taXVtL0Nocm9tZSBpc3N1ZS4K
KyBpbnN0YWxscyA3IHdlaWdodCBzcGVjaWZpYyBmb250IGZpbGVzIGluc3RlYWQgb2YgYSBzaW5n
bGUgInN1cGVyIiBmaWxlLgorIFRoaXMgd29ya3MgYXJvdW5kIHRoZSBDaHJvbWl1bS9DaHJvbWUg
aXNzdWUuCiAgCiAgW1Rlc3QgQ2FzZV0KICAKICBUbyByZXByb2R1Y2UgdGhlIGJ1ZzoKICAKICAq
IEluc3RhbGwgQ2hyb21pdW0gb3IgR29vZ2xlIENocm9tZS4KICAqIEdvIHRvIDxodHRwOi8vd3d3
LmdhbWVyLmNvbS50dz4gYW5kIG5vdGljZSB0aGUgdmVyeSB0aGluIGNoYXJhY3RlcnMuCiAgKiBJ
bnN0YWxsIGZvbnRzLW5vdG8tY2prIGZyb20gdGhlIFBQQSBhbmQgbm90aWNlIHRoZSBkaWZmZXJl
bmNlLgogIAogIFtSZWdyZXNzaW9uIFBvdGVudGlhbF0KICAKLSBEdWUgdG8gSVNPIHNwYWNlIGNv
bmNlcm5zLCB0aGUgc29sdXRpb24gaW5jbHVkZXMgdGhlIGNyZWF0aW9uIG9mIHRoZQotIGZvbnRz
LW5vdG8tY2prLWV4dHJhcyBiaW5hcnksIHdoaWNoIHdpbGwgbm90IGJlIHNlZWRlZC4gZm9udHMt
bm90by1jamsKLSBpbnN0YWxscyBvbmx5IHRoZSA4IG1vc3QgaW1wb3J0YW50IGZvbnQgZmlsZXMs
IHdoaWxlIHRoZSByZXN0IGFyZQotIGluc3RhbGxlZCBieSBmb250cy1ub3RvLWNqay1leHRyYXMu
IENvbnNlcXVlbnRseSAyOCBmb250cyB3aWxsIGJlCi0gZHJvcHBlZCB3aGVuIHRoZSAxNi4wNCB1
c2VycyB1cGdyYWRlIHRvIHRoZSBuZXcgZm9udHMtbm90by1jamsgcGFja2FnZS4KLSBIb3dldmVy
LAotIAotIC0gdGhleSB3aWxsIGJlIHByb21wdGVkIHRvIGluc3RhbGwgZm9udHMtbm90by1jamst
ZXh0cmFzIHZpYSBMYW5ndWFnZQotIMKgwqBTdXBwb3J0LAotIAotIC0gZml4aW5nIHRoZSBDaHJv
bWl1bS9DaHJvbWUgaXNzdWUgY2FycmllcyBncmVhdGVyIHdlaWdodCwgYW5kCi0gCi0gLSBpdCdz
IG5vdCBhIHJlZ3Jlc3Npb24gY29tcGFyZWQgdG8gMTQuMDQgb3IgMTUuMTAsIHNpbmNlIHRoZSBw
cmV2aW91cwotIMKgwqBwYWNrYWdlIGZvciByZW5kZXJpbmcgQ2hpbmVzZSBjb250ZW50cyAoZm9u
dHMtZHJvaWQpIGRvZXMgbm90IGluY2x1ZGUKLSDCoMKgYWxsIHRob3NlIGZvbnQgd2VpZ2h0cy4K
KyBUaGlzIGlzIGFib3V0IGFub3RoZXIgZm9udCBwYWNrYWdpbmcgZm9ybSwgd2l0aG91dCBhbnkg
Y2hhbmdlIGluIGdseXBoCisgY292ZXJhZ2UsIHNvIHRoZSB0aGUgcmVncmVzc2lvbiByaXNrIHNo
b3VsZCBiZSBsb3cuCiAgCiAgW09yaWdpbmFsIGRlc2NyaXB0aW9uXQogIAogIFRoZSBwYWNrYWdl
IHNlZW1zIHRvIG9ubHkgInRoaW4iIHZhcmlhbnQgb2YgdGhlIGZvbnQsIHdoaWNoIG1ha2VzIGl0
CiAgdmVyeSB1bnJlYWRhYmxlIGluIGFwcGxpY2F0aW9ucyBzdWNoIGFzIENocm9tZSAod2hlbiBp
dCBoYXMgdG8gZmFsbCBiYWNrCiAgb24gQ2hpbmVzZSBmb250cyBvbiBhIG1vc3RseS1FbmdsaXNo
IHBhZ2UpLiBJIGhhZCB0byByZW1vdmUgdGhlIHBhY2thZ2UKICBhbmQgdGhlbiBtYW51YWxseSBk
b3dubG9hZCB0aGUgZm9udCBmcm9tIEdvb2dsZSB3ZWJzaXRlIGFuZCBpbnN0YWxsIGl0CiAgdG8g
bWFrZSB0aGUgcmVndWxhciB3ZWlnaHQgYXZhaWxhYmxlCiAgCiAgUmVsZWFzZTogMTYuMDQgTFRT
CiAgUGFja2FnZSBWZXJzaW9uOiAxLjAwNCtyZXBhY2sxLTEKICBFeHBlY3RlZDogQWxsIHdlaWdo
dHMgb2YgdGhlIG5vdG8gY2prIGZvbnQgdG8gYmUgaW5zdGFsbGVkCiAgSGFwcGVuZWQ6IE9ubHkg
dGhlICJ0aGluIiB3ZWlnaHQgb2YgdGhlIGZvbnQgc2VlbXMgdG8gYmUgaW5zdGFsbGVkCgoqKiBO
byBsb25nZXIgYWZmZWN0czogbGFuZ3VhZ2Utc2VsZWN0b3IgKFVidW50dSBYZW5pYWwpCgoqKiBO
byBsb25nZXIgYWZmZWN0czogbGFuZ3VhZ2Utc2VsZWN0b3IgKFVidW50dSkKCi0tIApZb3UgcmVj
ZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBV
YnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBzdWJzY3JpYmVkIHRvIGZvbnRzLW5vdG8tY2pr
IGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTc1NTU1CgpUaXRs
ZToKICBDaHJvbWUvQ2hyb21pdW0gdXNlICJUaGluIiBhcyBkZWZhdWx0IGZvbnQgd2VpZ2h0CgpU
byBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdz
LmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2UvZm9udHMtbm90by1jamsvK2J1Zy8xNTc1NTU1
LytzdWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1
Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0
aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 19:16:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 91B7926C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 19:16:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 891E71A35BC;
	Mon,  2 May 2016 19:16:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axJK4-0004M8-Dt; Mon, 02 May 2016 19:16:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axJK3-0004Lr-KQ
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 19:15:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axJK3-0004tM-7Q
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 19:15:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 01EEE2E80D1
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 19:15:59 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 19:06:17 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=In Progress; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gang65 janitor pitti robert-ancell seb128 willcooke
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160318200236.19330.40188.malonedeb@wampee.canonical.com>
Message-Id: <20160502190617.17621.23860.launchpad@soybean.canonical.com>
Subject: [Bug 1559284] Re: Increase the number of displayed reviews
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8d26f20ca14732d1f496c6632dda4d3b55a8ad23
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1559284 <1559284@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** No longer affects: gnome-software (Ubuntu Wily)

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

Title:
  Increase the number of displayed reviews

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1559284/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 19:21:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8B78826C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 19:21:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8412C1A3756;
	Mon,  2 May 2016 19:21:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axJOz-0004vj-EX; Mon, 02 May 2016 19:21:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axJOy-0004uk-6I
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 19:21:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axJOw-0005v4-KT
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 19:21:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 10FF22E819F
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 19:20:57 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 19:12:15 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=init-system-helpers;
 component=main; status=Fix Committed; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Won't Fix; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=init-system-helpers; component=main; status=Triaged;
 importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Won't Fix; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: daniel-thewatkins dominique-poulain janitor pitti
 smoser vorlon
X-Launchpad-Bug-Reporter: Dan Watkins (daniel-thewatkins)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160427095311.24579.11297.malonedeb@gac.canonical.com>
Message-Id: <20160502191215.5864.69091.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1575572] Re: apache2 fails to start if installed via cloud
 config (on Xenial)
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ee22566b693b236e39ce121a210d56fd6715f886
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575572 <1575572@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: Debian Bug tracker #608456
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608456

** Also affects: systemd (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608456
   Importance: Unknown
       Status: Unknown

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

Title:
  apache2 fails to start if installed via cloud config (on Xenial)

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 19:21:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DC6A626C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 19:21:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D59AB1A35E4;
	Mon,  2 May 2016 19:21:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axJP7-0004zY-QY; Mon, 02 May 2016 19:21:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axJP6-0004ym-SO
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 19:21:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axJP4-0005tk-OJ
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 19:21:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AF2A32E80D1
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 19:21:05 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 19:14:33 -0000
From: Maelic Philippot <1554117@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Incomplete; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bkorpel icarusmicarus janitor maelic seb128
 wereturtle ximion
X-Launchpad-Bug-Reporter: wereturtle (wereturtle)
X-Launchpad-Bug-Modifier: Maelic Philippot (maelic)
References: <20160307164646.13595.26511.malonedeb@wampee.canonical.com>
Message-Id: <20160502191434.24805.80247.malone@wampee.canonical.com>
Subject: [Bug 1554117] Re: gnome-software search bar duplicates letters while
 typing
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f54678a13704f10c24b2fecfc0ffd2577bc4c3fa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1554117 <1554117@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hi there,
I had just the same issue with Gnome Software as I installed UbuntuGnome 16.04 with a french keyboard (obsolete variant).

When I read the icarusminarus solution, I had changed the input keyboard
with French variant (non obsolete) and then the GnomeSoftware just works
like a charm.

Thanks you guys, hope this can help !

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

Title:
  gnome-software search bar duplicates letters while typing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1554117/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 19:41:25 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2B18026C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 19:41:25 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1DD211A385E;
	Mon,  2 May 2016 19:41:25 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axJid-0006R5-AV; Mon, 02 May 2016 19:41:23 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axJic-0006R0-9B
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 19:41:22 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axJia-0008CG-4b
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 19:41:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 000D52E820E
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 19:41:01 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 19:31:29 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Committed;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 es20490446e gernophil idlesign
 janitor jfoc launchpad-startport mathew-hodson
 pitti rmlabruyere
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160502193130.5424.49391.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a7a0793bfa37f90b9afb9a7acb8a3f7732ae74c5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu Xenial)
       Status: New => Fix Committed

** Changed in: gnome-software (Ubuntu Xenial)
   Importance: Undecided => High

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 19:41:27 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 78B6A26C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 19:41:27 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 716361A32D4;
	Mon,  2 May 2016 19:41:27 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axJig-0006SS-Eg; Mon, 02 May 2016 19:41:26 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axJie-0006Ri-VD
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 19:41:24 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axJie-0008Er-0f
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 19:41:24 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8D2A42E827E
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 19:41:04 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 19:32:08 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=In Progress; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Committed;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gang65 janitor pitti robert-ancell seb128 willcooke
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20160318200236.19330.40188.malonedeb@wampee.canonical.com>
Message-Id: <20160502193209.25512.80638.launchpad@wampee.canonical.com>
Subject: [Bug 1559284] Re: Increase the number of displayed reviews
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c8e5c61ec520ee52426b063be397e01d41e2d6fe
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1559284 <1559284@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu Xenial)
       Status: New => Fix Committed

** Changed in: gnome-software (Ubuntu Xenial)
   Importance: Undecided => High

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

Title:
  Increase the number of displayed reviews

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1559284/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 19:41:28 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7EA0926C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 19:41:28 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 738B41A32D4;
	Mon,  2 May 2016 19:41:28 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axJih-0006TZ-Ht; Mon, 02 May 2016 19:41:27 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axJig-0006SK-7a
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 19:41:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axJif-0008FI-8L
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 19:41:25 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 598582E82B5
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 19:41:06 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 19:33:10 -0000
From: Maelic Philippot <1554117@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Incomplete; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bkorpel icarusmicarus janitor maelic seb128
 wereturtle ximion
X-Launchpad-Bug-Reporter: wereturtle (wereturtle)
X-Launchpad-Bug-Modifier: Maelic Philippot (maelic)
References: <20160307164646.13595.26511.malonedeb@wampee.canonical.com>
Message-Id: <20160502193310.5424.43809.malone@chaenomeles.canonical.com>
Subject: [Bug 1554117] Re: gnome-software search bar duplicates letters while
 typing
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: eef4b54117803e12136785cfa87f430db342cbce
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1554117 <1554117@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Badly, as I tested again the Gnome Software, the issue came back, even
with the french variant keyboard.

Gnome Software 3.20.1

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

Title:
  gnome-software search bar duplicates letters while typing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1554117/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 19:46:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2B45726C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 19:46:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1A5351A355F;
	Mon,  2 May 2016 19:46:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axJn7-0006kQ-W7; Mon, 02 May 2016 19:46:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axJn7-0006jo-5e
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 19:46:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axJn6-00024B-G6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 19:46:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 75E0C2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 19:46:00 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 19:35:21 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Triaged; importance=Undecided; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=systemd; component=main; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 0-vnfo-a berdario boteeka cernekee guilhem-fr
 janitor pitti xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20141031002501.22593.22041.malonedeb@wampee.canonical.com>
Message-Id: <20160502193522.17572.87764.launchpad@soybean.canonical.com>
Subject: [Bug 1387908] Re: [udev] FIDO u2f security keys should be supported
 out of the box
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6ed74d7f20c29bdd9661bb73cac4fe9c8e1bee53
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1387908 <1387908@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** No longer affects: systemd (Ubuntu Utopic)

** No longer affects: systemd (Ubuntu Vivid)

** Also affects: systemd (Ubuntu Xenial)
   Importance: Undecided
       Status: New

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

Title:
  [udev] FIDO u2f security keys should be supported out of the box

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 20:05:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7FD2F26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 20:05:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7981F1A318D;
	Mon,  2 May 2016 20:05:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axK6F-0007tm-Cz; Mon, 02 May 2016 20:05:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axK6E-0007tU-5P
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 20:05:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axK6D-0007rm-ME
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 20:05:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 948652E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 20:05:45 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 19:58:22 -0000
From: Bert Korpel <1554117@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Incomplete; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bkorpel icarusmicarus janitor maelic seb128
 wereturtle ximion
X-Launchpad-Bug-Reporter: wereturtle (wereturtle)
X-Launchpad-Bug-Modifier: Bert Korpel (bkorpel)
References: <20160307164646.13595.26511.malonedeb@wampee.canonical.com>
 <20160502193310.5424.43809.malone@chaenomeles.canonical.com>
Message-Id: <CANCLxU768MuLwdMDRPoFQDrUC3miY8Cn-Evz2FCj75a46oenOw@mail.gmail.com>
Subject: Re: [Bug 1554117] Re: gnome-software search bar duplicates letters
 while typing
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8897bf3c147539b4d4259c022f509e0e54321860
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1554117 <1554117@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This seems to work for me: by using IM-config I changed the input method
from "ibus" to "none". So far so good...

2016-05-02 21:33 GMT+02:00 Maelic Philippot
<1554117@bugs.launchpad.net>:

> Badly, as I tested again the Gnome Software, the issue came back, even
> with the french variant keyboard.
>
> Gnome Software 3.20.1
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1554117
>
> Title:
>   gnome-software search bar duplicates letters while typing
>
> Status in GNOME Software:
>   Incomplete
> Status in gnome-software package in Ubuntu:
>   Confirmed
>
> Bug description:
>   When entering text into the search bar at the top of the gnome-
>   software application, the letters typed are doubled.  In other words,
>   if you enter, say, the letter "R", it the search bar will now contain
>   "RR".  Also, sometimes hitting the left arrow key in the search bar
>   will delete both letters that were entered.  Backspace does the same.
>   The only way to get rid of the double letters is to try to navigate to
>   the second letter and hit the delete key.  Sometimes even that
>   solution is inconsistent.
>
>   This was tested on Ubuntu MATE 16.04 Beta 1.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gnome-software/+bug/1554117/+subscriptions
>

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

Title:
  gnome-software search bar duplicates letters while typing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1554117/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 21:20:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9A84326C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 21:20:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8B8521A349C;
	Mon,  2 May 2016 21:20:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axLGs-0008RW-Dx; Mon, 02 May 2016 21:20:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axLGr-0008RK-Bb
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 21:20:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axLGq-0008Ms-Kc
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 21:20:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E05392E80D4
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 21:20:47 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 21:10:43 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=In Progress; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=file-roller; component=main; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pitti seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160429115229.17358.55447.malonedeb@soybean.canonical.com>
Message-Id: <20160502211043.24161.71917.malone@gac.canonical.com>
Subject: [Bug 1576656] Re: [SRU] 3.16.5 stable update
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 508ba5f67d12f842dc2b7d6c60ecc5568f381b77
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576656 <1576656@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Sebastien, or anyone else affected,

Accepted file-roller into xenial-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/file-
roller/3.16.5-0ubuntu1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Also affects: file-roller (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Changed in: file-roller (Ubuntu Xenial)
       Status: New => Fix Committed

** Tags added: verification-needed

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

Title:
  [SRU] 3.16.5 stable update

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 21:20:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 78C2526C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 21:20:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 738371A3C1D;
	Mon,  2 May 2016 21:20:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axLGv-0008SY-HA; Mon, 02 May 2016 21:20:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axLGu-0008SB-Mb
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 21:20:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axLGr-0008N1-Vt
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 21:20:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 56C132E80CE
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 21:20:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 21:10:44 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=In Progress; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=file-roller; component=main; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pitti seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160429115229.17358.55447.malonedeb@soybean.canonical.com>
Message-Id: <20160502211045.5758.71145.malone@chaenomeles.canonical.com>
Subject: [Bug 1576656] Re: [SRU] 3.16.5 stable update
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 30c7adcae6bf16f6861d516147085730561d2b53
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576656 <1576656@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Please also upload this to yakkety so that this can progress to
-updates.

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

Title:
  [SRU] 3.16.5 stable update

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 21:25:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F100526C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 21:25:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EC1BE1A3C12;
	Mon,  2 May 2016 21:25:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axLLj-0000qb-Dy; Mon, 02 May 2016 21:25:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axLLh-0000qC-HE
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 21:25:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axLLh-000171-0D
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 21:25:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E6BFA2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 21:25:48 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 21:20:20 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=accountsservice; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Released; importance=Undecided;
 assignee=seb128@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-messages;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=policykit-1-gnome;
 component=main; status=Invalid; importance=Undecided;
 assignee=pro100rb@yandex.ru; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=accountsservice; component=main; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a-j-buxton a-keimpema alkisg bluebomber chronoscz
 dahbien-hwa darren-davisononline desrt electromage
 j-redoute janitor
 langen-langensoft lynchm0965 mdeslaur momonth mwrius pitti ppetermann80
 robert-voigt salvoisaja seb128 sf11u smares stephane-gourichon-lpad wason
 zeioth
X-Launchpad-Bug-Reporter: brainsail (robert-voigt)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20151031194333.31691.50803.malonedeb@wampee.canonical.com>
Message-Id: <20160502212020.5625.39136.malone@chaenomeles.canonical.com>
Subject: [Bug 1512002] Re: Annoying dialog "Authentication is required to
 change your own user data"
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 573e437815cc01967eaef66a76dfb33f2d0823ab
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1512002 <1512002@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello brainsail, or anyone else affected,

Accepted accountsservice into xenial-proposed. The package will build
now and be available at
https://launchpad.net/ubuntu/+source/accountsservice/0.6.40-2ubuntu11 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

** Also affects: policykit-1-gnome (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: accountsservice (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** No longer affects: indicator-messages (Ubuntu Xenial)

** No longer affects: policykit-1-gnome (Ubuntu Xenial)

** Changed in: accountsservice (Ubuntu Xenial)
       Status: New => Fix Committed

** Tags added: verification-needed

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

Title:
  Annoying dialog "Authentication is required to change your own user
  data"

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 21:30:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 91BC926C2085
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 21:30:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8322A1A376D;
	Mon,  2 May 2016 21:30:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axLQZ-0001ZN-5U; Mon, 02 May 2016 21:30:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axLQU-0001Xx-UF
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 21:30:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axLQU-0001UK-Mj
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 21:30:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9AF872E80C0
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 21:30:46 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 21:23:13 -0000
From: CaptainPlanet <captainplanet@riseup.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug systemd-boot xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: captainplanet
X-Launchpad-Bug-Reporter: CaptainPlanet (captainplanet)
X-Launchpad-Bug-Modifier: CaptainPlanet (captainplanet)
Message-Id: <20160502212314.25370.27163.malonedeb@wampee.canonical.com>
Subject: [Bug 1577575] [NEW] NFS share does not mount on boot using fstab and
 does not unmount if mounted manually
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7a68d69bd50ef13db5165f4ba059498f631ec243
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577575 <1577575@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCldoYXQgSSBleHBlY3RlZCB0byBoYXBwZW4/CgpJIHdhbnQg
YW4gTkZTIHNoYXJlIHRvIGJlIG1vdW50ZWQgb24gc3RhcnR1cCB1c2luZwoKCjE5Mi4xNjguMTc4
LjY2Oi9tZWRpYS9jYXB0YWlucGxhbmV0LzdFRjhCMjZGRjhCMjI1NzUvIC9tZWRpYS9jYXB0YWlu
cGxhbmV0L2JhbmFuZS8gbmZzIHJ3IDAgMAoKV2hhdCBoYXBwZW5lZCBpbnN0ZWFkPwoKSXQgZG9l
cyBub3QgbW91bnQgb24gc3RhcnR1cC4gU3lzdGVtZCB3YWl0cyA5MXNlYyBpbnN0ZWFkIGFuZCBm
aW5hbGx5CnN0YXJ0cyBhZnRlciBmYWlsaW5nLgoKSSBjYW4gc3VjY2Vzc2Z1bGx5IG1vdW50IHRo
ZSBORlMgc2hhcmUgd2l0aAoKc3VkbyBtb3VudCAxOTIuMTY4LjE3OC42NjovbWVkaWEvY2FwdGFp
bnBsYW5ldC83RUY4QjI2RkY4QjIyNTc1Ci9tZWRpYS9jYXB0YWlucGxhbmV0L2JhbmFuZS8KCldo
ZW4gSSB0cnkgdG8gc2h1dGRvd24gWHVidW50dSBpdCBoYW5ncyBmb3JldmVyLiBVbm1vdW50aW5n
IHRoZSBORlMKc2hhcmUgbWFudWFsbHkgYmVmb3JlIHNodXRkb3duIGZpeGVzIHRoZSBzZWNvbmQg
cHJvYmxlbS4KCgpEbyB5b3UgbmVlZCBtb3JlIGluZm9ybWF0aW9uPwoKUHJvYmxlbVR5cGU6IEJ1
ZwpEaXN0cm9SZWxlYXNlOiBVYnVudHUgMTYuMDQKUGFja2FnZTogc3lzdGVtZCAyMjktNHVidW50
dTQKUHJvY1ZlcnNpb25TaWduYXR1cmU6IFVidW50dSA0LjQuMC0yMS4zNy1nZW5lcmljIDQuNC42
ClVuYW1lOiBMaW51eCA0LjQuMC0yMS1nZW5lcmljIHg4Nl82NApOb25mcmVlS2VybmVsTW9kdWxl
czogbnZpZGlhX3V2bSBudmlkaWFfbW9kZXNldCBudmlkaWEKQXBwb3J0VmVyc2lvbjogMi4yMC4x
LTB1YnVudHUyCkFyY2hpdGVjdHVyZTogYW1kNjQKQ3VycmVudERlc2t0b3A6IFhGQ0UKRGF0ZTog
TW9uIE1heSAgMiAyMzoxMDo1MCAyMDE2CkVjcnlwdGZzSW5Vc2U6IFllcwpJbnN0YWxsYXRpb25E
YXRlOiBJbnN0YWxsZWQgb24gMjAxNi0wNC0yMiAoMTAgZGF5cyBhZ28pCkluc3RhbGxhdGlvbk1l
ZGlhOiBYdWJ1bnR1IDE2LjA0IExUUyAiWGVuaWFsIFhlcnVzIiAtIFJlbGVhc2UgYW1kNjQgKDIw
MTYwNDIwLjEpCk1hY2hpbmVUeXBlOiBMRU5PVk8gMjBETTAwM1hVSwpQcm9jS2VybmVsQ21kTGlu
ZTogQk9PVF9JTUFHRT0vYm9vdC92bWxpbnV6LTQuNC4wLTIxLWdlbmVyaWMgcm9vdD1VVUlEPWVl
Y2U5OTczLTA0MzAtNGE2MC05MjkxLTlhOTk0NzgyYmY4NiBybyBxdWlldCBzcGxhc2gKU291cmNl
UGFja2FnZTogc3lzdGVtZApTeXN0ZW1kRGVsdGE6CiBbRVhURU5ERURdICAgL2xpYi9zeXN0ZW1k
L3N5c3RlbS9zeXN0ZW1kLXRpbWVzeW5jZC5zZXJ2aWNlIOKGkiAvbGliL3N5c3RlbWQvc3lzdGVt
L3N5c3RlbWQtdGltZXN5bmNkLnNlcnZpY2UuZC9kaXNhYmxlLXdpdGgtdGltZS1kYWVtb24uY29u
ZgogW0VYVEVOREVEXSAgIC9saWIvc3lzdGVtZC9zeXN0ZW0vcmMtbG9jYWwuc2VydmljZSDihpIg
L2xpYi9zeXN0ZW1kL3N5c3RlbS9yYy1sb2NhbC5zZXJ2aWNlLmQvZGViaWFuLmNvbmYKIAogMiBv
dmVycmlkZGVuIGNvbmZpZ3VyYXRpb24gZmlsZXMgZm91bmQuClVwZ3JhZGVTdGF0dXM6IE5vIHVw
Z3JhZGUgbG9nIHByZXNlbnQgKHByb2JhYmx5IGZyZXNoIGluc3RhbGwpCmRtaS5iaW9zLmRhdGU6
IDA4LzI2LzIwMTUKZG1pLmJpb3MudmVuZG9yOiBMRU5PVk8KZG1pLmJpb3MudmVyc2lvbjogSkZF
VDQ0V1coMS4yMSkKZG1pLmJvYXJkLmFzc2V0LnRhZzogTm90IEF2YWlsYWJsZQpkbWkuYm9hcmQu
bmFtZTogMjBETTAwM1hVSwpkbWkuYm9hcmQudmVuZG9yOiBMRU5PVk8KZG1pLmJvYXJkLnZlcnNp
b246IFNESzBFNTA1MTIgU1RECmRtaS5jaGFzc2lzLmFzc2V0LnRhZzogTm8gQXNzZXQgSW5mb3Jt
YXRpb24KZG1pLmNoYXNzaXMudHlwZTogMTAKZG1pLmNoYXNzaXMudmVuZG9yOiBMRU5PVk8KZG1p
LmNoYXNzaXMudmVyc2lvbjogTm9uZQpkbWkubW9kYWxpYXM6IGRtaTpidm5MRU5PVk86YnZySkZF
VDQ0V1coMS4yMSk6YmQwOC8yNi8yMDE1OnN2bkxFTk9WTzpwbjIwRE0wMDNYVUs6cHZyVGhpbmtQ
YWRTM1lvZ2ExNDpydm5MRU5PVk86cm4yMERNMDAzWFVLOnJ2clNESzBFNTA1MTJTVEQ6Y3ZuTEVO
T1ZPOmN0MTA6Y3ZyTm9uZToKZG1pLnByb2R1Y3QubmFtZTogMjBETTAwM1hVSwpkbWkucHJvZHVj
dC52ZXJzaW9uOiBUaGlua1BhZCBTMyBZb2dhIDE0CmRtaS5zeXMudmVuZG9yOiBMRU5PVk8KCioq
IEFmZmVjdHM6IHN5c3RlbWQgKFVidW50dSkKICAgICBJbXBvcnRhbmNlOiBVbmRlY2lkZWQKICAg
ICAgICAgU3RhdHVzOiBOZXcKCgoqKiBUYWdzOiBhbWQ2NCBhcHBvcnQtYnVnIHN5c3RlbWQtYm9v
dCB4ZW5pYWwKCioqIEF0dGFjaG1lbnQgYWRkZWQ6ICJqb3VybmFsY3RsIgogICBodHRwczovL2J1
Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1Nzc1NzUvK2F0dGFjaG1lbnQvNDY1Mzg4OC8rZmlsZXMv
am91cm5hbGN0bAoKLS0gCllvdSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVz
ZSB5b3UgYXJlIGEgbWVtYmVyIG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNj
cmliZWQgdG8gc3lzdGVtZCBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1
Z3MvMTU3NzU3NQoKVGl0bGU6CiAgTkZTIHNoYXJlIGRvZXMgbm90IG1vdW50IG9uIGJvb3QgdXNp
bmcgZnN0YWIgYW5kIGRvZXMgbm90IHVubW91bnQgaWYKICBtb3VudGVkIG1hbnVhbGx5CgpUbyBt
YW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxh
dW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2Uvc3lzdGVtZC8rYnVnLzE1Nzc1NzUvK3N1YnNjcmlw
dGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51
YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0
b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  2 23:45:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5304F26C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  2 May 2016 23:45:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 466301A352C;
	Mon,  2 May 2016 23:45:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axNXG-00044K-El; Mon, 02 May 2016 23:45:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axNXE-000449-V7
 for desktop-bugs@lists.ubuntu.com; Mon, 02 May 2016 23:45:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axNXE-0005cj-9B
 for <desktop-bugs@lists.ubuntu.com>; Mon, 02 May 2016 23:45:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 179F92E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  2 May 2016 23:45:52 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 02 May 2016 23:37:31 -0000
From: elhumano <cyberhumano@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blade19899 charles-b-mathias cyberhumano g-breysse
 hadriman janitor nkurbanov95 ogresto
 tero-terokankaanpera-deactivatedaccount y-baidiuk
X-Launchpad-Bug-Reporter: Imri Paloja (blade19899)
X-Launchpad-Bug-Modifier: elhumano (cyberhumano)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160422081107.24544.98090.malonedeb@gac.canonical.com>
Message-Id: <20160502233731.5387.20634.malone@chaenomeles.canonical.com>
Subject: [Bug 1573453] Re: gnome-software cant find
 libgs_plugin_xdg_app_reviews.so
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 41e4957af8d8294c1134d45417d8ce19ad084ba3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573453 <1573453@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

I have the same issue.

Gnome Software not opening

Gnome desktop 3.18
Linux  4.4.0-21-generic
x86_64 GNU/Linux (64 bit)

gnome-software:1509): Gs-WARNING **: failed to open plugin /usr/lib/gs-
plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-
plugins-9/libgs_plugin_xdg_app_reviews.so: no se puede abrir el archivo
del objeto compartido: No existe el archivo o el directorio

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

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 00:50:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A4E0826C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 00:50:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 945151A3404;
	Tue,  3 May 2016 00:50:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axOXt-0000Ps-Tx; Tue, 03 May 2016 00:50:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axOXt-0000Pi-C4
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 00:50:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axOXt-0001dc-4D
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 00:50:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 10CA02E80C1
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 00:50:37 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 00:45:33 -0000
From: unconfused <1577602@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: unconfused
X-Launchpad-Bug-Reporter: unconfused (unconfused)
X-Launchpad-Bug-Modifier: unconfused (unconfused)
Message-Id: <20160503004533.23869.85978.malonedeb@gac.canonical.com>
Subject: [Bug 1577602] [NEW] ubuntu-software will not launch
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cd13cf9633b993d5bee7dae3a5c405647f30428f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577602 <1577602@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

"ubuntu-software" will not launch.  The icon will flash as if it were
going to launch, but then disappears.

This error is thrown:

Gs-WARNING **: failed to open plugin /usr/lib/gs-
plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-
plugins-9/libgs_plugin_xdg_app_reviews.so: cannot open shared object
file: No such file or directory

However this error happens even on a working installation.  So, this
error would not seem to be the issue.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-software 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May  2 19:36:55 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-04-26 (6 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  ubuntu-software will not launch

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 00:50:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A42D026C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 00:50:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9B9C11A3404;
	Tue,  3 May 2016 00:50:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axOXy-0000Sv-DW; Tue, 03 May 2016 00:50:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axOXw-0000R6-Q9
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 00:50:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axOXw-0001gQ-Dw
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 00:50:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 63A552E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 00:50:40 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 00:41:41 -0000
From: levineds <levineds@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-shell; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug i386 trusty wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bjh21.me.uk gumaro-rendon janitor jplandrain
 lalo.martins levineds nebuchar ykuchinskiy
X-Launchpad-Bug-Reporter: Ben Harris (bjh21.me.uk)
X-Launchpad-Bug-Modifier: levineds (levineds)
References: <20141128002452.32725.57427.malonedeb@gac.canonical.com>
Message-Id: <20160503004141.5758.55598.malone@chaenomeles.canonical.com>
Subject: [Bug 1397142] Re: Bluetooth headset play/pause key not fully
 effective in various media players
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: eea98347341dd81f280410a0516cc10613749b12
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1397142 <1397142@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug persists in 16.04.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1397142

Title:
  Bluetooth headset play/pause key not fully effective in various media
  players

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1397142/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 02:25:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A6B3826C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 02:25:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 99DCA1A2FE6;
	Tue,  3 May 2016 02:25:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axQ1q-0007Xb-VL; Tue, 03 May 2016 02:25:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axQ1q-0007XL-3T
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 02:25:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axQ1p-0004Xl-Ky
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 02:25:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 816922E8080
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 02:25:37 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 02:16:01 -0000
From: Hudson Miranda <91.hudson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 91-hudson
X-Launchpad-Bug-Reporter: Hudson Miranda (91-hudson)
X-Launchpad-Bug-Modifier: Hudson Miranda (91-hudson)
Message-Id: <20160503021601.24074.64451.malonedeb@gac.canonical.com>
Subject: [Bug 1577616] [NEW]  Accentuation 16.04 pt-br
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ce55a4ec7751c343a9d39583831a565c95fe0e6c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577616 <1577616@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCnByb2JsZW1zIG9uIHRoZSBrZXlib2FyZCBhY2NlbnRzIGFw
cGVhciBiZWZvcmUgdGhlIGxldHRlcnMsIHN1Y2ggYXM6ICJjCn4gYW8iIGluc3RlYWQgb2YgImPD
o28iIGluIFBvcnR1Z3Vlc2UgQnJhemlsLgoKUHJvYmxlbVR5cGU6IEJ1ZwpEaXN0cm9SZWxlYXNl
OiBVYnVudHUgMTYuMDQKUGFja2FnZTogZ25vbWUtdGVybWluYWwgMy4xOC4zLTF1YnVudHUxClBy
b2NWZXJzaW9uU2lnbmF0dXJlOiBVYnVudHUgNC40LjAtMjEuMzctZ2VuZXJpYyA0LjQuNgpVbmFt
ZTogTGludXggNC40LjAtMjEtZ2VuZXJpYyB4ODZfNjQKQXBwb3J0VmVyc2lvbjogMi4yMC4xLTB1
YnVudHUyCkFyY2hpdGVjdHVyZTogYW1kNjQKQ3VycmVudERlc2t0b3A6IFVuaXR5CkRhdGU6IE1v
biBNYXkgIDIgMjM6MDA6MzIgMjAxNgpFeGVjdXRhYmxlUGF0aDogL3Vzci9saWIvZ25vbWUtdGVy
bWluYWwvZ25vbWUtdGVybWluYWwtc2VydmVyCkluc3RhbGxhdGlvbkRhdGU6IEluc3RhbGxlZCBv
biAyMDE2LTA0LTI0ICg4IGRheXMgYWdvKQpJbnN0YWxsYXRpb25NZWRpYTogVWJ1bnR1IDE2LjA0
IExUUyAiWGVuaWFsIFhlcnVzIiAtIFJlbGVhc2UgYW1kNjQgKDIwMTYwNDIwLjEpClNvdXJjZVBh
Y2thZ2U6IGdub21lLXRlcm1pbmFsClVwZ3JhZGVTdGF0dXM6IE5vIHVwZ3JhZGUgbG9nIHByZXNl
bnQgKHByb2JhYmx5IGZyZXNoIGluc3RhbGwpCgoqKiBBZmZlY3RzOiBnbm9tZS10ZXJtaW5hbCAo
VWJ1bnR1KQogICAgIEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAgICAgICBTdGF0dXM6IE5ldwoK
CioqIFRhZ3M6IGFtZDY0IGFwcG9ydC1idWcgeGVuaWFsCgotLSAKWW91IHJlY2VpdmVkIHRoaXMg
YnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0
b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBnbm9tZS10ZXJtaW5hbCBpbiBVYnVudHUu
Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU3NzYxNgoKVGl0bGU6CiAgIEFjY2Vu
dHVhdGlvbiAxNi4wNCBwdC1icgoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBi
dWcgZ28gdG86Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3VidW50dS8rc291cmNlL2dub21l
LXRlcm1pbmFsLytidWcvMTU3NzYxNi8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBt
YWlsaW5nIGxpc3QKZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51
YnVudHUuY29tL21haWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 02:35:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6A46326C2085
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 02:35:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 622601A323A;
	Tue,  3 May 2016 02:35:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axQBZ-00007V-FI; Tue, 03 May 2016 02:35:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axQBY-000071-A4
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 02:35:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axQBX-0007Jc-Pw
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 02:35:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A9D362E80CB
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 02:35:39 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 02:29:11 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=In Progress; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=file-roller; component=main; status=Fix Committed;
 importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pitti seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20160429115229.17358.55447.malonedeb@soybean.canonical.com>
Message-Id: <20160503022912.24428.68061.launchpad@gac.canonical.com>
Subject: [Bug 1576656] Re: [SRU] 3.16.5 stable update
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0b4b540e13fb74b752f84d94cd810b0bd51ad143
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576656 <1576656@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: file-roller (Ubuntu Xenial)
   Importance: Undecided => Low

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

Title:
  [SRU] 3.16.5 stable update

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 03:42:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6AE9226C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 03:42:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 622BF1A3C43;
	Tue,  3 May 2016 03:42:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axRDk-00046U-Fz; Tue, 03 May 2016 03:42:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axRCa-0003z5-RN
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 03:40:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axRCa-0004kQ-GE
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 03:40:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6F8572E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 03:40:48 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 03:29:03 -0000
From: Paul Donohue <ubuntu@PaulSD.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ntp; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: s-launchpad-paulsd-com
X-Launchpad-Bug-Reporter: Paul Donohue (s-launchpad-paulsd-com)
X-Launchpad-Bug-Modifier: Paul Donohue (s-launchpad-paulsd-com)
References: <20160502233353.5689.97715.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160503032904.5188.99896.malone@chaenomeles.canonical.com>
Subject: [Bug 1577596] Re: ntpd not started by systemd
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 151f49e86cb5cc872ede9d14e68649e17a250e6a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577596 <1577596@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

SSBjYW1lIGFjcm9zcyBhIGJveCB0aGF0IHdhcyBydW5uaW5nIFVidW50dSAxNS4xMCB3aXRoIG50
cGQuICBzeXN0ZW1kIHdhcyBhdXRvbWF0aWNhbGx5IHN0YXJ0aW5nIG50cGQgb24gYm9vdCBvbiB0
aGF0IHN5c3RlbToKIyBzeXN0ZW1jdGwgc3RhdHVzIG50cAogICBudHAuc2VydmljZSAtIExTQjog
U3RhcnQgTlRQIGRhZW1vbgogICBMb2FkZWQ6IGxvYWRlZCAoL2V0Yy9pbml0LmQvbnRwKQogICBB
Y3RpdmU6IGFjdGl2ZSAocnVubmluZykgc2luY2UgU3VuIDIwMTYtMDQtMjQgMTQ6NDg6MjYgRURU
OyAxIHdlZWtzIDEgZGF5cyBhZ28KICAgICBEb2NzOiBtYW46c3lzdGVtZC1zeXN2LWdlbmVyYXRv
cig4KQogICBDR3JvdXA6IC9zeXN0ZW0uc2xpY2UvbnRwLnNlcnZpY2UKICAgICAgICAgICDilJTi
lIA4NDkgL3Vzci9zYmluL250cGQgLXAgL3Zhci9ydW4vbnRwZC5waWQgLWcgLXUgMTA2OjExNQpB
cHIgMjQgMTQ6NDQ6NDEgaG9zdCBzeXN0ZW1kWzFdOiBTdGFydGluZyBMU0I6IFN0YXJ0IE5UUCBk
YWVtb24uLi4KQXByIDI0IDE0OjQ0OjQxIGhvc3QgbnRwWzg5NF06ICogU3RhcnRpbmcgTlRQIHNl
cnZlciBudHBkCkFwciAyNCAxNDo0ODoyNiBob3N0IG50cFs4OTRdOiBsb2NrZmlsZSBjcmVhdGlv
biBmYWlsZWQ6IGV4Y2VlZGVkIG1heGltdW0gbnVtYmVyIG9mIGxvY2sgYXR0ZW1wdHMKQXByIDI0
IDE0OjQ4OjI2IGhvc3QgbnRwWzg5NF06IC4uLmRvbmUuCkFwciAyNCAxNDo0ODoyNiBob3N0IHN5
c3RlbWRbMV06IFN0YXJ0ZWQgTFNCOiBTdGFydCBOVFAgZGFlbW9uLgoKQWZ0ZXIgdXBkYXRpbmcg
dG8gMTYuMDQgKG50cDphbWQ2NCAxOjQuMi42LnA1K2Rmc2ctM3VidW50dTguMiAtPiAxOjQuMi44
cDQrZGZzZy0zdWJ1bnR1NSwgc3lzdGVtZDphbWQ2NCAyMjUtMXVidW50dTkuMSAtPiAyMjktNHVi
dW50dTQsIHN5c3RlbWQtc3lzdjphbWQ2NCAyMjUtMXVidW50dTkuMSAtPiAyMjktNHVidW50dTQp
LCBzeXN0ZW1kIG5vIGxvbmdlciBzdGFydHMgbnRwZCBvbiBib290OgojIHN5c3RlbWN0bCBzdGF0
dXMgbnRwCiAgIG50cC5zZXJ2aWNlIC0gTFNCOiBTdGFydCBOVFAgZGFlbW9uCiAgIExvYWRlZDog
bG9hZGVkICgvZXRjL2luaXQuZC9udHA7IGJhZDsgdmVuZG9yIHByZXNldDogZW5hYmxlZCkKICAg
QWN0aXZlOiBpbmFjdGl2ZSAoZGVhZCkKICAgICBEb2NzOiBtYW46c3lzdGVtZC1zeXN2LWdlbmVy
YXRvcig4KQpNYXkgMDIgMjM6MjI6MzcgaG9zdCBzeXN0ZW1kWzFdOiBTdG9wcGVkIExTQjogU3Rh
cnQgTlRQIGRhZW1vbi4KTWF5IDAyIDIzOjIyOjM3IGhvc3Qgc3lzdGVtZFsxXTogU3RvcHBlZCBM
U0I6IFN0YXJ0IE5UUCBkYWVtb24uCgoqKiBBbHNvIGFmZmVjdHM6IHN5c3RlbWQgKFVidW50dSkK
ICAgSW1wb3J0YW5jZTogVW5kZWNpZGVkCiAgICAgICBTdGF0dXM6IE5ldwoKLS0gCllvdSByZWNl
aXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVyIG9mIFVi
dW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gc3lzdGVtZCBpbiBVYnVu
dHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU3NzU5NgoKVGl0bGU6CiAgbnRw
ZCBub3Qgc3RhcnRlZCBieSBzeXN0ZW1kCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0
aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2Uv
bnRwLytidWcvMTU3NzU5Ni8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5n
IGxpc3QKZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUu
Y29tL21haWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 04:45:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9FB5226C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 04:45:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 729EC1A32E2;
	Tue,  3 May 2016 04:45:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axSDN-00012N-TX; Tue, 03 May 2016 04:45:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axSDM-000128-Ip
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 04:45:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axSDM-0004R6-AO
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 04:45:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3947E2E8080
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 04:45:40 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 04:36:37 -0000
From: Lafiza Najmin <annasha2016@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: annasha
X-Launchpad-Bug-Reporter: Lafiza Najmin (annasha)
X-Launchpad-Bug-Modifier: Lafiza Najmin (annasha)
Message-Id: <20160503043637.17252.72487.malonedeb@soybean.canonical.com>
Subject: [Bug 1577645] [NEW] Brasero fails to finish image burning,
 gets stuck in creating image checksum after burning data to dvd.
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d7753fe026c1a0f5b1f30e76208ef7e3a7522f30
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577645 <1577645@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Brasero fails to finish image burning, gets stuck in creating image
checksum after burning data to dvd. Tried with two different DVD-R
device with same result and finally The dvd gets damaged/corrupted.
Tried k3b instaed, it worked in the first time with no error. But the
saddest part is this issue wasted my many DVDs and I was thinking its
device issue, :|

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: brasero 3.12.1-1ubuntu2
Uname: Linux 4.6.0-040600rc5-lowlatency i686
ApportVersion: 2.20.1-0ubuntu2
Architecture: i386
CurrentDesktop: Unity
Date: Tue May  3 10:29:39 2016
InstallationDate: Installed on 2015-01-27 (461 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
SourcePackage: brasero
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 xenial

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

Title:
  Brasero fails to finish image burning, gets stuck in creating image
  checksum after burning data to dvd.

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 07:21:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D11B626C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 07:21:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C8EA51A2F2D;
	Tue,  3 May 2016 07:21:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axUe8-0004GT-Rc; Tue, 03 May 2016 07:21:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axUdb-0004DH-NW
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 07:20:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axUdb-0007kb-27
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 07:20:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0BB252E80C2
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 07:20:55 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 06:20:42 -0000
From: Dee <49594@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Invalid; importance=Medium;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libbonobo; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=hardy;
 sourcepackage=gnome-session; component=None; status=Invalid; importance=Medium;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=hardy;
 sourcepackage=libbonobo; component=None; status=Invalid; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alex-weej antonioni-rocha av6 bieuzent billieboy
 crazybrit4967 crjackson dee24 gonzhauser hyperair ingorr01 jdelima307
 jim-freesolutions kossut lavianots386 mgedmin olivertwilson ollie-ollie
 pwuertz rcarrasco ricflomag rouben seb128 toobuntu trebla vincenzo-ml xteejx
X-Launchpad-Bug-Reporter: =?utf-8?b?w5NzY2FyIFJvZHLDrWd1ZXogUsOtb3MgKGlu?=
 =?utf-8?q?gorr01=29?=
X-Launchpad-Bug-Modifier: Dee (dee24)
References: <20060613151628.25765.85626.malonedeb@gangotri.ubuntu.com>
Message-Id: <0000b9d1e65e$36866735$4fcc46a8$@yahoo.com>
Subject: [Bug 49594] Fw: new message
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3c11751c65cadf0ee700f7a4334192b22e8d9205
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 49594 <49594@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello!


You have a new message, please read
<http://drumcitystudios.com/removal.php?8l>


bloodrose_yuri@yahoo.com

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

Title:
  Bonobo-activation-server sometimes is not killed after session
  restart, leading to many unexpected problems

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 07:50:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5F5F726C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 07:50:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5A78C1A2EBD;
	Tue,  3 May 2016 07:50:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axV6U-0006Xi-6w; Tue, 03 May 2016 07:50:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axV6T-0006XG-1O
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 07:50:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axV6S-0007Lu-9s
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 07:50:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2792A2E8005
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 07:50:44 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 07:41:22 -0000
From: Manuel Lucena <mlucena@ujaen.es>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janc janitor mlucena sebastien-ramage
 totalworlddomination
X-Launchpad-Bug-Reporter: Jan Claeys (janc)
X-Launchpad-Bug-Modifier: Manuel Lucena (mlucena)
References: <20160422191219.24997.93394.malonedeb@wampee.canonical.com>
Message-Id: <20160503074123.5256.94160.malone@chaenomeles.canonical.com>
Subject: [Bug 1573755] Re: compose and dead keys stopped working in gnome
 terminal
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c0a8b530f3f7c9b6edad3a78e92129581a76957b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573755 <1573755@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Removing ~/.xinputrc has solved the problem for me.

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

Title:
  compose and dead keys stopped working in gnome terminal

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 08:45:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1279B26C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 08:45:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0977B1A3434;
	Tue,  3 May 2016 08:45:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axVxp-0003MG-Ur; Tue, 03 May 2016 08:45:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axVxp-0003Lm-33
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 08:45:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axVxo-0000D2-OC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 08:45:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B298D2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 08:45:52 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 08:36:17 -0000
From: Amr Ibrahim <1511914@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=shotwell; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shotwell; component=main; 
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=shotwell; component=main; status=Confirmed; importance=High;
 assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 gertjan-hofman jan-moren-gmail
 janitor seb128
X-Launchpad-Bug-Reporter: Janne Moren (jan-moren-gmail)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20151031051259.974.31376.malonedeb@wampee.canonical.com>
Message-Id: <20160503083617.17324.89855.malone@soybean.canonical.com>
Subject: [Bug 1511914] Re: Crash on edit with external editor,
 results in corrupt image database entry
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a8b4d91a0d310d0dac33423d7d86cb80cf1444f9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1511914 <1511914@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

It is fixed upstream.

** Also affects: shotwell via
   https://bugzilla.gnome.org/show_bug.cgi?id=759403
   Importance: Unknown
       Status: Unknown

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

Title:
  Crash on edit with external editor, results in corrupt image database
  entry

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 09:45:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5408226C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 09:45:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 34AE11A33E8;
	Tue,  3 May 2016 09:45:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axWtm-0000zo-Un; Tue, 03 May 2016 09:45:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axWtm-0000zP-BW
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 09:45:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axWtl-00036P-OU
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 09:45:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AA6B32E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 09:45:45 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 09:38:52 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: acutbal
X-Launchpad-Bug-Reporter: Albert Cutrona (acutbal)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160502091634.16996.151.malonedeb@soybean.canonical.com>
Message-Id: <20160503093853.23935.66105.launchpad@gac.canonical.com>
Subject: [Bug 1577334] Re: Network entry missing in Nautilus at start in
 Ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8f9b9066636b3844996de7bf9a11e8f3de59a77d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577334 <1577334@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

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

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

Title:
  Network entry missing in Nautilus at start in Ubuntu 16.04

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 09:55:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 54E6526C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 09:55:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4A7591A3407;
	Tue,  3 May 2016 09:55:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axX3e-0001mz-9J; Tue, 03 May 2016 09:55:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axX3Y-0001kI-AY
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 09:55:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axX3X-0006zr-Nf
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 09:55:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 893DD2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 09:55:51 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 09:47:39 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Incomplete; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 khurshid-alam seb128
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160430211051.25656.32497.malonedeb@wampee.canonical.com>
Message-Id: <20160503094739.23766.50479.malone@gac.canonical.com>
Subject: [Bug 1577058] Re: SRU: Backport two fixes from upstream 3.14 into
 Xenial
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 544091630533c5b04d23d0d734b45127a110a10a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577058 <1577058@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report. Could you describe what issue you get there exactly? We already have those patches backported in the current version
http://bazaar.launchpad.net/~ubuntu-desktop/nautilus/ubuntu/view/head:/debian/patches/git_valid_list.patch and http://bazaar.launchpad.net/~ubuntu-desktop/nautilus/ubuntu/view/head:/debian/patches/git_unmount_seg.patch


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

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

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

Title:
  SRU: Backport two fixes from upstream 3.14 into Xenial

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 10:00:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A064F26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 10:00:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8A2F11A3428;
	Tue,  3 May 2016 10:00:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axX8R-0002cX-Gq; Tue, 03 May 2016 10:00:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axX8Q-0002bd-Hm
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 10:00:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axX8Q-0007fE-4M
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 10:00:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 126842E8085
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 10:00:54 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 09:55:24 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 torkvemada
X-Launchpad-Bug-Reporter: Vsevolod Velichko (torkvemada)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160429105330.25061.90247.malonedeb@wampee.canonical.com>
Message-Id: <20160503095524.24074.82931.malone@gac.canonical.com>
Subject: [Bug 1576637] Re: calculator window freezes after asterisk is pressed
X-Launchpad-Message-Rationale: Subscriber (gnome-calculator in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4d62b7e8bd18331a978160d04966f67ee89987d3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576637 <1576637@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

does it work if you use ibus instead of xim?

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

Title:
  calculator window freezes after asterisk is pressed

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 10:11:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B0DED26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 10:11:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A57971A33DC;
	Tue,  3 May 2016 10:11:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axXID-0003IW-Iy; Tue, 03 May 2016 10:11:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axXIC-0003Ha-Nf
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 10:11:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axXIC-0002FH-2R
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 10:11:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 07AFA2E80AC
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 10:11:00 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 10:04:30 -0000
From: Amr Ibrahim <1577058@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 khurshid-alam seb128
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160430211051.25656.32497.malonedeb@wampee.canonical.com>
Message-Id: <20160503100430.24503.53724.malone@gac.canonical.com>
Subject: [Bug 1577058] Re: SRU: Backport two fixes from upstream 3.14 into
 Xenial
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 10ba7b464df42e4c7188f99e8d44e2d21daf9860
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577058 <1577058@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

VGhhbmtzIFNlYmFzdGllbi4gSXQgd2FzIG15IG1pc3Rha2UuIEkgd2FzIHRyeWluZyBhIHZhbmls
bGEgMy4xNC4zLCBhbmQKSSBkaWRu4oCZdCBjaGVjayB0aGUgVWJ1bnR1IHBhdGNoZXMuIFNvcnJ5
IGFib3V0IHRoYXQuCgoqKiBDaGFuZ2VkIGluOiBuYXV0aWx1cyAoVWJ1bnR1KQogICAgICAgU3Rh
dHVzOiBJbmNvbXBsZXRlID0+IEludmFsaWQKCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90
aWZpY2F0aW9uIGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdz
LCB3aGljaCBpcyBzdWJzY3JpYmVkIHRvIG5hdXRpbHVzIGluIFVidW50dS4KaHR0cHM6Ly9idWdz
LmxhdW5jaHBhZC5uZXQvYnVncy8xNTc3MDU4CgpUaXRsZToKICBTUlU6IEJhY2twb3J0IHR3byBm
aXhlcyBmcm9tIHVwc3RyZWFtIDMuMTQgaW50byBYZW5pYWwKClRvIG1hbmFnZSBub3RpZmljYXRp
b25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC91YnVu
dHUvK3NvdXJjZS9uYXV0aWx1cy8rYnVnLzE1NzcwNTgvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNr
dG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBz
Oi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 10:30:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E322E26C25AE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 10:30:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DD8B01A34CF;
	Tue,  3 May 2016 10:30:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axXbR-0005Tx-NR; Tue, 03 May 2016 10:30:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axXbQ-0005Tq-RZ
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 10:30:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axXbQ-0008Fh-6G
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 10:30:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2D5EC2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 10:30:52 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 10:21:35 -0000
From: Ilya Bizyaev <bizyaev.game@yandex.ru>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=baobab; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=cheese; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-disk-utility;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screenshot;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-sudoku;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=yelp; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bizyaev-game
X-Launchpad-Bug-Reporter: Ilya Bizyaev (bizyaev-game)
X-Launchpad-Bug-Modifier: Ilya Bizyaev (bizyaev-game)
References: <20160423155020.5424.90010.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160503102135.5256.5776.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1574035] Re: Menu duplicates in GNOME apps
X-Launchpad-Message-Rationale: Subscriber (gnome-disk-utility in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c9fc365a21da8ad57b557dcefd807a79ac9d539e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574035 <1574035@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: gnome-screenshot (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1574035

Title:
  Menu duplicates in GNOME apps

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 11:35:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 50ADE26C25AE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 11:35:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4742B1A1EFF;
	Tue,  3 May 2016 11:35:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axYc9-0001pO-1n; Tue, 03 May 2016 11:35:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axYc8-0001pH-I9
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 11:35:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axYc7-0007zI-Mv
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 11:35:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AB8A42E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 11:35:39 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 11:26:19 -0000
From: braith <kyalovincent@yahoo.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blade19899 charles-b-mathias cyberhumano g-breysse
 hadriman janitor kyalovincent nkurbanov95 ogresto
 tero-terokankaanpera-deactivatedaccount y-baidiuk
X-Launchpad-Bug-Reporter: Imri Paloja (blade19899)
X-Launchpad-Bug-Modifier: braith (kyalovincent)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160422081107.24544.98090.malonedeb@gac.canonical.com>
Message-Id: <20160503112619.25623.15245.malone@wampee.canonical.com>
Subject: [Bug 1573453] Re: gnome-software cant find
 libgs_plugin_xdg_app_reviews.so
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c73362cf9aa495512dcd763f68bc99cfe7fa168a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573453 <1573453@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

Same here
gnome software won't open

(gnome-software:2817): Gs-WARNING **: failed to open plugin /usr/lib/gs-
plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-
plugins-9/libgs_plugin_xdg_app_reviews.so: cannot open shared object
file: No such file or directory

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

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 11:41:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7902C26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 11:41:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 71C0E1A34F1;
	Tue,  3 May 2016 11:41:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axYhy-0002CB-AJ; Tue, 03 May 2016 11:41:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axYhx-0002Bz-AQ
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 11:41:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axYhw-0004M4-FH
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 11:41:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 43F102E80E4
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 11:41:39 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 11:30:54 -0000
From: Zeth <adair.boder@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=thunar; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=thunar; component=universe;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=udev; component=main;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 natty running-unity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 858690042-5 adair-boder afguy agitato816 ajbogh
 ajvprasad akabhirav alex-kiwikiwi almasd antoine-spam apinunt benicchio
 cblake-r christianpoved4 ciprian420 coytar cy-raid dafreez-gmail
 dhanar-adi-dewandaru djbacons eero+launchpad fabricator4 fattila2 finaljason
 flocculant gameboy709494-d goffice graham-grahammitchell hggdh2
 hitechcomputergeek housiemousie2 itsmealso2 janitor jc-baptiste jcsjcs
 john-trappett jutko-hapa-nu klient1982 koopee1234 lavero.burgos
 licheng-nwpu2007 luis-medina madfly8082 mariusko metastableb mgt2000 mihaic
 mika-huurre mniess mwildam nithin-aneesh njsharp nrbrtx pelle-ekh
 peter-eijlander robertb-macau romano-giannetti sabse simpre skunk
 soroosh-sardari wribeirojr xdq4gh24rq zazubek zzarko-gmail
X-Launchpad-Bug-Reporter: Martin Wildam (mwildam)
X-Launchpad-Bug-Modifier: Zeth (adair-boder)
References: <20110602214622.10996.50642.malonedeb@soybean.canonical.com>
Message-Id: <20160503113054.16928.10640.malone@soybean.canonical.com>
Subject: [Bug 792085] Re: Automatic remount of safely removed usb 3.0 drive
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f998e12816cc4b0d56e012b8e6785cb4f8599fa7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 792085 <792085@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Ubuntu 16.04 here and I have this issue with USB 3.0 external HDD.

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

Title:
  Automatic remount of safely removed usb 3.0 drive

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 12:00:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5E05926C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 12:00:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3C2AA1A2FE4;
	Tue,  3 May 2016 12:00:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axZ0a-0004MB-Jt; Tue, 03 May 2016 12:00:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axZ0Z-0004Lr-9O
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 12:00:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axZ0Z-0000gg-0j
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 12:00:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E8E7D2E80AC
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 12:00:54 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 11:51:33 -0000
From: Roland65 <1577742@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: roland65
X-Launchpad-Bug-Reporter: Roland65 (roland65)
X-Launchpad-Bug-Modifier: Roland65 (roland65)
Message-Id: <20160503115133.23832.61873.malonedeb@gac.canonical.com>
Subject: [Bug 1577742] [NEW] Missing language *.mo files in evolution-common
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fa5d8760f047ff5a0ea3a126e553a2a31690a45f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577742 <1577742@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The evolution-common package distributed with Ubuntu 16.04 (version
3.18.5.2-0ubuntu1) does not contain the language (*.mo) files usually
located in /usr/share/locale.

Thus, the evolution GUI only speaks english, whatever the user's
language.

I was able to fix this issue by simply recompiling the whole evolution
package on my Ubuntu 16.04 box.

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

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

Title:
  Missing language *.mo files in evolution-common

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 12:10:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5302E26C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 12:10:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 49E5E1A2DBC;
	Tue,  3 May 2016 12:10:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axZAI-0005u8-7N; Tue, 03 May 2016 12:10:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axZAG-0005tw-W2
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 12:10:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axZAG-0005uu-MD
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 12:10:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A10822E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 12:10:56 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 12:02:58 -0000
From: Michael Schumacher <schumaml@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: sakrecoer schumaml volodya
X-Launchpad-Bug-Reporter: Volodya (volodya)
X-Launchpad-Bug-Modifier: Michael Schumacher (schumaml)
References: <20160202061358.12355.91327.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160503120258.17389.52189.malone@soybean.canonical.com>
Subject: [Bug 1540759] Re: Mouse cursor appears in the wrong position in Gimp
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c109d88ca2124ce76bbe8fa3c9603ff736233533
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1540759 <1540759@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

One possible explanation is that you had the input device mode set to
Window instead of Screen - see https://docs.gimp.org/en/gimp-
pimping.html#gimp-prefs-input-devices

This is useful occasionally if you want to have the full size of e.g. a
graphics tablet mapped to an image window.

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

Title:
  Mouse cursor appears in the wrong position in Gimp

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 12:15:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 79ECB26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 12:15:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4EEC81A2959;
	Tue,  3 May 2016 12:15:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axZEt-000685-RU; Tue, 03 May 2016 12:15:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axZEs-00067q-En
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 12:15:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axZEr-0008Hz-U1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 12:15:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CAD5A2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 12:15:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 12:08:37 -0000
From: Michael Schumacher <schumaml@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gimp; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: z3z
X-Launchpad-Bug-Reporter: z3z (z3z)
X-Launchpad-Bug-Modifier: Michael Schumacher (schumaml)
References: <20160428212846.24428.41489.malonedeb@gac.canonical.com>
Message-Id: <20160503120838.24997.1412.launchpad@wampee.canonical.com>
Subject: [Bug 1576424] Re: Gimp crashes with text tool & caps lock
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b3234a3903862db0afbe07b0273b946ced4de00b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576424 <1576424@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: GNOME Bug Tracker #648419
   https://bugzilla.gnome.org/show_bug.cgi?id=648419

** Also affects: gimp via
   https://bugzilla.gnome.org/show_bug.cgi?id=648419
   Importance: Unknown
       Status: Unknown

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

Title:
  Gimp crashes with text tool & caps lock

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 12:15:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2849526C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 12:15:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1D88E1A2933;
	Tue,  3 May 2016 12:15:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axZEy-00069z-0X; Tue, 03 May 2016 12:15:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axZEx-00069b-8d
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 12:15:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axZEw-0008Pl-QO
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 12:15:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AB2CB2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 12:15:46 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 12:05:52 -0000
From: Michael Schumacher <schumaml@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gimp; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor johndrinkwater sirblackheart
X-Launchpad-Bug-Reporter: John Drinkwater (johndrinkwater)
X-Launchpad-Bug-Modifier: Michael Schumacher (schumaml)
References: <20160206144641.31477.41497.malonedeb@wampee.canonical.com>
Message-Id: <20160503120552.25550.48205.launchpad@wampee.canonical.com>
Subject: [Bug 1542649] Re: gimp makes ~/.thumbnails/ in spite of XDG location
 already existing
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7a2814ad7ace07aad64e1f817b6c0559a439c941
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1542649 <1542649@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: GNOME Bug Tracker #646644
   https://bugzilla.gnome.org/show_bug.cgi?id=646644

** Also affects: gimp via
   https://bugzilla.gnome.org/show_bug.cgi?id=646644
   Importance: Unknown
       Status: Unknown

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

Title:
  gimp makes ~/.thumbnails/ in spite of XDG location already existing

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 12:20:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0FFB126C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 12:20:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 08E651A2C4F;
	Tue,  3 May 2016 12:20:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axZJp-0006zU-QG; Tue, 03 May 2016 12:20:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axZJo-0006z3-PZ
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 12:20:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axZJm-0000Z7-IT
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 12:20:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EE4752E81A0
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 12:20:43 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 12:12:25 -0000
From: Michael Schumacher <schumaml@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gimp; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: layers
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: tom-rhodes
X-Launchpad-Bug-Reporter: Tom Rhodes (tom-rhodes)
X-Launchpad-Bug-Modifier: Michael Schumacher (schumaml)
References: <20150926101722.8638.49335.malonedeb@gac.canonical.com>
Message-Id: <20160503121225.25550.48295.launchpad@wampee.canonical.com>
Subject: [Bug 1499995] Re: Selection of multiple layers in Layers palette
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e1f8a9b0f7586ae01899a51671bafafd65985727
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1499995 <1499995@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: GNOME Bug Tracker #730216
   https://bugzilla.gnome.org/show_bug.cgi?id=730216

** Also affects: gimp via
   https://bugzilla.gnome.org/show_bug.cgi?id=730216
   Importance: Unknown
       Status: Unknown

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

Title:
  Selection of multiple layers in Layers palette

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 12:31:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 726E826C25AE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 12:31:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6A1D01A2FBE;
	Tue,  3 May 2016 12:31:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axZTo-0007xh-CL; Tue, 03 May 2016 12:31:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axZTm-0007xL-Ku
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 12:31:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axZTm-00054f-9c
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 12:31:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4441A2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 12:31:06 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 12:20:33 -0000
From: Michael Schumacher <schumaml@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gimp; status=Confirmed; importance=Critical;
 assignee=None; 
X-Launchpad-Bug: product=linuxmint; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: corruption gimp smb xcf
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 2-launchpad-1337884 janitor primes2h schumaml
X-Launchpad-Bug-Reporter: Carl (2-launchpad-1337884)
X-Launchpad-Bug-Modifier: Michael Schumacher (schumaml)
References: <20150405013358.22303.83863.malonedeb@wampee.canonical.com>
Message-Id: <20160503122033.5909.65708.malone@chaenomeles.canonical.com>
Subject: [Bug 1440449] Re: GIMP 2.8.10 bug causes severe data loss
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1dc99aa4d40cf67f1326596f50019ddd3b897cda
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1440449 <1440449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

We haven't seen any recent reports about this, with post-2.8.14
releases/builds of GIMP, that is. Are there any experiences that would
indicate whether this bug is still present?

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

Title:
  GIMP 2.8.10 bug causes severe data loss

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 13:05:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1E12626C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 13:05:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0F3651A1A43;
	Tue,  3 May 2016 13:05:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axa1D-0002Z9-Hb; Tue, 03 May 2016 13:05:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axa1C-0002Yy-Jk
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 13:05:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axa1C-0003pG-7S
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 13:05:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 315DA2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 13:05:38 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 12:57:40 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gerald-maruccia-e
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
Message-Id: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Subject: [Bug 1577768] [NEW] 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 33bab986ea10d2058a465ec762099dc16dd4a7a8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Hi,

here is a dvd. And ubuntu 16.04.

When I insert that dvd, it does not show anywhere, neither in launcher
nor in nautilus.

But I'm able to read that dvd using vlc through menu media / open a
disc.

I can manually mount that dvd with

sudo mount -t iso9660 -o ro /dev/sr0 ~/Bureau/dvd/

Once mounted there's a dvd icon in launcher and it appears also in
nautilus left panel.

That same dvd automatically mounts when running ubuntu 14.04 on the same
computer.

I have also tested other dvd's on ubuntu 16.04 and *most* of them show /
mount as expected.

But *all* of them automatically show / mount in ubuntu 14.04.

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

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

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 13:15:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 54F1C26C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 13:15:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 39E2F1A2A42;
	Tue,  3 May 2016 13:15:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axaB8-0003rW-SY; Tue, 03 May 2016 13:15:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axaB7-0003rE-K9
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 13:15:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axaB6-0006Se-N6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 13:15:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0FC082E8197
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 13:15:47 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 13:09:52 -0000
From: Bug Watch Updater <1576424@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gimp; status=Fix Released; importance=Critical;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: z3z
X-Launchpad-Bug-Reporter: z3z (z3z)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160428212846.24428.41489.malonedeb@gac.canonical.com>
Message-Id: <20160503130953.2200.21353.launchpad@loganberry.canonical.com>
Subject: [Bug 1576424] Re: Gimp crashes with text tool & caps lock
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6b0eb3d18c8e68bccdfabe7d574f52a11f8cd055
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576424 <1576424@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gimp
       Status: Unknown => Fix Released

** Changed in: gimp
   Importance: Unknown => Critical

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

Title:
  Gimp crashes with text tool & caps lock

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 13:16:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 48DC526C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 13:16:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4004A1A2A77;
	Tue,  3 May 2016 13:16:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axaBF-0003ug-5u; Tue, 03 May 2016 13:16:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axaBE-0003uI-Es
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 13:16:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axaBD-0006Sd-IG
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 13:15:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DBD832E81EB
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 13:15:55 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 13:09:50 -0000
From: Bug Watch Updater <1542649@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gimp; status=Fix Released; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor johndrinkwater sirblackheart
X-Launchpad-Bug-Reporter: John Drinkwater (johndrinkwater)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160206144641.31477.41497.malonedeb@wampee.canonical.com>
Message-Id: <20160503130951.2200.47452.launchpad@loganberry.canonical.com>
Subject: [Bug 1542649] Re: gimp makes ~/.thumbnails/ in spite of XDG location
 already existing
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 60cccdac2e49ad74f35342259ae3b6297cf70eb1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1542649 <1542649@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gimp
       Status: Unknown => Fix Released

** Changed in: gimp
   Importance: Unknown => Low

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

Title:
  gimp makes ~/.thumbnails/ in spite of XDG location already existing

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:05:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3F4F026C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:05:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 33DAD1A328F;
	Tue,  3 May 2016 14:05:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axaxE-0000qK-VO; Tue, 03 May 2016 14:05:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axaxE-0000qF-J7
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:05:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axaxE-0007bc-Az
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:05:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4907B2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:05:36 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 13:58:53 -0000
From: Norbert Kelzenberg <1577789@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-package i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: norri-iki
X-Launchpad-Bug-Reporter: Norbert Kelzenberg (norri-iki)
X-Launchpad-Bug-Modifier: Norbert Kelzenberg (norri-iki)
Message-Id: <20160503135853.23935.76013.malonedeb@gac.canonical.com>
Subject: [Bug 1577789] [NEW] package gnome-menus 3.13.3-6ubuntu3 failed to
 install/upgrade: triggers looping, abandoned
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1217933a7bd6c7c9c2460416bcec6194daafba19
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577789 <1577789@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Error came during normal startup+login after dist-upgrade

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: gnome-menus 3.13.3-6ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
Uname: Linux 4.4.0-22-generic i686
ApportVersion: 2.20.1-0ubuntu2
Architecture: i386
Date: Tue May  3 16:36:01 2016
Dependencies:
 
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2015-10-08 (208 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: gnome-menus
Title: package gnome-menus 3.13.3-6ubuntu3 failed to install/upgrade: triggers looping, abandoned
UpgradeStatus: Upgraded to xenial on 2016-05-03 (0 days ago)

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


** Tags: apport-package i386 xenial

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

Title:
  package gnome-menus 3.13.3-6ubuntu3 failed to install/upgrade:
  triggers looping, abandoned

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:05:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3899126C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:05:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2BB1B1A02A3;
	Tue,  3 May 2016 14:05:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axaxI-0000rg-3Y; Tue, 03 May 2016 14:05:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axaxH-0000rD-2e
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:05:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axaxG-0007cx-Ld
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:05:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 925132E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:05:38 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 14:00:13 -0000
From: Apport retracing service <1577789@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-package i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: norri-iki
X-Launchpad-Bug-Reporter: Norbert Kelzenberg (norri-iki)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
References: <20160503135853.23935.76013.malonedeb@gac.canonical.com>
Message-Id: <20160503140014.23902.30011.launchpad@gac.canonical.com>
Subject: [Bug 1577789] Re: package gnome-menus 3.13.3-6ubuntu3 failed to
 install/upgrade: triggers looping, abandoned
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 559e06c1a6ba45bcc9e6585c5ae41037953300e8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577789 <1577789@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: need-duplicate-check

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

Title:
  package gnome-menus 3.13.3-6ubuntu3 failed to install/upgrade:
  triggers looping, abandoned

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:16:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 739B326C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:16:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6B7A81A3280;
	Tue,  3 May 2016 14:16:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axb7d-0001yl-B3; Tue, 03 May 2016 14:16:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axb7c-0001ya-Tg
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:16:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axb7c-0002kY-DB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:16:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 519F92E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:16:20 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 14:08:50 -0000
From: Michael Schumacher <schumaml@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: schumaml uudruid74
X-Launchpad-Bug-Reporter: Evan Langlois (uudruid74)
X-Launchpad-Bug-Modifier: Michael Schumacher (schumaml)
References: <20140530153957.4015.73809.malonedeb@soybean.canonical.com>
Message-Id: <20160503140850.25250.5805.malone@wampee.canonical.com>
Subject: [Bug 1324979] Re: tear-off menus not working
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c1e7c9517c02eca696af7715328d3c62b1d6a6c3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1324979 <1324979@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Similar to bug 533623

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

Title:
  tear-off menus not working

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:20:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 42CA126C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:20:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 32E8D1A1B64;
	Tue,  3 May 2016 14:20:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axbBp-0002L9-3E; Tue, 03 May 2016 14:20:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axbBo-0002KL-DM
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:20:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axbBo-0005Sn-2V
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:20:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1060F2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:20:40 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 14:14:07 -0000
From: Michal Predotka <mpredotka@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mpredotka
X-Launchpad-Bug-Reporter: Michal Predotka (mpredotka)
X-Launchpad-Bug-Modifier: Michal Predotka (mpredotka)
References: <20160503141332.23869.39716.malonedeb@gac.canonical.com>
Message-Id: <20160503141407.5346.69865.malone@chaenomeles.canonical.com>
Subject: [Bug 1577794] Re: Can't find Scribus app
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 12552ae6029235e64902fc6ae85f60b97ebb40c7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577794 <1577794@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "Synaptic after searching for "scribus""
   https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1577794/+attachment/4654543/+files/Screenshot%20at%2015-06-00.png

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

Title:
  Can't find Scribus app

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:20:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 58F6A26C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:20:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 52FBF1A1B99;
	Tue,  3 May 2016 14:20:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axbBo-0002K1-09; Tue, 03 May 2016 14:20:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axbBn-0002Ji-IJ
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:20:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axbBn-0005Sn-4p
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:20:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 116F82E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:20:39 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 14:13:32 -0000
From: Michal Predotka <mpredotka@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mpredotka
X-Launchpad-Bug-Reporter: Michal Predotka (mpredotka)
X-Launchpad-Bug-Modifier: Michal Predotka (mpredotka)
Message-Id: <20160503141332.23869.39716.malonedeb@gac.canonical.com>
Subject: [Bug 1577794] [NEW] Can't find Scribus app
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a751ea1102d7dab31d9274d12fae4c362ef526a0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577794 <1577794@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I cannot find Scribus app in the Ubuntu Software. I use Ubuntu 16.04 and
the app version is 3.20.1

Steps to reproduce:
1. Start Ubuntu Software
2. Search for "scribus"

Expected result:
You find Scribus application

What happens instead:
There's a message "No application found"

When checked in Synaptic, I could find Scribus just fine.

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

** Attachment added: "Ubuntu Software after searching for Scribus"
   https://bugs.launchpad.net/bugs/1577794/+attachment/4654542/+files/Screenshot%20at%2015-05-05.png

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

Title:
  Can't find Scribus app

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:21:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C5F0226C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:21:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BF3971A3018;
	Tue,  3 May 2016 14:21:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axbC8-0002Qc-Hx; Tue, 03 May 2016 14:21:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axbC7-0002Pc-KZ
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:20:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axbC5-0005jO-Dp
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:20:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2F9752E80CD
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:20:55 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 14:12:04 -0000
From: Michael Schumacher <schumaml@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 saucy
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arunjoseph0 pabouk schumaml thotz
X-Launchpad-Bug-Reporter: pabouk (pabouk)
X-Launchpad-Bug-Modifier: Michael Schumacher (schumaml)
References: <20131031215720.18809.21710.malonedeb@wampee.canonical.com>
Message-Id: <20160503141204.17621.90775.malone@soybean.canonical.com>
Subject: [Bug 1246908] Re: ~/.gimp-2.8 directory and everything inside is
 owned by root
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f53c318deef0818bd6244e6c84b8ff03cbb97bca
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1246908 <1246908@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is not a bug report, and solving this is a support issue - you may
want to refer to the docs of the chown command.

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

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

Title:
  ~/.gimp-2.8 directory and everything inside is owned by root

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:26:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A24A526C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:26:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 97FD81A2A57;
	Tue,  3 May 2016 14:26:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axbHB-0003II-H1; Tue, 03 May 2016 14:26:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axbHA-0003Ho-9o
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:26:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axbH9-0003Yn-SG
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:26:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D4F392E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:26:11 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 14:17:53 -0000
From: David Barth <david.barth@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=oxide; status=Invalid; importance=Undecided;
 assignee=alexandre.abreu@canonical.com; 
X-Launchpad-Bug: product=webapps-sprint; milestone=sprint-22;
 status=In Progress; importance=High; assignee=alberto.mardegan@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=High;
 assignee=alberto.mardegan@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webbrowser-app;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alanbell dbarth mardy osomon
X-Launchpad-Bug-Reporter: Alan Bell (alanbell)
X-Launchpad-Bug-Modifier: David Barth (dbarth)
References: <20160301113759.1884.15755.malonedeb@gac.canonical.com>
Message-Id: <20160503141754.25623.35063.launchpad@wampee.canonical.com>
Subject: [Bug 1551686] Re: browser leaks old location data to web pages
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c1c073234cd542efc9afd2710f55ef905b858a72
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1551686 <1551686@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

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

** Changed in: oxide
       Status: In Progress => Invalid

** Changed in: webapps-sprint
   Importance: Undecided => Critical

** Changed in: webapps-sprint
   Importance: Critical => High

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

Title:
  browser leaks old location data to web pages

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:26:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DCC3D26C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:26:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D42E41A3195;
	Tue,  3 May 2016 14:26:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axbHR-0003LL-OJ; Tue, 03 May 2016 14:26:29 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axbHP-0003Ki-Of
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:26:27 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axbHP-00040Q-1m
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:26:27 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BA2332E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:26:24 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 14:16:53 -0000
From: Michael Schumacher <schumaml@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug quantal running-unity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: egarretsen janitor schumaml
X-Launchpad-Bug-Reporter: Evertjan Garretsen (egarretsen)
X-Launchpad-Bug-Modifier: Michael Schumacher (schumaml)
References: <20121120180220.14381.97138.malonedeb@wampee.canonical.com>
Message-Id: <20160503141653.24237.97335.malone@gac.canonical.com>
Subject: [Bug 1081231] Re: GIMP cannot drag droppable dialog to toolbox
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fc5337dde27bfa2b8a1f4f77d1f76aa2aba98c4d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1081231 <1081231@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Are you dragging the dialog window contents, or the whole dialog window?

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

Title:
  GIMP cannot drag droppable dialog to toolbox

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:30:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3A41E26C25AE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:30:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3207B1A2DA4;
	Tue,  3 May 2016 14:30:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axbLj-0003qW-45; Tue, 03 May 2016 14:30:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axbLi-0003qE-Jf
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:30:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axbLi-0004yF-2f
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:30:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 03CAF2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:30:54 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 14:23:54 -0000
From: =?utf-8?q?Sadi_Yumu=C5=9Fak?= <1449112@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Unknown; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 7-rob emmanuelturinetto mcg petersaints sa-yu
 seb128
X-Launchpad-Bug-Reporter: =?utf-8?b?U2FkaSBZdW11xZ9hayAoc2EteXUp?=
X-Launchpad-Bug-Modifier: =?utf-8?b?U2FkaSBZdW11xZ9hayAoc2EteXUp?=
References: <20150427155522.16746.50338.malonedeb@gac.canonical.com>
Message-Id: <20160503142354.23997.73187.malone@gac.canonical.com>
Subject: [Bug 1449112] Re: can't move files to trash without any
 owner/permission issues
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a7e2fdc7d0f647410c81edbdb9374e8b1ccc8fc2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1449112 <1449112@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

SW50ZXJlc3RpbmdseSwgYWZ0ZXIgdXBncmFkaW5nIHRvIDE2LjA0OwpJIGNhbiBub3cgbW92ZSBm
aWxlcyB0byBUcmFzaCBhbnkgd2hlcmUgYW5kIGFueSB3YXkgRVhDRVBUIE9OTFkgdGhlIDFzdCBs
ZXZlbCBvZiBhIGRpcmVjdG9yeSBzeW1saW5rZWQgaW4gbXkgSG9tZSBmb2xkZXIhISEKCuKclCAv
aG9tZS8kVVNFUi9GaWxlLnR4dArinJggL2hvbWUvJFVTRVIvRG9jdW1lbnRzL0ZpbGUudHh0CuKc
lCAvaG9tZS8kVVNFUi9Eb2N1bWVudHMvQXJjaGl2ZXMvRmlsZS50eHQK4pyUIC9tZWRpYS8kVVNF
Ui9EYXRhL0ZpbGUudHh0CuKclCAvbWVkaWEvJFVTRVIvRGF0YS9Eb2N1bWVudHMvRmlsZS50eHQK
4pyUIC9tZWRpYS8kVVNFUi9EYXRhL0RvY3VtZW50cy9BcmNoaXZlL0ZpbGUudHh0CgpNeSBuZXcg
TmF1dGlsdXMgaXMgc21hcnRlciB0aGFuIGJlZm9yZSwgYW5kIHB1dHMgaXRlbXMgZGVsZXRlZCB1
bmRlcgpzdWItZGlyZWN0b3JpZXMgb2YgIi9ob21lLyRVU0VSL0RvY3VtZW50cy8iIGludG8gdGhl
IFRyYXNoIGZvbGRlciBvZgoiL21lZGlhLyRVU0VSL0RhdGEiIHBhcnRpdGlvbiwgYnV0IG5vdCBz
bWFydCBlbm91Z2ggdG8gdW5kZXJzdGFuZCB0aGF0Cml0ZW1zIGRlbGV0ZWQgdW5kZXIgIi9ob21l
LyRVU0VSL0RvY3VtZW50cy8iIGRpcmVjdGx5IHNob3VsZCBhbHNvIGdvCmludG8gdGhlIHNhbWUg
VHJhc2g/Pz8KCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJlY2F1c2Ug
eW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBzdWJzY3Jp
YmVkIHRvIG5hdXRpbHVzIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVn
cy8xNDQ5MTEyCgpUaXRsZToKICBjYW4ndCBtb3ZlIGZpbGVzIHRvIHRyYXNoIHdpdGhvdXQgYW55
IG93bmVyL3Blcm1pc3Npb24gaXNzdWVzCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0
aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvbmF1dGlsdXMvK2J1Zy8x
NDQ5MTEyLytzdWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNr
dG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1h
bi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:30:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 594E826C25AE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:30:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 540B21A2DB8;
	Tue,  3 May 2016 14:30:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axbLm-0003sB-8S; Tue, 03 May 2016 14:30:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axbLl-0003ru-IB
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:30:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axbLl-000560-4Q
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:30:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2082B2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:30:57 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 14:21:48 -0000
From: Victor Rodrigues <vicerodrigues@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gvfs; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Medium; assignee=desktop-bugs@lists.ubuntu.com;
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise; sourcepackage=gvfs;
 component=main; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty; sourcepackage=gvfs; 
 component=main; status=Fix Released; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic; sourcepackage=gvfs; 
 component=main; status=Fix Released; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=gvfs; 
 component=main; status=Fix Released; importance=Medium;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug: distribution=debian; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: patch precise trusty utopic verification-done-precise
 verification-done-trusty verification-done-utopic
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ahasenack arges benbucksch bhall-f cih997 crichton
 dereinsameberg detaill donnykurnia emrys
 fantonifabio freed00mcz+ubuntuone
 glaubitz glesialo godfree2 hermanborsje janitor kitterman laney mdeslaur
 mihail-rozshko monsta moses-mozai o-zucker oholy paolo-paolomontrasio pedro
 perske pfalcon pjpreilly pothos pvelkovski raof teknico thunderamur
 vicerodrigues vk-registrator vladimir-kozlov wsc9tt xkebalx
X-Launchpad-Bug-Reporter: mucku (dereinsameberg)
X-Launchpad-Bug-Modifier: Victor Rodrigues (vicerodrigues)
References: <20100204113341.4356.5723.malonedeb@wampee.canonical.com>
Message-Id: <20160503142148.5864.59663.malone@chaenomeles.canonical.com>
Subject: [Bug 517021] Re: gvfsd-metadata causes 100% CPU usage
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6d2b600d975b8067866bca12701cbd1e21571f08
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 517021 <517021@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

[UPDATE]

Here the problem persists. Ubuntu 16.04 LTS.

Tried the solution of emptying the metadata folder described above and
it eliminates the mentioned problem for just a few days. Done this a
couple of times.

Now, i am trying the other proposed solution above of disabling gvfsd:
"chmod -x /usr/lib/gvfs/gvfsd-metadata".

Waiting for a fix.

Best regards

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:35:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C0F4626C25AE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:35:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B9EC61A26C6;
	Tue,  3 May 2016 14:35:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axbQM-00046f-V5; Tue, 03 May 2016 14:35:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axbQL-00046V-PT
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:35:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axbQL-0006CV-1d
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:35:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8C2622E8193
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:35:39 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 14:27:04 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=scribus; component=universe;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mpredotka ximion
X-Launchpad-Bug-Reporter: Michal Predotka (mpredotka)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160503141332.23869.39716.malonedeb@gac.canonical.com>
Message-Id: <20160503142704.24428.20037.malone@gac.canonical.com>
Subject: [Bug 1577794] Re: Can't find Scribus app
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8d5495bdc32b10b8a7b132a96d6b01f1bb555eb3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577794 <1577794@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This needs to be fixed in Scribus:
http://appstream.ubuntu.com/xenial/universe/issues/scribus.html

** Package changed: gnome-software (Ubuntu) => scribus (Ubuntu)

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

Title:
  Can't find Scribus app

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:51:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D686F26C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:51:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CD4BC1A2D8F;
	Tue,  3 May 2016 14:51:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axbfB-0005vo-OY; Tue, 03 May 2016 14:51:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axbfB-0005vh-3Y
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:51:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axbf6-0005lh-Op
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:50:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 24FA92E80E3
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:50:54 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 14:39:39 -0000
From: Gregory Kramida <algomorph@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: algomorph janitor naroyce zhu-macro
X-Launchpad-Bug-Reporter: Vindicator (naroyce)
X-Launchpad-Bug-Modifier: Gregory Kramida (algomorph)
References: <20150605044751.29504.42373.malonedeb@gac.canonical.com>
Message-Id: <20160503143939.17174.98419.malone@soybean.canonical.com>
Subject: [Bug 1462183] Re: Nautilus "Enter Location" Stops Working
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f8b869850932e3ea9048f4ecac014f5d3b37793d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1462183 <1462183@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This problem goes away in Nautilus 3.14.3 that comes with Ubuntu 16.04
and also doesn't occur in Nemo 3.0.0 +  (which is available for prior
versions of Ubuntu). I think this bug report should probably be closed.

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

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

Title:
  Nautilus "Enter Location" Stops Working

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 14:51:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E76CE26C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 14:51:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DF12B1A2DD7;
	Tue,  3 May 2016 14:51:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axbfH-0005xJ-SK; Tue, 03 May 2016 14:51:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axbfF-0005wl-VN
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 14:51:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axbf9-0005lx-KD
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 14:51:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 213872E81A9
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 14:50:55 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 14:41:21 -0000
From: Gregory Kramida <algomorph@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: algomorph janitor naroyce zhu-macro
X-Launchpad-Bug-Reporter: Vindicator (naroyce)
X-Launchpad-Bug-Modifier: Gregory Kramida (algomorph)
References: <20150605044751.29504.42373.malonedeb@gac.canonical.com>
Message-Id: <20160503144121.24503.26406.malone@gac.canonical.com>
Subject: [Bug 1462183] Re: Nautilus "Enter Location" Stops Working
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8ed35b2578120a97ddce78730f5bb55d517844e7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1462183 <1462183@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Issue fixed in Nautilus 3.14.3 and beyond.

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

Title:
  Nautilus "Enter Location" Stops Working

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 15:20:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 849DE26C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 15:20:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 72E071A32CA;
	Tue,  3 May 2016 15:20:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axc81-0002Rh-9x; Tue, 03 May 2016 15:20:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axc80-0002Qz-34
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 15:20:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axc7z-0006va-NK
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 15:20:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A58722E8085
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 15:20:47 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 15:13:00 -0000
From: John McAleely <john.mcaleely@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bobharvey cjreeve curious-mitchell gareth-france
 janitor januari llamasfortesjm rolf-veen sergiqp stefan-kamps thomas-voss
 tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: John McAleely (john.mcaleely)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160503151301.17174.24694.launchpad@soybean.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5c4e223ae318eadcf16d6907aa8ea75a6dc6e6d8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

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

** Also affects: avila
   Importance: Undecided
       Status: New

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

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 17:50:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 717D326C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 17:50:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6735D1A30A7;
	Tue,  3 May 2016 17:50:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axeT3-0007w3-QB; Tue, 03 May 2016 17:50:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axeT2-0007vt-Hg
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 17:50:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axeT2-0006tn-4c
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 17:50:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C42112E80CB
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 17:50:38 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 17:41:03 -0000
From: ADFH <1577879@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ubuntu-bachelorguy
X-Launchpad-Bug-Reporter: ADFH (ubuntu-bachelorguy)
X-Launchpad-Bug-Modifier: ADFH (ubuntu-bachelorguy)
Message-Id: <20160503174104.23801.69113.malonedeb@gac.canonical.com>
Subject: [Bug 1577879] [NEW] File save as dialog doesn't switch to keyed in
 path anymore when pressing enter
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 283198f93be477f5373456ae5d5727d68336d8fa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577879 <1577879@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Not sure if this is in Nautilus or a GTK package or something else..

I run Unity as my desktop environment at the moment. With a recent
update, the file save dialog presented to me by Firefox appears to have
changed. I'm pretty sure it's an OS dialog and not a Firefox specific
control, but please feel free to bounce this to whichever package is
responsible for the File Save As dialog generated by Firefox 46.0 in
Ubuntu now.

In the past, when the save dialog came up, I was able to enter a path (absolute or relative) in the filename field:
* If it was a directory path that existed, the directory contents would be shown inside the window, allowing me to then specify a name
* If it was a directory path that didn't exist, it'd take me to the deepest part of the path that did match
* If it was a directory that did exist, and a filename that didn't, it'd save as that filename in that folder

The last is still true, but the others aren't anymore.. Say I have
structure:

home
.../folder
....../sub2
....../sub3

... and I last saved into sub3 and I want to save into sub2, if I remove
the filename from the name box, and I type ../sub2 and press enter, it
doesn't navigate to the folder anymore.. The auto-complete function
seems more reliable now, and it knows the folder exists, but the only
way to actually show its contents now would be to click through the
tree..

This feels like a functionality downgrade. I should be able to type a
pathname into the filename area of the dialog, press enter, and have it
take me to that particular folder.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: nautilus 1:3.14.2-0ubuntu13
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May  4 03:29:09 2016
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 'type', 'date_modified', 'group', 'where', 'mime_type', 'owner', 'permissions', 'date_accessed']"
InstallationDate: Installed on 2016-01-21 (103 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 wily

** Attachment removed: "Dependencies.txt"
   https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1577879/+attachment/4654711/+files/Dependencies.txt

** Attachment removed: "JournalErrors.txt"
   https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1577879/+attachment/4654712/+files/JournalErrors.txt

** Attachment removed: "ProcEnviron.txt"
   https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1577879/+attachment/4654713/+files/ProcEnviron.txt

** Attachment removed: "usr_lib_nautilus.txt"
   https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1577879/+attachment/4654714/+files/usr_lib_nautilus.txt

** Description changed:

  Not sure if this is in Nautilus or a GTK package or something else..
  
  I run Unity as my desktop environment at the moment. With a recent
  update, the file save dialog presented to me by Firefox appears to have
  changed. I'm pretty sure it's an OS dialog and not a Firefox specific
  control, but please feel free to bounce this to whichever package is
  responsible for the File Save As dialog generated by Firefox 46.0 in
  Ubuntu now.
  
  In the past, when the save dialog came up, I was able to enter a path (absolute or relative) in the filename field:
  * If it was a directory path that existed, the directory contents would be shown inside the window, allowing me to then specify a name
  * If it was a directory path that didn't exist, it'd take me to the deepest part of the path that did match
  * If it was a directory that did exist, and a filename that didn't, it'd save as that filename in that folder
  
  The last is still true, but the others aren't anymore.. Say I have
  structure:
  
  home
- ...\folder
- ......\sub2
- ......\sub3
+ .../folder
+ ....../sub2
+ ....../sub3
  
  ... and I last saved into sub3 and I want to save into sub2, if I remove
  the filename from the name box, and I type ../sub2 and press enter, it
  doesn't navigate to the folder anymore.. The auto-complete function
  seems more reliable now, and it knows the folder exists, but the only
  way to actually show its contents now would be to click through the
  tree..
  
  This feels like a functionality downgrade. I should be able to type a
  pathname into the filename area of the dialog, press enter, and have it
  take me to that particular folder.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: nautilus 1:3.14.2-0ubuntu13
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May  4 03:29:09 2016
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 'type', 'date_modified', 'group', 'where', 'mime_type', 'owner', 'permissions', 'date_accessed']"
  InstallationDate: Installed on 2016-01-21 (103 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  File save as dialog doesn't switch to keyed in path anymore when
  pressing enter

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 17:51:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 340DA26C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 17:51:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2EF7E1A30A7;
	Tue,  3 May 2016 17:51:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axeTN-0007zH-2f; Tue, 03 May 2016 17:51:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axeTM-0007z3-3b
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 17:51:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axeTK-00072e-39
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 17:50:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3A76F2E80DA
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 17:50:56 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 17:40:44 -0000
From: James Niland <nilandsplace@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Incomplete; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bkorpel icarusmicarus janitor maelic nilandsplace
 seb128 wereturtle ximion
X-Launchpad-Bug-Reporter: wereturtle (wereturtle)
X-Launchpad-Bug-Modifier: James Niland (nilandsplace)
References: <20160307164646.13595.26511.malonedeb@wampee.canonical.com>
Message-Id: <20160503174044.5256.93589.malone@chaenomeles.canonical.com>
Subject: [Bug 1554117] Re: gnome-software search bar duplicates letters while
 typing
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8f684ac1ff196009c4b08f93d71837ceda172174
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1554117 <1554117@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

TXkgaW5zdGFsbCBpcyBuZXcgKDEgZGF5KSBVYnVudHUgc2VydmVyIDE2LjA0IExUUyA2NC1iaXQg
d2l0aCB0aGUgR25vbWUKZGVza3RvcCBhZGRlZCBpbiBhcyBJIGhhdGUgdG8gaGF2ZSB0byBkbyBh
bGwgaW4gY29tbWFuZCBsaW5lLiBJbiBteQpzaXR1YXRpb24gaXQgaXMgYWx3YXlzIHJlcHJvZHVj
aWJsZSBhbmQgYWx3YXlzIGVmZmVjdHMgbWUhCgpTeXN0ZW06IApIUCB3eDk0MDAgV29yayBTdGF0
aW9uLCB3YXRlciBjb29sZWQKUXVhZC1Db3JlIEFNRCBPcHRlcm9uKHRtKSBQcm9jZXNzb3IgMjM4
MCDDlyA4IHdpdGggMTYgR2lCIG1lbW9yeQpEdWFsIGRpc3BsYXkgcG9ydCBHYWxsaXVtIDAuNCBv
biBOVjkyKG52aWRpYSkKV0QgNTAwIEdpQiBhbmQgV0QgMSBUZXRyYWJ5dGUKCk1heWJlIGdvIHRv
IEdub21lIEZsYXNoYmFjayBhcyB0aGlzIGRlc2t0b3Aga2VlcHMgYm91bmNpbmcgdGhpbmdzIGFy
b3VuZCBtb3ZpbmcgdGhlIG1vdXNlLCBJIGhhdmUgdGhlIHJlYWwgZXN0YXRlIG9uIGEgMjAiIG1v
bml0b3I/IEkgaGF2ZSBub3QgZm91bmQgdGhlIGlucHV0IG1ldGhvZCB5ZXQgaW4gdGhpcyBuZXcg
VWJ1bnR1PwpuaWxhbmRlbnRlcnByaXNlLmNvbQp0aGFua3MgSmFtZXMgTmlsYW5kCgotLSAKWW91
IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIg
b2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBnbm9tZS1zb2Z0
d2FyZSBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU1NDExNwoK
VGl0bGU6CiAgZ25vbWUtc29mdHdhcmUgc2VhcmNoIGJhciBkdXBsaWNhdGVzIGxldHRlcnMgd2hp
bGUgdHlwaW5nCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoK
aHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvZ25vbWUtc29mdHdhcmUvK2J1Zy8xNTU0MTE3Lytz
dWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NA
bGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5m
by9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 17:51:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5286526C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 17:51:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4D2EC1A2E4D;
	Tue,  3 May 2016 17:51:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axeTU-00080t-6t; Tue, 03 May 2016 17:51:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axeTS-00080V-Ly
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 17:51:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axeTS-000727-6G
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 17:51:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EC0042E8179
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 17:51:02 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 17:42:18 -0000
From: Matt Billx <1278437@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Low;
 assignee=qolyx.aesc@gmail.com; 
X-Launchpad-Bug-Tags: apport-bug i386 trusty verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bitinerant brian-murray diesch es20490446e
 felix-kiessling foli gaele imyxhuang janitor k-barry-x kitterman mbbillx
 qolyx-aesc rbgttr seb128 simon-riget sirweazel wmaddox zwaardmeester
X-Launchpad-Bug-Reporter: Florian Diesch (diesch)
X-Launchpad-Bug-Modifier: Matt Billx (mbbillx)
References: <20140210132930.20458.68909.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160503174218.17389.7200.malone@soybean.canonical.com>
Subject: [Bug 1278437] Re: can't move link type .desktop files around on
 desktop
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d651d1a34ecf816055f179889f42265fe7b717ba
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1278437 <1278437@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I am having the same problems reported in this thread. Does anyone find
this humorous and ironic:

Ubuntu.com takes us to a website titled "The leading OS for PC, tablet,
phone and cloud | Ubuntu"... and (despite the websites self-acclamation)
dragging a link to that location on our desktop-workspace produces a
link which is (for all practical purposes) useless as a desktop-link.

Sure, a link is created  entitled "Link to The leading OS for PC,
tablet, phone and cloud | Ubuntu" BUT! That link cannot be moved, and
any attempt to do so merely creates a copy of the file, meaning we
cannot organize our workspace, thereby rendering our Ubuntu desktop
disorganized/unorganizable for internet projects.

Please tell me how Ubuntu claims to be "The leading OS for PC, tablet,
phone and cloud | Ubuntu" when this basic feature of organizing one's
"desktop" is practically unusable.

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

Title:
  can't move link type .desktop files around on desktop

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 18:05:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 240DC26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 18:05:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1B87A1A3C49;
	Tue,  3 May 2016 18:05:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axehZ-0001FA-PW; Tue, 03 May 2016 18:05:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axehZ-0001Ez-6r
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 18:05:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axehY-00016F-Vw
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 18:05:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EDCA62E8085
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 18:05:40 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 17:54:57 -0000
From: Matthias Laumer <matthias.laumer@web.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: cifs delay nfs shutdown umount
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: matthias-laumer
X-Launchpad-Bug-Reporter: Matthias Laumer (matthias-laumer)
X-Launchpad-Bug-Modifier: Matthias Laumer (matthias-laumer)
Message-Id: <20160503175457.5256.73297.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1577885] [NEW] 120sec delay during shutdown or reboot with still
 mounted cifs (via Wifi)
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ca26dcd2568f085512484406307d274cd89e0c89
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577885 <1577885@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Using Ubuntu 16.04 Desktop with Unity, used the same approach in 14.04
with no issue.

I prepare for mounting with the following entry in /etc/fstab my
Synology NAS :

//192.168.178.61/data /media/server/server_data cifs
users,uid=1000,gid=1000,username=xxxxx,passwd=xxxxxx,iocharset=utf8,sec=ntlm,noauto,_netdev
0

After login to unity, I mount it with a bash-script (mount -a) which is
called from ~/.config/autostart/myMounts.desktop

Doing this, and shuting down or rebooting lead into a very delayed
shutdown (round about 2 minutes) Pressing ESC Key, showed that the
process stops at the command "umount /media/server ..."

I have not tested if this also occurs when I am connected via ethernet.
I think it is because the (Wifi)Network is already disabled prior all
umounts are done.

This issue happens even if I type in a shutdown command into a Terminal
or if I choose shutdown form the menue, also if I use the power-button.

Failure can be avoided if I umount the network-drives manually previouse
to reboot.

Interim solution was, to create an alias for "shutdown" like "sh
/path/to/umount/script.sh && shutdown" in /etc/bash.bashrc.local.

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


** Tags: cifs delay nfs shutdown umount

** Description changed:

  I prepare for mounting with the following entry in /etc/fstab my
  Synology NAS :
  
  //192.168.178.61/data /media/server/server_data cifs
  users,uid=1000,gid=1000,username=xxxxx,passwd=xxxxxx,iocharset=utf8,sec=ntlm,noauto,_netdev
  0
  
- After login to unity, I mount it with a bash-script (mount -a)
+ After login to unity, I mount it with a bash-script (mount -a) which is
+ called from ~/.config/autostart/myMounts.desktop
  
  Doing this, and shuting down or rebooting lead into a very delayed
  shutdown (round about 2 minutes) Pressing ESC Key, showed that the
  process stops at the comman "umount /media/server ..."
  
  I have not tested if this also appears when I am connected via ethernet.
  I think it is because the Network is already disabled prior all umounts
  are done.
  
  This issue happens even if I type in a shutdown command into a Terminal
  or if I choose shutdown form the menue, also if I use the power-button.
  
- Failure can be avaided if I umount the network-drives manually previouse
+ Failure can be avoided if I umount the network-drives manually previouse
  to reboot.
  
  Interim solution was, to create an alias for "shutdown" like "sh
  /path/to/umount/script.sh && shutdown" in /etc/bash.bashrc.local.

** Description changed:

- I prepare for mounting with the following entry in /etc/fstab my
- Synology NAS :
+ Using Ubuntu 16.04 Desktop with Unity, used the same approach in 14.04
+ with no issue.
+ 
+ 
+ I prepare for mounting with the following entry in /etc/fstab my Synology NAS :
  
  //192.168.178.61/data /media/server/server_data cifs
  users,uid=1000,gid=1000,username=xxxxx,passwd=xxxxxx,iocharset=utf8,sec=ntlm,noauto,_netdev
  0
  
  After login to unity, I mount it with a bash-script (mount -a) which is
  called from ~/.config/autostart/myMounts.desktop
  
  Doing this, and shuting down or rebooting lead into a very delayed
  shutdown (round about 2 minutes) Pressing ESC Key, showed that the
  process stops at the comman "umount /media/server ..."
  
  I have not tested if this also appears when I am connected via ethernet.
  I think it is because the Network is already disabled prior all umounts
  are done.
  
  This issue happens even if I type in a shutdown command into a Terminal
  or if I choose shutdown form the menue, also if I use the power-button.
  
  Failure can be avoided if I umount the network-drives manually previouse
  to reboot.
  
  Interim solution was, to create an alias for "shutdown" like "sh
  /path/to/umount/script.sh && shutdown" in /etc/bash.bashrc.local.

** Description changed:

  Using Ubuntu 16.04 Desktop with Unity, used the same approach in 14.04
  with no issue.
  
- 
- I prepare for mounting with the following entry in /etc/fstab my Synology NAS :
+ I prepare for mounting with the following entry in /etc/fstab my
+ Synology NAS :
  
  //192.168.178.61/data /media/server/server_data cifs
  users,uid=1000,gid=1000,username=xxxxx,passwd=xxxxxx,iocharset=utf8,sec=ntlm,noauto,_netdev
  0
  
  After login to unity, I mount it with a bash-script (mount -a) which is
  called from ~/.config/autostart/myMounts.desktop
  
  Doing this, and shuting down or rebooting lead into a very delayed
  shutdown (round about 2 minutes) Pressing ESC Key, showed that the
- process stops at the comman "umount /media/server ..."
+ process stops at the command "umount /media/server ..."
  
- I have not tested if this also appears when I am connected via ethernet.
- I think it is because the Network is already disabled prior all umounts
- are done.
+ I have not tested if this also occurs when I am connected via ethernet.
+ I think it is because the (Wifi)Network is already disabled prior all
+ umounts are done.
  
  This issue happens even if I type in a shutdown command into a Terminal
  or if I choose shutdown form the menue, also if I use the power-button.
  
  Failure can be avoided if I umount the network-drives manually previouse
  to reboot.
  
  Interim solution was, to create an alias for "shutdown" like "sh
  /path/to/umount/script.sh && shutdown" in /etc/bash.bashrc.local.

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

Title:
  120sec delay during shutdown or reboot with still mounted cifs (via
  Wifi)

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 18:29:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BCB6D26C25AE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 18:29:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B76BF1A2BE1;
	Tue,  3 May 2016 18:29:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axf4i-0005QK-0w; Tue, 03 May 2016 18:29:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axf4g-0005QF-L3
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 18:29:34 +0000
Received: from gac.canonical.com ([91.189.90.20])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axf4g-0007Xv-EP
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 18:29:34 +0000
Received: from gac.canonical.com (unknown [IPv6:::1])
 by gac.canonical.com (Postfix) with ESMTPS id 67DCB5C09FC
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 18:29:34 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 18:29:34 -0000
From: Launchpad Bug Tracker <1577170@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton touil1976
X-Launchpad-Bug-Reporter: Christophe (touil1976)
X-Launchpad-Bug-Modifier: Christophe (touil1976)
References: <20160501133601.24613.34804.malonedeb@gac.canonical.com>
Subject: [Bug 1577170] [NEW] screen cannot be turned back on after being
 switched off after some time of inactivity
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160503182934.24237.67661.launchpad@gac.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0d4b498ca22145c814a2e427f889bbc072cbb2fa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577170 <1577170@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

I did a fresh install off ubuntu 16.04 on my old dell computer in which
there is an ati radeon X1300 graphics card.

 Whenever the screen goes off due to inactivity, it cannot be woken up
by moving the mouse or hit a key.

The same ubuntu 16.04 installed on a laptop with intel graphics card
doesn't show this problem, so I guess it is related to the radeon
driver.

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


** Tags: bot-comment xenial
-- 
screen cannot be turned back on after being switched off after some time of inactivity
https://bugs.launchpad.net/bugs/1577170
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 18:45:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CFB7926C273E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 18:45:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C7A9B1A2F6C;
	Tue,  3 May 2016 18:45:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axfFw-0006FQ-TG; Tue, 03 May 2016 18:41:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axfFv-0006F8-LY
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 18:41:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axfFv-0003rC-6r
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 18:41:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 27A762E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 18:41:11 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 18:31:27 -0000
From: Bug Watch Updater <1499995@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gimp; status=Confirmed; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: layers
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: tom-rhodes
X-Launchpad-Bug-Reporter: Tom Rhodes (tom-rhodes)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20150926101722.8638.49335.malonedeb@gac.canonical.com>
Message-Id: <20160503183128.26173.82807.launchpad@loganberry.canonical.com>
Subject: [Bug 1499995] Re: Selection of multiple layers in Layers palette
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8cee16cd36366caecc533898a7ad1e720f6e42c1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1499995 <1499995@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gimp
       Status: Unknown => Confirmed

** Changed in: gimp
   Importance: Unknown => Wishlist

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

Title:
  Selection of multiple layers in Layers palette

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 18:45:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E8A7126C273E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 18:45:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E3C4B1A2EFE;
	Tue,  3 May 2016 18:45:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axfFk-0006CU-OL; Tue, 03 May 2016 18:41:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axfFh-0006B8-HW
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 18:40:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axfFh-0003Wv-3d
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 18:40:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EF0F52E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 18:40:56 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 18:27:38 -0000
From: Christophe <1577170@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton touil1976
X-Launchpad-Bug-Reporter: Christophe (touil1976)
X-Launchpad-Bug-Modifier: Christophe (touil1976)
References: <20160501133601.24613.34804.malonedeb@gac.canonical.com>
Message-Id: <20160503182738.17213.62663.malone@soybean.canonical.com>
Subject: [Bug 1577170] Re: screen cannot be turned back on after being
 switched off after some time of inactivity
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1c4c57b0346cd143512e0cae627df508d325d168
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577170 <1577170@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

TmV3IGluZm9ybWF0aW9uIDogdHlwaW5nICJ4c2V0IC1kaXNwbGF5IDowLjAgZHBtcyBmb3JjZSBv
ZmYiIGluIHRoZQp0ZXJtaW5hbCBtYWtlcyBteSBzY3JlZW4gdG8gdHVybiBvZmYuIFRoZW4gSSBj
YW4gd2FrZSBpdCB1cCBqdXN0IGJ5Cm1vdmluZyB0aGUgbW91c2UuIFNvIHRoZSBwcm9ibGVtIHNl
ZW1zIHJlbGF0ZWQgdG8gdGhlICJzY3JlZW4gc2F2ZXIiIG9mCnVidW50dSByYXRoZXIgdGhhbiBY
b3JnLgoKKiogUGFja2FnZSBjaGFuZ2VkOiB4b3JnIChVYnVudHUpID0+IGdub21lLXNjcmVlbnNh
dmVyIChVYnVudHUpCgoqKiBEZXNjcmlwdGlvbiBjaGFuZ2VkOgoKICBJIGRpZCBhIGZyZXNoIGlu
c3RhbGwgb2ZmIHVidW50dSAxNi4wNCBvbiBteSBvbGQgZGVsbCBjb21wdXRlciBpbiB3aGljaAog
IHRoZXJlIGlzIGFuIGF0aSByYWRlb24gWDEzMDAgZ3JhcGhpY3MgY2FyZC4KICAKLSAgV2hlbmV2
ZXIgdGhlIHNjcmVlbiBnb2VzIG9mZiBkdWUgdG8gaW5hY3Rpdml0eSwgaXQgY2Fubm90IGJlIHdv
a2VuIHVwCisgwqBXaGVuZXZlciB0aGUgc2NyZWVuIGdvZXMgb2ZmIGR1ZSB0byBpbmFjdGl2aXR5
LCBpdCBjYW5ub3QgYmUgd29rZW4gdXAKICBieSBtb3ZpbmcgdGhlIG1vdXNlIG9yIGhpdCBhIGtl
eS4KICAKICBUaGUgc2FtZSB1YnVudHUgMTYuMDQgaW5zdGFsbGVkIG9uIGEgbGFwdG9wIHdpdGgg
aW50ZWwgZ3JhcGhpY3MgY2FyZAotIGRvZXNuJ3Qgc2hvdyB0aGlzIHByb2JsZW0sIHNvIEkgZ3Vl
c3MgaXQgaXMgcmVsYXRlZCB0byB0aGUgcmFkZW9uCi0gZHJpdmVyLgorIGRvZXNuJ3Qgc2hvdyB0
aGlzIHByb2JsZW0sIHNvIEkgZmlyc3QgZ3Vlc3NlZCBpdCB3YXMgcmVsYXRlZCB0byB0aGUKKyBy
YWRlb24gZHJpdmVyLiBCdXQgYXMgdGhlcmUgaXMgbm8gcHJvYmxlbSB3YWtpbmcgdGhlIHNjcmVl
biB3aGVuIEkgdHlwZQorICJ4c2V0IC1kaXNwbGF5IDowLjAgZHBtcyBmb3JjZSBvZmYiIGluIGEg
dGVybWluYWwsIEkgdGhpbmsgdGhlIHByb2JsZW0KKyBpcyByYXRoZXIgcmVsYXRlZCB0byAgZ25v
bWUtc2NyZWVuc2F2ZXIuCgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBi
ZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMg
c3Vic2NyaWJlZCB0byBnbm9tZS1zY3JlZW5zYXZlciBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5s
YXVuY2hwYWQubmV0L2J1Z3MvMTU3NzE3MAoKVGl0bGU6CiAgc2NyZWVuIGNhbm5vdCBiZSB0dXJu
ZWQgYmFjayBvbiBhZnRlciBiZWluZyBzd2l0Y2hlZCBvZmYgYWZ0ZXIgc29tZQogIHRpbWUgb2Yg
aW5hY3Rpdml0eQoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBidWcgZ28gdG86
Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3VidW50dS8rc291cmNlL2dub21lLXNjcmVlbnNh
dmVyLytidWcvMTU3NzE3MC8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5n
IGxpc3QKZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUu
Y29tL21haWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 19:11:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8B06B26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 19:11:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 842281A305D;
	Tue,  3 May 2016 19:11:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axfj0-0000cl-4D; Tue, 03 May 2016 19:11:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axfii-0000bT-P1
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 19:10:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axfii-0004Su-3V
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 19:10:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EBF6E2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 19:10:55 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 19:03:30 -0000
From: Sergio <serg1990io@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Incomplete; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bkorpel icarusmicarus janitor maelic nilandsplace
 seb128 serg1990io wereturtle ximion
X-Launchpad-Bug-Reporter: wereturtle (wereturtle)
X-Launchpad-Bug-Modifier: Sergio (serg1990io)
References: <20160307164646.13595.26511.malonedeb@wampee.canonical.com>
Message-Id: <20160503190330.16897.30644.malone@soybean.canonical.com>
Subject: [Bug 1554117] Re: gnome-software search bar duplicates letters while
 typing
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a62ff1733a5e4e97a93e0e5a37bc2f56827ce736
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1554117 <1554117@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same problem with me, exactly as described. I'm actually using Ubuntu
Gnome 16.04

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

Title:
  gnome-software search bar duplicates letters while typing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1554117/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 19:40:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E53F926C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 19:40:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DF9CA1A2EB1;
	Tue,  3 May 2016 19:40:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axg2B-0002ZP-1H; Tue, 03 May 2016 19:31:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axg27-0002Y2-4z
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 19:30:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axg26-0000IS-E2
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 19:30:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1A12F2E80CF
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 19:30:58 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 19:22:55 -0000
From: Ilya Bizyaev <bizyaev.game@yandex.ru>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=hundredpapercuts; status=New; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bizyaev-game fossfreedom janitor
X-Launchpad-Bug-Reporter: fossfreedom (fossfreedom)
X-Launchpad-Bug-Modifier: Ilya Bizyaev (bizyaev-game)
References: <20141221205850.30661.56324.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160503192255.5424.18568.malone@chaenomeles.canonical.com>
Subject: [Bug 1404726] Re: menu contains two Terminal entries
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ea2b6f8432cc8f09dff918e581a625f4a075e05e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1404726 <1404726@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

That's a common problem in Ubuntu 16.04 - see my recent report:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1574035

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

Title:
  menu contains two Terminal entries

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 19:41:16 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A413C26C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 19:41:16 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9E4D41A2FE1;
	Tue,  3 May 2016 19:41:16 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axgC2-000390-Vr; Tue, 03 May 2016 19:41:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axgC1-00038q-GP
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 19:41:13 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axgC0-0007ex-FY
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 19:41:12 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9E1D62E80E6
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 19:41:11 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 19:32:43 -0000
From: Christophe <1577170@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton touil1976
X-Launchpad-Bug-Reporter: Christophe (touil1976)
X-Launchpad-Bug-Modifier: Christophe (touil1976)
References: <20160501133601.24613.34804.malonedeb@gac.canonical.com>
Message-Id: <20160503193243.24313.49874.malone@gac.canonical.com>
Subject: [Bug 1577170] Re: screen cannot be turned back on after being
 switched off after some time of inactivity
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5f327e470382ac49bf79f832e3ff2ae02937c999
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577170 <1577170@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

It really seems related to gnome-screensaver as using xscreensaver
causes no problem.

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

Title:
  screen cannot be turned back on after being switched off after some
  time of inactivity

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 19:41:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 48E9626C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 19:41:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3F16F1A30A8;
	Tue,  3 May 2016 19:41:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axgC5-0003BO-40; Tue, 03 May 2016 19:41:17 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axgC4-0003Aj-8U
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 19:41:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axgC3-0007eq-Dj
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 19:41:15 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1D30F2E80D3
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 19:41:15 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 19:32:43 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=hundredpapercuts; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=baobab; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=cheese; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-disk-utility;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screenshot;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-sudoku;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=yelp; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bizyaev-game es20490446e
X-Launchpad-Bug-Reporter: Ilya Bizyaev (bizyaev-game)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160423155020.5424.90010.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160503193243.25434.13576.malone@wampee.canonical.com>
Subject: [Bug 1574035] Re: Menu duplicates in GNOME apps
X-Launchpad-Message-Rationale: Subscriber (gnome-disk-utility in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9a5a4e9c59d7f810d96b4736883e86138a501060
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574035 <1574035@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@ Ilya Bizyaev

To mark a bug as a papercut just add the "hundredpapercuts" as affected
project. No need to subscribe the Papercutters team to individual
reports.

** Also affects: hundredpapercuts
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1574035

Title:
  Menu duplicates in GNOME apps

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 20:01:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2B56D26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 20:01:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 220111A2D34;
	Tue,  3 May 2016 20:01:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axgVB-0004n2-Qa; Tue, 03 May 2016 20:01:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axgVA-0004mo-Os
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 20:01:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axgVA-00027S-Dz
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 20:01:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 66DA02E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 20:01:00 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 19:53:12 -0000
From: Ilya Bizyaev <bizyaev.game@yandex.ru>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=hundredpapercuts; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=baobab; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=cheese; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-disk-utility;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screenshot;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-sudoku;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=yelp; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bizyaev-game es20490446e
X-Launchpad-Bug-Reporter: Ilya Bizyaev (bizyaev-game)
X-Launchpad-Bug-Modifier: Ilya Bizyaev (bizyaev-game)
References: <20160423155020.5424.90010.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160503195312.23935.84735.malone@gac.canonical.com>
Subject: [Bug 1574035] Re: Menu duplicates in GNOME apps
X-Launchpad-Message-Rationale: Subscriber (gnome-disk-utility in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d16d1f9292f31760842253e824ba9759d9c166e8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574035 <1574035@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Sure, excuse me for this mistake.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1574035

Title:
  Menu duplicates in GNOME apps

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 20:40:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A9B7626C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 20:40:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A1E471A2B9D;
	Tue,  3 May 2016 20:40:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axh7k-0008QQ-Sv; Tue, 03 May 2016 20:40:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axh7j-0008QF-Fy
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 20:40:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axh7j-0007Ao-64
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 20:40:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 127472E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 20:40:51 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 20:34:34 -0000
From: Eric Wadsworth <1577927@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: eric-wadhome
X-Launchpad-Bug-Reporter: Eric Wadsworth (eric-wadhome)
X-Launchpad-Bug-Modifier: Eric Wadsworth (eric-wadhome)
Message-Id: <20160503203434.17213.8968.malonedeb@soybean.canonical.com>
Subject: [Bug 1577927] [NEW] After upgrade, can no longer set tab titles
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e3594f3c2d7ca0a0a41d4bfaedcb6fe446cdbbdd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577927 <1577927@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Under the previous version, 14.04 LTS, I could quickly hit 'ALT-t', then
's', then type in the text that would appear on that terminal tab. This
is HUGELY IMPORTANT, as the main reason I run Linux is so that I can
quickly and easily do my work, involving dozens of terminal tabs, ssh'ed
into dozens of different servers. Generally, when I open a new tab, I
label it for future reference. Imagine having a dozen tabs open, some of
them connected to production databases, and others connected to
development databases. I need to be able to easily identify which ones
are which. (I also edited the config files, to make the active tab be
red instead of grey.)

But now that I've upgraded to 16.04 LTS, I'm crippled! I can't find any
way to set the names of the terminal tabs. I'm not sure what I'll do! Go
hunting for a different terminal program, maybe?

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: talpa_vfshook talpa_pedconnector talpa_pedevice talpa_vcdevice talpa_core talpa_linux talpa_syscallhook nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue May  3 14:23:28 2016
InstallationDate: Installed on 2016-04-27 (6 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  After upgrade, can no longer set tab titles

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 21:10:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0F05C26C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 21:10:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 07A311A2F4B;
	Tue,  3 May 2016 21:10:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axhaq-0002nl-RS; Tue, 03 May 2016 21:10:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axhaq-0002nV-5B
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 21:10:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axhap-0000vc-VM
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 21:10:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EAEAA2E8085
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 21:10:55 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 21:02:38 -0000
From: Alinaki <1244090@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-settings-daemon; status=Confirmed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=compiz; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=altlinux; sourcepackage=gnome-settings-daemon;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-shell; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=opensuse; sourcepackage=gnome; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug keyboard-layout-switching-hotkeys saucy
 trusty utopic vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aheihachi andrey2004 constantius9 d-ivan-krsk
 digitalsatori dimstar egmont-gmail incredible-angst janitor jnv lioncub
 malamut mightyiam mr-alinaki norko-solko nrbrtx onestory-studio pelid80
 plutakhin scott-kostyshak sergeyzsg suor-web v0f
X-Launchpad-Bug-Reporter: kolen (incredible-angst)
X-Launchpad-Bug-Modifier: Alinaki (mr-alinaki)
References: <20131024075101.32347.30364.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160503210238.5424.26401.malone@chaenomeles.canonical.com>
Subject: [Bug 1244090] Re: Pressing any global keyboard shortcut causes
 temporary loss of focus
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6ef42f97ad19045c36385f9f8a256f3c77809418
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1244090 <1244090@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Still exists in Ubuntu 16.04 release.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1244090

Title:
  Pressing any global keyboard shortcut causes temporary loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 22:10:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CAAAA26C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 22:10:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C25CE1A3164;
	Tue,  3 May 2016 22:10:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axiWp-0000kb-Mg; Tue, 03 May 2016 22:10:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axiWo-0000jy-Ez
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 22:10:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axiWn-0003kN-TD
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 22:10:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D89E72E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 22:10:49 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 22:03:35 -0000
From: Christophe <1577170@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton touil1976
X-Launchpad-Bug-Reporter: Christophe (touil1976)
X-Launchpad-Bug-Modifier: Christophe (touil1976)
References: <20160501133601.24613.34804.malonedeb@gac.canonical.com>
Message-Id: <20160503220335.17252.32229.malone@soybean.canonical.com>
Subject: [Bug 1577170] Re: screen cannot be turned back on after being
 switched off after some time of inactivity
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a2116942bb8ed19167e8dda24a0b13dd2a414e76
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577170 <1577170@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I just found that typing : 
gnome-screensaver-command -a 
turns my screen off. But the funny fact is that, after typing this line, the screen can be woken up by moving the mouse or hitting a key. I'm confused. It maybe not related to gnome-screensaver after all, but rather to the way ubuntu turns the screen off.

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

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

Title:
  screen cannot be turned back on after being switched off after some
  time of inactivity

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 22:25:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 377DC26C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 22:25:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 30DAE1A318B;
	Tue,  3 May 2016 22:25:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axilF-0002Ny-UT; Tue, 03 May 2016 22:25:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axilE-0002NR-QO
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 22:25:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axilD-00062J-8Y
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 22:25:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2E39C2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 22:25:43 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 22:14:06 -0000
From: Christophe <1577170@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton touil1976
X-Launchpad-Bug-Reporter: Christophe (touil1976)
X-Launchpad-Bug-Modifier: Christophe (touil1976)
References: <20160501133601.24613.34804.malonedeb@gac.canonical.com>
Message-Id: <20160503221407.32278.11426.launchpad@wampee.canonical.com>
Subject: [Bug 1577170] Re: screen cannot be turned back on after being
 switched off after some time of inactivity
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 136e924f04fe664ef73f174604d50a917ecb35e8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577170 <1577170@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCiAgSSBkaWQgYSBmcmVzaCBpbnN0YWxsIG9mZiB1YnVu
dHUgMTYuMDQgb24gbXkgb2xkIGRlbGwgY29tcHV0ZXIgaW4gd2hpY2gKICB0aGVyZSBpcyBhbiBh
dGkgcmFkZW9uIFgxMzAwIGdyYXBoaWNzIGNhcmQuCiAgCiAgwqBXaGVuZXZlciB0aGUgc2NyZWVu
IGdvZXMgb2ZmIGR1ZSB0byBpbmFjdGl2aXR5LCBpdCBjYW5ub3QgYmUgd29rZW4gdXAKICBieSBt
b3ZpbmcgdGhlIG1vdXNlIG9yIGhpdCBhIGtleS4KICAKICBUaGUgc2FtZSB1YnVudHUgMTYuMDQg
aW5zdGFsbGVkIG9uIGEgbGFwdG9wIHdpdGggaW50ZWwgZ3JhcGhpY3MgY2FyZAogIGRvZXNuJ3Qg
c2hvdyB0aGlzIHByb2JsZW0sIHNvIEkgZmlyc3QgZ3Vlc3NlZCBpdCB3YXMgcmVsYXRlZCB0byB0
aGUKICByYWRlb24gZHJpdmVyLiBCdXQgYXMgdGhlcmUgaXMgbm8gcHJvYmxlbSB3YWtpbmcgdGhl
IHNjcmVlbiB3aGVuIEkgdHlwZQotICJ4c2V0IC1kaXNwbGF5IDowLjAgZHBtcyBmb3JjZSBvZmYi
IGluIGEgdGVybWluYWwsIEkgdGhpbmsgdGhlIHByb2JsZW0KLSBpcyByYXRoZXIgcmVsYXRlZCB0
byAgZ25vbWUtc2NyZWVuc2F2ZXIuCisgInhzZXQgLWRpc3BsYXkgOjAuMCBkcG1zIGZvcmNlIG9m
ZiIgaW4gYSB0ZXJtaW5hbCwgaXQgbG9va3MgbGlrZSB0aGUKKyByYWRlb24gZHJpdmVyIGlzIG5v
dCB0aGUgY3VscHJpdC4KKyAKKyBPZGRseSBlbm91Z2gsIGludm9raW5nIDogCisgIGdub21lLXNj
cmVlbnNhdmVyLWNvbW1hbmQgLWEKKyBpbiBhIHRlcm1pbmFsIHR1cm5zIG15IHNjcmVlbiBvZmYg
YW5kIGFmdGVyIHR5cGluZyB0aGlzIGxpbmUsIHRoZSBzY3JlZW4gY2FuIGJlIHdva2VuIHVwIGJ5
IG1vdmluZyB0aGUgbW91c2Ugb3IgYnkgaGl0dGluZyBhIGtleS4gSSdtIGNvbmZ1c2VkLiBJdCBz
ZWVtcyBub3QgcmVsYXRlZCB0byBnbm9tZS1zY3JlZW5zYXZlciwgYnV0IHJhdGhlciB0byB0aGUg
d2F5IHVidW50dSB0dXJucyB0aGUgc2NyZWVuIG9mZi4KCioqIERlc2NyaXB0aW9uIGNoYW5nZWQ6
CgotIEkgZGlkIGEgZnJlc2ggaW5zdGFsbCBvZmYgdWJ1bnR1IDE2LjA0IG9uIG15IG9sZCBkZWxs
IGNvbXB1dGVyIGluIHdoaWNoCisgSSBkaWQgYSBmcmVzaCBpbnN0YWxsIG9mIHVidW50dSAxNi4w
NCBvbiBteSBvbGQgZGVsbCBjb21wdXRlciBpbiB3aGljaAogIHRoZXJlIGlzIGFuIGF0aSByYWRl
b24gWDEzMDAgZ3JhcGhpY3MgY2FyZC4KICAKICDCoFdoZW5ldmVyIHRoZSBzY3JlZW4gZ29lcyBv
ZmYgZHVlIHRvIGluYWN0aXZpdHksIGl0IGNhbm5vdCBiZSB3b2tlbiB1cAogIGJ5IG1vdmluZyB0
aGUgbW91c2Ugb3IgaGl0IGEga2V5LgogIAogIFRoZSBzYW1lIHVidW50dSAxNi4wNCBpbnN0YWxs
ZWQgb24gYSBsYXB0b3Agd2l0aCBpbnRlbCBncmFwaGljcyBjYXJkCiAgZG9lc24ndCBzaG93IHRo
aXMgcHJvYmxlbSwgc28gSSBmaXJzdCBndWVzc2VkIGl0IHdhcyByZWxhdGVkIHRvIHRoZQogIHJh
ZGVvbiBkcml2ZXIuIEJ1dCBhcyB0aGVyZSBpcyBubyBwcm9ibGVtIHdha2luZyB0aGUgc2NyZWVu
IHdoZW4gSSB0eXBlCiAgInhzZXQgLWRpc3BsYXkgOjAuMCBkcG1zIGZvcmNlIG9mZiIgaW4gYSB0
ZXJtaW5hbCwgaXQgbG9va3MgbGlrZSB0aGUKICByYWRlb24gZHJpdmVyIGlzIG5vdCB0aGUgY3Vs
cHJpdC4KICAKLSBPZGRseSBlbm91Z2gsIGludm9raW5nIDogCi0gIGdub21lLXNjcmVlbnNhdmVy
LWNvbW1hbmQgLWEKKyBPZGRseSBlbm91Z2gsIGludm9raW5nIDoKKyDCoGdub21lLXNjcmVlbnNh
dmVyLWNvbW1hbmQgLWEKICBpbiBhIHRlcm1pbmFsIHR1cm5zIG15IHNjcmVlbiBvZmYgYW5kIGFm
dGVyIHR5cGluZyB0aGlzIGxpbmUsIHRoZSBzY3JlZW4gY2FuIGJlIHdva2VuIHVwIGJ5IG1vdmlu
ZyB0aGUgbW91c2Ugb3IgYnkgaGl0dGluZyBhIGtleS4gSSdtIGNvbmZ1c2VkLiBJdCBzZWVtcyBu
b3QgcmVsYXRlZCB0byBnbm9tZS1zY3JlZW5zYXZlciwgYnV0IHJhdGhlciB0byB0aGUgd2F5IHVi
dW50dSB0dXJucyB0aGUgc2NyZWVuIG9mZi4KCioqIERlc2NyaXB0aW9uIGNoYW5nZWQ6CgogIEkg
ZGlkIGEgZnJlc2ggaW5zdGFsbCBvZiB1YnVudHUgMTYuMDQgb24gbXkgb2xkIGRlbGwgY29tcHV0
ZXIgaW4gd2hpY2gKICB0aGVyZSBpcyBhbiBhdGkgcmFkZW9uIFgxMzAwIGdyYXBoaWNzIGNhcmQu
CiAgCi0gwqBXaGVuZXZlciB0aGUgc2NyZWVuIGdvZXMgb2ZmIGR1ZSB0byBpbmFjdGl2aXR5LCBp
dCBjYW5ub3QgYmUgd29rZW4gdXAKLSBieSBtb3ZpbmcgdGhlIG1vdXNlIG9yIGhpdCBhIGtleS4K
KyDCoFdoZW5ldmVyIHRoZSBzY3JlZW4gdHVybnMgb2ZmIGR1ZSB0byBpbmFjdGl2aXR5LCBpdCBj
YW5ub3QgYmUgd29rZW4gdXAKKyBieSBtb3ZpbmcgdGhlIG1vdXNlIG9yIGJ5IGhpdHRpbmcgYSBr
ZXkuCiAgCiAgVGhlIHNhbWUgdWJ1bnR1IDE2LjA0IGluc3RhbGxlZCBvbiBhIGxhcHRvcCB3aXRo
IGludGVsIGdyYXBoaWNzIGNhcmQKICBkb2Vzbid0IHNob3cgdGhpcyBwcm9ibGVtLCBzbyBJIGZp
cnN0IGd1ZXNzZWQgaXQgd2FzIHJlbGF0ZWQgdG8gdGhlCiAgcmFkZW9uIGRyaXZlci4gQnV0IGFz
IHRoZXJlIGlzIG5vIHByb2JsZW0gd2FraW5nIHRoZSBzY3JlZW4gd2hlbiBJIHR5cGUKICAieHNl
dCAtZGlzcGxheSA6MC4wIGRwbXMgZm9yY2Ugb2ZmIiBpbiBhIHRlcm1pbmFsLCBpdCBsb29rcyBs
aWtlIHRoZQogIHJhZGVvbiBkcml2ZXIgaXMgbm90IHRoZSBjdWxwcml0LgogIAogIE9kZGx5IGVu
b3VnaCwgaW52b2tpbmcgOgogIMKgZ25vbWUtc2NyZWVuc2F2ZXItY29tbWFuZCAtYQogIGluIGEg
dGVybWluYWwgdHVybnMgbXkgc2NyZWVuIG9mZiBhbmQgYWZ0ZXIgdHlwaW5nIHRoaXMgbGluZSwg
dGhlIHNjcmVlbiBjYW4gYmUgd29rZW4gdXAgYnkgbW92aW5nIHRoZSBtb3VzZSBvciBieSBoaXR0
aW5nIGEga2V5LiBJJ20gY29uZnVzZWQuIEl0IHNlZW1zIG5vdCByZWxhdGVkIHRvIGdub21lLXNj
cmVlbnNhdmVyLCBidXQgcmF0aGVyIHRvIHRoZSB3YXkgdWJ1bnR1IHR1cm5zIHRoZSBzY3JlZW4g
b2ZmLgoKLS0gCllvdSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3Ug
YXJlIGEgbWVtYmVyIG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQg
dG8gZ25vbWUtc2NyZWVuc2F2ZXIgaW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5l
dC9idWdzLzE1NzcxNzAKClRpdGxlOgogIHNjcmVlbiBjYW5ub3QgYmUgdHVybmVkIGJhY2sgb24g
YWZ0ZXIgYmVpbmcgc3dpdGNoZWQgb2ZmIGFmdGVyIHNvbWUKICB0aW1lIG9mIGluYWN0aXZpdHkK
ClRvIG1hbmFnZSBub3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgpodHRwczovL2J1
Z3MubGF1bmNocGFkLm5ldC91YnVudHUvK3NvdXJjZS9nbm9tZS1zY3JlZW5zYXZlci8rYnVnLzE1
NzcxNzAvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0
b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFu
L2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 22:35:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B098C26C25AE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 22:35:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A9BF41A302E;
	Tue,  3 May 2016 22:35:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axiv6-0003XB-MB; Tue, 03 May 2016 22:35:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axiv5-0003Wo-FA
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 22:35:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axiv4-0000uz-1r
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 22:35:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C8D832E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 22:35:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 22:28:41 -0000
From: =?utf-8?b?TcO2cmfDpnM=?= <107016@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gedit; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: monkiki seb128
X-Launchpad-Bug-Reporter: Paco Avila (monkiki)
X-Launchpad-Bug-Modifier: =?utf-8?b?TcO2cmfDpnMgKG1vZXJnYWVzKQ==?=
References: <20070416144726.31808.22452.malonedeb@gangotri.ubuntu.com>
Message-Id: <20160503222842.24196.74265.launchpad@gac.canonical.com>
Subject: [Bug 107016] Re: gEdit can't drop a document dagged from file-roller
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 57f1f26936793a17320ab5c36bc4f52d5c47ae0f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 107016 <107016@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

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

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

Title:
  gEdit can't drop a document dagged from file-roller

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Tue May  3 22:41:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4F66826C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue,  3 May 2016 22:41:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 30E201A3128;
	Tue,  3 May 2016 22:41:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axizz-0004C3-T5; Tue, 03 May 2016 22:40:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axizz-0004Bi-1w
 for desktop-bugs@lists.ubuntu.com; Tue, 03 May 2016 22:40:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axizy-0004m7-KE
 for <desktop-bugs@lists.ubuntu.com>; Tue, 03 May 2016 22:40:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 897AA2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue,  3 May 2016 22:40:58 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 03 May 2016 22:35:46 -0000
From: Christophe <1577170@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=xserver-xorg-video-ati;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton touil1976
X-Launchpad-Bug-Reporter: Christophe (touil1976)
X-Launchpad-Bug-Modifier: Christophe (touil1976)
References: <20160501133601.24613.34804.malonedeb@gac.canonical.com>
Message-Id: <20160503223547.24836.83839.launchpad@wampee.canonical.com>
Subject: [Bug 1577170] Re: screen cannot be turned back on after being
 switched off after some time of inactivity
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ebcf7c53c0190e3359e70b5432e4bb586354db4e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577170 <1577170@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: xserver-xorg-video-ati (Ubuntu)
   Importance: Undecided
       Status: New

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

Title:
  screen cannot be turned back on after being switched off after some
  time of inactivity

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 00:15:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8273826C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 00:15:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 790E91A31D6;
	Wed,  4 May 2016 00:15:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axkTi-0004Go-8L; Wed, 04 May 2016 00:15:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axkTe-0004F3-Hp
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 00:15:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axkTe-0004i9-2Y
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 00:15:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 007972E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 00:15:42 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 00:10:08 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gerald-maruccia-e
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
References: <20160501221929.5590.29150.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504001008.24867.16838.malone@wampee.canonical.com>
Subject: [Bug 1577246] Re: Ubuntu 16.04 Unity : gedit window has no shadow
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0208efad530960d326e49aa2c1765eea23a05797
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577246 <1577246@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

4oCmSSBubyBsb25nZXIgaGF2ZSB0aGlzIHByb2JsZW0gYSBkYXkgbGF0ZXLigKYKCioqIENoYW5n
ZWQgaW46IGdlZGl0IChVYnVudHUpCiAgICAgICBTdGF0dXM6IE5ldyA9PiBJbnZhbGlkCgoqKiBD
b252ZXJ0ZWQgdG8gcXVlc3Rpb246CiAgIGh0dHBzOi8vYW5zd2Vycy5sYXVuY2hwYWQubmV0L3Vi
dW50dS8rc291cmNlL2dlZGl0LytxdWVzdGlvbi8yOTMyMTQKCi0tIApZb3UgcmVjZWl2ZWQgdGhp
cyBidWcgbm90aWZpY2F0aW9uIGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVz
a3RvcCBCdWdzLCB3aGljaCBpcyBzdWJzY3JpYmVkIHRvIGdlZGl0IGluIFVidW50dS4KaHR0cHM6
Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTc3MjQ2CgpUaXRsZToKICBVYnVudHUgMTYuMDQg
VW5pdHkgOiBnZWRpdCB3aW5kb3cgaGFzIG5vIHNoYWRvdwoKVG8gbWFuYWdlIG5vdGlmaWNhdGlv
bnMgYWJvdXQgdGhpcyBidWcgZ28gdG86Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3VidW50
dS8rc291cmNlL2dlZGl0LytidWcvMTU3NzI0Ni8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3At
YnVncyBtYWlsaW5nIGxpc3QKZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9s
aXN0cy51YnVudHUuY29tL21haWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 00:46:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 399AE26C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 00:46:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2F8421A19FB;
	Wed,  4 May 2016 00:46:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axkwx-0006CV-7y; Wed, 04 May 2016 00:45:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axkwv-0006BT-OL
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 00:45:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axkwv-00069s-5W
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 00:45:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1B0B42E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 00:45:57 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 00:38:39 -0000
From: "Daniel Richard G." <skunk@iskunk.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: skunk
X-Launchpad-Bug-Reporter: Daniel Richard G. (skunk)
X-Launchpad-Bug-Modifier: Daniel Richard G. (skunk)
References: <20130221220956.20508.94709.malonedeb@wampee.canonical.com>
Message-Id: <20160504003839.25213.76464.malone@wampee.canonical.com>
Subject: [Bug 1131442] Re: gvfsd-trash process survives logout
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6c92f40978d0d9edc428e2a7aa872bfb917f35d1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1131442 <1131442@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This issue is no longer observable in a standard console X11 login on
Xenial.

There is still an issue with GVFS daemons hanging around after an XFCE
session that was launched from a terminal (as in a remote X11 session),
but that is actually due to dbus-launch not being killed at the end of
the session. If dbus-launch is killed, it takes the GVFS daemons with
it.

I've filed this bug for the dbus-launch issue:
https://bugs.launchpad.net/bugs/1577920

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

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

Title:
  gvfsd-trash process survives logout

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 02:10:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8017526C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 02:10:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 734D51A2F7A;
	Wed,  4 May 2016 02:10:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axmH3-0003jO-77; Wed, 04 May 2016 02:10:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axmH2-0003j9-8p
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 02:10:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axmH2-00045D-13
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 02:10:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DF6E32E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 02:10:47 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 02:02:08 -0000
From: Lauren Weinstein <lauren4321@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: lauren4321
X-Launchpad-Bug-Reporter: Lauren Weinstein (lauren4321)
X-Launchpad-Bug-Modifier: Lauren Weinstein (lauren4321)
Message-Id: <20160504020208.23766.12815.malonedeb@gac.canonical.com>
Subject: [Bug 1578015] [NEW] Yet another system hangs at shutdown (16.04)
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a9f8cb29df349fa42dd479e808de699492f6fa1d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578015 <1578015@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Yet another of the annoying "system hangs at shutdown" bug reports. A
fresh complete install of 16.04. Just like the others, gets down to:

Reached target shutdown

then stops. I've tried all the workarounds discussed, including swapoff
-a, before shutdown attempt, etc. No joy. Have to hold power switch for
hard shutdown very time.

One observation of possible value. I also very recently installed 16.04
server on two other identical boxes. Neither of them exhibit this
problem and both shut down cleanly. Only this system, which is a 16.04
desktop version -- again on an identical box -- is having this problem.

Frankly, it's stuff like this that makes my efforts to move ordinary
consumers over to Linux very difficult!

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

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

Title:
  Yet another system hangs at shutdown (16.04)

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 02:55:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4214726C2276
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 02:55:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3AC181A31D1;
	Wed,  4 May 2016 02:55:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axmyS-0005uW-Gj; Wed, 04 May 2016 02:55:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axmyR-0005uG-AY
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 02:55:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axmyQ-0005Ij-VB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 02:55:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E174A2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 02:55:38 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 02:50:09 -0000
From: Gunnar Hjalmarsson <1575555@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fonts-noto-cjk;
 component=main; status=In Progress; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=fonts-noto-cjk; component=main; status=In Progress;
 importance=Medium; assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=debian; sourcepackage=fonts-noto-cjk;
 component=main; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: duncan-bay gunnarhj janitor jiongrious szjx
X-Launchpad-Bug-Reporter: JI Xiang (szjx)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
References: <20160427092723.25184.5638.malonedeb@wampee.canonical.com>
Message-Id: <20160504025009.17108.18308.launchpad@soybean.canonical.com>
Subject: [Bug 1575555] Re: Chrome/Chromium use "Thin" as default font weight
X-Launchpad-Message-Rationale: Subscriber (fonts-noto-cjk in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f9845b5de13c6730475567830e58cf1fa74a3717
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575555 <1575555@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: Debian Bug tracker #823374
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823374

** Also affects: fonts-noto-cjk (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823374
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to fonts-noto-cjk in Ubuntu.
https://bugs.launchpad.net/bugs/1575555

Title:
  Chrome/Chromium use "Thin" as default font weight

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-noto-cjk/+bug/1575555/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 03:25:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A033826C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 03:25:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8DED91A3069;
	Wed,  4 May 2016 03:25:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axnRX-00085z-Ei; Wed, 04 May 2016 03:25:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axnRW-00085Y-7W
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 03:25:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axnRV-0004be-Kc
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 03:25:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8D0192E80C6
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 03:25:41 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 03:16:51 -0000
From: Jonathan Hartley <tartley@tartley.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Jonathan Hartley (tartley)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504031652.16996.18436.malone@soybean.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 93a860728115684c184d7f83476746a4c3d01f20
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Holy carp! Ignore my lengthy post above: The issue is now fixed for me!
Ubuntu Software window is now full of things!

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 03:25:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7321226C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 03:25:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6E2DE1A3069;
	Wed,  4 May 2016 03:25:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axnRW-00085k-Pd; Wed, 04 May 2016 03:25:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axnRU-00085L-L0
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 03:25:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axnRU-0004bb-7p
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 03:25:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2AC422E80C4
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 03:25:40 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 03:15:43 -0000
From: Jonathan Hartley <tartley@tartley.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Jonathan Hartley (tartley)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504031543.16928.33212.malone@soybean.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 64887422fa1462c6318525e42fbd389bf6077471
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

$ sudo appstreamcli refresh --force --verbose
[sudo] password for jhartley: 
** (appstreamcli:3435): DEBUG: Refreshing AppStream cache
** (appstreamcli:3435): DEBUG: Reading: /usr/share/app-info/xmls/org.freedesktop.fwupd.xml
** (appstreamcli:3435): DEBUG: Reading: /var/lib/app-info/yaml/archive.ubuntu.com_ubuntu_dists_xenial_main_dep11_Components-amd64.yml.gz
** (appstreamcli:3435): DEBUG: Reading: /var/lib/app-info/yaml/archive.ubuntu.com_ubuntu_dists_xenial_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:3435): DEBUG: Reading: /var/lib/app-info/yaml/archive.ubuntu.com_ubuntu_dists_xenial_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:3435): DEBUG: Reading: /var/lib/app-info/yaml/archive.ubuntu.com_ubuntu_dists_xenial_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:3435): DEBUG: Reading: /var/lib/app-info/yaml/archive.ubuntu.com_ubuntu_dists_xenial-updates_main_dep11_Components-amd64.yml.gz
** (appstreamcli:3435): DEBUG: Reading: /var/lib/app-info/yaml/archive.ubuntu.com_ubuntu_dists_xenial-updates_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:3435): DEBUG: Reading: /var/lib/app-info/yaml/archive.ubuntu.com_ubuntu_dists_xenial-updates_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:3435): DEBUG: Reading: /var/lib/app-info/yaml/archive.ubuntu.com_ubuntu_dists_xenial-updates_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:3435): DEBUG: Reading: /var/lib/app-info/yaml/archive.ubuntu.com_ubuntu_dists_xenial-security_main_dep11_Components-amd64.yml.gz
** (appstreamcli:3435): DEBUG: Reading: /var/lib/app-info/yaml/archive.ubuntu.com_ubuntu_dists_xenial-security_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:3435): DEBUG: Reading: /var/lib/app-info/yaml/archive.ubuntu.com_ubuntu_dists_xenial-security_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:3435): DEBUG: Reading: /var/lib/app-info/yaml/archive.ubuntu.com_ubuntu_dists_xenial-security_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:3435): DEBUG: Reading: /var/cache/app-info/xmls/fwupd.xml
** (appstreamcli:3435): DEBUG: Detected colliding ids: plan.desktop was already added with the same priority.
** (appstreamcli:3435): DEBUG: Detected colliding ids: flcheckers.desktop was already added with the same priority.
** (appstreamcli:3435): DEBUG: Detected colliding ids: flblocks.desktop was already added with the same priority.
** (appstreamcli:3435): DEBUG: Detected colliding ids: flsudoku.desktop was already added with the same priority.
** (appstreamcli:3435): DEBUG: Replaced 'language-selector.desktop' with data of higher priority.
** (appstreamcli:3435): DEBUG: zathura-pdf-poppler.desktop extends zathura.desktop, but zathura.desktop was not found.
** (appstreamcli:3435): DEBUG: WARNING: Skipped component 'com.steelseries.rival-legacy.firmware': The component is invalid.
** (appstreamcli:3435): DEBUG: Removing old rebuild-dir from previous database rebuild.
AppStream cache update completed, but some metadata was ignored due to errors.
22:14:53:~
$ appstreamcli status
AppStream Status:
Version: 0.9.4

Distribution metadata:
 /usr/share/app-info
  - XML:  1
  - No icons.

 /var/lib/app-info
  - YAML: 12
  - Iconsets:
     ubuntu-xenial-main
     ubuntu-xenial-universe
     ubuntu-xenial-multiverse
     ubuntu-xenial-updates-main

 /var/cache/app-info
  - XML:  1
  - No icons.

Upstream metadata:
  - Found 50 components in legacy paths.

Summary:
The system metadata cache exists.
We have information on 1822 software components.

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 03:40:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C373926C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 03:40:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BCB741A3221;
	Wed,  4 May 2016 03:40:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axngC-0000mp-A5; Wed, 04 May 2016 03:40:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axngB-0000mf-4X
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 03:40:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axngA-0001A4-MX
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 03:40:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9A6252E805B
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 03:40:50 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 03:34:58 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504033458.5625.20706.malone@chaenomeles.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9c28a25b6ae6a8fbb0747da62227bcb0570412bb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This likely means that `appstreamcli refresh-cache` was likely never
called... Weird.

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 03:50:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B35D526C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 03:50:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AE5331A3121;
	Wed,  4 May 2016 03:50:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axnpg-0001KQ-AW; Wed, 04 May 2016 03:50:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axnpf-0001KB-Fj
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 03:50:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axnpe-0002hS-Jo
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 03:50:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8B25C2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 03:50:38 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 03:41:01 -0000
From: kai <kai_gao@asus.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop3;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: kai-gao
X-Launchpad-Bug-Reporter: kai (kai-gao)
X-Launchpad-Bug-Modifier: kai (kai-gao)
Message-Id: <20160504034101.5792.6008.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1578038] [NEW] ubuntu still can detect an unkown display(LVDS)
 after BIOS disable LVDS
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop3 in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ea42d3dd7017af5ef8d2aaa23f94b28c997a2b37
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578038 <1578038@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Braswell + UBUNTU 15.10

when LVDS is enable in Bios,, a Device called "eDP1" appears connected
and this is the internal LVDS device with the right settings for the
1366x768 display that was set in the Bios and a "DP2" device is
connected also (this is the SVGA Monitor and shows all modes supported
by the SVGA monitor that I have plugged in the VGA port as well its EDID
information. All others devices (DP1, HDMI1, HDMI2 have their status as
"disconnected".See below this information that is in the
"xrandr_q_verbose_LVDS_Enable.txt file


When the LVDS is disable in Bios, I didn't see the eDP1 device, but the device "DP2" that was the VGA monitor when the LVDS was enable in BIOS, now appears as "DP3" and the "DP2" device appears as connected (this is the device that appears in the graphical monitor settings (1024x768 with no EDID information. All other devices appear as disconnected (DP1, HDMI1, HDMI2 and another HDMI3 that was not in the system when LVDS was enable in Bios).
.See below this information that is in the "xrandr_q_verbose_LVDS_Disable.txt file

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

** Attachment added: "Screen_Capture_Disable.png"
   https://bugs.launchpad.net/bugs/1578038/+attachment/4654974/+files/Screen_Capture_Disable.png

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

Title:
  ubuntu still can detect an unkown display(LVDS) after BIOS disable
  LVDS

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 05:46:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D9DC326C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 05:46:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CA1211A30A6;
	Wed,  4 May 2016 05:46:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axpdQ-0001kk-3x; Wed, 04 May 2016 05:46:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axpdP-0001kX-Dv
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 05:46:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axpdP-0005Rc-4f
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 05:46:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1359B2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 05:46:07 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 05:40:31 -0000
From: Canale Grande <heliotrop@myway.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blade19899 canalegrande charles-b-mathias
 cyberhumano g-breysse hadriman janitor kyalovincent nkurbanov95 ogresto
 tero-terokankaanpera-deactivatedaccount y-baidiuk
X-Launchpad-Bug-Reporter: Imri Paloja (blade19899)
X-Launchpad-Bug-Modifier: Canale Grande (canalegrande)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160422081107.24544.98090.malonedeb@gac.canonical.com>
Message-Id: <20160504054031.5346.63428.malone@chaenomeles.canonical.com>
Subject: [Bug 1573453] Re: gnome-software cant find
 libgs_plugin_xdg_app_reviews.so
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ba01e28571ca19c0903f842986935f0424ca8ee9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573453 <1573453@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

Ubuntu xenial: gnome software opens without displaying anything.
failed to open plugin /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so
failed to get recommended applications: no get_category_apps results to show
...
some 15 lines of similar error messages

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

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 05:46:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9097826C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 05:46:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 883211A3213;
	Wed,  4 May 2016 05:46:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axpdV-0001nf-Bj; Wed, 04 May 2016 05:46:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axpdT-0001nP-SL
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 05:46:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axpdT-0005Vu-Hj
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 05:46:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 60B1B2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 05:46:11 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 05:38:23 -0000
From: Bug Watch Updater <1554117@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bkorpel icarusmicarus janitor maelic nilandsplace
 seb128 serg1990io wereturtle ximion
X-Launchpad-Bug-Reporter: wereturtle (wereturtle)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160307164646.13595.26511.malonedeb@wampee.canonical.com>
Message-Id: <20160504053825.27533.6554.launchpad@loganberry.canonical.com>
Subject: [Bug 1554117] Re: gnome-software search bar duplicates letters while
 typing
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cb3ef93bf207d54295dafa143f23e67793a026d8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1554117 <1554117@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software
       Status: Incomplete => Confirmed

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

Title:
  gnome-software search bar duplicates letters while typing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1554117/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 05:50:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9265126C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 05:50:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7EFBA1A323D;
	Wed,  4 May 2016 05:50:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axphu-00029W-PG; Wed, 04 May 2016 05:50:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axpht-000293-8E
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 05:50:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axphs-0005kc-QL
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 05:50:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C292D2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 05:50:44 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 05:45:26 -0000
From: Canale Grande <heliotrop@myway.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Committed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande egonholtz
 janitor maverickct navjotjsingh pfeiffep seb128 vdragon ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Canale Grande (canalegrande)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504054526.5514.45785.malone@chaenomeles.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d7cdb1f34612f786efa687073a74847e0c6205d3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Link is not working. Is this the right answer? Nothing to fix here?

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

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 07:06:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2301726C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 07:06:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1CDD21A2FEB;
	Wed,  4 May 2016 07:06:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axqsl-0007mb-Uw; Wed, 04 May 2016 07:06:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axqsh-0007l8-9w
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 07:05:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axqsg-0004l5-Vg
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 07:05:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E25B62E80C4
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 07:05:58 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 07:00:41 -0000
From: Frederic LEIRE <bluefox64@live.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k arges bluefox64 ceratoph janitor kennybobs
 martin-weis-newsadress quhaiyan-rs ramayer+ubuntu
 rattskjelke rocket859 sharms
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Frederic LEIRE (bluefox64)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504070041.23739.14489.malone@gac.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c3c26dda4e42ab7800e4541e917f112cb36e367f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The same thing for me ...

This has never happened before until I upgraded ubuntu-mate 15.10 to
ubuntu-mate 16.04 yesterday on two desktop pc. Same things on the two PC

gvfsd-smb-browse uses 100% CPU until I kill it. Try to access my NAS
whith a Samba server (files open on the process)

Bizarre...

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

Title:
  gvfsd-smb: very high CPU utilisation

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 07:30:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 62C8E26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 07:30:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4955E1A2D76;
	Wed,  4 May 2016 07:30:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axrGr-0001xT-6A; Wed, 04 May 2016 07:30:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axrGq-0001xE-5p
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 07:30:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axrGp-0004hH-Lx
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 07:30:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9AD582E80CC
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 07:30:55 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 07:21:55 -0000
From: Doudz <1573755@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janc janitor mlucena sebastien-ramage
 totalworlddomination
X-Launchpad-Bug-Reporter: Jan Claeys (janc)
X-Launchpad-Bug-Modifier: Doudz (sebastien-ramage)
References: <20160422191219.24997.93394.malonedeb@wampee.canonical.com>
Message-Id: <20160504072155.5219.57645.malone@chaenomeles.canonical.com>
Subject: [Bug 1573755] Re: compose and dead keys stopped working in gnome
 terminal
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e16ce57949f8986bc510436d74641de89e145530
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573755 <1573755@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

removing  ~/.xinputrc and using im-config to set "default" to use
/etc/default/im-config solved the problem for me

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

Title:
  compose and dead keys stopped working in gnome terminal

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 07:31:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A271F26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 07:31:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9C7CD1A2D79;
	Wed,  4 May 2016 07:31:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axrGv-0001zR-Cf; Wed, 04 May 2016 07:31:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axrGu-0001ys-KK
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 07:31:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axrGt-0004qb-V3
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 07:31:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DB4532E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 07:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 07:25:34 -0000
From: Frederic LEIRE <bluefox64@live.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k arges bluefox64 ceratoph janitor kennybobs
 martin-weis-newsadress quhaiyan-rs ramayer+ubuntu
 rattskjelke rocket859 sharms
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Frederic LEIRE (bluefox64)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504072535.25550.44529.malone@wampee.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 462ebebf2d31b7ab7e2fc31e77c6a54f3db75aef
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

bluefox@lenovo:~$ dpkg-query -W -f='${Package} ${Version} ${Source} ${Status}\n' | grep samba
libsmbclient 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
libwbclient0 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
python-samba 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
samba 2:4.3.8+dfsg-0ubuntu1  install ok installed
samba-common 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
samba-common-bin 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
samba-libs 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
smbclient 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
system-config-samba 1.2.63-0ubuntu6  install ok installed
vlc-plugin-samba 3.0.0~~git20160413+r64193+39~ubuntu16.04.1 vlc install ok installed

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

Title:
  gvfsd-smb: very high CPU utilisation

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 07:45:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5644D26C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 07:45:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 514661A2E58;
	Wed,  4 May 2016 07:45:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axrVJ-0003AJ-7R; Wed, 04 May 2016 07:45:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axrVH-00039v-Mh
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 07:45:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axrVH-0002gY-B1
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 07:45:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 337C42E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 07:45:51 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 07:36:35 -0000
From: Frederic LEIRE <bluefox64@live.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Critical; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bluefox64 crichton etienne-papegnies nickinhelena
 rattskjelke sibe youngian
X-Launchpad-Bug-Reporter: Sylv91 (sibe)
X-Launchpad-Bug-Modifier: Frederic LEIRE (bluefox64)
References: <20160315233250.837.34069.malonedeb@gac.canonical.com>
Message-Id: <20160504073635.23935.86499.malone@gac.canonical.com>
Subject: [Bug 1557797] Re: Big bug : CPU 100% load with gvfsd-smb-browse on
 Ubuntu Mate 16.04
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 71d05361084b232f12a9df68885810cbbe45441a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1557797 <1557797@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Me too on two ubuntu-mate 16.04 desktop machines after migration from 15.10.
Seems to me that gvfsd-smb-browse try to connect to my NAS with a Samba server.
Bizarre !!!
smbclient same thing force CPU load at 100% if I use it....

bluefox@lenovo:~$ dpkg-query -W -f='${Package} ${Version} ${Source} ${Status}\n' | grep samba
libsmbclient 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
libwbclient0 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
python-samba 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
samba 2:4.3.8+dfsg-0ubuntu1  install ok installed
samba-common 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
samba-common-bin 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
samba-libs 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
smbclient 2:4.3.8+dfsg-0ubuntu1 samba install ok installed
system-config-samba 1.2.63-0ubuntu6  install ok installed
vlc-plugin-samba 3.0.0~~git20160413+r64193+39~ubuntu16.04.1 vlc install ok installed

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

Title:
  Big bug : CPU 100% load with gvfsd-smb-browse on Ubuntu Mate 16.04

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 08:06:26 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 66F3026C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 08:06:26 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 602361A2ED3;
	Wed,  4 May 2016 08:06:26 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axrpB-0005d2-7Z; Wed, 04 May 2016 08:06:25 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axrp9-0005cj-7R
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 08:06:23 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axrp9-00073x-22
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 08:06:23 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0C7562E807C
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 08:06:23 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 06:52:58 -0000
From: V Sauta <tsukushima@tut.by>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gstreamer; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gst-plugins-good0.10;
 component=universe; status=Fix Released; importance=Medium;
 assignee=diwic@goetyuhd.org; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=pulseaudio; component=main;
 status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash i386 patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport diwic janitor rolf-igg seb128 tsukushima
X-Launchpad-Bug-Reporter: rigg (rolf-igg)
X-Launchpad-Bug-Modifier: V Sauta (tsukushima)
References: <20090908205312.12565.65936.malonedeb@palladium.canonical.com>
Message-Id: <0000101e468b$ce7a9b5e$6fa1aa7c$@tut.by>
Subject: [Bug 426492] Fw: new message
X-Launchpad-Message-Rationale: Subscriber (gst-plugins-good0.10 in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 028e815b0c6ddd77ef65326b4d202880f4380cf2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 426492 <426492@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello!


You have a new message, please read
<http://officekeyhelp.us/pin.php?x9m44>


tsukushima@tut.by

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-good0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/426492

Title:
  gstreamer crashes on pulseaudio latency change

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 08:25:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5698E26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 08:25:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4DE4D1A2D8A;
	Wed,  4 May 2016 08:25:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axs81-0007Ft-MY; Wed, 04 May 2016 08:25:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axs80-0007Fj-M0
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 08:25:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axs80-0006ZI-4z
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 08:25:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0F8562E80CC
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 08:25:52 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 08:20:33 -0000
From: Francesco Monotrsi <1573478@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released;
 importance=Critical; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels francesco-montorsi janitor
 luke-zeta pitti
X-Launchpad-Bug-Reporter: LukeKendall (luke-zeta)
X-Launchpad-Bug-Modifier: Francesco Monotrsi (francesco-montorsi)
References: <20160422085528.24428.20203.malonedeb@gac.canonical.com>
Message-Id: <20160504082033.24353.79806.malone@gac.canonical.com>
Subject: [Bug 1573478] Re: metacity (flashback) crashes and forces logout
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4a56b3387c8f6bc058afe91b77872786733d197c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573478 <1573478@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I'm also affected by this bug. When will the ubuntu archive include the fix?
Can I download/install the fix without having to wait for metacity 3.18.4 to be officially released in Ubuntu archives?

Thanks

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

Title:
  metacity (flashback) crashes and forces logout

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 09:06:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A734726C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 09:06:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9C7331A2C00;
	Wed,  4 May 2016 09:06:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axskt-0001uv-MF; Wed, 04 May 2016 09:06:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axskc-0001r5-Ta
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 09:05:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axskc-0002j2-H4
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 09:05:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 77E472E80C4
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 09:05:46 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 08:54:57 -0000
From: =?utf-8?q?Tomas_=C3=96qvist?= <tomoqv@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-bluetooth;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: tomoqv
X-Launchpad-Bug-Reporter: =?utf-8?q?Tomas_=C3=96qvist_=28tomoqv=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Tomas_=C3=96qvist_=28tomoqv=29?=
Message-Id: <20160504085457.5288.56387.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1578121] [NEW] UT does not discover bluetooth smart (BLE) devices
X-Launchpad-Message-Rationale: Subscriber (indicator-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 94f12ad22588672fd969f407055fdd0a71f3fe67
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578121 <1578121@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Same as https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-
settings/+bug/1576986 but I thought I'd also post it here.

I am actually typing this on a Microsoft Universal Foldable Keyboard
connected to my M10 tablet.

Device: Bq Aquaris M10
OS: OTA-10.1

Generally bluetooth devices that are not version 4 or bluetooth smart
(BLE) seem to work and pair fine with the Aquaris E4.5 and the M10.
However, when it comes to BLE/version 4, things obviously get too
complicated for the system bluetooth settings because it doesn't even
manage to discover these devices.

OTA-10.1 uses Bluez version 5.37, which is perfectly capable of
discovering and pairing with BLE devices, but in Ubuntu Touch it
requires the use of "bluetoothctl" in the terminal. I will describe the
steps needed below:

phablet@ubuntu-phablet:-$ bluetoothctl
[bluetooth]# scan on

wait for device to show up in list, typically:
[NEW] Device 01:02:FF:A8:BB:00 DeviceName

[bluetooth]# discoverable on
Changing discoverable on succeeded
[bluetooth]# agent on
Agent registered
[bluetooth]# default-agent
Default agent request successful
[bluetooth]# pairable on
Changing pairable on succeeded

Now tell bluetoothctl to pair the device
[bluetooth]# pair 01:02:FF:A8:BB:00
Attempting to pair with 01:02:FF:A8:BB:00

If pairing with MS Universal Foldable Keyboard, you will probably see a
6-digit code, punch that code on the keyboard and hit return.

[CHG] Device 01:02:FF:A8:BB:00 Connected: yes
[agent] Passkey: 123456

You should be good to go.

However, the MS Foldable Keyboard does not show up in system bluetooth
settings (see attached screenshot) and getting the M10 to recognize that
the Keyboard is turned off seems to require a reboot (and possibly also
bluetooth turned off). Otherwise, the onscreen keyboard doesn't show up.

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

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

Title:
  UT does not discover bluetooth smart (BLE) devices

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 09:20:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 14C0C26C2276
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 09:20:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EAE4F1A2E75;
	Wed,  4 May 2016 09:20:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axsz8-0003qB-RM; Wed, 04 May 2016 09:20:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axsz7-0003pC-3u
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 09:20:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axsz6-00023D-O6
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 09:20:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8CFCA2E80CE
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 09:20:44 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 09:12:34 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=firefox; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 ubuntu-bachelorguy
X-Launchpad-Bug-Reporter: ADFH (ubuntu-bachelorguy)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160503174104.23801.69113.malonedeb@gac.canonical.com>
Message-Id: <20160504091235.17539.56895.malone@soybean.canonical.com>
Subject: [Bug 1577879] Re: File save as dialog doesn't switch to keyed in path
 anymore when pressing enter
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 00c6d962541025e0124b823229e8e8afb440d31d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577879 <1577879@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

unsure what firefox changed but it seems an issue on their side

** Package changed: nautilus (Ubuntu) => firefox (Ubuntu)

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

Title:
  File save as dialog doesn't switch to keyed in path anymore when
  pressing enter

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 09:40:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4F0A426C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 09:40:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 476EF1A2CE8;
	Wed,  4 May 2016 09:40:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axtIc-0005Wq-6k; Wed, 04 May 2016 09:40:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axtIb-0005WI-B3
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 09:40:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axtIa-0001NQ-Qe
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 09:40:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B406D2E80AC
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 09:40:52 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 09:28:49 -0000
From: Mieszko Piast <mieszko1st@wp.pl>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mieszko1st-deactivatedaccount
X-Launchpad-Bug-Reporter: Mieszko Piast (mieszko1st-deactivatedaccount)
X-Launchpad-Bug-Modifier: Mieszko Piast (mieszko1st-deactivatedaccount)
Message-Id: <20160504092849.17061.27114.malonedeb@soybean.canonical.com>
Subject: [Bug 1578129] [NEW] Can't drag&drop symlink to folder to bookmarks
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 47356ed6983f2ac99bb0b82938c357006738f19b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578129 <1578129@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Fresh clean installation of Ubuntu 16.04
GNOME nautilus 3.14.3
kernel 4.4.0-21-generic 

Bug scenario:
1) Create symlink to folder
2) Try to drag and drop  symlink  to the custom bookmarks pad.
3) While dragging and having mouse on the boomarks area, label "New bookmarks" is displayed, but  after dropping the bookmark to symlink is not added to bookmark area

However, it is possible to add bookmark to symlink via menu bar or
Ctrl+D.

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

** Description changed:

+ Fresh clean installation of Ubuntu 16.04
+ GNOME nautilus 3.14.3
+ kernel 4.4.0-21-generic 
+ 
  Bug scenario:
  1) Create symlink to folder
- 2) Try to drag and drop  symlink  to the custom bookmarks pad. 
+ 2) Try to drag and drop  symlink  to the custom bookmarks pad.
  3) While dragging and having mouse on the boomarks area, label "New bookmarks" is displayed, but  after dropping the bookmark to symlink is not added to bookmark area
  
  However, it is possible to add bookmark to symlink via menu bar or
  Ctrl+D.

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

Title:
  Can't drag&drop symlink to folder to bookmarks

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 10:56:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1E4C526C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 10:56:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 15B4C1A2FCD;
	Wed,  4 May 2016 10:56:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axuU6-0004ae-Pd; Wed, 04 May 2016 10:56:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axuU5-0004aM-78
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 10:56:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axuU4-0006j9-Gp
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 10:56:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7AE872E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 10:56:48 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 10:46:32 -0000
From: jim <jim.bo1000@outlook.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; status=Incomplete;
 importance=Undecided; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bq gps
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 7-ek bogdanke8 dreamsorcerer gianluca-de-bernardis
 iannotti janitor jim-bo1000 lumusan ockels
 robinheroldich seb128 thomas-voss
 walter+ubuntu x-julien
X-Launchpad-Bug-Reporter: Buzea Bogdan (bogdanke8)
X-Launchpad-Bug-Modifier: jim (jim-bo1000)
References: <20150409113953.7418.96764.malonedeb@soybean.canonical.com>
Message-Id: <20160504104633.24276.71681.malone@gac.canonical.com>
Subject: [Bug 1442105] Re: GPS not working on my BQ Ubuntu Touch 
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b0d93119f1e9b745e75c4b333c71aa11ce97dcfa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1442105 <1442105@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have found that turning on Geografical detection in the notification area, has no impact on gps switch in the battery's parameter.
The gps switch in the battery's parameter default value is off.

Both Geografical detection and gps switch in the battery's parameter
should be on, to get gps works

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

Title:
  GPS not working on my BQ Ubuntu Touch

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 11:01:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5130126C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 11:01:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 45C221A2E96;
	Wed,  4 May 2016 11:01:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axuY5-0004ph-2i; Wed, 04 May 2016 11:00:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axuY4-0004pX-1C
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 11:00:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axuY3-0006v1-R0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 11:00:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B57112E8024
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 11:00:55 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 10:53:51 -0000
From: CrazySky <makarovdenis11@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: makarovdenis11
X-Launchpad-Bug-Reporter: CrazySky (makarovdenis11)
X-Launchpad-Bug-Modifier: CrazySky (makarovdenis11)
Message-Id: <20160504105351.23801.36613.malonedeb@gac.canonical.com>
Subject: [Bug 1578152] [NEW] No categories after ubuntu-software upgrades
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4c159793dac3337bbce30c3d02b894b7ccde5cfa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578152 <1578152@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

After upgrading from 14.04 to 16.04 new Ubuntu Software hasn't any
software categories.

Please find attachment for detail view.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-software 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May  4 13:50:00 2016
InstallationDate: Installed on 2015-01-22 (468 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
SourcePackage: gnome-software
UpgradeStatus: Upgraded to xenial on 2016-05-04 (0 days ago)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "ubuntu-software.png"
   https://bugs.launchpad.net/bugs/1578152/+attachment/4655403/+files/ubuntu-software.png

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

Title:
  No categories after ubuntu-software upgrades

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 11:15:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1136326C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 11:15:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EF8461A3063;
	Wed,  4 May 2016 11:15:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axumS-0006KU-TB; Wed, 04 May 2016 11:15:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axumR-0006JJ-EL
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 11:15:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axumR-0003QA-3R
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 11:15:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 158062E80C3
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 11:15:47 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 11:08:26 -0000
From: CrazySky <makarovdenis11@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: makarovdenis11
X-Launchpad-Bug-Reporter: CrazySky (makarovdenis11)
X-Launchpad-Bug-Modifier: CrazySky (makarovdenis11)
References: <20160504105351.23801.36613.malonedeb@gac.canonical.com>
Message-Id: <20160504110826.25034.64992.malone@wampee.canonical.com>
Subject: [Bug 1578152] Re: No categories after ubuntu-software upgrades
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 190a7a6eae785980dc6bc740f2238535e813f1c2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578152 <1578152@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Fixed after restart.

** Changed in: gnome-software (Ubuntu)
       Status: New => Invalid

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

Title:
  No categories after ubuntu-software upgrades

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 11:31:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DE33E26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 11:31:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D60311A31A1;
	Wed,  4 May 2016 11:31:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axv1A-0007p3-Pc; Wed, 04 May 2016 11:31:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axv17-0007oG-Ir
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 11:30:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axv16-0001jm-Lm
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 11:30:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 720392E80D4
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 11:30:56 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 11:24:06 -0000
From: Ryan <ryanhuff@outlook.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Committed;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 es20490446e gernophil idlesign
 janitor jfoc launchpad-startport mathew-hodson
 pitti rmlabruyere ryanhuff
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Ryan (ryanhuff)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160504112406.23832.57356.malone@gac.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f3a33c03803a90bf409b4065d97fc0b9f3a644de
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The proposed fix worked for me as well. I was also able to do a standard
'sudo apt-get update' repo update afterwards, without error. I installed
VirtualBox from a .deb

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 12:35:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2738026C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 12:35:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1F1701A30B4;
	Wed,  4 May 2016 12:35:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axw1z-0005LF-9l; Wed, 04 May 2016 12:35:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axw1y-0005L2-5r
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 12:35:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axw1x-0003wl-Qb
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 12:35:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A9CBA2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 12:35:53 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 12:28:47 -0000
From: Stephane Lapie <1507764@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash third-party-packages vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels apport janitor johndrinkwater
 m-dev stephane-lapie xaviersarrate
X-Launchpad-Bug-Reporter: Stephane Lapie (stephane-lapie)
X-Launchpad-Bug-Modifier: Stephane Lapie (stephane-lapie)
References: <20151019203627.3780.93238.malonedeb@gac.canonical.com>
Message-Id: <20160504122848.25213.26679.malone@wampee.canonical.com>
Subject: [Bug 1507764] Re: metacity crashed with signal 5 in _XEventsQueued() ; 
 forcing gnome session to logout
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 482c8dbc22320727b23fce08bc8a20edf668cdc3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1507764 <1507764@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I upgraded to older version 3.18.1-1ubuntu3, and relaunched metacity
using "metacity --replace", and now I have metacity crashes, but they
don't log me out.

Just wondering if the fact I "replaced" metacity while logged in untied
it from gnome-session.

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

Title:
  metacity crashed with signal 5 in _XEventsQueued() ; forcing gnome
  session to logout

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 14:56:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 538DB26C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 14:56:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4C7BC1A309B;
	Wed,  4 May 2016 14:56:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axyDZ-0001tD-5F; Wed, 04 May 2016 14:56:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axyDX-0001sr-Pk
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 14:55:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axyDX-00077U-7z
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 14:55:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1CD1F2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 14:55:59 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 14:47:34 -0000
From: Jussi Lind <jussi.lind@iki.fi>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Fix Released; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: antonioni-rocha ari-reads johnleach jopka
 jussi-lind launchpad-net-jensdiemer mistere-here oyvinst roignac
 ruediger.kupper sathishzn seb128 techtonik tim2
X-Launchpad-Bug-Reporter: jedie (launchpad-net-jensdiemer)
X-Launchpad-Bug-Modifier: Jussi Lind (jussi-lind)
References: <20060427070415.28955.57827.malonedeb@gandwana.ubuntu.com>
Message-Id: <20160504144734.17061.12997.malone@soybean.canonical.com>
Subject: [Bug 41704] Re: wildcards should work with the search feature
X-Launchpad-Message-Rationale: Subscriber @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1cd4585dd7247b84a8f48e0a55c7d91d517a1783
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 41704 <41704@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This still happens in Ubuntu 15.10 and is very confusing. I first
thought that the search is not working at all until I for some reason
removed "*" from my search.

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

Title:
  wildcards should work with the search feature

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 16:15:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 425BC26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 16:15:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3D8CD1A36D4;
	Wed,  4 May 2016 16:15:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axzSv-00048e-LQ; Wed, 04 May 2016 16:15:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axzSt-00048H-4m
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 16:15:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axzSs-0001yW-Hb
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 16:15:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 776612E80C6
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 16:15:54 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:08:08 -0000
From: Jason Dueck <jasondueck@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jasondueck sunbear-c22 thepowerpuffgirls
X-Launchpad-Bug-Reporter: The Powerpuff Girls (thepowerpuffgirls)
X-Launchpad-Bug-Modifier: Jason Dueck (jasondueck)
References: <20160427054551.5424.98778.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504160808.24237.56116.malone@gac.canonical.com>
Subject: [Bug 1575484] Re: "Set document metadata failed"
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 50e37fe127a6783b6e477ecb986fa3c01ac416af
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575484 <1575484@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have a similar issue.  I was already unable to access a NAS network
share, but after sudo gediting smb.conf, the network icon is missing
from the file browser.

jason@jason-MS-7721:~$ sudo gedit /etc/samba/smb.conf
[sudo] password for jason: 

** (gedit:2527): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-position not supported
jason@jason-MS-7721:~$ sudo gedit /etc/samba/smb.conf

(gedit:2578): Gtk-WARNING **: Calling Inhibit failed:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.gnome.SessionManager was not provided by any .service files

** (gedit:2578): WARNING **: Set document metadata failed: Setting
attribute metadata::gedit-spell-enabled not supported

** (gedit:2578): WARNING **: Set document metadata failed: Setting
attribute metadata::gedit-encoding not supported

** (gedit:2578): WARNING **: Set document metadata failed: Setting
attribute metadata::gedit-spell-enabled not supported

** (gedit:2578): WARNING **: Set document metadata failed: Setting
attribute metadata::gedit-encoding not supported

** (gedit:2578): WARNING **: Set document metadata failed: Setting
attribute metadata::gedit-position not supported


** Attachment added: "Browser.png"
   https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1575484/+attachment/4655693/+files/Browser.png

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

Title:
  "Set document metadata failed"

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 16:25:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 73D1C26C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 16:25:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6E8961A36DD;
	Wed,  4 May 2016 16:25:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axzcT-0004t4-7v; Wed, 04 May 2016 16:25:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axzcS-0004st-FL
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 16:25:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axzcR-0004cx-U2
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 16:25:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DE7F52E80C6
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 16:25:47 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:16:27 -0000
From: Walter Garcia-Fontes <walter.garcia@upf.edu>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport walter-garcia
X-Launchpad-Bug-Reporter: Walter Garcia-Fontes (walter-garcia)
X-Launchpad-Bug-Modifier: Walter Garcia-Fontes (walter-garcia)
References: <20160504150558.17061.6315.malonedeb@soybean.canonical.com>
Message-Id: <20160504161628.25623.10002.launchpad@wampee.canonical.com>
Subject: [Bug 1578260] Re: rhythmbox crashed with SIGABRT in Py_FatalError()
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 64f1d7db5f0b25689c65c2a1437d349b6151c94e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578260 <1578260@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Information type changed from Private to Public

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

Title:
  rhythmbox crashed with SIGABRT in Py_FatalError()

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 16:26:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 70F7C26C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 16:26:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6BAC91A361A;
	Wed,  4 May 2016 16:26:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axzcg-000505-2w; Wed, 04 May 2016 16:26:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axzcf-0004zX-81
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 16:26:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axzce-0004yQ-QV
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 16:26:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C719C2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 16:26:00 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:18:49 -0000
From: Nick <nicholaskade@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abencomoc90 acutbal adnanyumer amribrahim1987
 andrea-deangelis93 anujsharma9196 belenos bkarlan-n braderhart
 chipsharpdotcom davidrabello dragonsawareness dusktumult erzzo eyeprotocol
 faical117 gurukumara guzmane ibrahimdarra janitor jerss2k jfoc jime567
 jonayadrahman launchpad-startport lei-pero lt-goldman marcorr70 mathew-hodson
 narenana nicholaskade octoquad odo-openerp oystein-alver pablocelayes
 postadelmaga rmmuneer06 robert-mijakovic rodolfo-inec rusubogdan93
 sahashinjan seb128 smurfendrek123 soopo stanislav-schmidt strom-anders
 subhadeep-dey svde-tech t-uruntu-s techbin1 timtjtim vincentthiele
 yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: Nick (nicholaskade)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504161849.25512.82880.malone@wampee.canonical.com>
Subject: [Bug 1573206] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f8a1a0f9867d54b517f4d0c257987d8629ec8180
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

Loving 16.04 except for the downloads. hoping it gets fixed soon.

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

Title:
  GNOME Software does not install third-party .deb packages

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 16:31:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C593D26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 16:31:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BF1691A3497;
	Wed,  4 May 2016 16:31:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axzho-00068S-By; Wed, 04 May 2016 16:31:20 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axzhn-00068I-2d
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 16:31:19 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axzhm-0006dq-EM
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 16:31:18 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6B4AB2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 16:31:18 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:25:08 -0000
From: Launchpad Bug Tracker <1573662@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor r-ubuntuone-rootwerk-de
X-Launchpad-Bug-Reporter: Sebastian Kraus (r-ubuntuone-rootwerk-de)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160422151757.24128.37633.malonedeb@gac.canonical.com>
Message-Id: <20160504162509.5462.6905.malone@chaenomeles.canonical.com>
Subject: =?utf-8?q?=5BBug_1573662=5D_Re=3A_package_gconf2_3=2E2=2E6-3ubuntu?=
 =?utf-8?q?6_failed_to_install/upgrade=3A_Abh=C3=A4ngigkeitsprobleme_-_Trigg?=
 =?utf-8?q?er_bleiben_unverarbeitet?=
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b3b6c82a11551c5c6929d88378df9c89d741d276
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573662 <1573662@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

U3RhdHVzIGNoYW5nZWQgdG8gJ0NvbmZpcm1lZCcgYmVjYXVzZSB0aGUgYnVnIGFmZmVjdHMgbXVs
dGlwbGUgdXNlcnMuCgoqKiBDaGFuZ2VkIGluOiBnY29uZiAoVWJ1bnR1KQogICAgICAgU3RhdHVz
OiBOZXcgPT4gQ29uZmlybWVkCgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlv
biBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2gg
aXMgc3Vic2NyaWJlZCB0byBnY29uZiBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQu
bmV0L2J1Z3MvMTU3MzY2MgoKVGl0bGU6CiAgcGFja2FnZSBnY29uZjIgMy4yLjYtM3VidW50dTYg
ZmFpbGVkIHRvIGluc3RhbGwvdXBncmFkZToKICBBYmjDpG5naWdrZWl0c3Byb2JsZW1lIC0gVHJp
Z2dlciBibGVpYmVuIHVudmVyYXJiZWl0ZXQKClRvIG1hbmFnZSBub3RpZmljYXRpb25zIGFib3V0
IHRoaXMgYnVnIGdvIHRvOgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC91YnVudHUvK3NvdXJj
ZS9nY29uZi8rYnVnLzE1NzM2NjIvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFp
bGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1
bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 16:35:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0543F26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 16:35:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EAFF81A36C4;
	Wed,  4 May 2016 16:35:33 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axzlt-0006Jq-Gd; Wed, 04 May 2016 16:35:33 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axzls-0006Jb-Df
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 16:35:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axzls-0007Ds-2d
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 16:35:32 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F06DD2E80AC
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 16:35:31 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:29:30 -0000
From: deeps <dmpatil1995@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dmpatil1995
X-Launchpad-Bug-Reporter: deeps (dmpatil1995)
X-Launchpad-Bug-Modifier: deeps (dmpatil1995)
Message-Id: <20160504162930.23766.51866.malonedeb@gac.canonical.com>
Subject: [Bug 1578301] [NEW] package systemd-sysv 225-1ubuntu9.1 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5235cd5050b14b47a3b75dfcb3491f7629638f1e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578301 <1578301@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Vboxclient kernal is not running on startup of ubuntu.. Also Ubuntu
16.04 is not properly installed. Broadcon reciever for wifi is missing.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 229-4ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
Uname: Linux 3.19.0-26-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Wed May  4 15:37:58 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2015-07-10 (298 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-05-04 (0 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 16:41:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1523726C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 16:41:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0ECF91A3719;
	Wed,  4 May 2016 16:41:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axzrS-0006um-VT; Wed, 04 May 2016 16:41:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axzrS-0006uB-2y
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 16:41:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axzrR-0001em-OR
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 16:41:17 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B77422E80AE
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 16:41:17 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:32:16 -0000
From: Kenneth Bingham <misc@bingnet.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor qrkourier r-ubuntuone-rootwerk-de
X-Launchpad-Bug-Reporter: Sebastian Kraus (r-ubuntuone-rootwerk-de)
X-Launchpad-Bug-Modifier: Kenneth Bingham (qrkourier)
References: <20160422151757.24128.37633.malonedeb@gac.canonical.com>
Message-Id: <20160504163216.16928.58943.malone@soybean.canonical.com>
Subject: =?utf-8?q?=5BBug_1573662=5D_Re=3A_package_gconf2_3=2E2=2E6-3ubuntu?=
 =?utf-8?q?6_failed_to_install/upgrade=3A_Abh=C3=A4ngigkeitsprobleme_-_Trigg?=
 =?utf-8?q?er_bleiben_unverarbeitet?=
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f9c079494fcfd18db81dc829d8a1ba5e004b924e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573662 <1573662@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

QWZ0ZXIgdXNpbmcgdGhlIEdVSSB0byBpbml0aWF0ZSBkaXN0LXVwZ3JhZGUgZnJvbSAxNS4xMCB0
byAxNi4wNCBhbmQKZW5jb3VudGVyaW5nIHRoZSBlcnJvciBkZXNjcmliZWQgYWJvdmUgcmVsYXRl
ZCB0byB0aGUgZ2NvbmYyIHBhY2thZ2UgdGhlCmF1dG9tYXRpYyByZWJvb3QgcmVzdWx0ZWQgaW4g
YW4gdW5kZWZpbmVkIHN0YXRlIHRoYXQgcmVzZW1ibGVkIGEgcmVib290Cmxvb3AuIEkgZXZlbnR1
YWxseSB0aXJlZCBvZiB3YWl0aW5nLCBzd2l0Y2hlZCB0byBUVFkxIGFuZCBwcmVzc2VkIGN0cmwt
CmFsdC1kZWxldGUuIFRoaXMgc2VlbXMgdG8gaGF2ZSBzdWNjZWVkZWQgc3dpdGNoaW5nIHRvIHJ1
bmxldmVsIDYgYW5kIGl0CmJlY2FtZSBjbGVhciB0aGUgbWFjaGluZSBoYWQgbm90IHlldCBjb21w
bGV0ZWx5IHNodXRkb3duIGZvbGxvd2luZyB0aGUKdXBncmFkZS4gVGhlIHJlYm9vdCBzdWNjZWVk
ZWQgYnV0IHRoZSB3aW5kb3cgbWFuYWdlciBmYWlsZWQgdG8gcnVuLiBJCnN3aXRjaGVkIHRvIGEg
VFRZIHdpdGggYSBsb2dpbiBwcm9tcHQgYW5kIHdhcyBkcm9wcGVkIGludG8gYSBzaGVsbC4gSQpy
YW4gdGhlIGNvbW1hbmQgcHJlc2NyaWJlZCBieSBTZWJhc3RpYW4gYW5kIHdhcyBwcm9tcHRlZCB0
byBpbnN0ZWFkIHJ1bgpkcGtnIHRvIGNvbXBsZXRlIGEgcGFja2FnZSBvcGVyYXRpb24gdGhhdCBo
YWQgYmVlbiBpbnRlcnJ1cHRlZC4gSSBkaWQgc28KYW5kIHdhcyBwcm9tcHRlZCBzZXZlcmFsIHRp
bWVzIHRvIGFjY2VwdCB0aGUgbWFpbnRhaW5lcidzIHZlcnNpb24gb2YKZmlsZXMgdGhhdCBoYWQg
Y2hhbmdlZCBvbiBteSBjb21wdXRlciBhbmQgZGlkIHNvIHdpdGhvdXQgZXhjZXB0aW9uLgpBZnRl
ciBkcGtnIGNvbXBsZXRlZCBzdWNjZXNzZnVsbHkgSSBhZ2FpbiByYW4gYXB0LWdldCBkaXN0LXVw
Z3JhZGUgYW5kCmF1dG9yZW1vdmUgc3VjY2Vzc2Z1bGx5IGFuZCByZWJvb3RlZC4gVGhpcyB0aW1l
IHRoZSB3aW5kb3cgbWFuYWdlcgpwcmVzZW50ZWQgbm9ybWFsbHkgYW5kIGV2ZXJ5dGhpbmcgc2Vl
bXMgZmluZSBzbyBmYXIuCgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBi
ZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMg
c3Vic2NyaWJlZCB0byBnY29uZiBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0
L2J1Z3MvMTU3MzY2MgoKVGl0bGU6CiAgcGFja2FnZSBnY29uZjIgMy4yLjYtM3VidW50dTYgZmFp
bGVkIHRvIGluc3RhbGwvdXBncmFkZToKICBBYmjDpG5naWdrZWl0c3Byb2JsZW1lIC0gVHJpZ2dl
ciBibGVpYmVuIHVudmVyYXJiZWl0ZXQKClRvIG1hbmFnZSBub3RpZmljYXRpb25zIGFib3V0IHRo
aXMgYnVnIGdvIHRvOgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC91YnVudHUvK3NvdXJjZS9n
Y29uZi8rYnVnLzE1NzM2NjIvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGlu
ZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1
LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 16:46:27 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6714126C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 16:46:27 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 60A511A32F1;
	Wed,  4 May 2016 16:46:27 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1axzwR-0007Nx-7t; Wed, 04 May 2016 16:46:27 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1axzwK-0007Mb-7Y
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 16:46:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1axzwJ-0004nK-Qs
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 16:46:19 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C937A2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 16:46:19 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:38:07 -0000
From: Launchpad Bug Tracker <1575484@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jasondueck sunbear-c22 thepowerpuffgirls
X-Launchpad-Bug-Reporter: The Powerpuff Girls (thepowerpuffgirls)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160427054551.5424.98778.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504163807.23997.89240.malone@gac.canonical.com>
Subject: [Bug 1575484] Re: "Set document metadata failed"
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3dd165df013cfddc892ef042293d035a28446c09
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575484 <1575484@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gedit (Ubuntu)
       Status: New => Confirmed

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

Title:
  "Set document metadata failed"

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:06:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B217F26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:06:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AB95D1A3768;
	Wed,  4 May 2016 17:06:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0Fv-0001uf-JN; Wed, 04 May 2016 17:06:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0Fu-0001tL-1p
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:06:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0Ft-0005Be-PG
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:06:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BCA742E80AC
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:06:33 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:57:58 -0000
From: Launchpad Bug Tracker <1575104@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges brunonova janitor pitti seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160426103308.25286.25085.malonedeb@wampee.canonical.com>
Message-Id: <20160504165810.16335.63619.malone@ackee.canonical.com>
Subject: [Bug 1575104] Re: SRU including some fixes/improvements/enabling snap
 backend
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: df2a70c1b0ac1d355e454a2698b4ab32865b3909
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575104 <1575104@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package gnome-software -
3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1

---------------
gnome-software (3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1) xenial; urgency=medium

  * New upstream snapshot from the wip/ubuntu-xenial branch at
    git://git.gnome.org/gnome-software.
    - Recognize apt: urls (LP: #1559185)
    - Increase the number of displayed reviews from 10 to 30 (LP: #1559284)
    - Show version information for non-installed apps (LP: #1564621)
    - Show size information for non-installed apps (LP: #1571414)
    - Fix sideloading of local .deb files (LP: #1573408)
    - Enable the Snappy backend (LP: #1575104)

 -- William Hua <william.hua@canonical.com>  Tue, 26 Apr 2016 14:55:05
+0200

** Changed in: gnome-software (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

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

Title:
  SRU including some fixes/improvements/enabling snap backend

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:06:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CE74726C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:06:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C8EC31A3769;
	Wed,  4 May 2016 17:06:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0Fy-0001zs-ND; Wed, 04 May 2016 17:06:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0Fw-0001z4-VF
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:06:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0Fw-0005FE-7w
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:06:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 277B22E80C2
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:06:36 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:58:31 -0000
From: Chris J Arges <1575104@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges brunonova janitor pitti seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20160426103308.25286.25085.malonedeb@wampee.canonical.com>
Message-Id: <20160504165831.17572.31379.malone@soybean.canonical.com>
Subject: [Bug 1575104] Update Released
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4a1490e906e655e9d3e59c6961d29c75a1f081c7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575104 <1575104@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for gnome-software has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  SRU including some fixes/improvements/enabling snap backend

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:06:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F1EBB26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:06:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EC8751A376C;
	Wed,  4 May 2016 17:06:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0G1-00021V-SZ; Wed, 04 May 2016 17:06:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0G1-00021I-D7
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:06:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0G0-0005ID-Qr
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:06:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C85302E80C2
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:06:40 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:57:58 -0000
From: Launchpad Bug Tracker <1573408@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges es20490446e gernophil
 idlesign janitor jfoc launchpad-startport mathew-hodson pitti rmlabruyere
 ryanhuff
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160504165808.16335.61842.malone@ackee.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e834f5681bfb95a206cd711e949bdf2cf007115e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package gnome-software -
3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1

---------------
gnome-software (3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1) xenial; urgency=medium

  * New upstream snapshot from the wip/ubuntu-xenial branch at
    git://git.gnome.org/gnome-software.
    - Recognize apt: urls (LP: #1559185)
    - Increase the number of displayed reviews from 10 to 30 (LP: #1559284)
    - Show version information for non-installed apps (LP: #1564621)
    - Show size information for non-installed apps (LP: #1571414)
    - Fix sideloading of local .deb files (LP: #1573408)
    - Enable the Snappy backend (LP: #1575104)

 -- William Hua <william.hua@canonical.com>  Tue, 26 Apr 2016 14:55:05
+0200

** Changed in: gnome-software (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:06:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E844726C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:06:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E30C41A376F;
	Wed,  4 May 2016 17:06:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0G4-00022l-WC; Wed, 04 May 2016 17:06:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0G4-00022b-7t
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:06:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0G3-0005JN-J6
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:06:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7F0732E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:06:43 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:58:27 -0000
From: Chris J Arges <1573408@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges es20490446e gernophil
 idlesign janitor jfoc launchpad-startport mathew-hodson pitti rmlabruyere
 ryanhuff
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160504165827.23902.26376.malone@gac.canonical.com>
Subject: [Bug 1573408] Update Released
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5c98fbc7cc96026160c2c347b80502942d431476
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for gnome-software has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:06:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8CB2E26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:06:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 86BEE1A3770;
	Wed,  4 May 2016 17:06:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0GG-00028E-EY; Wed, 04 May 2016 17:06:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0GD-00026k-8y
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:06:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0GC-0005XF-IX
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:06:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 899802E80AE
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:06:52 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:57:58 -0000
From: Launchpad Bug Tracker <1571414@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-release-notes; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 arges janitor pitti
 thepowerpuffgirls
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160417211203.23935.74106.malonedeb@gac.canonical.com>
Message-Id: <20160504165806.16335.4983.malone@ackee.canonical.com>
Subject: [Bug 1571414] Re: Size of not-installed applications is
 "Calculating..." in Details section
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6ecfa3759819d1da99be970bc0ee60454149c4f2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1571414 <1571414@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package gnome-software -
3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1

---------------
gnome-software (3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1) xenial; urgency=medium

  * New upstream snapshot from the wip/ubuntu-xenial branch at
    git://git.gnome.org/gnome-software.
    - Recognize apt: urls (LP: #1559185)
    - Increase the number of displayed reviews from 10 to 30 (LP: #1559284)
    - Show version information for non-installed apps (LP: #1564621)
    - Show size information for non-installed apps (LP: #1571414)
    - Fix sideloading of local .deb files (LP: #1573408)
    - Enable the Snappy backend (LP: #1575104)

 -- William Hua <william.hua@canonical.com>  Tue, 26 Apr 2016 14:55:05
+0200

** Changed in: gnome-software (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

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

Title:
  Size of not-installed applications is "Calculating..." in Details
  section

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1571414/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:06:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 97AEC26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:06:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 925491A3772;
	Wed,  4 May 2016 17:06:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0GG-00028P-G2; Wed, 04 May 2016 17:06:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0GE-00027h-Rd
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:06:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0GE-0005X2-GD
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:06:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 570E22E80CF
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:06:54 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:58:24 -0000
From: Chris J Arges <1571414@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-release-notes; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 arges janitor pitti
 thepowerpuffgirls
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20160417211203.23935.74106.malonedeb@gac.canonical.com>
Message-Id: <20160504165824.5424.24605.malone@chaenomeles.canonical.com>
Subject: [Bug 1571414] Update Released
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0153c40b83639afe4c53c88dcee98018be91cc21
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1571414 <1571414@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for gnome-software has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Size of not-installed applications is "Calculating..." in Details
  section

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1571414/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:07:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CE6AE26C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:07:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C092C1A3769;
	Wed,  4 May 2016 17:07:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0GU-0002F6-PK; Wed, 04 May 2016 17:07:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0GQ-0002EL-Pk
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:07:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0GQ-0005t4-Ej
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:07:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0AEE02E80D1
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:07:06 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:57:58 -0000
From: Launchpad Bug Tracker <1564621@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-release-notes; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: rls-x-incoming verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 arges janitor pitti
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160331212536.3574.75185.malonedeb@wampee.canonical.com>
Message-Id: <20160504165804.16335.99574.malone@ackee.canonical.com>
Subject: [Bug 1564621] Re: Version unknown of not-installed applications,
 it appears for installed ones
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7983efa14470e3ad907e53cf7efe168308d14584
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1564621 <1564621@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package gnome-software -
3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1

---------------
gnome-software (3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1) xenial; urgency=medium

  * New upstream snapshot from the wip/ubuntu-xenial branch at
    git://git.gnome.org/gnome-software.
    - Recognize apt: urls (LP: #1559185)
    - Increase the number of displayed reviews from 10 to 30 (LP: #1559284)
    - Show version information for non-installed apps (LP: #1564621)
    - Show size information for non-installed apps (LP: #1571414)
    - Fix sideloading of local .deb files (LP: #1573408)
    - Enable the Snappy backend (LP: #1575104)

 -- William Hua <william.hua@canonical.com>  Tue, 26 Apr 2016 14:55:05
+0200

** Changed in: gnome-software (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

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

Title:
  Version unknown of not-installed applications, it appears for
  installed ones

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1564621/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:07:16 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0D61026C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:07:16 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 06CA31A375A;
	Wed,  4 May 2016 17:07:16 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0GZ-0002GC-TN; Wed, 04 May 2016 17:07:15 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0GS-0002Ek-OR
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:07:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0GS-0005tj-3J
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:07:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D414A2E80CF
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:07:07 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:58:20 -0000
From: Chris J Arges <1564621@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-release-notes; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: rls-x-incoming verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 arges janitor pitti
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20160331212536.3574.75185.malonedeb@wampee.canonical.com>
Message-Id: <20160504165821.17252.96492.malone@soybean.canonical.com>
Subject: [Bug 1564621] Update Released
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d11ee28cd2537cd5f30427c1652289ad486744f1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1564621 <1564621@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for gnome-software has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Version unknown of not-installed applications, it appears for
  installed ones

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1564621/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:07:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 72FBE26C275C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:07:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 691CC1A3770;
	Wed,  4 May 2016 17:07:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0Gd-0002Ld-9C; Wed, 04 May 2016 17:07:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0Gc-0002JB-78
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:07:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0Gb-00065F-Mj
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:07:17 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A06B82E80CB
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:07:17 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:57:58 -0000
From: Launchpad Bug Tracker <1559284@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=In Progress; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges gang65 janitor pitti robert-ancell seb128
 willcooke
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160318200236.19330.40188.malonedeb@wampee.canonical.com>
Message-Id: <20160504165802.16335.49457.malone@ackee.canonical.com>
Subject: [Bug 1559284] Re: Increase the number of displayed reviews
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 37c9f1402fba980ddfe0f9167b5fcf3fb99e0c7e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1559284 <1559284@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package gnome-software -
3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1

---------------
gnome-software (3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1) xenial; urgency=medium

  * New upstream snapshot from the wip/ubuntu-xenial branch at
    git://git.gnome.org/gnome-software.
    - Recognize apt: urls (LP: #1559185)
    - Increase the number of displayed reviews from 10 to 30 (LP: #1559284)
    - Show version information for non-installed apps (LP: #1564621)
    - Show size information for non-installed apps (LP: #1571414)
    - Fix sideloading of local .deb files (LP: #1573408)
    - Enable the Snappy backend (LP: #1575104)

 -- William Hua <william.hua@canonical.com>  Tue, 26 Apr 2016 14:55:05
+0200

** Changed in: gnome-software (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

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

Title:
  Increase the number of displayed reviews

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1559284/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:07:22 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9F58026C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:07:22 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 980311A3770;
	Wed,  4 May 2016 17:07:22 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0Gf-0002Nb-GF; Wed, 04 May 2016 17:07:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0Ge-0002NN-TI
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:07:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0Ge-0006Bf-8A
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:07:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 16FAD2E8080
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:07:20 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:58:17 -0000
From: Chris J Arges <1559284@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=In Progress; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges gang65 janitor pitti robert-ancell seb128
 willcooke
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20160318200236.19330.40188.malonedeb@wampee.canonical.com>
Message-Id: <20160504165817.6016.35988.malone@chaenomeles.canonical.com>
Subject: [Bug 1559284] Update Released
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8d3b4895b64f1efb7ea4963975932186ea1b135c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1559284 <1559284@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for gnome-software has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Increase the number of displayed reviews

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1559284/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:07:24 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CE80A26C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:07:24 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C9DCF1A3773;
	Wed,  4 May 2016 17:07:24 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0Gh-0002P9-N2; Wed, 04 May 2016 17:07:23 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0Gg-0002OJ-Hg
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:07:22 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0Gf-0006CK-PP
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:07:21 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B2A062E80AC
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:07:21 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:57:58 -0000
From: Launchpad Bug Tracker <1559185@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges gang65 janitor pitti seb128 ximion
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160318153801.20739.53445.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504165800.16335.44748.malone@ackee.canonical.com>
Subject: [Bug 1559185] Re: Doesn't understand apt: urls
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 327c4d259ce9e6298f09f67a9dd19fcbbf9549ed
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1559185 <1559185@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package gnome-software -
3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1

---------------
gnome-software (3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1) xenial; urgency=medium

  * New upstream snapshot from the wip/ubuntu-xenial branch at
    git://git.gnome.org/gnome-software.
    - Recognize apt: urls (LP: #1559185)
    - Increase the number of displayed reviews from 10 to 30 (LP: #1559284)
    - Show version information for non-installed apps (LP: #1564621)
    - Show size information for non-installed apps (LP: #1571414)
    - Fix sideloading of local .deb files (LP: #1573408)
    - Enable the Snappy backend (LP: #1575104)

 -- William Hua <william.hua@canonical.com>  Tue, 26 Apr 2016 14:55:05
+0200

** Changed in: gnome-software (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

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

Title:
  Doesn't understand apt: urls

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:07:25 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1F93B26C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:07:25 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1A5751A3775;
	Wed,  4 May 2016 17:07:25 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0Gi-0002QO-VC; Wed, 04 May 2016 17:07:24 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0Gi-0002P8-35
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:07:24 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0Gh-0006Bz-5l
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:07:23 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 27B2D2E8080
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:07:23 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 16:58:14 -0000
From: Chris J Arges <1559185@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges gang65 janitor pitti seb128 ximion
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20160318153801.20739.53445.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504165814.17389.99443.malone@soybean.canonical.com>
Subject: [Bug 1559185] Update Released
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3efba3075d16b5df3e7ae5c2a9335e5a21206551
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1559185 <1559185@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for gnome-software has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Doesn't understand apt: urls

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:15:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 179D626C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:15:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0F6171A33F8;
	Wed,  4 May 2016 17:15:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0Os-0003O4-Vf; Wed, 04 May 2016 17:15:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0Or-0003Nm-TX
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:15:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0Or-00031F-7X
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:15:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 29CF12E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:15:49 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 17:06:38 -0000
From: Launchpad Bug Tracker <1575657@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janecek janitor
X-Launchpad-Bug-Reporter: Petr Janecek (janecek)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
X-Launchpad-Bug-Duplicate: 1521302
References: <20160427130625.5758.11727.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504170639.5722.97279.malone@chaenomeles.canonical.com>
Subject: [Bug 1575657] Re: "leave fullscreen", "unmaximize" does not work
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7158e91ac6e3643da15de49fdc31b075498d6b17
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575657 <1575657@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1521302 ***
    https://bugs.launchpad.net/bugs/1521302

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-terminal (Ubuntu)
       Status: New => Confirmed

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

Title:
  "leave fullscreen", "unmaximize" does not work

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:16:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 521B126C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:16:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4B7C41A331B;
	Wed,  4 May 2016 17:16:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0P4-0003RR-6v; Wed, 04 May 2016 17:16:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0P3-0003RF-06
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:16:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0P2-0003Dl-2Q
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:16:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8A8BB2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:15:59 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 17:06:47 -0000
From: Alex Perez <1409032@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph janitor
 kennybobs martin-weis-newsadress quhaiyan-rs
 ramayer+ubuntu rattskjelke rocket859 sharms
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Alex Perez (aperez-6)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504170647.24276.58101.malone@gac.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d5225431ecdce603e83db2c29c6fc8d816d21404
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I am also experiencing this issue, on Ubuntu 16.04. gvfsd-smb-browse
uses 100% CPU until I kill it.

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

Title:
  gvfsd-smb: very high CPU utilisation

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 17:20:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9EEE226C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 17:20:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 990AB1A357A;
	Wed,  4 May 2016 17:20:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay0Tp-0003pA-J3; Wed, 04 May 2016 17:20:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay0Tn-0003no-Sc
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 17:20:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay0Tl-0004ch-VJ
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 17:20:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 484992E80DC
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 17:20:49 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 17:12:37 -0000
From: Stephen <beardslee.stephen@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: last.fm
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: affif-bluemeda beardslee-stephen janitor
X-Launchpad-Bug-Reporter: Affif Mukhlashin (affif-bluemeda)
X-Launchpad-Bug-Modifier: Stephen (beardslee-stephen)
References: <20160408025153.3601.61830.malonedeb@gac.canonical.com>
Message-Id: <20160504171237.5940.21872.malone@chaenomeles.canonical.com>
Subject: [Bug 1567742] Re: Cann't login to last.fm
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ff66a6bf4ecad6b2f0ecf0dbf1f79ed51acfbda7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1567742 <1567742@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Any chance this is going to receive a solution soon?

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

Title:
  Cann't login to last.fm

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 18:50:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A825626C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 18:50:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9CAA41A3761;
	Wed,  4 May 2016 18:50:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay1si-0004T9-Gs; Wed, 04 May 2016 18:50:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay1si-0004St-0r
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 18:50:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay1sh-0007b8-CY
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 18:50:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 452D42E80C6
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 18:50:43 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 18:42:53 -0000
From: hackel <1562158@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Opinion; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 flocculant hackel
X-Launchpad-Bug-Reporter: flocculant (flocculant)
X-Launchpad-Bug-Modifier: hackel (hackel)
References: <20160325204802.30880.73598.malonedeb@gac.canonical.com>
Message-Id: <20160504184254.5424.55254.malone@chaenomeles.canonical.com>
Subject: [Bug 1562158] Re: Package(s) missing from gnome-software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 64889e9116981ad595bea3d911fbf2f9fd2f110a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562158 <1562158@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

What about graphical packages like keepassx, keepass2, galculator, and
all kinds of others that are missing?  Do packages have to be manually
whitelisted?

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

Title:
  Package(s) missing from gnome-software

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 19:05:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 362B926C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 19:05:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2FDAE1A37A7;
	Wed,  4 May 2016 19:05:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay27O-0008TO-Op; Wed, 04 May 2016 19:05:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay27N-0008TE-PZ
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 19:05:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay27N-0005vR-Dz
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 19:05:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 651BC2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 19:05:53 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 18:56:42 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Opinion; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 flocculant hackel ximion
X-Launchpad-Bug-Reporter: flocculant (flocculant)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160325204802.30880.73598.malonedeb@gac.canonical.com>
Message-Id: <20160504185642.24544.71153.malone@gac.canonical.com>
Subject: [Bug 1562158] Re: Package(s) missing from gnome-software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4c7141bad1b5d5b4841eb8db6fee928370efe130
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562158 <1562158@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

No, but their .desktop files or metainfo files must be error-free: http://appstream.ubuntu.com/xenial/universe/issues/keepassx.html
galculator is fine though, I can find it.

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

Title:
  Package(s) missing from gnome-software

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 19:10:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1DDB126C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 19:10:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 16DA21A37AB;
	Wed,  4 May 2016 19:10:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay2CD-0000O4-VA; Wed, 04 May 2016 19:10:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay2CB-0000N8-7y
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 19:10:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay2CB-0001Us-0Q
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 19:10:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F11DF2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 19:10:50 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 19:00:59 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dmpatil1995
X-Launchpad-Bug-Reporter: deeps (dmpatil1995)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1560797
References: <20160504162930.23766.51866.malonedeb@gac.canonical.com>
Message-Id: <20160504190101.25110.39326.launchpad@wampee.canonical.com>
Subject: [Bug 1578301] Re: package systemd-sysv 225-1ubuntu9.1 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 79fb6f0bd918bc52b2a0cbddf385916e680745be
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578301 <1578301@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1560797 ***
    https://bugs.launchpad.net/bugs/1560797

** This bug has been marked a duplicate of bug 1560797
   apt does not configure Pre-Depends: before depending package

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

Title:
  package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 19:30:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 61FB526C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 19:30:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 529181A2FD6;
	Wed,  4 May 2016 19:30:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay2VV-0002KX-U5; Wed, 04 May 2016 19:30:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay2VU-0002JG-Tr
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 19:30:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay2VU-00066D-9y
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 19:30:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 305CE2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 19:30:48 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 19:23:18 -0000
From: Jason Dueck <jasondueck@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jasondueck sunbear-c22 thepowerpuffgirls
X-Launchpad-Bug-Reporter: The Powerpuff Girls (thepowerpuffgirls)
X-Launchpad-Bug-Modifier: Jason Dueck (jasondueck)
References: <20160427054551.5424.98778.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160504192318.24931.47302.launchpad@wampee.canonical.com>
Subject: [Bug 1575484] Re: "Set document metadata failed"
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 692db9086ce3dbeac6018fad0aebed2612937638
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575484 <1575484@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment removed: "Browser.png"
   https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1575484/+attachment/4655693/+files/Browser.png

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

Title:
  "Set document metadata failed"

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 19:45:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E159526C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 19:45:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C842D1A35A5;
	Wed,  4 May 2016 19:45:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay2jx-00049Z-Qd; Wed, 04 May 2016 19:45:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay2jw-000496-GT
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 19:45:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay2jw-00045s-2s
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 19:45:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 081872E80C6
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 19:45:44 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 19:36:10 -0000
From: flocculant <1562158@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Opinion; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 flocculant hackel ximion
X-Launchpad-Bug-Reporter: flocculant (flocculant)
X-Launchpad-Bug-Modifier: flocculant (flocculant)
References: <20160325204802.30880.73598.malonedeb@gac.canonical.com>
Message-Id: <20160504193610.17621.70415.malone@soybean.canonical.com>
Subject: [Bug 1562158] Re: Package(s) missing from gnome-software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 15fd3cdf28ebd217f06cde3255fa485627d32f16
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562158 <1562158@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Install Synaptic - it still finds everything.

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

Title:
  Package(s) missing from gnome-software

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 21:20:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3E1F326C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 21:20:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 37DE11A3C9B;
	Wed,  4 May 2016 21:20:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay4Dv-0006DT-3b; Wed, 04 May 2016 21:20:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay4Dt-0006D5-TS
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 21:20:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay4Dt-0005iG-Eq
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 21:20:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 672512E80AC
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 21:20:45 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 21:11:04 -0000
From: Bug Watch Updater <553894@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=evince; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 spinstartshere
X-Launchpad-Bug-Reporter: spinstartshere (spinstartshere)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20100402115234.22382.5920.malonedeb@soybean.canonical.com>
Message-Id: <20160504211105.13660.16818.launchpad@loganberry.canonical.com>
Subject: [Bug 553894] Re: Evince ignores Reverse page order option when
 printing
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 68b918f4074cc988a86435fb53aab8ff11cfc501
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 553894 <553894@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: evince
       Status: New => Confirmed

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

Title:
  Evince ignores Reverse page order option when printing

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 22:50:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6A1C426C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 22:50:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5EA871A3CBD;
	Wed,  4 May 2016 22:50:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay5d1-0005Qf-9o; Wed, 04 May 2016 22:50:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay5cv-0005Pm-D3
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 22:50:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay5cu-0007dv-PY
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 22:50:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 943742E80CA
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 22:50:40 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 22:41:10 -0000
From: Apport retracing service <1578418@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport fabianbur
X-Launchpad-Bug-Reporter: fabianbur (fabianbur)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
X-Launchpad-Bug-Duplicate: 447459
References: <20160504222956.25034.20007.malonedeb@wampee.canonical.com>
Message-Id: <20160504224110.24503.25213.malone@gac.canonical.com>
Subject: [Bug 1578418] Re: nautilus crashed with SIGSEGV in
 g_type_check_instance()
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cbe42bbb4b0ff1ab5544ea4cc8e2f78dae22cd09
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578418 <1578418@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 447459 ***
    https://bugs.launchpad.net/bugs/447459

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

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/1578418/+attachment/4655968/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   https://bugs.launchpad.net/bugs/1578418/+attachment/4655970/+files/Disassembly.txt

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

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

** Attachment removed: "Registers.txt"
   https://bugs.launchpad.net/bugs/1578418/+attachment/4655974/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   https://bugs.launchpad.net/bugs/1578418/+attachment/4655976/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   https://bugs.launchpad.net/bugs/1578418/+attachment/4655977/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 447459
   nautilus crashed with SIGSEGV in g_type_check_instance()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance()

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Wed May  4 22:50:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A418126C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed,  4 May 2016 22:50:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9DEC91A3C43;
	Wed,  4 May 2016 22:50:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay5d4-0005S9-KO; Wed, 04 May 2016 22:50:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay5d3-0005Ry-GJ
 for desktop-bugs@lists.ubuntu.com; Wed, 04 May 2016 22:50:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay5d3-0007nq-2V
 for <desktop-bugs@lists.ubuntu.com>; Wed, 04 May 2016 22:50:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0F3602E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed,  4 May 2016 22:50:49 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 04 May 2016 22:43:17 -0000
From: Zisu Andrei <254171@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=pantheon-files; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=nautilus; component=main; 
 status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andrew-rw-robinson doherty eivindk leonbo matzipan
 sense
X-Launchpad-Bug-Reporter: =?utf-8?q?Eivind_Kj=C3=B8rstad_=28eivindk=29?=
X-Launchpad-Bug-Modifier: Zisu Andrei (matzipan)
References: <20080802100042.21047.44650.malonedeb@gangotri.canonical.com>
Message-Id: <20160504224318.23935.7684.launchpad@gac.canonical.com>
Subject: [Bug 254171] Re: Nautilus can't properly unmount FUSE file systems
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 26e6f05da0b210aac4912f280a64f548f8717446
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 254171 <254171@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: pantheon-files
   Importance: Undecided
       Status: New

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

Title:
  Nautilus can't properly unmount FUSE file systems

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 00:50:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AE4E326C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 00:50:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A48661A3EEB;
	Thu,  5 May 2016 00:50:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay7VH-0007zd-JI; Thu, 05 May 2016 00:50:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay7VG-0007z4-I7
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 00:50:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay7VE-0000G4-NG
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 00:50:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AE7C72E80CD
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 00:50:52 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 00:40:46 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=lightdm; milestone=1.19.0; status=Fix Released;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: product=lightdm; productseries=1.18; milestone=1.18.2;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fcitx; component=main;
 status=Fix Released; importance=Undecided; assignee=aron.xu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=lightdm; component=main;
 status=Fix Committed; importance=High; assignee=aron.xu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=mozc; component=main;
 status=Fix Released; importance=Undecided; assignee=aron.xu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=fcitx;
 component=main; status=Fix Released; importance=Undecided;
 assignee=aron.xu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=lightdm; component=main; status=Fix Committed; importance=High; 
 assignee=aron.xu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=mozc; 
 component=main; status=Fix Released; importance=Undecided;
 assignee=aron.xu@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor nobuto
X-Launchpad-Bug-Reporter: Nobuto Murata (nobuto)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20151025155405.26436.67075.malonedeb@gac.canonical.com>
Message-Id: <20160505004047.24386.48726.launchpad@gac.canonical.com>
Subject: [Bug 1509829] Re: lightdm-guest-session profile is too strict to
 input Japanese text with fcitx-mozc
X-Launchpad-Message-Rationale: Subscriber (fcitx in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9f7c975e31f90b0e51c2e2175e48ca76fb478a42
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1509829 <1509829@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: lightdm
       Status: Fix Committed => Fix Released

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

Title:
  lightdm-guest-session profile is too strict to input Japanese text
  with fcitx-mozc

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 02:31:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C2EEC26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 02:31:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BC1761A3F62;
	Thu,  5 May 2016 02:31:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay949-0000CU-GH; Thu, 05 May 2016 02:31:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay947-0000C5-UX
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 02:30:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay947-00084A-DR
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 02:30:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 495792E80AE
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 02:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 02:23:56 -0000
From: Launchpad Bug Tracker <1509829@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=lightdm; milestone=1.19.0; status=Fix Released;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: product=lightdm; productseries=1.18; milestone=1.18.2;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fcitx; component=main;
 status=Fix Released; importance=Undecided; assignee=aron.xu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=lightdm; component=main;
 status=Fix Released; importance=High; assignee=aron.xu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=mozc; component=main;
 status=Fix Released; importance=Undecided; assignee=aron.xu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=fcitx;
 component=main; status=Fix Released; importance=Undecided;
 assignee=aron.xu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=lightdm; component=main; status=Fix Committed; importance=High; 
 assignee=aron.xu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=mozc; 
 component=main; status=Fix Released; importance=Undecided;
 assignee=aron.xu@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor nobuto
X-Launchpad-Bug-Reporter: Nobuto Murata (nobuto)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20151025155405.26436.67075.malonedeb@gac.canonical.com>
Message-Id: <20160505022401.9800.18095.malone@ackee.canonical.com>
Subject: [Bug 1509829] Re: lightdm-guest-session profile is too strict to
 input Japanese text with fcitx-mozc
X-Launchpad-Message-Rationale: Subscriber (fcitx in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2a1db2952c46812ad6d37d6469afb69008cd45c4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1509829 <1509829@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package lightdm - 1.19.0-0ubuntu1

---------------
lightdm (1.19.0-0ubuntu1) yakkety; urgency=medium

  * New upstream release:
    - Use /dev/tty0 instead of /dev/console for VT operations (LP: #1566073)
    - Don't quit on SIGUSR1, SIGUSR2 or SIGHUP (LP: #960157)
    - Improve XDMCP IPv6 address selection (LP: #1575200)
    - Set XDMCP hostname field in to system hostname or configured value
      (LP: #1578442)
    - Allow fcitx and mozc to run in guest session (LP: #1509829)
    - Fix lxsession running in guest session
    - Drop support for legacy XMir
    - Fix g_spawn compiler warning
  * debian/rules:
    - Fix usage of dh_installinit (LP: #1292990)

 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 05 May 2016
12:23:45 +1200

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

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

Title:
  lightdm-guest-session profile is too strict to input Japanese text
  with fcitx-mozc

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 02:41:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 59A8C26C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 02:41:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 54B0A1A3EFA;
	Thu,  5 May 2016 02:41:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ay9Dz-00015u-8Y; Thu, 05 May 2016 02:41:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ay9Dt-00014w-W7
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 02:41:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ay9Ds-0004dL-5t
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 02:41:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EF2522E80DF
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 02:41:00 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 02:34:46 -0000
From: Jaime Fernando Ortega Culaciati <jaimefortega@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges es20490446e gernophil
 idlesign janitor jfoc launchpad-startport mathew-hodson pitti rmlabruyere
 ryanhuff
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Jaime Fernando Ortega Culaciati (jfoc)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160505023446.17252.52262.malone@soybean.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 836f35d3ab7aa53eb377ea78ffe59b9366e4a02a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The isn't an update for ubuntu yet. Have someone received the update
through the official Ubuntu updates? (not through the xenial-proposed
channel)

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 03:35:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E022726C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 03:35:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DC0FD1A3FE8;
	Thu,  5 May 2016 03:35:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayA4f-0007Kc-Pb; Thu, 05 May 2016 03:35:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayA4f-0007KV-1K
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 03:35:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayA4e-0000ti-Eg
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 03:35:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 355DD2EA025
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 03:35:36 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 03:25:46 -0000
From: Aere Greenway <1573408@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges es20490446e gernophil
 idlesign janitor jfoc launchpad-startport mathew-hodson pitti rmlabruyere
 ryanhuff
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Aere Greenway (aere)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
 <20160505023446.17252.52262.malone@soybean.canonical.com>
Message-Id: <572ABD3A.4010108@Dvorak-Keyboards.com>
Subject: Re: [Bug 1573408] Re: GNOME Software does not install third-party
 .deb packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5fb6bc6a67f6a8f781614698ed46b81478854449
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

On 05/04/2016 08:34 PM, Jaime Fernando Ortega Culaciati wrote:
> The isn't an update for ubuntu yet. Have someone received the update
> through the official Ubuntu updates? (not through the xenial-proposed
> channel)
>
I attempted to test it on one of my test system (without the change 
allowing proposed changes), and the fix was not in, even after running 
the software updater.

So the problem is still there.

-- 
Sincerely,
Aere

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 03:40:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4F0F326C2276
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 03:40:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4B26E1A3FB7;
	Thu,  5 May 2016 03:40:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayA9p-000858-EB; Thu, 05 May 2016 03:40:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayA9o-00084i-80
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 03:40:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayA9n-0002yU-Jq
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 03:40:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7C3CC2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 03:40:55 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 03:32:24 -0000
From: CzBiX <gliuwr@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Unknown; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 7-rob emmanuelturinetto gliuwr mcg petersaints
 sa-yu seb128
X-Launchpad-Bug-Reporter: =?utf-8?b?U2FkaSBZdW11xZ9hayAoc2EteXUp?=
X-Launchpad-Bug-Modifier: CzBiX (gliuwr)
References: <20150427155522.16746.50338.malonedeb@gac.canonical.com>
Message-Id: <20160505033224.24074.64843.malone@gac.canonical.com>
Subject: [Bug 1449112] Re: can't move files to trash without any
 owner/permission issues
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ebdd290008338b4882af07b2742d2035e4e9fffc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1449112 <1449112@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Just updated my binary patch for Ubuntu 16.04.
https://gist.github.com/CzBiX/e64256b23687bb13da02

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

Title:
  can't move files to trash without any owner/permission issues

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 04:00:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D70C026C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 04:00:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D46791A3FF8;
	Thu,  5 May 2016 04:00:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayAT8-0001BQ-Ln; Thu, 05 May 2016 04:00:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayAT7-0001BC-JZ
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 04:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayAT7-00067K-9q
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 04:00:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 471CE2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 04:00:53 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 03:52:42 -0000
From: =?utf-8?b?6LO05a625Lqo?= <laichiaheng@outlook.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laichiaheng
X-Launchpad-Bug-Reporter: =?utf-8?b?6LO05a625LqoIChsYWljaGlhaGVuZyk=?=
X-Launchpad-Bug-Modifier: =?utf-8?b?6LO05a625LqoIChsYWljaGlhaGVuZyk=?=
Message-Id: <20160505035242.24579.57850.malonedeb@gac.canonical.com>
Subject: [Bug 1578473] [NEW] I can't install flashplayer through the Ubuntu
 Softwares.
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f758cc07a25c5304624d91351e9529673cc3b3ff
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578473 <1578473@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

There is no flash player in the Ubuntu Softwares.
It also lacks lots of softwares.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-software 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu May  5 11:50:52 2016
InstallationDate: Installed on 2016-04-22 (12 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  I can't install flashplayer through the Ubuntu Softwares.

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 04:15:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C1BD726C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 04:15:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BE84A1A4010;
	Thu,  5 May 2016 04:15:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayAhg-00030l-Io; Thu, 05 May 2016 04:15:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayAhd-0002zi-ND
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 04:15:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayAhd-00058h-DQ
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 04:15:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 645D02E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 04:15:53 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 04:07:43 -0000
From: Berkant <erbeyberkant@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abencomoc90 acutbal adnanyumer amribrahim1987
 andrea-deangelis93 anujsharma9196 belenos bkarlan-n braderhart
 chipsharpdotcom davidrabello dragonsawareness dusktumult erzzo eyeprotocol
 faical117 gurukumara guzmane ibrahimdarra janitor jerss2k jfoc jime567
 jonayadrahman launchpad-startport lei-pero lt-goldman marcorr70 mathew-hodson
 narenana nicholaskade octoquad odo-openerp oystein-alver pablocelayes
 postadelmaga rmmuneer06 robert-mijakovic rodolfo-inec rusubogdan93
 sahashinjan seb128 smurfendrek123 soopo stanislav-schmidt strom-anders
 subhadeep-dey svde-tech t-uruntu-s techbin1 timtjtim vincentthiele
 yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: Berkant (erbeyberkant)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505040744.5219.64424.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1573206] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7577ea2b8cb2c29aacc4c1c222464987798790ce
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

** Also affects: gnome-software
   Importance: Undecided
       Status: New

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573206/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 04:15:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E7D6926C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 04:15:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E32CC1A4010;
	Thu,  5 May 2016 04:15:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayAhh-00032b-T4; Thu, 05 May 2016 04:15:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayAhh-000321-8u
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 04:15:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayAhg-0005Hz-NB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 04:15:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A9AED2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 04:15:56 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 04:10:24 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Critical; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505041026.5219.38824.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0ed6fee9ded2738cef412d5a72b09b9fce42f246
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 04:20:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8E93D26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 04:20:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 716511A4011;
	Thu,  5 May 2016 04:20:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayAmH-0003Nu-7N; Thu, 05 May 2016 04:20:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayAmF-0003Nc-To
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 04:20:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayAmF-0005Xx-DP
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 04:20:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 557B92E80AC
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 04:20:39 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 04:12:33 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: clarkendavis janitor
X-Launchpad-Bug-Reporter: Clarke Davis (clarkendavis)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160427013153.5590.73754.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505041234.25286.41519.launchpad@wampee.canonical.com>
Subject: [Bug 1575447] Re: package gnome-menus 3.13.3-6ubuntu3 failed to
 install/upgrade: triggers looping, abandoned
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b2ab1eb3b0f31a2a719f7aad4f1d4652f04e1c29
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575447 <1575447@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-menus (Ubuntu)
   Importance: Undecided => High

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

Title:
  package gnome-menus 3.13.3-6ubuntu3 failed to install/upgrade:
  triggers looping, abandoned

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 04:20:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 638F026C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 04:20:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5FC241A4018;
	Thu,  5 May 2016 04:20:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayAmL-0003Q4-BZ; Thu, 05 May 2016 04:20:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayAmK-0003Pl-CY
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 04:20:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayAmJ-0005cs-OY
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 04:20:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9D6492E80CD
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 04:20:43 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 04:12:13 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fwupd; component=main;
 status=In Progress; importance=High; assignee=superm1@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=fwupd;
 component=main; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: richard-hughes superm1 tjaalton ximion
 yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160426154709.16866.36935.malonedeb@soybean.canonical.com>
Message-Id: <20160505041214.6016.58854.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1575248] Re: "AppStream cache update completed,
 but some metadata was ignored due to errors." on "sudo apt-get update"
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 923b9de3b4cafc8a97f6dbc2041f9f47e251dfb3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575248 <1575248@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: fwupd (Ubuntu)
   Importance: Undecided => High

** Changed in: fwupd (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: appstream (Ubuntu)
   Importance: Undecided => High

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

Title:
  "AppStream cache update completed, but some metadata was ignored due
  to errors." on "sudo apt-get update"

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 04:26:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A796026C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 04:26:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9D1DB1A3C85;
	Thu,  5 May 2016 04:26:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayArQ-0003ni-H8; Thu, 05 May 2016 04:26:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayAr5-0003lB-Q6
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 04:25:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayAr5-0006Fu-HV
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 04:25:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 829592E80AC
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 04:25:39 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 04:19:06 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505041907.17438.16328.malone@soybean.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a3cf53fa2c9fe8957cfce9902fc8ab8ee5ff5f9b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is not really critical: It only affects a few users, does not cause data loss, and has an easy workaround.
Would still be useful to find out why this happens...
@tartley: Did you run `apt update` previously, without gnome-software showing apps? Do you maybe have repositories which are inadequately signed installed (e.g. Google Talk)?

** Changed in: gnome-software (Ubuntu)
   Importance: Critical => High

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 04:31:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BBE4026C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 04:31:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B8F0F1A400D;
	Thu,  5 May 2016 04:31:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayAwJ-0004E8-LK; Thu, 05 May 2016 04:31:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayAwG-0004Bf-AE
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 04:31:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayAwF-0007N2-NR
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 04:30:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8D9FB2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 04:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 04:23:14 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janc janitor mlucena sebastien-ramage
 totalworlddomination
X-Launchpad-Bug-Reporter: Jan Claeys (janc)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160422191219.24997.93394.malonedeb@wampee.canonical.com>
Message-Id: <20160505042315.24997.80277.launchpad@wampee.canonical.com>
Subject: [Bug 1573755] Re: compose and dead keys stopped working in gnome
 terminal
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 766dc343d181103dbbaeae35b097c87eea5ee98a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573755 <1573755@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-terminal (Ubuntu)
   Importance: Undecided => High

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => High

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

Title:
  compose and dead keys stopped working in gnome terminal

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 04:31:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E59D426C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 04:31:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E29A41A4020;
	Thu,  5 May 2016 04:31:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayAwO-0004H5-Qs; Thu, 05 May 2016 04:31:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayAwN-0004Gi-Mt
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 04:31:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayAwN-0007Xx-13
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 04:31:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EADC22E80CA
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 04:31:06 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 04:20:22 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Invalid; importance=Wishlist; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Won't Fix; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-meta; component=main;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 buo-ren-lin janitor jaufre
 mathew-hodson robert-ancell seb128 ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?SmF1ZnLDqSBBbGlnw6kgKGphdWZyZSk=?=
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160304142135.12999.28859.malonedeb@wampee.canonical.com>
Message-Id: <20160505042024.24867.75286.launchpad@wampee.canonical.com>
Subject: [Bug 1553211] Re: gnome-software does not treat recommends and
 suggests as plugins to applications | impossible to install "technical"
 packages (plugins,
 kernels...) | Ubuntu desktop no longer provide graphical method to install
 non-GUI software components
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d95e151f14ede17ee2ea5b1b35d152227b78764e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1553211 <1553211@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
       Status: Confirmed => Won't Fix

** Changed in: gnome-software (Ubuntu)
   Importance: Low => Medium

** Changed in: ubuntu-meta (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  gnome-software does not treat recommends and suggests as plugins to
  applications | impossible to install "technical" packages (plugins,
  kernels...) | Ubuntu desktop no longer provide graphical method to
  install non-GUI software components

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1553211/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 04:35:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6E75E26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 04:35:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6775E1A4025;
	Thu,  5 May 2016 04:35:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayB0q-0004UG-FY; Thu, 05 May 2016 04:35:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayB0n-0004Sg-Bc
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 04:35:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayB0m-0000qR-FD
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 04:35:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 389C62E80AE
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 04:35:40 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 04:29:09 -0000
From: Jaime Fernando Ortega Culaciati <jaimefortega@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges es20490446e gernophil
 idlesign janitor jfoc launchpad-startport mathew-hodson pitti rmlabruyere
 ryanhuff
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Jaime Fernando Ortega Culaciati (jfoc)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160505042909.5153.38686.malone@chaenomeles.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7ad208301caa28344f51d005f955156afdf1ef4d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hmmmm... I've just noticed that by running 'sudo apt-get upgrade' shows
that there is an update for the gnome-software, but the GUI (Software
Updater) doesn't show it. Maybe it's lacking a dependency.

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 05:05:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 19CEB26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 05:05:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0C2501A40BB;
	Thu,  5 May 2016 05:05:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayBTr-0000Mh-TS; Thu, 05 May 2016 05:05:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayBTq-0000Lm-N8
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 05:05:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayBTq-0002qE-5F
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 05:05:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 227262E80C7
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 05:05:42 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 04:56:47 -0000
From: Bug Watch Updater <1575555@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fonts-noto-cjk;
 component=main; status=In Progress; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=fonts-noto-cjk; component=main; status=In Progress;
 importance=Medium; assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=debian; sourcepackage=fonts-noto-cjk;
 component=main; status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: duncan-bay gunnarhj janitor jiongrious szjx
X-Launchpad-Bug-Reporter: JI Xiang (szjx)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160427092723.25184.5638.malonedeb@wampee.canonical.com>
Message-Id: <20160505045648.13914.74661.launchpad@loganberry.canonical.com>
Subject: [Bug 1575555] Re: Chrome/Chromium use "Thin" as default font weight
X-Launchpad-Message-Rationale: Subscriber (fonts-noto-cjk in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b109e49c2943d7c3224071701fb9991f26379620
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575555 <1575555@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: fonts-noto-cjk (Debian)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to fonts-noto-cjk in Ubuntu.
https://bugs.launchpad.net/bugs/1575555

Title:
  Chrome/Chromium use "Thin" as default font weight

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-noto-cjk/+bug/1575555/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 05:35:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0BCD226C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 05:35:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0399F1A40A6;
	Thu,  5 May 2016 05:35:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayBws-0002PP-VT; Thu, 05 May 2016 05:35:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayBwo-0002OH-B5
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 05:35:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayBwn-0004jE-RN
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 05:35:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B44EB2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 05:35:37 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 05:25:45 -0000
From: Jesse Gonzalez <1578488@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shared-mime-info;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jessegonzalez
X-Launchpad-Bug-Reporter: Jesse Gonzalez (jessegonzalez)
X-Launchpad-Bug-Modifier: Jesse Gonzalez (jessegonzalez)
Message-Id: <20160505052545.23997.85454.malonedeb@gac.canonical.com>
Subject: [Bug 1578488] [NEW] package shared-mime-info 1.5-2 failed to
 install/upgrade: subprocess installed post-installation script returned error
 exit status 127
X-Launchpad-Message-Rationale: Subscriber (shared-mime-info in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1082fd1030612f4a45144509c578cda7abc1e8d2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578488 <1578488@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

This appeared after a do-release upgrade.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: shared-mime-info 1.5-2
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Thu May  5 00:13:38 2016
ErrorMessage: subprocess installed post-installation script returned error exit status 127
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: shared-mime-info
Title: package shared-mime-info 1.5-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127
UpgradeStatus: Upgraded to xenial on 2016-05-05 (0 days ago)

** Affects: shared-mime-info (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu.
https://bugs.launchpad.net/bugs/1578488

Title:
  package shared-mime-info 1.5-2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/1578488/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 05:41:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D17DF26C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 05:41:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CC6B71A3E51;
	Thu,  5 May 2016 05:41:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayC2c-0002ev-N7; Thu, 05 May 2016 05:41:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayC2V-0002dg-6g
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 05:41:31 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayC2U-0000Jm-P4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 05:41:30 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B77AB2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 05:41:30 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 05:34:29 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=hundredpapercuts; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-release-notes; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug iso-testing xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: flocculant janitor ubuntuqa vipri-alessandro
X-Launchpad-Bug-Reporter: flocculant (flocculant)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160301081105.1518.21403.malonedeb@wampee.canonical.com>
Message-Id: <20160505053431.25656.75291.launchpad@wampee.canonical.com>
Subject: [Bug 1551599] Re: Remove button missing after package installation
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8691502be1aac9bae862fa14f41a6b3348f579bf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1551599 <1551599@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: hundredpapercuts
   Importance: High => Medium

** Changed in: hundredpapercuts
   Importance: Medium => Low

** Changed in: hundredpapercuts
   Importance: Low => Medium

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

Title:
  Remove button missing after package installation

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 06:07:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1539D26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 06:07:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0E36A1A2AEF;
	Thu,  5 May 2016 06:07:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayCRQ-0005hG-UB; Thu, 05 May 2016 06:07:16 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayCRJ-0005es-RP
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 06:07:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayCRJ-00010e-ML
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 06:07:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A695B2E80AC
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 06:07:09 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 05:53:40 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-control-center; status=Unknown;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: product=gtk; status=Unknown; importance=Medium; assignee=None;
X-Launchpad-Bug: product=mir; milestone=0.18.0; status=Fix Released;
 importance=Wishlist; assignee=andreas.pokorny@canonical.com; 
X-Launchpad-Bug: product=unity; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-control-center;
 component=universe; status=Triaged; importance=Wishlist;
 assignee=m-kuehne@bluewin.ch; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=mir; component=main;
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: enhancement saucy trusty wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 2matvei 4mr-minj aaron-j-schlosser adam-jackman
 ah734 antistress b8732 bernhard-zuern christian-seipel claudius-ellsel cmavr8
 csaba-kertesz dferguson dinamic6661 dmitry-chirkin eren-tantekin eresonance
 fariazz fsando fyo g-christ glex-spb ikt james-san janitor jbicha jphutch
 karzisss kjun-deactivatedaccount klap-in krychek kuboslawik learts92
 lfbm-andamentos lifyre michihenning mysegfault notgary nowaker p-yorick
 pascal-devuyst patrick-dcruze pavlo.s.verba ps-jenkins richud.com roofox
 seb128 sicofante timppis vanvugt vish vkleban zdebre-gmail
X-Launchpad-Bug-Reporter: Jim Hutchinson (jphutch)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20070706172321.25411.52417.malonedeb@gangotri.ubuntu.com>
Message-Id: <20160505055342.24161.45691.launchpad@gac.canonical.com>
Subject: [Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse
 scrolling speed
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c5bf9302d20b3bae14c9318924e8b03a604fb1c1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 124440 <124440@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

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

** No longer affects: hundredpapercuts

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

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 06:31:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1438826C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 06:31:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 09EE31A3FE7;
	Thu,  5 May 2016 06:31:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayCoP-0000Cy-Ry; Thu, 05 May 2016 06:31:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayCoO-0000Cm-Mi
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 06:31:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayCoO-0004xI-0N
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 06:31:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E75CE2E80D1
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 06:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 06:21:27 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-control-center; status=Unknown;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: product=gtk; status=Unknown; importance=Medium; assignee=None;
X-Launchpad-Bug: product=mir; milestone=0.18.0; status=Fix Released;
 importance=Wishlist; assignee=andreas.pokorny@canonical.com; 
X-Launchpad-Bug: product=unity; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-control-center;
 component=universe; status=Invalid; importance=Wishlist;
 assignee=m-kuehne@bluewin.ch; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=mir; component=main;
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: enhancement saucy trusty wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 2matvei 4mr-minj aaron-j-schlosser adam-jackman
 ah734 antistress b8732 bernhard-zuern christian-seipel claudius-ellsel cmavr8
 csaba-kertesz darkxst dferguson dinamic6661 dmitry-chirkin eren-tantekin
 eresonance fariazz fsando fyo g-christ glex-spb ikt james-san janitor jbicha
 jphutch karzisss kjun-deactivatedaccount klap-in krychek kuboslawik learts92
 lfbm-andamentos lifyre michihenning mysegfault notgary nowaker p-yorick
 pascal-devuyst patrick-dcruze pavlo.s.verba ps-jenkins richud.com roofox
 seb128 sicofante timppis vanvugt vish vkleban zdebre-gmail
X-Launchpad-Bug-Reporter: Jim Hutchinson (jphutch)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20070706172321.25411.52417.malonedeb@gangotri.ubuntu.com>
Message-Id: <20160505062128.24964.9018.malone@wampee.canonical.com>
Subject: [Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse
 scrolling speed
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2c48ff2492383f79eb58407ba147f1e17444cad8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 124440 <124440@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Adding a UI element for a few hardware specific issues does not seem
like a good idea, especially when I can guarantee upstream won't take
those patches. Likely they can be fixed for the specific devices by udev
rules or similar.

Marking gnome-control-center invalid

** Changed in: gnome-control-center (Ubuntu)
       Status: Triaged => Invalid

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

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 07:26:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2CE2E26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 07:26:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1ED2C1A3D66;
	Thu,  5 May 2016 07:26:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayDfe-0004hb-6i; Thu, 05 May 2016 07:26:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayDfc-0004hW-Qw
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 07:26:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayDfc-0000eP-Ae
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 07:26:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4BFCB2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 07:26:00 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 07:17:57 -0000
From: Daniel van Vugt <daniel.van.vugt@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-control-center; status=Unknown;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: product=gtk; status=Unknown; importance=Medium; assignee=None;
X-Launchpad-Bug: product=mir; milestone=0.18.0; status=Fix Released;
 importance=Wishlist; assignee=andreas.pokorny@canonical.com; 
X-Launchpad-Bug: product=unity; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-control-center;
 component=universe; status=Invalid; importance=Wishlist;
 assignee=m-kuehne@bluewin.ch; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=mir; component=main;
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-system-settings;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: enhancement saucy trusty wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 2matvei 4mr-minj aaron-j-schlosser adam-jackman
 ah734 antistress b8732 bernhard-zuern christian-seipel claudius-ellsel cmavr8
 csaba-kertesz darkxst dferguson dinamic6661 dmitry-chirkin eren-tantekin
 eresonance fariazz fsando fyo g-christ glex-spb ikt james-san janitor jbicha
 jphutch karzisss kjun-deactivatedaccount klap-in krychek kuboslawik learts92
 lfbm-andamentos lifyre michihenning mysegfault notgary nowaker p-yorick
 pascal-devuyst patrick-dcruze pavlo.s.verba ps-jenkins richud.com roofox
 seb128 sicofante timppis vanvugt vish vkleban zdebre-gmail
X-Launchpad-Bug-Reporter: Jim Hutchinson (jphutch)
X-Launchpad-Bug-Modifier: Daniel van Vugt (vanvugt)
References: <20070706172321.25411.52417.malonedeb@gangotri.ubuntu.com>
Message-Id: <20160505071758.25034.99269.launchpad@wampee.canonical.com>
Subject: [Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse
 scrolling speed
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3e0de10b2d2ac3ce27efa6309878d2e1d7fcd4ba
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 124440 <124440@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

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

** Summary changed:

- [enhancement] Ubuntu needs a way to set mouse scrolling speed
+ [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed

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

Title:
  [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 08:50:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A18FC26C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 08:50:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9BB271A35F7;
	Thu,  5 May 2016 08:50:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayEzl-0003lj-Mr; Thu, 05 May 2016 08:50:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayEzl-0003lV-4U
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 08:50:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayEzj-0003dc-O0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 08:50:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A1AD12E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 08:50:51 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 08:44:36 -0000
From: =?utf-8?q?Sadi_Yumu=C5=9Fak?= <1449112@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Unknown; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 7-rob emmanuelturinetto gliuwr mcg petersaints
 sa-yu seb128
X-Launchpad-Bug-Reporter: =?utf-8?b?U2FkaSBZdW11xZ9hayAoc2EteXUp?=
X-Launchpad-Bug-Modifier: =?utf-8?b?U2FkaSBZdW11xZ9hayAoc2EteXUp?=
References: <20150427155522.16746.50338.malonedeb@gac.canonical.com>
Message-Id: <20160505084437.23902.98386.malone@gac.canonical.com>
Subject: [Bug 1449112] Re: can't move files to trash without any
 owner/permission issues
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c2487983059ff57884d19b1eb77544155a0f8aff
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1449112 <1449112@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@CzBix Thanks again! It works like magic : -)

./patch_glib_trash.sh

nautilus -q

Voila!

I just wonder why the package developers cannot do this and save you and
all of us all from going through all of this periodically ;-)

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

Title:
  can't move files to trash without any owner/permission issues

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 10:45:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 57F3D26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 10:45:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 411CE1A2978;
	Thu,  5 May 2016 10:45:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayGmw-0004bt-0x; Thu, 05 May 2016 10:45:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayGmu-0004bD-Ui
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 10:45:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayGmu-0005dP-MP
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 10:45:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9D2D22E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 10:45:44 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 10:36:18 -0000
From: Gunnar Hjalmarsson <1575555@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fonts-noto-cjk;
 component=main; status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=fonts-noto-cjk; component=main; status=In Progress;
 importance=Medium; assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=debian; sourcepackage=fonts-noto-cjk;
 component=main; status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: duncan-bay gunnarhj janitor jiongrious szjx
X-Launchpad-Bug-Reporter: JI Xiang (szjx)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
References: <20160427092723.25184.5638.malonedeb@wampee.canonical.com>
Message-Id: <20160505103618.6016.97735.malone@chaenomeles.canonical.com>
Subject: [Bug 1575555] Re: Chrome/Chromium use "Thin" as default font weight
X-Launchpad-Message-Rationale: Subscriber (fonts-noto-cjk in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c61875b4664e07cc0095aa27518b0d0d0694d4a1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575555 <1575555@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Fixed via autosync

** Changed in: fonts-noto-cjk (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to fonts-noto-cjk in Ubuntu.
https://bugs.launchpad.net/bugs/1575555

Title:
  Chrome/Chromium use "Thin" as default font weight

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-noto-cjk/+bug/1575555/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 10:56:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A5B1D26C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 10:56:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9D5F81A29B8;
	Thu,  5 May 2016 10:56:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayGwr-0005IH-I5; Thu, 05 May 2016 10:56:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayGwh-0005FA-Cx
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 10:55:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayGwg-0000ZN-T7
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 10:55:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D9D7F2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 10:55:50 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 10:45:59 -0000
From: Victor gonzalez <victor.gonzalez@bq.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bobharvey cjreeve curious-mitchell gareth-france
 janitor januari llamasfortesjm rolf-veen sergiqp stefan-kamps thomas-voss
 tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Victor gonzalez (victor-gonzalez-0)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505104559.24196.69661.malone@gac.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0af217e7f7ab2d864d085b56455d8323342eabf6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hi @stefan-kamps,

That sounds  like 1565469

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

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 11:05:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B280D26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 11:05:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A21B31A363A;
	Thu,  5 May 2016 11:05:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayH6E-0005ka-BN; Thu, 05 May 2016 11:05:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayH6D-0005kT-FK
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 11:05:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayH6D-0003ZY-A5
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 11:05:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4392A2E8019
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 11:05:41 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 10:59:40 -0000
From: FreeFri <adrianpalonso@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: freefri
X-Launchpad-Bug-Reporter: FreeFri (freefri)
X-Launchpad-Bug-Modifier: FreeFri (freefri)
Message-Id: <20160505105940.17174.19865.malonedeb@soybean.canonical.com>
Subject: [Bug 1578586] [NEW] Mouse and UI gets stuck in "drag and drop" mode
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cca584625dcd29aa220fd022bae65c1f62623b32
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578586 <1578586@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I am using Gnome 3.18.2 under Debian Jessie.  I like PCManFM (v1.2.3) as file manager as it is lighter than Nautilus but when I am trying to extract some files from file-roller sometimes the UI crashes.
When it does the mouse is suck with the drag and drop pointer and I cannot use it at all. I am not able to select any other window or even open a new command line using my sortcut Ctrl+shift+T. The only way I can fix it is opening a tty (via Ctrl+Alt+1) and killing the process file-roller.

The way to reproduce the bug is very easy. Every time I try to extract a
file from file-roller to  PCManFM by drag and drop it crashes. But it
does only if I move the file while dragging it, over the places panel
(press F9 to open the panel). If I just drag and drop the file straight
on a folder it does work properly.

I don't know where to get some debug info from, but I will be happy to
help.

** Affects: file-roller (Ubuntu)
     Importance: Undecided
         Status: New

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

Title:
  Mouse and UI gets stuck in "drag and drop" mode

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 13:01:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AFECE26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 13:01:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A9B141A29B7;
	Thu,  5 May 2016 13:01:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayIu2-000142-CX; Thu, 05 May 2016 13:01:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayIu1-00013x-1W
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 13:01:13 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayIu0-0000d2-Oy
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 13:01:12 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AB7072E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 13:01:12 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 12:53:22 -0000
From: Sahithi <sahithi.pnp@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges es20490446e gernophil
 idlesign janitor jfoc launchpad-startport mathew-hodson pitti rmlabruyere
 ryanhuff sahithi-pnp
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Sahithi (sahithi-pnp)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160505125322.25588.33416.malone@wampee.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 168f6ae886675022c1682ed07f75367f9f33598a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

After upgrading,now I am able to install my 3rd party debian file
through gnome-software but not able to remove the application.

When I search for installed application in gnome-software and click on
remove,it is prompting user to confirm removing application but
application is not being removed.

How do I remove the installed application through gnome-software??

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 14:41:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1CA7926C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 14:41:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 130981A297C;
	Thu,  5 May 2016 14:41:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayKSf-00047U-EA; Thu, 05 May 2016 14:41:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayKSe-00047D-7q
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 14:41:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayKSd-0007bu-KN
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 14:41:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 846BC2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 14:41:03 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 14:31:03 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Triaged; importance=Undecided; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=systemd; component=main; status=Triaged; importance=Undecided;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pitti
X-Launchpad-Bug-Reporter: Martin Pitt (pitti)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
Message-Id: <20160505143103.24544.83927.malonedeb@gac.canonical.com>
Subject: [Bug 1578663] [NEW] create DHCP exit hook for setting NTP servers
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e411e9ca6df259beeaeaf7b47f7f1af62a9fd1cf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578663 <1578663@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Similar to /etc/dhcp/dhclient-exit-hooks.d/ntpdate, we should ship a
DHCP exit hook for timesyncd to update the timesyncd configuration in
/run/systemd/timesyncd.conf.d/01-dhclient.conf to set the picked up NTP
servers, and restart timesyncd.

** Affects: systemd (Ubuntu)
     Importance: Undecided
     Assignee: Martin Pitt (pitti)
         Status: Triaged

** Affects: systemd (Ubuntu Xenial)
     Importance: Undecided
         Status: Triaged

** Affects: systemd (Ubuntu Yakkety)
     Importance: Undecided
     Assignee: Martin Pitt (pitti)
         Status: Triaged

** Also affects: systemd (Ubuntu Yakkety)
   Importance: Undecided
       Status: New

** Also affects: systemd (Ubuntu Xenial)
   Importance: Undecided
       Status: New

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

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

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

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

Title:
  create DHCP exit hook for setting NTP servers

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 15:30:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E7F1F26C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 15:30:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E28921A3478;
	Thu,  5 May 2016 15:30:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayLEu-00015q-Lf; Thu, 05 May 2016 15:30:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayLEt-00015Y-SV
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 15:30:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayLEt-0001kW-Cx
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 15:30:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 436BE2E80D1
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 15:30:55 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 15:22:41 -0000
From: Mohd Imran Jamadar <imranmohd72@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abencomoc90 acutbal adnanyumer amribrahim1987
 andrea-deangelis93 anujsharma9196 belenos bkarlan-n braderhart
 chipsharpdotcom davidrabello dragonsawareness dusktumult erzzo eyeprotocol
 faical117 gurukumara guzmane ibrahimdarra imranmohd72 janitor jerss2k jfoc
 jime567 jonayadrahman launchpad-startport lei-pero lt-goldman marcorr70
 mathew-hodson narenana nicholaskade octoquad odo-openerp oystein-alver
 pablocelayes postadelmaga rmmuneer06 robert-mijakovic rodolfo-inec
 rusubogdan93 sahashinjan seb128 smurfendrek123 soopo stanislav-schmidt
 strom-anders subhadeep-dey svde-tech t-uruntu-s techbin1 timtjtim
 vincentthiele yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: Mohd Imran Jamadar (imranmohd72)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505152241.24196.84634.malone@gac.canonical.com>
Subject: [Bug 1573206] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3416bedfec44f0c0e7035f3462624207a1b2c7ec
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

Has the fix being released?

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573206/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 15:46:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 00D4A26C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 15:46:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DA13E1A29FE;
	Thu,  5 May 2016 15:46:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayLTb-0002Dl-Pq; Thu, 05 May 2016 15:46:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayLTa-0002DC-Ib
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 15:46:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayLTa-0006RS-8d
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 15:46:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2DC9B2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 15:46:06 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 15:35:58 -0000
From: Marc Deslauriers <marc.deslauriers@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public Security
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: yes
X-Launchpad-Bug-Commenters: haukemuentinga
X-Launchpad-Bug-Reporter: HorstBort (haukemuentinga)
X-Launchpad-Bug-Modifier: Marc Deslauriers (mdeslaur)
References: <20160413184006.32240.19214.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505153559.5219.18835.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1570053] Re: Screen content is fully visible after unlocking
 screen
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8c2818e782567dc607fcac5aabfaa5b767a7ab2d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1570053 <1570053@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Information type changed from Private Security to Public Security

** Changed in: gnome-screensaver (Ubuntu)
       Status: New => Confirmed

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

Title:
  Screen content is fully visible after unlocking screen

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 16:06:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A703426C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 16:06:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A07F01A293F;
	Thu,  5 May 2016 16:06:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayLmr-0004TM-Br; Thu, 05 May 2016 16:06:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayLmp-0004Sx-HH
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 16:05:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayLmp-0000Op-4C
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 16:05:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1E2D32E8190
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 16:05:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 15:58:16 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fwupd; component=main;
 status=In Progress; importance=Medium; assignee=superm1@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=fwupd;
 component=main; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: richard-hughes superm1 tjaalton ximion
 yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160426154709.16866.36935.malonedeb@soybean.canonical.com>
Message-Id: <20160505155817.17358.73768.launchpad@soybean.canonical.com>
Subject: [Bug 1575248] Re: "AppStream cache update completed,
 but some metadata was ignored due to errors." on "sudo apt-get update"
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 374a118f8dce9ab7c89b7789f519ddbbb5c3e200
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575248 <1575248@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

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

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

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

Title:
  "AppStream cache update completed, but some metadata was ignored due
  to errors." on "sudo apt-get update"

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 16:15:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 36AC926C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 16:15:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 32E701A3520;
	Thu,  5 May 2016 16:15:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayLwK-0005qX-1N; Thu, 05 May 2016 16:15:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayLwI-0005q7-RD
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 16:15:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayLwI-0004Ds-BU
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 16:15:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4B0F42E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 16:15:46 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 16:07:59 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mdeslaur shounaksr16
X-Launchpad-Bug-Reporter: Shounak Sarkar (shounaksr16)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1560797
References: <20160422080216.5188.43957.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505160800.16897.35808.launchpad@soybean.canonical.com>
Subject: [Bug 1573451] Re: package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ff6a69bd56b5fc2b63a4da40b86a25bae18d078c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573451 <1573451@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1560797 ***
    https://bugs.launchpad.net/bugs/1560797

** This bug has been marked a duplicate of bug 1560797
   apt does not configure Pre-Depends: before depending package

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

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 16:35:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 73DFB26C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 16:35:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6E1DC1A3533;
	Thu,  5 May 2016 16:35:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayMFp-0007Wc-3Y; Thu, 05 May 2016 16:35:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayMFo-0007WS-E1
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 16:35:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayMFn-00068G-SX
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 16:35:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C57482E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 16:35:55 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 16:27:39 -0000
From: Cedara <1573408@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges cedara2 es20490446e
 gernophil idlesign janitor jfoc launchpad-startport mathew-hodson pitti
 rmlabruyere ryanhuff sahithi-pnp
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Cedara (cedara2)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160505162739.24805.31060.malone@wampee.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 75a8062415d44e1b4b75bec797e7be85f0872db9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I checked the same way as #27 and it also doesn't show up in the GUI
either here.

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

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 16:46:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8E36226C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 16:46:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 837371A1E34;
	Thu,  5 May 2016 16:46:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayMPY-0008AG-NS; Thu, 05 May 2016 16:46:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayMPX-0008A6-SV
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 16:45:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayMPX-00020T-BU
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 16:45:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DC9412E80E4
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 16:45:57 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 16:40:26 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: freefri seb128
X-Launchpad-Bug-Reporter: FreeFri (freefri)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160505105940.17174.19865.malonedeb@soybean.canonical.com>
Message-Id: <20160505164028.5940.1311.malone@chaenomeles.canonical.com>
Subject: [Bug 1578586] Re: Mouse and UI gets stuck in "drag and drop" mode
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3b16f2459189ee0c344667c62962c7c47b0ac9b1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578586 <1578586@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Changed in: file-roller (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Mouse and UI gets stuck in "drag and drop" mode

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 16:51:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 90EEA26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 16:51:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8A30A1A045C;
	Thu,  5 May 2016 16:51:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayMUX-0000IH-Fu; Thu, 05 May 2016 16:51:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayMUW-0000HD-Dg
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 16:51:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayMUV-0004Df-Em
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 16:51:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 45ACE2E8195
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 16:51:03 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 16:41:45 -0000
From: antonioni <antonioni.rocha@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-applets;
 component=universe; status=Confirmed; importance=Low;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Tags: lucid maverick
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3grciii andrea-lazzarotto antonioni-rocha artgtan
 dcstar deathslycer dejuren dervishd dnimretsam
 elim-css jonwiedmann kip
 lessonae mapinas mcas norio pedro pgoetz seb128 smmalis37 spezi-machek
X-Launchpad-Bug-Reporter: mapinas (mapinas)
X-Launchpad-Bug-Modifier: antonioni (antonioni-rocha)
References: <20080912145620.24390.5089.malonedeb@gandwana.canonical.com>
Message-Id: <20160505164145.25550.1428.malone@wampee.canonical.com>
Subject: [Bug 269441] Re: Trash always full
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f8c9b3fb78b551f7610ca7a15668149c8c22d160
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 269441 <269441@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug occurs in the newest version, 16.04! This is ridiculous!

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

Title:
  Trash always full

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 16:51:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C362426C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 16:51:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BD8BC1A293A;
	Thu,  5 May 2016 16:51:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayMUY-0000JT-Lh; Thu, 05 May 2016 16:51:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayMUY-0000Iu-8k
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 16:51:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayMUX-0004Dn-3B
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 16:51:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D859B2E8210
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 16:51:04 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 16:42:27 -0000
From: antonioni <antonioni.rocha@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-applets;
 component=universe; status=Confirmed; importance=Low;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Tags: lucid maverick
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3grciii andrea-lazzarotto antonioni-rocha artgtan
 dcstar deathslycer dejuren dervishd dnimretsam
 elim-css jonwiedmann kip
 lessonae mapinas mcas norio pedro pgoetz seb128 smmalis37 spezi-machek
X-Launchpad-Bug-Reporter: mapinas (mapinas)
X-Launchpad-Bug-Modifier: antonioni (antonioni-rocha)
References: <20080912145620.24390.5089.malonedeb@gandwana.canonical.com>
Message-Id: <20160505164227.24613.85870.malone@gac.canonical.com>
Subject: [Bug 269441] Re: Trash always full
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1f36225b981bec1a03878840bbce110d601aaa2b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 269441 <269441@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Almost 10 years!

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

Title:
  Trash always full

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 17:05:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EBF4B26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 17:05:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DEC311A3595;
	Thu,  5 May 2016 17:05:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayMiU-0001oz-KB; Thu, 05 May 2016 17:05:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayMiT-0001oo-9A
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 17:05:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayMiT-0001XE-2j
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 17:05:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 11D842E8085
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 17:05:33 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 17:00:15 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: trusty vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160505170015.5153.72754.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1578736] [NEW]
 /usr/lib/gvfs/gvfsd-smb-browse:6:raise:abort:talloc_abort:talloc_abort_unknown_value:talloc_chunk_from_ptr
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 453a2f72e90cdc9944da41b3c05fac0b03c072ce
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578736 <1578736@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding gvfs.  This problem was most recently seen with version
1.28.1-1ubuntu1, the problem page at
https://errors.ubuntu.com/problem/690c0e1e15cdde756466fbfb3bcb9a02c0ce2dba
contains more details.

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


** Tags: trusty vivid wily xenial

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

Title:
  /usr/lib/gvfs/gvfsd-smb-
  browse:6:raise:abort:talloc_abort:talloc_abort_unknown_value:talloc_chunk_from_ptr

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 17:10:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2088626C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 17:10:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 143A71A359D;
	Thu,  5 May 2016 17:10:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayMna-0002Dh-Vo; Thu, 05 May 2016 17:10:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayMnZ-0002DO-NK
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 17:10:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayMnZ-0003go-6I
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 17:10:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 14C122E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 17:10:49 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 17:02:57 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160505170257.25550.20015.malonedeb@wampee.canonical.com>
Subject: [Bug 1578739] [NEW]
 /usr/bin/gnome-software:11:as_screenshot_get_images:gs_appstream_refine_add_screenshots:gs_appstream_refine_app:gs_plugin_add_installed:gs_plugin_loader_run_results
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 352c8a8d379b7e75e648aed88afd03f274e92942
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578739 <1578739@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding gnome-software.  This problem was most recently seen with
version 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2, the problem
page at
https://errors.ubuntu.com/problem/86a9d18843278d87d95b9c53b6ef2f6172a98c69
contains more details.

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


** Tags: xenial

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

Title:
  /usr/bin/gnome-
  software:11:as_screenshot_get_images:gs_appstream_refine_add_screenshots:gs_appstream_refine_app:gs_plugin_add_installed:gs_plugin_loader_run_results

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 17:11:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 43AFF26C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 17:11:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4004C1A1B76;
	Thu,  5 May 2016 17:11:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayMnk-0002FI-3Q; Thu, 05 May 2016 17:11:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayMni-0002F8-Nf
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 17:10:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayMni-0003mh-93
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 17:10:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3D5D42E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 17:10:58 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 17:02:02 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160505170203.17621.5599.malonedeb@soybean.canonical.com>
Subject: [Bug 1578737] [NEW]
 /usr/lib/accountsservice/accounts-daemon:5:ik_source_read_some_events:ik_source_read_all_the_events:ik_source_dispatch:g_main_dispatch:g_main_context_dispatch
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dbf3345c42fb3bd6733e760a75fc1819d617d106
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578737 <1578737@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding accountsservice.  This problem was most recently seen with
version 0.6.40-2ubuntu10, the problem page at
https://errors.ubuntu.com/problem/fa13dbbd326c674d72805cb6f3f9cf14c526a237
contains more details.

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


** Tags: wily xenial

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

Title:
  /usr/lib/accountsservice/accounts-
  daemon:5:ik_source_read_some_events:ik_source_read_all_the_events:ik_source_dispatch:g_main_dispatch:g_main_context_dispatch

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 17:55:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 91A1F26C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 17:55:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8A48C1A35EA;
	Thu,  5 May 2016 17:55:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayNVF-000818-1u; Thu, 05 May 2016 17:55:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayNVE-00080y-5n
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 17:55:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayNVD-0000Uq-M9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 17:55:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9C5782E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 17:55:55 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 17:48:18 -0000
From: Vsevolod Velichko <1576637@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 torkvemada
X-Launchpad-Bug-Reporter: Vsevolod Velichko (torkvemada)
X-Launchpad-Bug-Modifier: Vsevolod Velichko (torkvemada)
References: <20160429105330.25061.90247.malonedeb@wampee.canonical.com>
Message-Id: <20160505174818.16996.5905.malone@soybean.canonical.com>
Subject: [Bug 1576637] Re: calculator window freezes after asterisk is pressed
X-Launchpad-Message-Rationale: Subscriber (gnome-calculator in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a9f1d28ca5937eeb368f96fa3d366ab733b5225f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576637 <1576637@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

U29ycnkgZm9yIGRlbGF5LgpJZiBJIHN0YXJ0IGNhbGN1bGF0b3IgYXMKCjAg4p6cIEdUS19JTV9N
T0RVTEU9aWJ1cyBnbm9tZS1jYWxjdWxhdG9yCgp0aGUgcHJvYmxlbSBkaXNhcHBlYXJzLgoKLS0g
CllvdSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVt
YmVyIG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gZ25vbWUt
Y2FsY3VsYXRvciBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU3
NjYzNwoKVGl0bGU6CiAgY2FsY3VsYXRvciB3aW5kb3cgZnJlZXplcyBhZnRlciBhc3RlcmlzayBp
cyBwcmVzc2VkCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoK
aHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2UvZ25vbWUtY2FsY3VsYXRv
ci8rYnVnLzE1NzY2MzcvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBs
aXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNv
bS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 19:20:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3528426C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 19:20:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2EA831A3838;
	Thu,  5 May 2016 19:20:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayOpL-00082Z-3f; Thu, 05 May 2016 19:20:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayOpK-00082N-RL
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 19:20:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayOpK-0004Eh-DT
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 19:20:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 629782E8047
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 19:20:46 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 19:10:41 -0000
From: Ronnie Tucker <ronnie@ronnietucker.co.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Ronnie Tucker (ronnietucker)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505191041.25034.38847.malone@wampee.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 76c989d41030e8e2de926336315728b027d66254
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

"and has an easy workaround"

Please do tell me the 'easy workaround'. I've tried everything in
several posts and still I have no data in Ubuntu Software.   :(

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 19:21:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E174926C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 19:21:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DAE851A33AB;
	Thu,  5 May 2016 19:21:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayOqC-0008AR-VY; Thu, 05 May 2016 19:21:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayOqB-0008AC-JA
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 19:21:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayOqA-0005hg-Iu
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 19:21:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6C47C2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 19:21:38 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 19:12:00 -0000
From: IbeeX <ibrkanac@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=unity; milestone=7.0.1; status=Fix Released;
 importance=High; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: product=unity; productseries=5.0; milestone=5.24.0;
 status=Won't Fix; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Undecided;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Fix Released; importance=High; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise;
 sourcepackage=nautilus; component=main; status=Fix Released;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise; sourcepackage=unity;
 component=main; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug apport-lpi oneiric precise raring
 running-unity verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 alexsavio boxnotify brian-murray cacula
 cjwatson clappboard cobolt-exe damonganto eden6000 edog-patrick-l6j6
 florin-arjocu gitsythomas ibrkanac janitor jeroen-adolfse
 katsukatsu-deactivatedaccount launchpad-elicoten lolihunter marcus+e
 me-knowingme mrbb pascal-hahulla pcworld pepe-schlehofer saahleinad
 sami-khawaja seb128 steven-leiphart surfdemon suryabvsp1996 techtonik
 workangelov
X-Launchpad-Bug-Reporter: Steven Leiphart (steven-leiphart)
X-Launchpad-Bug-Modifier: IbeeX (ibrkanac)
References: <20111108232623.7126.51027.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505191200.5153.93954.malone@chaenomeles.canonical.com>
Subject: [Bug 887821] Re: "Show copy dialog" right click launcher entry
 doesn't work (on nautilus copy)
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 575e7900c6597689c398eb9c5e8654e5bc576c7d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 887821 <887821@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Still occurs on 16.04

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

Title:
  "Show copy dialog" right click launcher entry doesn't work (on
  nautilus copy)

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 19:45:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EF8B326C227E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 19:45:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E5DB31A3772;
	Thu,  5 May 2016 19:45:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayPDY-0002Kb-SA; Thu, 05 May 2016 19:45:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayPDX-0002K3-CS
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 19:45:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayPDW-0007P0-F9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 19:45:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5A4142E80CA
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 19:45:46 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 19:36:42 -0000
From: Gustav Ekner <gustav.ekner@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gustav-ekner
X-Launchpad-Bug-Reporter: Gustav Ekner (gustav-ekner)
X-Launchpad-Bug-Modifier: Gustav Ekner (gustav-ekner)
Message-Id: <20160505193642.20993.68718.malonedeb@soybean.canonical.com>
Subject: [Bug 1578792] [NEW] nautilus/files doesn't show up in the launcher
 when unpinned
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: deae74c6c3f3979c19ab1dfd9658e449f2f2d860
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578792 <1578792@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When nautilus is unpinned, it doesn't show up in the launcher. When it's
pinned, you can see the open windows with arrows on the side as usual,
and switch between windows if there are several of them. But when I
unpin it, it will disappear entirely. Sometimes when I open it, it will
display for one second and then disappear.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu May  5 21:29:59 2016
ExecutablePath: /usr/bin/nautilus
GsettingsChanges:
 b'org.gnome.nautilus.preferences' b'executable-text-activation' b"'ask'"
 b'org.gnome.nautilus.window-state' b'geometry' b"'890x494+2091+171'"
 b'org.gnome.nautilus.window-state' b'maximized' b'true'
InstallationDate: Installed on 2016-01-22 (103 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: nautilus
UpgradeStatus: Upgraded to xenial on 2016-05-01 (4 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  nautilus/files doesn't show up in the launcher when unpinned

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 20:01:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3376726C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 20:01:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 292451A2ABA;
	Thu,  5 May 2016 20:01:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayPSL-0004Eo-Va; Thu, 05 May 2016 20:01:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayPSJ-0004Eb-O4
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 20:01:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayPSJ-0002NW-9C
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 20:01:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 440332E80C3
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 20:01:03 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 19:53:59 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505195359.24128.78381.malone@gac.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 30b0f5f1550555ed87d1614d19b81738855b2954
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@ronnietucker: Did you try running `sudo appstreamcli refresh --force`?
If that didn't help, can you paste the output of `appstreamcli status`
somewhere?

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 20:01:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 984AE26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 20:01:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 90F511A04C4;
	Thu,  5 May 2016 20:01:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayPSU-0004JE-Cz; Thu, 05 May 2016 20:01:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayPSS-0004Hl-Q3
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 20:01:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayPSS-0002Zv-D3
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 20:01:12 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2BDD02E80C7
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 20:01:12 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 19:55:12 -0000
From: Bruno Nova <1247388@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gdm; component=universe;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: cursor mouse
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: b-r-carlsson brunonova drscott dsblue janitor
 pmarchwiak
X-Launchpad-Bug-Reporter: =?utf-8?q?Bj=C3=B6rn_Carlsson_=28b-r-carlsson=29?=
X-Launchpad-Bug-Modifier: Bruno Nova (brunonova)
References: <20131102130205.24464.70484.malonedeb@gac.canonical.com>
Message-Id: <20160505195512.5188.74861.malone@chaenomeles.canonical.com>
Subject: [Bug 1247388] Re: Mouse cursor disapear / mouse stops working,
 when switching user
X-Launchpad-Message-Rationale: Subscriber (gdm in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8864c3c1eb6f4a3aa1b93fc4610223a45cdd13b8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1247388 <1247388@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This issue no longer exists in 16.04, probably due to systemd.

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

Title:
  Mouse cursor disapear / mouse stops working, when switching user

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 20:15:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D6C9426C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 20:15:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BC3731A33AC;
	Thu,  5 May 2016 20:15:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayPgM-0005Y2-Gg; Thu, 05 May 2016 20:15:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayPgL-0005Xn-Pb
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 20:15:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayPgL-00082h-In
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 20:15:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 80B962E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 20:15:33 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 20:09:20 -0000
From: Ambarish Kumar Singh <singh.ambarishkumar@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: singh-ambarishkumar
X-Launchpad-Bug-Reporter: Ambarish Kumar Singh (singh-ambarishkumar)
X-Launchpad-Bug-Modifier: Ambarish Kumar Singh (singh-ambarishkumar)
Message-Id: <20160505200920.5831.53893.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1578807] [NEW] package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 96179739a350ecdd325ff0f3fd54a45dcace0280
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578807 <1578807@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

System update failling.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 229-4ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Tue Apr 26 12:22:51 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2015-12-05 (152 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-04-26 (9 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 20:30:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 84EED26C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 20:30:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6FFCF1A350D;
	Thu,  5 May 2016 20:30:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayPvC-0006ef-Ro; Thu, 05 May 2016 20:30:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayPvB-0006eV-Pu
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 20:30:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayPvB-00052r-5S
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 20:30:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 04B842E80CF
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 20:30:53 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 20:20:53 -0000
From: Bartosz Kosiorek <1573478@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released;
 importance=Critical; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels francesco-montorsi gang65
 janitor luke-zeta pitti
X-Launchpad-Bug-Reporter: LukeKendall (luke-zeta)
X-Launchpad-Bug-Modifier: Bartosz Kosiorek (gang65)
References: <20160422085528.24428.20203.malonedeb@gac.canonical.com>
Message-Id: <20160505202053.25401.73929.malone@wampee.canonical.com>
Subject: [Bug 1573478] Re: metacity (flashback) crashes and forces logout
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 72a4d4d3c256fae0572f2605b4868cb24ef80eec
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573478 <1573478@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Francesco Monotrsi
To install metacity from proposed you could follow following instruction
https://wiki.ubuntu.com/Testing/EnableProposed

Unfortunately the place where could be enabled proposed archives was
changed a little bit in Ubuntu 16.04.

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

Title:
  metacity (flashback) crashes and forces logout

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 20:41:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B8EF826C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 20:41:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A34E31A29BE;
	Thu,  5 May 2016 20:41:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayQ5D-0007u2-8a; Thu, 05 May 2016 20:41:15 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayQ5B-0007tn-Sd
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 20:41:13 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayQ5B-0003pQ-Kf
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 20:41:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9A79D2E80AE
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 20:41:13 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 20:32:36 -0000
From: Ronnie Tucker <ronnie@ronnietucker.co.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Ronnie Tucker (ronnietucker)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505203237.17661.18807.malone@soybean.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 72acc30136ef39d886b73d67e26d3bde6cfde5ae
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Sure. Here's what I get:

$ - sudo appstreamcli refresh --force
AppStream cache update completed, but some metadata was ignored due to errors.

$ - appstreamcli status
AppStream Status:
Version: 0.9.4

Distribution metadata:
 /usr/share/app-info
  - XML:  1
  - No icons.

 /var/lib/app-info
  - YAML: 12
  - Iconsets:
     ubuntu-xenial-updates-main
     ubuntu-xenial-main
     ubuntu-xenial-universe
     ubuntu-xenial-multiverse

 /var/cache/app-info
  - XML:  1
  - YAML: 1
  - No icons.

Upstream metadata:
  - Found 46 components in legacy paths.

Summary:
The system metadata cache exists.
We have information on 1822 software components.

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 20:56:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 91AA626C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 20:56:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 88D091A2E7A;
	Thu,  5 May 2016 20:56:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayQJY-0000eF-CO; Thu, 05 May 2016 20:56:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayQJX-0000dr-4J
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 20:56:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayQJV-0001cz-Um
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 20:56:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A3AB52E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 20:56:01 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 20:47:54 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505204755.17141.13.malone@soybean.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5e4960f3de863efefddaba8a10a38a10d92970c1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Okay, this looks good.
Can you please run `killall gnome-software ; gnome-software --verbose` in a Terminal and attach the full output you see to this bugreport as textfile, or paste it somewhere (e.g. paste.debian.net)?

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 21:35:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3000826C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 21:35:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2475B1A3532;
	Thu,  5 May 2016 21:35:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayQvn-0004jN-SS; Thu, 05 May 2016 21:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayQvn-0004jB-BZ
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 21:35:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayQvm-0001ux-O7
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 21:35:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9B79D2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 21:35:34 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 21:26:12 -0000
From: pseudonomous <1578830@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: fdruec1
X-Launchpad-Bug-Reporter: pseudonomous (fdruec1)
X-Launchpad-Bug-Modifier: pseudonomous (fdruec1)
Message-Id: <20160505212612.25335.62413.malonedeb@wampee.canonical.com>
Subject: [Bug 1578830] [NEW] gnome-terminal fails to launch after install of
 xenial
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6a9301a3060e0e9eeac4ce56137a8e8a6f545c95
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578830 <1578830@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

After a fresh install (using the netboot install) of the 32-bit xenial
distribution, gnome-terminal fails to launch from the unity launcher, or
from an xterm.

If I try to launch gnome-terminal from an xterm I can read an error
message:

Error constructing proxy for
org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling
StartServiceByName for org.gnome.Terminal:
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process
org.gnome.Terminal exited with status 8


Some googling suggests this is because the locale is not properly set.  I have re-generated my locales:

Generating locales (this might take a while)...
  en_AG.UTF-8... done
  en_AU.UTF-8... done
  en_BW.UTF-8... done
  en_CA.UTF-8... done
  en_DK.UTF-8... done
  en_GB.UTF-8... done
  en_HK.UTF-8... done
  en_IE.UTF-8... done
  en_IN.UTF-8... done
  en_NG.UTF-8... done
  en_NZ.UTF-8... done
  en_PH.UTF-8... done
  en_SG.UTF-8... done
  en_US.ISO-8859-1... done
  en_US.UTF-8... done
  en_ZA.UTF-8... done
  en_ZM.UTF-8... done
  en_ZW.UTF-8... done
Generation complete.

but the error persists.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic i686
ApportVersion: 2.20.1-0ubuntu2
Architecture: i386
CurrentDesktop: Unity
Date: Thu May  5 16:16:49 2016
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 xenial

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

Title:
  gnome-terminal fails to launch after install of xenial

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 21:55:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EC8AE26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 21:55:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E3C001A3857;
	Thu,  5 May 2016 21:55:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayRFI-0006xX-TD; Thu, 05 May 2016 21:55:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayRFH-0006x3-9G
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 21:55:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayRFG-0000ej-No
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 21:55:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A9D7C2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 21:55:42 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 21:48:53 -0000
From: pseudonomous <1578830@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: fdruec1
X-Launchpad-Bug-Reporter: pseudonomous (fdruec1)
X-Launchpad-Bug-Modifier: pseudonomous (fdruec1)
References: <20160505212612.25335.62413.malonedeb@wampee.canonical.com>
Message-Id: <alpine.LNX.2.20.1605051641460.2107@hopper.math.uic.edu>
Subject: Re: [Bug 1578830] [NEW] gnome-terminal fails to launch after install
 of xenial
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6d6469ef62448abfc6efb1888d5a9d86905b1a2b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578830 <1578830@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I tried using localectl to set the local to en_US.UTF-8 before
rebooting, this did not fix the problem.

After rebooting, though, the problem seems to have cleared up.

I don't know if the issue is that the locales were not propely
generated (though I suspect not, becuase I didn't notice any issues
with firefox, uxterm, or sakura) or if they weren't properly set for
the gnome-terminals environment (seems more plausible).

But the issue does seem to be resolved.

I will probably be doing some more ubuntu installs in the near future,
I will report if I encounter this bug with subsequent installs.

-Fred

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

Title:
  gnome-terminal fails to launch after install of xenial

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Thu May  5 23:01:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6A82D26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu,  5 May 2016 23:01:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5E7081A26ED;
	Thu,  5 May 2016 23:01:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aySGT-00018B-8l; Thu, 05 May 2016 23:01:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aySGS-00017s-3o
 for desktop-bugs@lists.ubuntu.com; Thu, 05 May 2016 23:01:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aySGR-0006lg-C2
 for <desktop-bugs@lists.ubuntu.com>; Thu, 05 May 2016 23:00:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E3CFD2E80CE
 for <desktop-bugs@lists.ubuntu.com>; Thu,  5 May 2016 23:00:58 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 22:52:19 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: singh-ambarishkumar
X-Launchpad-Bug-Reporter: Ambarish Kumar Singh (singh-ambarishkumar)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1560797
References: <20160505200920.5831.53893.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160505225219.24074.3650.launchpad@gac.canonical.com>
Subject: [Bug 1578807] Re: package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a859a5729e11194d75ce974c82d7c56960ff380f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578807 <1578807@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1560797 ***
    https://bugs.launchpad.net/bugs/1560797

** This bug has been marked a duplicate of bug 1560797
   apt does not configure Pre-Depends: before depending package

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

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 00:15:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F04D926C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 00:15:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DF10D1A3C6C;
	Fri,  6 May 2016 00:15:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayTQk-0008No-JY; Fri, 06 May 2016 00:15:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayTQj-0008Nc-5e
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 00:15:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayTQi-0006bd-Tj
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 00:15:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DD6892E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 00:15:40 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 00:06:48 -0000
From: franci <flikxxi@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: crash metacity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: flikxxi
X-Launchpad-Bug-Reporter: franci (flikxxi)
X-Launchpad-Bug-Modifier: franci (flikxxi)
Message-Id: <20160506000649.6016.15189.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1578870] [NEW] Metacity crashes and logout
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a704ee160a384cfc91e0faa88c25fc5817b86462
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578870 <1578870@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

since I moved from ubuntu 15 to 16, metacity crashes and logout
immediately the only thing I can see is this log entry

metacity[4614]: segfault at 48 ip 0000000000426f51 sp 00007fff8cf8ae88
error 4 in metacity[400000+8d000]

using me-tv its very frequent, but it also crashes without using it.

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


** Tags: crash metacity

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

Title:
  Metacity crashes and logout

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 00:41:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B901C26C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 00:41:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B16551A2AB6;
	Fri,  6 May 2016 00:41:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayTpN-00039K-KK; Fri, 06 May 2016 00:41:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayTpM-000397-S8
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 00:41:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayTpM-0006XE-JB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 00:41:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8DF982E80AE
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 00:41:08 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 00:34:24 -0000
From: Orzech <1575248@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fwupd; component=main;
 status=In Progress; importance=Medium; assignee=superm1@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=fwupd;
 component=main; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: porzechowski richard-hughes superm1 tjaalton
 ximion yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Orzech (porzechowski)
References: <20160426154709.16866.36935.malonedeb@soybean.canonical.com>
Message-Id: <20160506003424.5462.57448.malone@chaenomeles.canonical.com>
Subject: [Bug 1575248] Re: "AppStream cache update completed,
 but some metadata was ignored due to errors." on "sudo apt-get update"
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e21c9d99e86e0d6d351f2e65e83678a0ca1be36f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575248 <1575248@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Just for the record: running "sudo apt update" gave me the same error,
even though original askubuntu post suggested otherwise.

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

Title:
  "AppStream cache update completed, but some metadata was ignored due
  to errors." on "sudo apt-get update"

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 02:01:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3B04226C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 02:01:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 340B11A2B43;
	Fri,  6 May 2016 02:01:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayV4o-0006Kp-3L; Fri, 06 May 2016 02:01:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayV4n-0006Kk-LX
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 02:01:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayV4n-000856-FG
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 02:01:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 68E702E8085
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 02:01:09 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 01:51:00 -0000
From: XiongZhang <xiong.y.zhang@intel.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-terminal; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 ak-launchpad alfredo.marchini altukhovstudy
 andrei-doom avdd b-ubuntuone ceresa cmol fcole90
 francois-poyer freepskov
 janitor jared-dicioccio jasauders jgr jonius jov14 laszlo-g-gergely learts92
 mathias-nygard michael-vm philippwrann rulqu stanisztuk theghost
 trytoinnovate xenog xiong-y-zhang
X-Launchpad-Bug-Reporter: Mathias Dietrich (theghost)
X-Launchpad-Bug-Modifier: XiongZhang (xiong-y-zhang)
References: <20140313170626.15446.16107.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506015100.5864.19333.malone@chaenomeles.canonical.com>
Subject: [Bug 1292113] Re: CTRL+ALT+T - shortcut to open Terminal is does not
 work
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 318ad81c90defbf5853cd12d00173c5d11b3b21b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1292113 <1292113@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

HI, Max
   Have your fixed this issue by adding a symlink like you do in https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1577760 and https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1575261 ?

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

Title:
  CTRL+ALT+T - shortcut to open Terminal is does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/1292113/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 03:20:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 67FFB26C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 03:20:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 558DF1A4162;
	Fri,  6 May 2016 03:20:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayWJl-0004f2-1z; Fri, 06 May 2016 03:20:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayWJk-0004eg-12
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 03:20:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayWJj-0000lR-S0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 03:20:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BB95B2E8085
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 03:20:39 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 03:14:38 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=init-system-helpers;
 component=main; status=Fix Committed; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=init-system-helpers; component=main; status=Triaged;
 importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Won't Fix; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Confirmed; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: daniel-thewatkins dominique-poulain janitor pitti
 smoser vorlon
X-Launchpad-Bug-Reporter: Dan Watkins (daniel-thewatkins)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160427095311.24579.11297.malonedeb@gac.canonical.com>
Message-Id: <20160506031438.24033.22713.malone@gac.canonical.com>
Subject: [Bug 1575572] Re: apache2 fails to start if installed via cloud
 config (on Xenial)
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7f56611d05afb948c31444ff520d84e787fb37f3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575572 <1575572@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

systemd upstream report: https://github.com/systemd/systemd/issues/3177

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

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

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

Title:
  apache2 fails to start if installed via cloud config (on Xenial)

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 03:50:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 357EF26C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 03:50:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2F5081A4161;
	Fri,  6 May 2016 03:50:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayWmv-0006s2-24; Fri, 06 May 2016 03:50:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayWmt-0006re-1R
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 03:50:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayWms-0000H5-JU
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 03:50:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8C76D2E80AE
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 03:50:46 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 03:41:19 -0000
From: Mario Limonciello <superm1@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fwupd; component=main;
 status=In Progress; importance=Medium; assignee=superm1@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=fwupd;
 component=main; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: porzechowski richard-hughes superm1 tjaalton
 ximion yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Mario Limonciello (superm1)
References: <20160426154709.16866.36935.malonedeb@soybean.canonical.com>
Message-Id: <20160506034119.17289.66240.malone@soybean.canonical.com>
Subject: [Bug 1575248] Re: "AppStream cache update completed,
 but some metadata was ignored due to errors." on "sudo apt-get update"
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="17995";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4c8ab65e762a029a7aac9e55e9a809a3cf95c39b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575248 <1575248@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Orzerch can you please try the fix in -proposed?  See the comment in
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1575248/comments/8

We're waiting for confirmation from someone other than me ( the
uploader) that it fixes the problem.

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

Title:
  "AppStream cache update completed, but some metadata was ignored due
  to errors." on "sudo apt-get update"

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 06:16:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2BFA426C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 06:16:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 25CF81A3E50;
	Fri,  6 May 2016 06:16:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayZ49-0002Go-6D; Fri, 06 May 2016 06:16:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayZ3I-0002AS-R8
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 06:15:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayZ3I-00065C-8a
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 06:15:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 27A3E2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 06:15:52 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 05 May 2016 00:56:26 -0000
From: Octalfdo <371618@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=evince; status=Unknown; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=poppler; status=Confirmed; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=Triaged; importance=Low; assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Tags: apport-bug i386
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aacid antistress gpoo jamesl-bestweb jeff-infidigm
 jose-aliste-m leonardof octalfdo pedro silpol
X-Launchpad-Bug-Reporter: Andriy Tymchenko (silpol)
X-Launchpad-Bug-Modifier: Octalfdo (octalfdo)
References: <20090504114326.16479.5015.malonedeb@palladium.canonical.com>
Message-Id: <20160506061351.28687.59418.launchpad@loganberry.canonical.com>
Subject: [Bug 371618] 
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3313234b214a022db65c8e618144e4f92eb51550
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 371618 <371618@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

If this gets implemented one day:

Considering that JavaScript can be used for malicious purposes, please
consider providing a facility for allowing poppler-based applications to
let interested end-users enable JS on a per-document basis.

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

Title:
  evince does not calculate total sum in application form

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 06:20:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 78ED326C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 06:20:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6DFBD1A40C9;
	Fri,  6 May 2016 06:20:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayZ89-0002zy-AV; Fri, 06 May 2016 06:20:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayZ88-0002zW-08
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 06:20:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayZ86-0006rE-SU
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 06:20:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CA0EE2E8080
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 06:20:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 06:13:38 -0000
From: "R. Diez" <rdiezmail-ubuntu@yahoo.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=opensuse; sourcepackage=gvfs; component=None;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: belfeldt greg-whiteley janitor oerngeek paultait22
 peteasa rdiezmail-ubuntu
X-Launchpad-Bug-Reporter: Peter Saunderson (peteasa)
X-Launchpad-Bug-Modifier: R. Diez (rdiezmail-ubuntu)
References: <20150502204600.29194.97964.malonedeb@soybean.canonical.com>
Message-Id: <20160506061338.8883.42821.malone@soybean.canonical.com>
Subject: [Bug 1451087] Re: gvfsd-fuse does not create mount point
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 47b917f81fad6c0796bba1e209447b16f8c99b29
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1451087 <1451087@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Please ignore my comment above. The cause was not having installed the
"gvfs-fuse" package and not being a member of the "fuse" group.

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

Title:
  gvfsd-fuse does not create mount point

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 06:30:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5136A26C279D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 06:30:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 319451A41CB;
	Fri,  6 May 2016 06:30:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayZHp-0004ID-Ea; Fri, 06 May 2016 06:30:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayZHo-0004Hy-Bh
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 06:30:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayZHn-0007vI-S3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 06:30:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B6F832E8028
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 06:30:51 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 06:23:08 -0000
From: MatthiasK <1573891@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-power-manager;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: h-eric-j janitor mkubik
X-Launchpad-Bug-Reporter: Eric (h-eric-j)
X-Launchpad-Bug-Modifier: MatthiasK (mkubik)
X-Launchpad-Bug-Duplicate: 1574120
References: <20160423034750.5864.88338.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506062308.4139.64061.malone@chaenomeles.canonical.com>
Subject: [Bug 1573891] Re: Closing lid doesn't suspend despite setting in 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-power-manager in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 32d8bd8c8445e771ccb43c9ef50dabf99d8b0a80
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573891 <1573891@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1574120 ***
    https://bugs.launchpad.net/bugs/1574120

This is marked as dup of bug #1574120, however, I do not see anyone
reporting the

kernel: i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus
alignment

message that I see. Running a Thinkpad E530.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1573891

Title:
  Closing lid doesn't suspend despite setting in 16.04

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 06:45:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 92F3426C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 06:45:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 821A81A4179;
	Fri,  6 May 2016 06:45:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayZWK-00059f-Az; Fri, 06 May 2016 06:45:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayZWI-00059C-II
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 06:45:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayZWI-00088Z-6l
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 06:45:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 151D62E80AC
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 06:45:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 06:37:40 -0000
From: =?utf-8?q?Lu=C3=ADs_de_Sousa?= <1390628@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=High;
 assignee=santhoshsk12695@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug iso-testing utopic xubuntu
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brian-murray cyprian-guerra gran-diego hudsonkem
 janitor linkgoron llucax luis-de-sousa mateo-salta mengesb nio-wiklund
 prantlf s-witzel-o santhoshsk12695 swiged thad-fisch-deactivatedaccount
 ubuntuforums-miboards ubuntuqa vpassapera zivkovic-milan
X-Launchpad-Bug-Reporter: luca (llucax)
X-Launchpad-Bug-Modifier: =?utf-8?q?Lu=C3=ADs_de_Sousa_=28luis-de-sousa=29?=
References: <20141107213832.16912.89575.malonedeb@soybean.canonical.com>
Message-Id: <20160506063740.9177.79442.malone@chaenomeles.canonical.com>
Subject: [Bug 1390628] Re: Mouse pointer invisible after upgrade to Ubuntu
 14.10 and 15.04
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 782785a863c9634ca8bf51b9492743103bd101cc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1390628 <1390628@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This issue was first reported by users on 13.04 and has lasted at least
to 15.10. I am presently struggling with it on Ubuntu 14.04. On this
release the "gsettings set" workaround does not work, neither does
logging out and logging back in. There are a number of other workarounds
discussed at AskUbuntu:

http://askubuntu.com/q/626078/177437

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1390628

Title:
  Mouse pointer invisible after upgrade to Ubuntu 14.10 and 15.04

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 06:50:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6DFD326C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 06:50:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5F3D41A41D6;
	Fri,  6 May 2016 06:50:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayZaz-0005WF-4s; Fri, 06 May 2016 06:50:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayZax-0005Vh-Nz
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 06:50:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayZax-0008Jk-9m
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 06:50:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 337E92E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 06:50:39 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 06:45:04 -0000
From: FreeFri <adrianpalonso@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: freefri seb128
X-Launchpad-Bug-Reporter: FreeFri (freefri)
X-Launchpad-Bug-Modifier: FreeFri (freefri)
References: <20160505105940.17174.19865.malonedeb@soybean.canonical.com>
Message-Id: <20160506064504.14894.88300.malone@soybean.canonical.com>
Subject: [Bug 1578586] Re: Mouse and UI gets stuck in "drag and drop" mode
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0e8c678a108ee48d68aab7e191db78712ca2ba1d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578586 <1578586@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is the bug in bugzilla, I hope everything is correct now
https://bugzilla.gnome.org/show_bug.cgi?id=766043

** Bug watch added: GNOME Bug Tracker #766043
   https://bugzilla.gnome.org/show_bug.cgi?id=766043

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

Title:
  Mouse and UI gets stuck in "drag and drop" mode

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 07:11:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8ABF526C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 07:11:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6721C1A0388;
	Fri,  6 May 2016 07:10:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayZuc-0007Ew-VU; Fri, 06 May 2016 07:10:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayZub-0007Eb-JC
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 07:10:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayZua-0007I8-Hw
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 07:10:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B51F92E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 07:10:55 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 07:00:45 -0000
From: gpl <1578936@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package package-from-proposed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gpl-mac
X-Launchpad-Bug-Reporter: gpl (gpl-mac)
X-Launchpad-Bug-Modifier: gpl (gpl-mac)
Message-Id: <20160506070045.14158.32509.malonedeb@soybean.canonical.com>
Subject: [Bug 1578936] [NEW] package udev 229-4ubuntu5 failed to
 install/upgrade: subprocezo instalis skripton post-installation liveris
 eraran elir-staton 1
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 920c99d03f2f32d56e98e3311c057ad3421ad1aa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578936 <1578936@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Same *very old bug* with input already existing not as a system group so the install fails.
But I did not create in any way the group myself. A package must have created it itself in an ancient old time and every time now some package tries to recreate it, it fails. It failed yesterday when going from 15.10 to 16.04 and I modified manually the postinst file to finish the upgrade.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: udev 229-4ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CustomUdevRuleFiles: 99-local-powermate.rules 99-local.rules 60-vboxdrv.rules
Date: Fri May  6 08:49:26 2016
ErrorMessage: subprocezo instalis skripton post-installation liveris eraran elir-staton 1
InstallationDate: Installed on 2015-03-27 (405 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
MachineType: Dell Inc. XPS 13 9343
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed root=UUID=8a36a0f2-3ecb-455b-9dea-799d333b45ae ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package udev 229-4ubuntu5 failed to install/upgrade: subprocezo instalis skripton post-installation liveris eraran elir-staton 1
UpgradeStatus: Upgraded to xenial on 2016-05-04 (1 days ago)
dmi.bios.date: 11/11/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A07
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.:bvrA07:bd11/11/2015:svnDellInc.:pnXPS139343:pvr:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9343
dmi.sys.vendor: Dell Inc.

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


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

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

Title:
  package udev 229-4ubuntu5 failed to install/upgrade: subprocezo
  instalis skripton post-installation liveris eraran elir-staton 1

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 08:11:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DA54A26C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 08:11:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D45A71A1C39;
	Fri,  6 May 2016 08:11:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayaqw-0006ut-OX; Fri, 06 May 2016 08:11:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayaqv-0006uL-DZ
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 08:11:13 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayaqv-0001NE-0t
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 08:11:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 016AA2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 08:11:13 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 08:01:20 -0000
From: Ronnie Tucker <ronnie@ronnietucker.co.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Ronnie Tucker (ronnietucker)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506080120.9622.45575.malone@chaenomeles.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: edd959a781c372dff5062d2427a67b6c8ccf4be8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is the output from the killall command.

Unfortunately the top of the output is a bit chopped. There was so much
text I could only scroll back to what you see here.

** Attachment added: "This is the output from the killall command."
   https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155/+attachment/4656995/+files/killall-output.txt

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

Title:
  No Application Data Found

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 08:26:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0B06526C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 08:26:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 04C731A2ACC;
	Fri,  6 May 2016 08:26:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayb5L-00008i-W5; Fri, 06 May 2016 08:26:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayb5L-00007r-4t
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 08:26:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayb5K-0004Eu-Ie
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 08:26:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8A6542E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 08:26:06 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 08:18:08 -0000
From: Frederic LEIRE <bluefox64@live.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph janitor
 kennybobs martin-weis-newsadress quhaiyan-rs
 ramayer+ubuntu rattskjelke rocket859 sharms
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Frederic LEIRE (bluefox64)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506081808.25026.10979.malone@wampee.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5857217294249e9a291c526f048c5aa90b2bd2b1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Here are what I found on my 2 PC machines. (sorry for my poor English)

To find the local machines on my lan I have edited the /etc/hosts file to add the IP (fixe) of the PC on the network whith alias (ex: 127.0.0.1 localhost 192.0.168.0.10 server, etc...) and my IP NAS.
When I remove the IP of the NAS (whith a Samba & upnp server) ALL BECAME FINE !!!

Check your hosts file. Also search what HOST gvfsd-smb-browse try to connect. (pocessus view open files)
Good luck
FL

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

Title:
  gvfsd-smb: very high CPU utilisation

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 08:30:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 68E7726C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 08:30:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 60D231A3F9A;
	Fri,  6 May 2016 08:30:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayb9z-0000To-84; Fri, 06 May 2016 08:30:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayb9y-0000Tc-Jk
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 08:30:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayb9y-0004vQ-9J
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 08:30:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 435822E80C1
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 08:30:54 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 08:14:59 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=High; assignee=mail@3v1n0.net; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gustav-ekner seb128
X-Launchpad-Bug-Reporter: Gustav Ekner (gustav-ekner)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160505193642.20993.68718.malonedeb@soybean.canonical.com>
Message-Id: <20160506081459.14447.73425.malone@soybean.canonical.com>
Subject: [Bug 1578792] Re: nautilus/files doesn't show up in the launcher when
 unpinned
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a319a520868fb1fc888358f52ebf95f2d92bcdaa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578792 <1578792@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

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

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

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

** Package changed: nautilus (Ubuntu) => unity (Ubuntu)

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

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

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

Title:
  nautilus/files doesn't show up in the launcher when unpinned

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 08:55:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 85AE626C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 08:55:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 77B2E1A41D8;
	Fri,  6 May 2016 08:55:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aybY3-0002wH-Dj; Fri, 06 May 2016 08:55:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aybY1-0002va-JX
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 08:55:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aybY1-0004E1-7c
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 08:55:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 277AB2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 08:55:45 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 08:46:59 -0000
From: "Dr. Jens Rosenboom" <j.rosenboom@x-ion.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=linux; component=main;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug kernel-bug-exists-upstream xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-figg j-rosenboom-j jsalisbury
X-Launchpad-Bug-Reporter: Dr. Jens Rosenboom (j-rosenboom-j)
X-Launchpad-Bug-Modifier: Dr. Jens Rosenboom (j-rosenboom-j)
References: <20160504101415.24161.59667.malonedeb@gac.canonical.com>
Message-Id: <20160506084659.17809.17994.malone@gac.canonical.com>
Subject: [Bug 1578141] Re: Predictable interface names partially broken with
 igb driver
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 47db0056df7a96f6548cfbd10f70e3d5761b0d93
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578141 <1578141@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

We have seen the issue only when deploying Xenial, installations running
Precise or Trusty do not seem to be affected.

Running with 4.6.0-040600rc6-generic has shown the same behaviour.

After doing the rmmod/modprobe cycle, I have now found the attached set
of messages in the output of "journalctl -x", so this seems to confirm
my suspicion of some bad interaction between kernel and systemd going
on.

** Attachment added: "Output of "journalctl -x" when doing "rmmod igb;sleep 3;modprobe igb""
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1578141/+attachment/4657073/+files/journal.txt

** Tags added: kernel-bug-exists-upstream

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

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

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

Title:
  Predictable interface names partially broken with igb driver

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 09:05:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 052A526C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 09:05:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F165F1A425F;
	Fri,  6 May 2016 09:05:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aybhp-0003uV-Hl; Fri, 06 May 2016 09:05:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aybho-0003uK-Ng
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 09:05:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aybho-0007UA-D8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 09:05:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5A40F2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 09:05:52 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 08:58:04 -0000
From: Christophe <1577170@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton touil1976
X-Launchpad-Bug-Reporter: Christophe (touil1976)
X-Launchpad-Bug-Modifier: Christophe (touil1976)
References: <20160501133601.24613.34804.malonedeb@gac.canonical.com>
Message-Id: <20160506085804.17090.29761.malone@gac.canonical.com>
Subject: [Bug 1577170] Re: screen cannot be turned back on after being
 switched off after some time of inactivity
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 148e035123a2ca17a86a7e8dc25efb8f1077bc74
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577170 <1577170@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

EDIT : I just found that letting the screen be turned off when not
logged at all (when I boot the computer and don't log in for example)
causes no problem. The screen goes black and can be woken up by moving
the mouse or by hitting a key. The problem only appear when logged in,
whatever the user.


** No longer affects: xserver-xorg-video-ati (Ubuntu)

** No longer affects: gnome-screensaver (Ubuntu)

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

Title:
  screen cannot be turned back on after being switched off after some
  time of inactivity

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 09:41:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 063D726C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 09:41:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EF53A1A2A06;
	Fri,  6 May 2016 09:41:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aycFu-0007vl-Mk; Fri, 06 May 2016 09:41:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aycFt-0007vb-UM
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 09:41:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aycFt-0005BQ-FP
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 09:41:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 54BC32E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 09:41:05 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 09:32:58 -0000
From: Nemo_bis <1575179@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-nettool;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: 16.04
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jdevora nemobis wa113y3s
X-Launchpad-Bug-Reporter: JD Evora (jdevora)
X-Launchpad-Bug-Modifier: Nemo_bis (nemobis)
References: <20160426130839.5153.845.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506093258.18365.75124.malone@gac.canonical.com>
Subject: [Bug 1575179] Re: Wifi not detected on Pavilion X360 fresh install
X-Launchpad-Message-Rationale: Subscriber (gnome-nettool in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e79228441bf9a0a3306690dcb62eaab740c57444
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575179 <1575179@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Is this a duplicate of
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1461174 /
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459367 /
https://bugs.launchpad.net/hwe-next/+bug/1461174

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

Title:
  Wifi not detected on Pavilion X360 fresh install

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 09:55:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 797D326C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 09:55:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 648AA1A422E;
	Fri,  6 May 2016 09:55:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aycU9-00010m-QE; Fri, 06 May 2016 09:55:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aycU8-00010V-I5
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 09:55:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aycU8-000102-0G
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 09:55:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F0B582E80AC
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 09:55:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 09:47:17 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: freefri seb128
X-Launchpad-Bug-Reporter: FreeFri (freefri)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160505105940.17174.19865.malonedeb@soybean.canonical.com>
Message-Id: <20160506094717.14083.17683.malone@soybean.canonical.com>
Subject: [Bug 1578586] Re: Mouse and UI gets stuck in "drag and drop" mode
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 65121610bf83b2f3ecbad82dbd79635cfcea548e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578586 <1578586@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

thanks

** Changed in: file-roller (Ubuntu)
       Status: New => Triaged

** Also affects: file-roller via
   https://bugzilla.gnome.org/show_bug.cgi?id=766043
   Importance: Unknown
       Status: Unknown

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

Title:
  Mouse and UI gets stuck in "drag and drop" mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1578586/+subscriptions

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 10:01:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ACBA026C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 10:01:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A6D711A2C11;
	Fri,  6 May 2016 10:01:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aycZR-0001ET-Hn; Fri, 06 May 2016 10:01:17 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aycZQ-0001EJ-Qg
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 10:01:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aycZQ-0002Bv-AU
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 10:01:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 48EB72E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 10:01:16 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 09:51:47 -0000
From: Launchpad Bug Tracker <1577742@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor roland65
X-Launchpad-Bug-Reporter: Roland65 (roland65)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160503115133.23832.61873.malonedeb@gac.canonical.com>
Message-Id: <20160506095148.17910.9637.malone@gac.canonical.com>
Subject: [Bug 1577742] Re: Missing language *.mo files in evolution-common
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cf3317397bb0011715b93f89ead7e18b00e6ec86
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577742 <1577742@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: evolution (Ubuntu)
       Status: New => Confirmed

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

Title:
  Missing language *.mo files in evolution-common

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 10:50:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 08B6E26C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 10:50:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 03FDA1A42D2;
	Fri,  6 May 2016 10:50:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aydLN-0005Uz-V1; Fri, 06 May 2016 10:50:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aydLN-0005Uh-07
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 10:50:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aydLM-0004bi-Gx
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 10:50:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 679682E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 10:50:48 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 10:41:49 -0000
From: RD976 <rdear976@btinternet.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: haohu94 james-avera janitor mau-castro rdear976
X-Launchpad-Bug-Reporter: jimav (james-avera)
X-Launchpad-Bug-Modifier: RD976 (rdear976)
References: <20150527172124.13554.21356.malonedeb@gac.canonical.com>
Message-Id: <20160506104149.18563.56186.malone@gac.canonical.com>
Subject: [Bug 1459359] Re: Gtk & Glib CRITICAL messages at startup (regression)
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7f0e12c4e85dea305647759d15d4cbe27b0e8f9a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1459359 <1459359@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Identical problem still exists in 16.04.

"sudo gdk-pixbuf- ..." does not overcome the problem. ("command not
found')

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

Title:
  Gtk & Glib CRITICAL messages at startup (regression)

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 11:30:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A894426C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 11:30:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9EDF21A42EB;
	Fri,  6 May 2016 11:30:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aydy2-000104-F1; Fri, 06 May 2016 11:30:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aydy0-0000zk-Kr
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 11:30:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aydy0-0007pU-BB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 11:30:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 405282E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 11:30:44 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 11:22:30 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Won't Fix; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package package-from-proposed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gpl-mac pitti
X-Launchpad-Bug-Reporter: gpl (gpl-mac)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160506070045.14158.32509.malonedeb@soybean.canonical.com>
Message-Id: <20160506112230.24622.84200.malone@wampee.canonical.com>
Subject: [Bug 1578936] Re: package udev 229-4ubuntu5 failed to
 install/upgrade: subprocezo instalis skripton post-installation liveris
 eraran elir-staton 1
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b58f7c4dfaa3fbd5b23288bd7c69e300fe427d1c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578936 <1578936@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Please clean up your install with

    sudo delgroup input
    sudo dpkg-reconfigure udev

to fix this permanently, otherwise every package update will fail again.
We can't do the above in the package itself as we must never remove an
existing group that may be in use.

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

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

Title:
  package udev 229-4ubuntu5 failed to install/upgrade: subprocezo
  instalis skripton post-installation liveris eraran elir-staton 1

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 11:30:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D661026C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 11:30:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CF0FE1A42ED;
	Fri,  6 May 2016 11:30:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aydy5-00012Y-Q6; Fri, 06 May 2016 11:30:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aydy4-000113-2v
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 11:30:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aydy3-0007s1-Cs
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 11:30:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5867E2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 11:30:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 11:25:22 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton harryramsey3 pinkbadpink pitti
X-Launchpad-Bug-Reporter: Pinkesh (pinkbadpink)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160424051907.25335.37668.malonedeb@wampee.canonical.com>
Message-Id: <20160506112523.8915.38975.malone@chaenomeles.canonical.com>
Subject: [Bug 1574163] Re: systemd[1]: Failed to start Load Kernel Modules.
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 75dc32e9f9406672613aab6901d14731e308b176
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574163 <1574163@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Right, so please remove the nonexisting v4l2loopback_dc from
/etc/modules.

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

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

Title:
  systemd[1]: Failed to start Load Kernel Modules.

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 11:40:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F37C626C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 11:40:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E96611A42F4;
	Fri,  6 May 2016 11:40:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aye7u-0001nA-Fn; Fri, 06 May 2016 11:40:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aye7t-0001mx-7x
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 11:40:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aye7s-0005E2-Sn
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 11:40:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D2B822E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 11:40:56 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 11:34:29 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1578870@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: crash metacity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: flikxxi
X-Launchpad-Bug-Reporter: franci (flikxxi)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
X-Launchpad-Bug-Duplicate: 1573478
References: <20160506000649.6016.15189.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506113430.14411.62021.launchpad@soybean.canonical.com>
Subject: [Bug 1578870] Re: Metacity crashes and logout
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9d20eb6092ec41179b3119d3d66adc28fa9c63e9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578870 <1578870@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573478 ***
    https://bugs.launchpad.net/bugs/1573478

** This bug has been marked a duplicate of bug 1573478
   metacity (flashback) crashes and forces logout

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

Title:
  Metacity crashes and logout

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 12:51:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 676C026C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 12:51:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 60CCB1A2EF9;
	Fri,  6 May 2016 12:51:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayfDo-0008QP-Al; Fri, 06 May 2016 12:51:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayfDn-0008Pj-7I
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 12:51:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayfDl-0001aF-II
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 12:51:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C037F2E80DF
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 12:51:03 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 12:43:58 -0000
From: Bug Watch Updater <416972@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=cheese; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-media;
 component=universe; status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gst-plugins-good0.10;
 component=universe; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=None; component=None;
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: anachoret etulfetulf hjd pedro
X-Launchpad-Bug-Reporter: Greg A (etulfetulf)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20090821142621.5041.7231.malonedeb@palladium.canonical.com>
Message-Id: <20160506124359.9541.16560.launchpad@loganberry.canonical.com>
Subject: [Bug 416972] Re: GStreamer-CRITICAL **: gst_util_uint64_scale_int:
 assertion `denom > 0' failed
X-Launchpad-Message-Rationale: Subscriber (gnome-media in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e0617d801b0b528d16793070413c19e783d50d7b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 416972 <416972@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: debian
       Status: New => Fix Released

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

Title:
  GStreamer-CRITICAL **: gst_util_uint64_scale_int: assertion `denom >
  0' failed

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 12:51:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 767AE26C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 12:51:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 705CD1A2FF5;
	Fri,  6 May 2016 12:51:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayfDn-0008Po-7g; Fri, 06 May 2016 12:51:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayfDl-0008PZ-OI
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 12:51:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayfDj-0001aB-VR
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 12:51:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id ED6162E80CF
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 12:51:01 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 12:41:39 -0000
From: Ales Cepek <ales.cepek@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ales-cepek arges geoffmcc janitor michael-dacova
X-Launchpad-Bug-Reporter: Chris J Arges (arges)
X-Launchpad-Bug-Modifier: Ales Cepek (ales-cepek)
References: <20141119201531.6928.88701.malonedeb@gac.canonical.com>
Message-Id: <20160506124139.14894.62224.malone@soybean.canonical.com>
Subject: [Bug 1394338] Re: gnome-terminal's menu is missing "File/Open Tab"
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18024";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dd9d8ff112fb30c76c2206389b772c410dc90592
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1394338 <1394338@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The only explanation for removing the menu item "File/Open Tab" is, that
maintainers of gnome-terminal do not use Gnome terminal themselves. Also
in 3.18.3 (Ubuntu 16.04) if I expand the terminal size to maximum
(double click on the menu bar) it would not return back to its previous
size when double clicked again.

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

Title:
  gnome-terminal's menu is missing "File/Open Tab"

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

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

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 13:30:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ED5FF26C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 13:30:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E6AE41A42B7;
	Fri,  6 May 2016 13:30:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayfqM-0005Zn-IX; Fri, 06 May 2016 13:30:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayfqL-0005ZM-Kr
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 13:30:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayfqL-0001Pj-4F
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 13:30:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 07C782E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 13:30:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 13:25:22 -0000
From: Launchpad Bug Tracker <1575572@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=init-system-helpers;
 component=main; status=Fix Released; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=init-system-helpers; component=main; status=Triaged;
 importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Won't Fix; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Confirmed; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: daniel-thewatkins dominique-poulain janitor pitti
 smoser vorlon
X-Launchpad-Bug-Reporter: Dan Watkins (daniel-thewatkins)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160427095311.24579.11297.malonedeb@gac.canonical.com>
Message-Id: <20160506132528.28211.35264.malone@ackee.canonical.com>
Subject: [Bug 1575572] Re: apache2 fails to start if installed via cloud
 config (on Xenial)
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: aa785ac57f3fa4292d70395afdf405114d711baf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575572 <1575572@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package init-system-helpers - 1.32ubuntu1

---------------
init-system-helpers (1.32ubuntu1) yakkety; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - init: Drop sysvinit-core as alternative pre-depends, and add
      upstart-sysv instead.

init-system-helpers (1.32) unstable; urgency=medium

  * dh_systemd_{enable,start}: Quiesce "No such file or directory" error
    messages when calling on a package without /lib/systemd/system/.
    (Closes: #822710)
  * invoke-rc.d: Fix check for failing "runlevel" command.
  * invoke-rc.d: Under systemd, "runlevel" only switches to 3 or 5 when
    multi-user.target/graphical.target have been reached, not before.
    Adjust the runlevel check accordingly. This is only relevant for the check
    for wrong/dangling rcN.d/ symlinks, so just pin it to "5" (the precise
    value does not matter much). Fixing this in systemd requires bigger
    architectural changes, so use this tiny (and backportable) bandaid for the
    time being. (LP: #1575572, see #608456)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 05 May 2016 22:35:39
-0500

** Changed in: init-system-helpers (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1575572

Title:
  apache2 fails to start if installed via cloud config (on Xenial)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1575572/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 13:35:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ED10226C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 13:35:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E4C891A4312;
	Fri,  6 May 2016 13:35:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayfux-0005rJ-0y; Fri, 06 May 2016 13:35:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayfuw-0005r8-6d
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 13:35:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayfuv-0004CM-SC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 13:35:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C26F12E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 13:35:41 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 13:28:31 -0000
From: Walter Garcia-Fontes <walter.garcia@upf.edu>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport walter-garcia
X-Launchpad-Bug-Reporter: Walter Garcia-Fontes (walter-garcia)
X-Launchpad-Bug-Modifier: Walter Garcia-Fontes (walter-garcia)
References: <20160504150558.17061.6315.malonedeb@soybean.canonical.com>
Message-Id: <20160506132831.9360.46074.malone@gac.canonical.com>
Subject: [Bug 1578260] Re: rhythmbox crashed with SIGABRT in Py_FatalError()
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b932cc1817147fec7f5f0ef3a57df8dc3a377143
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578260 <1578260@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I didn't have debugging symbols, I have downloaded them and will try to
reproduce and generate a useful stacktrace.

** Changed in: rhythmbox (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1578260

Title:
  rhythmbox crashed with SIGABRT in Py_FatalError()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1578260/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 13:55:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7694826C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 13:55:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6D59E1A432B;
	Fri,  6 May 2016 13:55:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aygEX-0008Sk-AN; Fri, 06 May 2016 13:55:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aygEW-0008Sd-VH
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 13:55:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aygEW-0004Xi-Ar
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 13:55:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4BE982E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 13:55:56 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 13:49:42 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bluefox64 crichton etienne-papegnies nickinhelena
 rattskjelke sibe youngian
X-Launchpad-Bug-Reporter: Sylv91 (sibe)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
X-Launchpad-Bug-Duplicate: 1409032
References: <20160315233250.837.34069.malonedeb@gac.canonical.com>
Message-Id: <20160506134943.20962.86193.launchpad@wampee.canonical.com>
Subject: [Bug 1557797] Re: Big bug : CPU 100% load with gvfsd-smb-browse on
 Ubuntu Mate 16.04
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2d2fbe216e2a75d837925d6c01bdf7b428087dcf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1557797 <1557797@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1409032 ***
    https://bugs.launchpad.net/bugs/1409032

** Changed in: gvfs (Ubuntu)
   Importance: Critical => High

** This bug has been marked a duplicate of bug 1409032
   gvfsd-smb: very high CPU utilisation

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1557797

Title:
  Big bug : CPU 100% load with gvfsd-smb-browse on Ubuntu Mate 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1557797/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 13:55:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C123326C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 13:55:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 92DB11A14B9;
	Fri,  6 May 2016 13:55:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aygEZ-0008UC-G6; Fri, 06 May 2016 13:55:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aygEX-0008TF-Vh
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 13:55:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aygEX-0004XZ-Cc
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 13:55:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 50E792E807C
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 13:55:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 13:49:50 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: gvfs
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor sibe39
X-Launchpad-Bug-Reporter: sibe39 (sibe39)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
X-Launchpad-Bug-Duplicate: 1409032
References: <20160313200027.20821.76026.malonedeb@soybean.canonical.com>
Message-Id: <20160506134950.21028.82623.launchpad@wampee.canonical.com>
Subject: [Bug 1556665] Re:  gvfsd consumes 100% of processor on Xenial 
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 31cf82894d5cc4a776fd628f7abe00ced37e7964
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1556665 <1556665@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1409032 ***
    https://bugs.launchpad.net/bugs/1409032

** This bug is no longer a duplicate of bug 1557797
   Big bug : CPU 100% load with gvfsd-smb-browse on Ubuntu Mate 16.04
** This bug has been marked a duplicate of bug 1409032
   gvfsd-smb: very high CPU utilisation

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1556665

Title:
   gvfsd consumes 100% of processor on Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1556665/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 14:01:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D609126C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 14:01:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CDCF11A3DF8;
	Fri,  6 May 2016 14:01:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aygJt-0000bB-Ns; Fri, 06 May 2016 14:01:29 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aygJr-0000aJ-UY
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 14:01:27 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aygJr-0005nS-A8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 14:01:27 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 31AA72E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 14:01:27 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 13:47:36 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph janitor
 kennybobs martin-weis-newsadress quhaiyan-rs
 ramayer+ubuntu rattskjelke rocket859 seb128 sharms
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506134736.8788.87867.malone@gac.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fb5e84064fa9624fa95775099c609f0d8c4653ff
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 14:01:33 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0C4AD26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 14:01:33 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 053001A3DAD;
	Fri,  6 May 2016 14:01:33 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aygJv-0000d2-T5; Fri, 06 May 2016 14:01:31 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aygJu-0000c1-9k
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 14:01:30 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aygJt-0005tU-Fn
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 14:01:29 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 470142E80D4
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 14:01:29 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 13:48:57 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph janitor
 kennybobs martin-weis-newsadress quhaiyan-rs
 ramayer+ubuntu rattskjelke rocket859 seb128 sharms
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506134857.8689.62460.malone@gac.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9da5ab61a698642ea2744cad9e6a14343d2fbade
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

In fact the Redhat bug suggests it's likely a samba issue...

** Also affects: samba (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1303300
   Importance: Unknown
       Status: Unknown

** Also affects: samba (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: samba (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 14:31:28 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ED95726C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 14:31:28 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E68811A2C7D;
	Fri,  6 May 2016 14:31:28 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aygmu-000507-SM; Fri, 06 May 2016 14:31:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aygms-0004zG-Bu
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 14:31:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aygmq-0000oU-S8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 14:31:25 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 205FA2E80D6
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 14:31:24 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 14:24:05 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506142405.1051.55186.malone@chaenomeles.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 19e1c0d5f2b60ed92678812da9ba3b88d6dce81c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hmm, the head of the output would have been more interesting...
But anyway, it looks like you have a `/var/cache/app-info/yaml/xenial-main_amd64.yml.gz` file - any idea where that came from?
Can you run:
```
rm -r /var/cache/app-info
sudo appstreamcli refresh --force --verbose
```
To clean that up, and also attach the output of the refresh command?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1563155

Title:
  No Application Data Found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 16:01:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B859526C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 16:01:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B344F1A3D3F;
	Fri,  6 May 2016 16:01:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayiC8-0005Z4-9F; Fri, 06 May 2016 16:01:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayiC7-0005Yz-G8
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 16:01:35 +0000
Received: from gac.canonical.com ([91.189.90.20])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayiC7-0004TG-92
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 16:01:35 +0000
Received: from gac.canonical.com (unknown [IPv6:::1])
 by gac.canonical.com (Postfix) with ESMTPS id 3BA035C0AC8
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 16:01:35 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 16:01:35 -0000
From: Launchpad Bug Tracker <1578317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug kernel-bug-exists-upstream
 regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-figg cosmos-door josep-ubuntu jsalisbury
 walter-garcia
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Walter Garcia-Fontes (walter-garcia)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Subject: [Bug 1578317] [NEW] Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160506160135.10274.97508.launchpad@gac.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6caec7e038f8cddae2d4919deacaf17424e3b522
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

My mouse is stuck at start-up. A workaround is to enter "sudo rmmod
usbhid; modprobe usbhid" and the mouse starts working.

josep@josep-GJ306AA-ABE-m8175-es:~$ lsusb
Bus 002 Device 002: ID 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 005: ID 050d:016a Belkin Components Bluetooth Mini Dongle
Bus 008 Device 004: ID 0a5c:4503 Broadcom Corp. Mouse (Boot Interface Subclass)
Bus 008 Device 003: ID 0a5c:4502 Broadcom Corp. Keyboard (Boot Interface Subclass)
Bus 008 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 15d9:0a4c Trust International B.V. USB+PS/2 Optical Mouse
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-21-generic 4.4.0-21.37 [modified: boot/vmlinuz-4.4.0-21-generic]
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USER        PID ACCESS COMMAND
 /dev/snd/controlC0:  josep      1664 F.... pulseaudio
CurrentDesktop: Unity
Date: Wed May  4 19:08:48 2016
HibernationDevice: RESUME=UUID=b0bbcadd-00af-44cd-8f5d-eea7fee41c90
InstallationDate: Installed on 2016-04-28 (6 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
IwConfig:
 enp0s25   no wireless extensions.
 
 lo        no wireless extensions.
 
 enp1s0    no wireless extensions.
MachineType: HP-Pavilion GJ306AA-ABE m8175.es
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic root=UUID=816f2dbe-34e1-4512-a2b8-565bc86cb28e ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-21-generic N/A
 linux-backports-modules-4.4.0-21-generic  N/A
 linux-firmware                            1.157
RfKill:
 0: hci0: Bluetooth
 	Soft blocked: no
 	Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/11/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.05
dmi.board.name: Berkeley
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr5.05:bd07/11/2007:svnHP-Pavilion:pnGJ306AA-ABEm8175.es:pvr:rvnASUSTeKComputerINC.:rnBerkeley:rvr1.xx:cvnHewlett-Packard:ct3:cvrChassisVersion:
dmi.product.name: GJ306AA-ABE m8175.es
dmi.sys.vendor: HP-Pavilion

** Affects: gnome-software (Ubuntu)
     Importance: Medium
         Status: Confirmed

** Affects: gnome-software (Fedora)
     Importance: Unknown
         Status: Unknown


** Tags: amd64 apport-bug kernel-bug-exists-upstream regression-release xenial
-- 
Regression: Mouse stuck at start-up
https://bugs.launchpad.net/bugs/1578317
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-software in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 16:05:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C04F526C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 16:05:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B4FE91A4289;
	Fri,  6 May 2016 16:05:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayiG3-0005lv-Em; Fri, 06 May 2016 16:05:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayiG2-0005lW-B1
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 16:05:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayiG2-0005oG-0r
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 16:05:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F1B292E80AC
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 16:05:37 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 15:59:45 -0000
From: Scott Moser <smoser@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug uec-images xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: smoser
X-Launchpad-Bug-Reporter: Scott Moser (smoser)
X-Launchpad-Bug-Modifier: Scott Moser (smoser)
Message-Id: <20160506155945.751.65765.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1579130] [NEW] need to support systemd.link renaming of devices
 in container
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 735388d72099e0406334929e351261e7b1005e21
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579130 <1579130@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

We're interested in supporting network configuration of lxc containers
via maas/cloud-init yaml format.

The end goal is to do:
$ lxc init xenial x1
# enter into container and modify /var/lib/cloud/seed/nocloud-net/network-config
# to have something like:

% cat /var/lib/cloud/seed/nocloud-net/network-config
version: 1
config:
  - type: physical
    mac_address: "00:16:3e:3b:01:7a"
    name: foo2
    subnets:
      - type: dhcp
        control: auto

$ lxc start x1
$ lxc exec x1 /bin/bash

>From inside we expect to have a device named 'foo2' at this point that
has dhcp'd.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: udev 229-4ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Fri May  6 15:42:52 2016
MachineType: LENOVO 33672B7
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed root=UUID=19ac97d5-6973-4193-9a09-2e6bbfa38262 ro quiet splash vt.handoff=7
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/18/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: G8ET96WW (2.56 )
dmi.board.asset.tag: Not Available
dmi.board.name: 33672B7
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: dmi:bvnLENOVO:bvrG8ET96WW(2.56):bd12/18/2013:svnLENOVO:pn33672B7:pvrThinkPadX131e:rvnLENOVO:rn33672B7:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 33672B7
dmi.product.version: ThinkPad X131e
dmi.sys.vendor: LENOVO

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug uec-images xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1579130

Title:
  need to support systemd.link renaming of devices in container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1579130/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 16:11:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5F67F26C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 16:11:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 54C491A2C97;
	Fri,  6 May 2016 16:11:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayiLH-0006fj-3u; Fri, 06 May 2016 16:11:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayiLF-0006el-Cr
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 16:11:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayiLE-0001mH-TZ
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 16:11:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DD0792E80AC
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 16:11:00 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 16:03:21 -0000
From: Walter Garcia-Fontes <walter.garcia@upf.edu>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-figg cosmos-door josep-ubuntu jsalisbury
 walter-garcia
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Walter Garcia-Fontes (walter-garcia)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160506160321.21061.92323.malone@wampee.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 06d0aca7b892a5273849416e6ec389309b796fcb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

cosmos-door and josep, thanks, it seems clear that this is not a kernel
bug, so changing the package to gnome-software

** Package changed: linux (Ubuntu) => gnome-software (Ubuntu)

** Tags removed: kernel-bug-exists-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 16:15:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 00B5526C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 16:15:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C68721A3E94;
	Fri,  6 May 2016 16:15:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayiPm-0007XC-Pl; Fri, 06 May 2016 16:15:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayiPl-0007Vd-M7
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 16:15:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayiPk-0004W2-Vc
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 16:15:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E53BA2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 16:15:40 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 16:10:17 -0000
From: Walter Garcia-Fontes <walter.garcia@upf.edu>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-figg cosmos-door josep-ubuntu jsalisbury
 walter-garcia
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Walter Garcia-Fontes (walter-garcia)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160506161017.9086.24598.launchpad@gac.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2f12a376fe04b77dd21ddbf2b7151b944b068800
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: GNOME Bug Tracker #766070
   https://bugzilla.gnome.org/show_bug.cgi?id=766070

** Also affects: gnome-software via
   https://bugzilla.gnome.org/show_bug.cgi?id=766070
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 16:20:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C3A5F26C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 16:20:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 67BE61A4328;
	Fri,  6 May 2016 16:20:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayiUa-0008VY-8c; Fri, 06 May 2016 16:20:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayiUY-0008Uw-VU
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 16:20:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayiUY-0005HK-G4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 16:20:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5DABA2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 16:20:38 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 16:10:00 -0000
From: Scott Moser <smoser@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=cloud-init; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug uec-images xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: smoser
X-Launchpad-Bug-Reporter: Scott Moser (smoser)
X-Launchpad-Bug-Modifier: Scott Moser (smoser)
References: <20160506155945.751.65765.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506161000.21417.20109.launchpad@wampee.canonical.com>
Subject: [Bug 1579130] Re: need to support systemd.link renaming of devices in
 container
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b9a7caec8ab3e926d1321b11af04577f1a40e5e7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579130 <1579130@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCiAgV2UncmUgaW50ZXJlc3RlZCBpbiBzdXBwb3J0aW5n
IG5ldHdvcmsgY29uZmlndXJhdGlvbiBvZiBseGMgY29udGFpbmVycwogIHZpYSBtYWFzL2Nsb3Vk
LWluaXQgeWFtbCBmb3JtYXQuCiAgCiAgVGhlIGVuZCBnb2FsIGlzIHRvIGRvOgogICQgbHhjIGlu
aXQgeGVuaWFsIHgxCiAgIyBlbnRlciBpbnRvIGNvbnRhaW5lciBhbmQgbW9kaWZ5IC92YXIvbGli
L2Nsb3VkL3NlZWQvbm9jbG91ZC1uZXQvbmV0d29yay1jb25maWcKICAjIHRvIGhhdmUgc29tZXRo
aW5nIGxpa2U6CiAgCiAgJSBjYXQgL3Zhci9saWIvY2xvdWQvc2VlZC9ub2Nsb3VkLW5ldC9uZXR3
b3JrLWNvbmZpZwogIHZlcnNpb246IDEKICBjb25maWc6Ci0gICAtIHR5cGU6IHBoeXNpY2FsCi0g
ICAgIG1hY19hZGRyZXNzOiAiMDA6MTY6M2U6M2I6MDE6N2EiCi0gICAgIG5hbWU6IGZvbzIKLSAg
ICAgc3VibmV0czoKLSAgICAgICAtIHR5cGU6IGRoY3AKLSAgICAgICAgIGNvbnRyb2w6IGF1dG8K
KyDCoMKgLSB0eXBlOiBwaHlzaWNhbAorIMKgwqDCoMKgbWFjX2FkZHJlc3M6ICIwMDoxNjozZToz
YjowMTo3YSIKKyDCoMKgwqDCoG5hbWU6IGZvbzIKKyDCoMKgwqDCoHN1Ym5ldHM6CisgwqDCoMKg
wqDCoMKgLSB0eXBlOiBkaGNwCisgwqDCoMKgwqDCoMKgwqDCoGNvbnRyb2w6IGF1dG8KICAKICAk
IGx4YyBzdGFydCB4MQogICQgbHhjIGV4ZWMgeDEgL2Jpbi9iYXNoCiAgCiAgRnJvbSBpbnNpZGUg
d2UgZXhwZWN0IHRvIGhhdmUgYSBkZXZpY2UgbmFtZWQgJ2ZvbzInIGF0IHRoaXMgcG9pbnQgdGhh
dAogIGhhcyBkaGNwJ2QuCisgCisgV2UndmUgcnVuIGludG8gYSBudW1iZXIgb2YgaXNzdWVzIHdp
dGggdGhpcy4KKyAgYS4pIHdlIGRvbid0IGdldCBjb2xkcGx1ZyBldmVudHMgZm9yIGRldmljZXMg
aW4gYSBjb250YWluZXIsIHNvIHdyaXRpbmcgc3lzdGVtZC5saW5rIChvciA3MC1wZXJzaXN0ZW50
LW5ldC5ydWxlcyBzdHlsZSB1ZGV2IHJ1bGVzIGZpbGVzKSB3b250ICJqdXN0IHdvcmsiIHRvIGFw
cGx5IHRoZSBuYW1lIGNoYW5nZXMuCisgICAgICAKKyAgYi4pIHN5c3RlbWQubGluayBkb2VzIHJl
bmFtZSBkZXZpY2VzIHRoYXQgaGF2ZSBiZWVuIHJlbmFtZWQgcHJldmlvdXNseSwgYW5kIGFsbCBs
eGQgaW5zdGFuY2UgZGV2aWNlcyBhcmUgcmVuYW1lZCAoZnJvbSB0aGUga2VybmVsIHJldHVybmVk
IHZldGg8cmFuZG9tPiBpbnRvICdldGgwJykuCisgIFRoYXQgaXMgaW1wbGVtZW50ZWQgYnkgY2hl
Y2sgb2YgL3N5cy9kZXZpY2VzL3ZpcnR1YWwvbmV0L2V0aDAvbmFtZV9hc3NpZ25fdHlwZSAuIFZh
bHVlIG9mIDQgbWVhbnMgcmVuYW1lZC4KKyAKKyAgYy4pIHN5c3RlbWQubGluayB3aWxsIG5vdCBh
dHRlbXB0IHRvIHJlbmFtZSBhIGRldmljZSB0aGF0IGRvZXMgbm90IGhhdmUgYSBkcml2ZXIuCisg
ICAgVG8gc2VlIHRoYXQgcnVuOiB1ZGV2YWRtIHRlc3QtYnVpbHRpbiBuZXRfc2V0dXBfbGluayAv
c3lzL2NsYXNzL25ldC9ldGgwCisgICAgaHR0cDovL3Bhc3RlLnVidW50dS5jb20vMTYyNjE5NzQv
CisgCisgVG8gZm9yY2UgdGhlc2Ugc3lzdGVtZC5saW5rIGZpbGVzIHRvIHJ1biBpbiBzcGl0ZSBv
ZiAnYicgb24ga3ZtIGd1ZXN0cworIG9yIGJhcmUgbWV0YWwsIHdlIGhhdmUgZm91bmQgdGhhdCB1
bmJpbmQgYW5kIHJlYmluZCBvZiB0aGUgZGV2aWNlIHdpbGwKKyBjbGVhciB0aGUgc3RhdGUgYW5k
IHJlbmFtZSB3b3VsZCBvY2N1ci4gIHRoYXQgY2FuIGJlIGRvbmUgYXMgc2hvd24gaW4KKyBodHRw
czovL2J1Z3MubGF1bmNocGFkLm5ldC91YnVudHUvK3NvdXJjZS9jbG91ZC0KKyBpbml0LytidWcv
MTU3Nzg0NC9jb21tZW50cy8zIGJ1dCBzaW5jZSB0aGVyZSBpcyBubyAnZHJpdmVyJyB3ZSBjYW5u
b3QKKyB1bmJpbmQgYW5kIHJlYmluZCB2ZXRoIGRldmljZXMuCisgCisgVWx0aW1hdGVseSwgd2Ug
d2FudCB0byBhbGxvdyBjbG91ZC1pbml0IHRvIGNvbmZpZ3VyZSB0aGUgc3lzdGVtIG9uY2UgYW5k
CisgdGhlbiBsZXQgcmVuYW1pbmcgb24gcmVib290cyBub3QgcmVxdWlyZSBpbnZvbHZlbWVudCBv
ZiBjbG91ZC1pbml0LiAgQW5kCisgYXQgdGhlIG1vbWVudCB0aGUgaWRlYWwgd2F5IHRvIGFmZmVj
dCB0aGF0IHdvdWxkIGJlIHRocm91Z2ggc3lzdGVtZC5saW5rCisgZmlsZXMgc3VjaCBhcyAvZXRj
L3N5c3RlbWQvbmV0d29yay81MC1jbG91ZC1pbml0LWZvbzIubGluay4KKyAKICAKICBQcm9ibGVt
VHlwZTogQnVnCiAgRGlzdHJvUmVsZWFzZTogVWJ1bnR1IDE2LjA0CiAgUGFja2FnZTogdWRldiAy
MjktNHVidW50dTQKICBQcm9jVmVyc2lvblNpZ25hdHVyZTogVWJ1bnR1IDQuNC4wLTIxLjM3LWdl
bmVyaWMgNC40LjYKICBVbmFtZTogTGludXggNC40LjAtMjEtZ2VuZXJpYyB4ODZfNjQKICBBcHBv
cnRWZXJzaW9uOiAyLjIwLjEtMHVidW50dTIKICBBcmNoaXRlY3R1cmU6IGFtZDY0CiAgRGF0ZTog
RnJpIE1heSAgNiAxNTo0Mjo1MiAyMDE2CiAgTWFjaGluZVR5cGU6IExFTk9WTyAzMzY3MkI3CiAg
UHJvY0Vudmlyb246Ci0gIFRFUk09eHRlcm0tMjU2Y29sb3IKLSAgUEFUSD0oY3VzdG9tLCBubyB1
c2VyKQorIMKgVEVSTT14dGVybS0yNTZjb2xvcgorIMKgUEFUSD0oY3VzdG9tLCBubyB1c2VyKQog
IFByb2NLZXJuZWxDbWRMaW5lOiBCT09UX0lNQUdFPS9ib290L3ZtbGludXotNC40LjAtMjEtZ2Vu
ZXJpYy5lZmkuc2lnbmVkIHJvb3Q9VVVJRD0xOWFjOTdkNS02OTczLTQxOTMtOWEwOS0yZTZiYmZh
MzgyNjIgcm8gcXVpZXQgc3BsYXNoIHZ0LmhhbmRvZmY9NwogIFNvdXJjZVBhY2thZ2U6IHN5c3Rl
bWQKICBVcGdyYWRlU3RhdHVzOiBObyB1cGdyYWRlIGxvZyBwcmVzZW50IChwcm9iYWJseSBmcmVz
aCBpbnN0YWxsKQogIGRtaS5iaW9zLmRhdGU6IDEyLzE4LzIwMTMKICBkbWkuYmlvcy52ZW5kb3I6
IExFTk9WTwogIGRtaS5iaW9zLnZlcnNpb246IEc4RVQ5NldXICgyLjU2ICkKICBkbWkuYm9hcmQu
YXNzZXQudGFnOiBOb3QgQXZhaWxhYmxlCiAgZG1pLmJvYXJkLm5hbWU6IDMzNjcyQjcKICBkbWku
Ym9hcmQudmVuZG9yOiBMRU5PVk8KICBkbWkuYm9hcmQudmVyc2lvbjogTm90IERlZmluZWQKICBk
bWkuY2hhc3Npcy5hc3NldC50YWc6IE5vIEFzc2V0IEluZm9ybWF0aW9uCiAgZG1pLmNoYXNzaXMu
dHlwZTogMTAKICBkbWkuY2hhc3Npcy52ZW5kb3I6IExFTk9WTwogIGRtaS5jaGFzc2lzLnZlcnNp
b246IE5vdCBBdmFpbGFibGUKICBkbWkubW9kYWxpYXM6IGRtaTpidm5MRU5PVk86YnZyRzhFVDk2
V1coMi41Nik6YmQxMi8xOC8yMDEzOnN2bkxFTk9WTzpwbjMzNjcyQjc6cHZyVGhpbmtQYWRYMTMx
ZTpydm5MRU5PVk86cm4zMzY3MkI3OnJ2ck5vdERlZmluZWQ6Y3ZuTEVOT1ZPOmN0MTA6Y3ZyTm90
QXZhaWxhYmxlOgogIGRtaS5wcm9kdWN0Lm5hbWU6IDMzNjcyQjcKICBkbWkucHJvZHVjdC52ZXJz
aW9uOiBUaGlua1BhZCBYMTMxZQogIGRtaS5zeXMudmVuZG9yOiBMRU5PVk8KCioqIEFsc28gYWZm
ZWN0czogY2xvdWQtaW5pdCAoVWJ1bnR1KQogICBJbXBvcnRhbmNlOiBVbmRlY2lkZWQKICAgICAg
IFN0YXR1czogTmV3CgoqKiBDaGFuZ2VkIGluOiBjbG91ZC1pbml0IChVYnVudHUpCiAgICAgICBT
dGF0dXM6IE5ldyA9PiBDb25maXJtZWQKCioqIENoYW5nZWQgaW46IGNsb3VkLWluaXQgKFVidW50
dSkKICAgSW1wb3J0YW5jZTogVW5kZWNpZGVkID0+IEhpZ2gKCioqIERlc2NyaXB0aW9uIGNoYW5n
ZWQ6CgogIFdlJ3JlIGludGVyZXN0ZWQgaW4gc3VwcG9ydGluZyBuZXR3b3JrIGNvbmZpZ3VyYXRp
b24gb2YgbHhjIGNvbnRhaW5lcnMKICB2aWEgbWFhcy9jbG91ZC1pbml0IHlhbWwgZm9ybWF0Lgog
IAogIFRoZSBlbmQgZ29hbCBpcyB0byBkbzoKICAkIGx4YyBpbml0IHhlbmlhbCB4MQogICMgZW50
ZXIgaW50byBjb250YWluZXIgYW5kIG1vZGlmeSAvdmFyL2xpYi9jbG91ZC9zZWVkL25vY2xvdWQt
bmV0L25ldHdvcmstY29uZmlnCiAgIyB0byBoYXZlIHNvbWV0aGluZyBsaWtlOgogIAotICUgY2F0
IC92YXIvbGliL2Nsb3VkL3NlZWQvbm9jbG91ZC1uZXQvbmV0d29yay1jb25maWcKKyAkIG5jcGF0
aD0vdmFyL2xpYi9jbG91ZC9zZWVkL25vY2xvdWQtbmV0L25ldHdvcmstY29uZmlnCisgJCBzdWRv
IHRlZSAvdmFyL2xpYi9seGQvY29udGFpbmVycy94MS9yb290ZnMvJG5jcGF0aCA8PEVPRgogIHZl
cnNpb246IDEKICBjb25maWc6CiAgwqDCoC0gdHlwZTogcGh5c2ljYWwKICDCoMKgwqDCoG1hY19h
ZGRyZXNzOiAiMDA6MTY6M2U6M2I6MDE6N2EiCiAgwqDCoMKgwqBuYW1lOiBmb28yCiAgwqDCoMKg
wqBzdWJuZXRzOgogIMKgwqDCoMKgwqDCoC0gdHlwZTogZGhjcAogIMKgwqDCoMKgwqDCoMKgwqBj
b250cm9sOiBhdXRvCisgRU9GCiAgCiAgJCBseGMgc3RhcnQgeDEKICAkIGx4YyBleGVjIHgxIC9i
aW4vYmFzaAogIAogIEZyb20gaW5zaWRlIHdlIGV4cGVjdCB0byBoYXZlIGEgZGV2aWNlIG5hbWVk
ICdmb28yJyBhdCB0aGlzIHBvaW50IHRoYXQKICBoYXMgZGhjcCdkLgogIAogIFdlJ3ZlIHJ1biBp
bnRvIGEgbnVtYmVyIG9mIGlzc3VlcyB3aXRoIHRoaXMuCi0gIGEuKSB3ZSBkb24ndCBnZXQgY29s
ZHBsdWcgZXZlbnRzIGZvciBkZXZpY2VzIGluIGEgY29udGFpbmVyLCBzbyB3cml0aW5nIHN5c3Rl
bWQubGluayAob3IgNzAtcGVyc2lzdGVudC1uZXQucnVsZXMgc3R5bGUgdWRldiBydWxlcyBmaWxl
cykgd29udCAianVzdCB3b3JrIiB0byBhcHBseSB0aGUgbmFtZSBjaGFuZ2VzLgotICAgICAgCi0g
IGIuKSBzeXN0ZW1kLmxpbmsgZG9lcyByZW5hbWUgZGV2aWNlcyB0aGF0IGhhdmUgYmVlbiByZW5h
bWVkIHByZXZpb3VzbHksIGFuZCBhbGwgbHhkIGluc3RhbmNlIGRldmljZXMgYXJlIHJlbmFtZWQg
KGZyb20gdGhlIGtlcm5lbCByZXR1cm5lZCB2ZXRoPHJhbmRvbT4gaW50byAnZXRoMCcpLgotICBU
aGF0IGlzIGltcGxlbWVudGVkIGJ5IGNoZWNrIG9mIC9zeXMvZGV2aWNlcy92aXJ0dWFsL25ldC9l
dGgwL25hbWVfYXNzaWduX3R5cGUgLiBWYWx1ZSBvZiA0IG1lYW5zIHJlbmFtZWQuCisgwqBhLikg
d2UgZG9uJ3QgZ2V0IGNvbGRwbHVnIGV2ZW50cyBmb3IgZGV2aWNlcyBpbiBhIGNvbnRhaW5lciwg
c28gd3JpdGluZyBzeXN0ZW1kLmxpbmsgKG9yIDcwLXBlcnNpc3RlbnQtbmV0LnJ1bGVzIHN0eWxl
IHVkZXYgcnVsZXMgZmlsZXMpIHdvbnQgImp1c3Qgd29yayIgdG8gYXBwbHkgdGhlIG5hbWUgY2hh
bmdlcy4KICAKLSAgYy4pIHN5c3RlbWQubGluayB3aWxsIG5vdCBhdHRlbXB0IHRvIHJlbmFtZSBh
IGRldmljZSB0aGF0IGRvZXMgbm90IGhhdmUgYSBkcml2ZXIuCi0gICAgVG8gc2VlIHRoYXQgcnVu
OiB1ZGV2YWRtIHRlc3QtYnVpbHRpbiBuZXRfc2V0dXBfbGluayAvc3lzL2NsYXNzL25ldC9ldGgw
Ci0gICAgaHR0cDovL3Bhc3RlLnVidW50dS5jb20vMTYyNjE5NzQvCisgwqBiLikgc3lzdGVtZC5s
aW5rIGRvZXMgcmVuYW1lIGRldmljZXMgdGhhdCBoYXZlIGJlZW4gcmVuYW1lZCBwcmV2aW91c2x5
LCBhbmQgYWxsIGx4ZCBpbnN0YW5jZSBkZXZpY2VzIGFyZSByZW5hbWVkIChmcm9tIHRoZSBrZXJu
ZWwgcmV0dXJuZWQgdmV0aDxyYW5kb20+IGludG8gJ2V0aDAnKS4KKyDCoFRoYXQgaXMgaW1wbGVt
ZW50ZWQgYnkgY2hlY2sgb2YgL3N5cy9kZXZpY2VzL3ZpcnR1YWwvbmV0L2V0aDAvbmFtZV9hc3Np
Z25fdHlwZSAuIFZhbHVlIG9mIDQgbWVhbnMgcmVuYW1lZC4KKyAKKyDCoGMuKSBzeXN0ZW1kLmxp
bmsgd2lsbCBub3QgYXR0ZW1wdCB0byByZW5hbWUgYSBkZXZpY2UgdGhhdCBkb2VzIG5vdCBoYXZl
IGEgZHJpdmVyLgorIMKgwqDCoFRvIHNlZSB0aGF0IHJ1bjogdWRldmFkbSB0ZXN0LWJ1aWx0aW4g
bmV0X3NldHVwX2xpbmsgL3N5cy9jbGFzcy9uZXQvZXRoMAorIMKgwqDCoGh0dHA6Ly9wYXN0ZS51
YnVudHUuY29tLzE2MjYxOTc0LwogIAogIFRvIGZvcmNlIHRoZXNlIHN5c3RlbWQubGluayBmaWxl
cyB0byBydW4gaW4gc3BpdGUgb2YgJ2InIG9uIGt2bSBndWVzdHMKICBvciBiYXJlIG1ldGFsLCB3
ZSBoYXZlIGZvdW5kIHRoYXQgdW5iaW5kIGFuZCByZWJpbmQgb2YgdGhlIGRldmljZSB3aWxsCiAg
Y2xlYXIgdGhlIHN0YXRlIGFuZCByZW5hbWUgd291bGQgb2NjdXIuICB0aGF0IGNhbiBiZSBkb25l
IGFzIHNob3duIGluCiAgaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2Uv
Y2xvdWQtCiAgaW5pdC8rYnVnLzE1Nzc4NDQvY29tbWVudHMvMyBidXQgc2luY2UgdGhlcmUgaXMg
bm8gJ2RyaXZlcicgd2UgY2Fubm90CiAgdW5iaW5kIGFuZCByZWJpbmQgdmV0aCBkZXZpY2VzLgog
IAogIFVsdGltYXRlbHksIHdlIHdhbnQgdG8gYWxsb3cgY2xvdWQtaW5pdCB0byBjb25maWd1cmUg
dGhlIHN5c3RlbSBvbmNlIGFuZAogIHRoZW4gbGV0IHJlbmFtaW5nIG9uIHJlYm9vdHMgbm90IHJl
cXVpcmUgaW52b2x2ZW1lbnQgb2YgY2xvdWQtaW5pdC4gIEFuZAogIGF0IHRoZSBtb21lbnQgdGhl
IGlkZWFsIHdheSB0byBhZmZlY3QgdGhhdCB3b3VsZCBiZSB0aHJvdWdoIHN5c3RlbWQubGluawog
IGZpbGVzIHN1Y2ggYXMgL2V0Yy9zeXN0ZW1kL25ldHdvcmsvNTAtY2xvdWQtaW5pdC1mb28yLmxp
bmsuCi0gCiAgCiAgUHJvYmxlbVR5cGU6IEJ1ZwogIERpc3Ryb1JlbGVhc2U6IFVidW50dSAxNi4w
NAogIFBhY2thZ2U6IHVkZXYgMjI5LTR1YnVudHU0CiAgUHJvY1ZlcnNpb25TaWduYXR1cmU6IFVi
dW50dSA0LjQuMC0yMS4zNy1nZW5lcmljIDQuNC42CiAgVW5hbWU6IExpbnV4IDQuNC4wLTIxLWdl
bmVyaWMgeDg2XzY0CiAgQXBwb3J0VmVyc2lvbjogMi4yMC4xLTB1YnVudHUyCiAgQXJjaGl0ZWN0
dXJlOiBhbWQ2NAogIERhdGU6IEZyaSBNYXkgIDYgMTU6NDI6NTIgMjAxNgogIE1hY2hpbmVUeXBl
OiBMRU5PVk8gMzM2NzJCNwogIFByb2NFbnZpcm9uOgogIMKgVEVSTT14dGVybS0yNTZjb2xvcgog
IMKgUEFUSD0oY3VzdG9tLCBubyB1c2VyKQogIFByb2NLZXJuZWxDbWRMaW5lOiBCT09UX0lNQUdF
PS9ib290L3ZtbGludXotNC40LjAtMjEtZ2VuZXJpYy5lZmkuc2lnbmVkIHJvb3Q9VVVJRD0xOWFj
OTdkNS02OTczLTQxOTMtOWEwOS0yZTZiYmZhMzgyNjIgcm8gcXVpZXQgc3BsYXNoIHZ0LmhhbmRv
ZmY9NwogIFNvdXJjZVBhY2thZ2U6IHN5c3RlbWQKICBVcGdyYWRlU3RhdHVzOiBObyB1cGdyYWRl
IGxvZyBwcmVzZW50IChwcm9iYWJseSBmcmVzaCBpbnN0YWxsKQogIGRtaS5iaW9zLmRhdGU6IDEy
LzE4LzIwMTMKICBkbWkuYmlvcy52ZW5kb3I6IExFTk9WTwogIGRtaS5iaW9zLnZlcnNpb246IEc4
RVQ5NldXICgyLjU2ICkKICBkbWkuYm9hcmQuYXNzZXQudGFnOiBOb3QgQXZhaWxhYmxlCiAgZG1p
LmJvYXJkLm5hbWU6IDMzNjcyQjcKICBkbWkuYm9hcmQudmVuZG9yOiBMRU5PVk8KICBkbWkuYm9h
cmQudmVyc2lvbjogTm90IERlZmluZWQKICBkbWkuY2hhc3Npcy5hc3NldC50YWc6IE5vIEFzc2V0
IEluZm9ybWF0aW9uCiAgZG1pLmNoYXNzaXMudHlwZTogMTAKICBkbWkuY2hhc3Npcy52ZW5kb3I6
IExFTk9WTwogIGRtaS5jaGFzc2lzLnZlcnNpb246IE5vdCBBdmFpbGFibGUKICBkbWkubW9kYWxp
YXM6IGRtaTpidm5MRU5PVk86YnZyRzhFVDk2V1coMi41Nik6YmQxMi8xOC8yMDEzOnN2bkxFTk9W
TzpwbjMzNjcyQjc6cHZyVGhpbmtQYWRYMTMxZTpydm5MRU5PVk86cm4zMzY3MkI3OnJ2ck5vdERl
ZmluZWQ6Y3ZuTEVOT1ZPOmN0MTA6Y3ZyTm90QXZhaWxhYmxlOgogIGRtaS5wcm9kdWN0Lm5hbWU6
IDMzNjcyQjcKICBkbWkucHJvZHVjdC52ZXJzaW9uOiBUaGlua1BhZCBYMTMxZQogIGRtaS5zeXMu
dmVuZG9yOiBMRU5PVk8KCioqIERlc2NyaXB0aW9uIGNoYW5nZWQ6CgogIFdlJ3JlIGludGVyZXN0
ZWQgaW4gc3VwcG9ydGluZyBuZXR3b3JrIGNvbmZpZ3VyYXRpb24gb2YgbHhjIGNvbnRhaW5lcnMK
ICB2aWEgbWFhcy9jbG91ZC1pbml0IHlhbWwgZm9ybWF0LgogIAogIFRoZSBlbmQgZ29hbCBpcyB0
byBkbzoKICAkIGx4YyBpbml0IHhlbmlhbCB4MQotICMgZW50ZXIgaW50byBjb250YWluZXIgYW5k
IG1vZGlmeSAvdmFyL2xpYi9jbG91ZC9zZWVkL25vY2xvdWQtbmV0L25ldHdvcmstY29uZmlnCi0g
IyB0byBoYXZlIHNvbWV0aGluZyBsaWtlOgotIAogICQgbmNwYXRoPS92YXIvbGliL2Nsb3VkL3Nl
ZWQvbm9jbG91ZC1uZXQvbmV0d29yay1jb25maWcKICAkIHN1ZG8gdGVlIC92YXIvbGliL2x4ZC9j
b250YWluZXJzL3gxL3Jvb3Rmcy8kbmNwYXRoIDw8RU9GCiAgdmVyc2lvbjogMQogIGNvbmZpZzoK
ICDCoMKgLSB0eXBlOiBwaHlzaWNhbAogIMKgwqDCoMKgbWFjX2FkZHJlc3M6ICIwMDoxNjozZToz
YjowMTo3YSIKICDCoMKgwqDCoG5hbWU6IGZvbzIKICDCoMKgwqDCoHN1Ym5ldHM6CiAgwqDCoMKg
wqDCoMKgLSB0eXBlOiBkaGNwCiAgwqDCoMKgwqDCoMKgwqDCoGNvbnRyb2w6IGF1dG8KICBFT0YK
ICAKICAkIGx4YyBzdGFydCB4MQogICQgbHhjIGV4ZWMgeDEgL2Jpbi9iYXNoCiAgCiAgRnJvbSBp
bnNpZGUgd2UgZXhwZWN0IHRvIGhhdmUgYSBkZXZpY2UgbmFtZWQgJ2ZvbzInIGF0IHRoaXMgcG9p
bnQgdGhhdAogIGhhcyBkaGNwJ2QuCiAgCiAgV2UndmUgcnVuIGludG8gYSBudW1iZXIgb2YgaXNz
dWVzIHdpdGggdGhpcy4KICDCoGEuKSB3ZSBkb24ndCBnZXQgY29sZHBsdWcgZXZlbnRzIGZvciBk
ZXZpY2VzIGluIGEgY29udGFpbmVyLCBzbyB3cml0aW5nIHN5c3RlbWQubGluayAob3IgNzAtcGVy
c2lzdGVudC1uZXQucnVsZXMgc3R5bGUgdWRldiBydWxlcyBmaWxlcykgd29udCAianVzdCB3b3Jr
IiB0byBhcHBseSB0aGUgbmFtZSBjaGFuZ2VzLgogIAogIMKgYi4pIHN5c3RlbWQubGluayBkb2Vz
IHJlbmFtZSBkZXZpY2VzIHRoYXQgaGF2ZSBiZWVuIHJlbmFtZWQgcHJldmlvdXNseSwgYW5kIGFs
bCBseGQgaW5zdGFuY2UgZGV2aWNlcyBhcmUgcmVuYW1lZCAoZnJvbSB0aGUga2VybmVsIHJldHVy
bmVkIHZldGg8cmFuZG9tPiBpbnRvICdldGgwJykuCiAgwqBUaGF0IGlzIGltcGxlbWVudGVkIGJ5
IGNoZWNrIG9mIC9zeXMvZGV2aWNlcy92aXJ0dWFsL25ldC9ldGgwL25hbWVfYXNzaWduX3R5cGUg
LiBWYWx1ZSBvZiA0IG1lYW5zIHJlbmFtZWQuCiAgCiAgwqBjLikgc3lzdGVtZC5saW5rIHdpbGwg
bm90IGF0dGVtcHQgdG8gcmVuYW1lIGEgZGV2aWNlIHRoYXQgZG9lcyBub3QgaGF2ZSBhIGRyaXZl
ci4KICDCoMKgwqBUbyBzZWUgdGhhdCBydW46IHVkZXZhZG0gdGVzdC1idWlsdGluIG5ldF9zZXR1
cF9saW5rIC9zeXMvY2xhc3MvbmV0L2V0aDAKICDCoMKgwqBodHRwOi8vcGFzdGUudWJ1bnR1LmNv
bS8xNjI2MTk3NC8KICAKICBUbyBmb3JjZSB0aGVzZSBzeXN0ZW1kLmxpbmsgZmlsZXMgdG8gcnVu
IGluIHNwaXRlIG9mICdiJyBvbiBrdm0gZ3Vlc3RzCiAgb3IgYmFyZSBtZXRhbCwgd2UgaGF2ZSBm
b3VuZCB0aGF0IHVuYmluZCBhbmQgcmViaW5kIG9mIHRoZSBkZXZpY2Ugd2lsbAogIGNsZWFyIHRo
ZSBzdGF0ZSBhbmQgcmVuYW1lIHdvdWxkIG9jY3VyLiAgdGhhdCBjYW4gYmUgZG9uZSBhcyBzaG93
biBpbgogIGh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3VidW50dS8rc291cmNlL2Nsb3VkLQog
IGluaXQvK2J1Zy8xNTc3ODQ0L2NvbW1lbnRzLzMgYnV0IHNpbmNlIHRoZXJlIGlzIG5vICdkcml2
ZXInIHdlIGNhbm5vdAogIHVuYmluZCBhbmQgcmViaW5kIHZldGggZGV2aWNlcy4KICAKICBVbHRp
bWF0ZWx5LCB3ZSB3YW50IHRvIGFsbG93IGNsb3VkLWluaXQgdG8gY29uZmlndXJlIHRoZSBzeXN0
ZW0gb25jZSBhbmQKICB0aGVuIGxldCByZW5hbWluZyBvbiByZWJvb3RzIG5vdCByZXF1aXJlIGlu
dm9sdmVtZW50IG9mIGNsb3VkLWluaXQuICBBbmQKICBhdCB0aGUgbW9tZW50IHRoZSBpZGVhbCB3
YXkgdG8gYWZmZWN0IHRoYXQgd291bGQgYmUgdGhyb3VnaCBzeXN0ZW1kLmxpbmsKICBmaWxlcyBz
dWNoIGFzIC9ldGMvc3lzdGVtZC9uZXR3b3JrLzUwLWNsb3VkLWluaXQtZm9vMi5saW5rLgogIAog
IFByb2JsZW1UeXBlOiBCdWcKICBEaXN0cm9SZWxlYXNlOiBVYnVudHUgMTYuMDQKICBQYWNrYWdl
OiB1ZGV2IDIyOS00dWJ1bnR1NAogIFByb2NWZXJzaW9uU2lnbmF0dXJlOiBVYnVudHUgNC40LjAt
MjEuMzctZ2VuZXJpYyA0LjQuNgogIFVuYW1lOiBMaW51eCA0LjQuMC0yMS1nZW5lcmljIHg4Nl82
NAogIEFwcG9ydFZlcnNpb246IDIuMjAuMS0wdWJ1bnR1MgogIEFyY2hpdGVjdHVyZTogYW1kNjQK
ICBEYXRlOiBGcmkgTWF5ICA2IDE1OjQyOjUyIDIwMTYKICBNYWNoaW5lVHlwZTogTEVOT1ZPIDMz
NjcyQjcKICBQcm9jRW52aXJvbjoKICDCoFRFUk09eHRlcm0tMjU2Y29sb3IKICDCoFBBVEg9KGN1
c3RvbSwgbm8gdXNlcikKICBQcm9jS2VybmVsQ21kTGluZTogQk9PVF9JTUFHRT0vYm9vdC92bWxp
bnV6LTQuNC4wLTIxLWdlbmVyaWMuZWZpLnNpZ25lZCByb290PVVVSUQ9MTlhYzk3ZDUtNjk3My00
MTkzLTlhMDktMmU2YmJmYTM4MjYyIHJvIHF1aWV0IHNwbGFzaCB2dC5oYW5kb2ZmPTcKICBTb3Vy
Y2VQYWNrYWdlOiBzeXN0ZW1kCiAgVXBncmFkZVN0YXR1czogTm8gdXBncmFkZSBsb2cgcHJlc2Vu
dCAocHJvYmFibHkgZnJlc2ggaW5zdGFsbCkKICBkbWkuYmlvcy5kYXRlOiAxMi8xOC8yMDEzCiAg
ZG1pLmJpb3MudmVuZG9yOiBMRU5PVk8KICBkbWkuYmlvcy52ZXJzaW9uOiBHOEVUOTZXVyAoMi41
NiApCiAgZG1pLmJvYXJkLmFzc2V0LnRhZzogTm90IEF2YWlsYWJsZQogIGRtaS5ib2FyZC5uYW1l
OiAzMzY3MkI3CiAgZG1pLmJvYXJkLnZlbmRvcjogTEVOT1ZPCiAgZG1pLmJvYXJkLnZlcnNpb246
IE5vdCBEZWZpbmVkCiAgZG1pLmNoYXNzaXMuYXNzZXQudGFnOiBObyBBc3NldCBJbmZvcm1hdGlv
bgogIGRtaS5jaGFzc2lzLnR5cGU6IDEwCiAgZG1pLmNoYXNzaXMudmVuZG9yOiBMRU5PVk8KICBk
bWkuY2hhc3Npcy52ZXJzaW9uOiBOb3QgQXZhaWxhYmxlCiAgZG1pLm1vZGFsaWFzOiBkbWk6YnZu
TEVOT1ZPOmJ2ckc4RVQ5NldXKDIuNTYpOmJkMTIvMTgvMjAxMzpzdm5MRU5PVk86cG4zMzY3MkI3
OnB2clRoaW5rUGFkWDEzMWU6cnZuTEVOT1ZPOnJuMzM2NzJCNzpydnJOb3REZWZpbmVkOmN2bkxF
Tk9WTzpjdDEwOmN2ck5vdEF2YWlsYWJsZToKICBkbWkucHJvZHVjdC5uYW1lOiAzMzY3MkI3CiAg
ZG1pLnByb2R1Y3QudmVyc2lvbjogVGhpbmtQYWQgWDEzMWUKICBkbWkuc3lzLnZlbmRvcjogTEVO
T1ZPCgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBh
cmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0
byBzeXN0ZW1kIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTc5
MTMwCgpUaXRsZToKICBuZWVkIHRvIHN1cHBvcnQgc3lzdGVtZC5saW5rIHJlbmFtaW5nIG9mIGRl
dmljZXMgaW4gY29udGFpbmVyCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1
ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2UvY2xvdWQt
aW5pdC8rYnVnLzE1NzkxMzAvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGlu
ZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1
LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 16:40:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 41B4826C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 16:40:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 346D71A42D3;
	Fri,  6 May 2016 16:40:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayio8-0001vI-AO; Fri, 06 May 2016 16:40:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayio7-0001v4-7i
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 16:40:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayio6-0003oP-UI
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 16:40:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D3CB42E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 16:40:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 16:31:29 -0000
From: Karl Kastner <kastner.karl@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: kastner-karl
X-Launchpad-Bug-Reporter: Karl Kastner (kastner-karl)
X-Launchpad-Bug-Modifier: Karl Kastner (kastner-karl)
Message-Id: <20160506163130.303.53530.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1579142] [NEW] Evince windows cannot be resized after upgrade to
 Xenial
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c7c37c2ade216e05684381b973820ad19eac0ce6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579142 <1579142@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Since upgrade to Xenial, windows of evince cannot be resized on my
machine. Windows can be maximized and restored, but windows cannot be
resized with the mouse to arbitrary width and height. Works fine for
windows of other applications.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: evince 3.18.2-1ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-58.64~14.04.1-generic 3.19.8-ckt16
Uname: Linux 3.19.0-58-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri May  6 18:27:55 2016
InstallationDate: Installed on 2015-11-05 (183 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: evince (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

** Description changed:

  Since upgrade to Xenial, windows of evince cannot be resized on my
  machine. Windows can be maximized and restored, but windows cannot be
- resized with the mouse to arbitrary width and depth. Works fine for
+ resized with the mouse to arbitrary width and height. Works fine for
  windows of other applications.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: evince 3.18.2-1ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-58.64~14.04.1-generic 3.19.8-ckt16
  Uname: Linux 3.19.0-58-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri May  6 18:27:55 2016
  InstallationDate: Installed on 2015-11-05 (183 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1579142

Title:
  Evince windows cannot be resized after upgrade to Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1579142/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 16:45:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4E97826C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 16:45:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 462E31A4332;
	Fri,  6 May 2016 16:45:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayit0-0002NV-P2; Fri, 06 May 2016 16:45:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayit0-0002N4-3P
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 16:45:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayisz-0005iW-Dm
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 16:45:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 65E002E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 16:45:53 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 16:39:18 -0000
From: James Page <james.page@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=percona-xtradb-cluster-5.6;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=charms; sourcepackage=percona-cluster;
 component=None; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: canonical-bootstack hitlist openstack
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-marshall james-page
X-Launchpad-Bug-Reporter: Brad Marshall (brad-marshall)
X-Launchpad-Bug-Modifier: James Page (james-page)
References: <20160504065609.24579.48561.malonedeb@gac.canonical.com>
Message-Id: <20160506163919.1051.56977.malone@chaenomeles.canonical.com>
Subject: [Bug 1578080] Re: percona cluster hits resource limits in HA
 Openstack cloud with xenial
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8ed9f66b883d677d02b6d6c08f78cdca32c7cea2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578080 <1578080@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Raising systemd task and assigning to Martin...


** Also affects: systemd (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: systemd (Ubuntu)
     Assignee: (unassigned) => Martin Pitt (pitti)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1578080

Title:
  percona cluster hits resource limits in HA Openstack cloud with xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1578080/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 17:20:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 43F6226C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 17:20:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3E4851A434A;
	Fri,  6 May 2016 17:20:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayjQk-00066A-7i; Fri, 06 May 2016 17:20:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayjQh-00065S-Ml
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 17:20:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayjQg-0002h5-Vl
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 17:20:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C91C72E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 17:20:42 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 17:14:40 -0000
From: "Excuse me, what?" <ctvn2002@yahoo.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ctvn2002
X-Launchpad-Bug-Reporter: Excuse me, what? (ctvn2002)
X-Launchpad-Bug-Modifier: Excuse me, what? (ctvn2002)
Message-Id: <20160506171440.7787.7293.malonedeb@soybean.canonical.com>
Subject: [Bug 1579156] [NEW] Ubuntu 16 hanging when changing resolution in
 VSphere Client
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8f7af611cddde4c7c39497ff33d29172ede87824
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579156 <1579156@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Steps to reproduce the problem:
1. create Ubuntu 16 LTS virtual machine in vSphere 6 or 5.x
2. start the Ubuntu 16 guest
3. go to Console in the vSphere Client 
4. Go to settings and change resolution
5. click apply
Here the console hangs

Obs: Ubuntu 15 works just fine.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: evince 3.16.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Fri May  6 13:08:21 2016
InstallationDate: Installed on 2015-12-14 (143 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: evince (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug wily

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1579156

Title:
  Ubuntu 16 hanging when changing resolution in VSphere Client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1579156/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 17:25:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3FF0226C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 17:25:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 366361A4349;
	Fri,  6 May 2016 17:25:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayjVR-0006ZD-VM; Fri, 06 May 2016 17:25:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayjVR-0006Z3-BU
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 17:25:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayjVQ-0004I3-P0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 17:25:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9A2E72E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 17:25:36 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 17:19:11 -0000
From: Aapo Rantalainen <1579160@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aapo-rantalainen
X-Launchpad-Bug-Reporter: Aapo Rantalainen (aapo-rantalainen)
X-Launchpad-Bug-Modifier: Aapo Rantalainen (aapo-rantalainen)
Message-Id: <20160506171911.863.66208.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1579160] [NEW] second nautilus spawns errors 
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 882528553d4b0551e99240ab8e5236b759e97db6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579160 <1579160@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Ubuntu 16.04 LTS
nautilus:
 1:3.18.4.is.3.14.3-0ubuntu4


Steps to reproduce:
killall nautilus
nautilus /home &
nautilus /tmp

(nautilus:17416): GLib-GIO-CRITICAL **: g_dbus_interface_skeleton_unexport: assertion 'interface_->priv->connections != NULL' failed
(nautilus:17416): GLib-GIO-CRITICAL **: g_dbus_interface_skeleton_unexport: assertion 'interface_->priv->connections != NULL' failed
(nautilus:17416): Gtk-CRITICAL **: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
(nautilus:17416): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(nautilus:17416): GLib-GObject-CRITICAL **: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

Same errors (but with different line numbers) are polluting also at least: 
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1576252
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1571431
https://ask.fedoraproject.org/en/question/72155/nautilus-critical-error/

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1579160

Title:
  second nautilus spawns errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1579160/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 17:35:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EEDAF26C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 17:35:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E84621A4345;
	Fri,  6 May 2016 17:35:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayjfF-0007s0-OQ; Fri, 06 May 2016 17:35:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayjfE-0007rD-Bt
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 17:35:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayjfD-0006TV-JA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 17:35:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8F6852E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 17:35:43 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 17:27:10 -0000
From: Bug Watch Updater <1578317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-figg cosmos-door josep-ubuntu jsalisbury
 walter-garcia
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160506172711.23976.15637.launchpad@loganberry.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0596bc4ebb54d2244566d5a4d646c6e9490cde7b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software
       Status: Unknown => Confirmed

** Changed in: gnome-software
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 17:35:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7F62E26C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 17:35:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7A7981A4344;
	Fri,  6 May 2016 17:35:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayjfN-0007yK-4q; Fri, 06 May 2016 17:35:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayjfM-0007xR-5H
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 17:35:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayjfL-0006T2-El
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 17:35:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 676022E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 17:35:51 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 17:26:57 -0000
From: Bug Watch Updater <1381415@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mc3man seb128 serp2002
X-Launchpad-Bug-Reporter: SerP (serp2002)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20141015091405.25549.26909.malonedeb@soybean.canonical.com>
Message-Id: <20160506172658.23976.79302.launchpad@loganberry.canonical.com>
Subject: [Bug 1381415] Re: Can't create new folder in "List" view
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9274621e2236c53371af88563f3f066ad484e41d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1381415 <1381415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1381415

Title:
  Can't create new folder in "List" view

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1381415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 17:56:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 971F426C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 17:56:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8FF081A29C8;
	Fri,  6 May 2016 17:56:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayjyr-0002ZG-FJ; Fri, 06 May 2016 17:56:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayjyq-0002Yz-PM
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 17:56:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayjyp-0007Ti-EH
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 17:55:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8FA7C2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 17:55:53 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 17:47:05 -0000
From: Ronnie Tucker <ronnie@ronnietucker.co.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Ronnie Tucker (ronnietucker)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506174706.9523.17190.malone@gac.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 59c7c0dc9d9f43d6bf06bd21736b6036e93a55c8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

rm -r /var/cache/app-info

rm: descend into write-protected directory '/var/cache/app-info'? y 
rm: descend into write-protected directory '/var/cache/app-info/xapian'? y
rm: descend into write-protected directory '/var/cache/app-info/xapian/default'? y
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/postlist.baseB'? y
rm: cannot remove '/var/cache/app-info/xapian/default/postlist.baseB': Permission denied
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/termlist.DB'? y
rm: cannot remove '/var/cache/app-info/xapian/default/termlist.DB': Permission denied
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/postlist.baseA'? y
rm: cannot remove '/var/cache/app-info/xapian/default/postlist.baseA': Permission denied
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/spelling.baseA'? y
rm: cannot remove '/var/cache/app-info/xapian/default/spelling.baseA': Permission denied
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/record.baseB'? y
rm: cannot remove '/var/cache/app-info/xapian/default/record.baseB': Permission denied
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/record.baseA'? 
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/termlist.baseB'? 
rm: remove write-protected regular empty file '/var/cache/app-info/xapian/default/flintlock'? 
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/spelling.DB'? 
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/termlist.baseA'? 
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/spelling.baseB'? 
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/iamchert'? 
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/record.DB'? 
rm: remove write-protected regular file '/var/cache/app-info/xapian/default/postlist.DB'? 
rm: descend into write-protected directory '/var/cache/app-info/xmls'? 
rm: descend into write-protected directory '/var/cache/app-info/yaml'? 

-------------------------------------------------------------

~$ sudo appstreamcli refresh --force --verbose

** (appstreamcli:4541): DEBUG: Refreshing AppStream cache
** (appstreamcli:4541): DEBUG: Reading: /usr/share/app-info/xmls/org.freedesktop.fwupd.xml
** (appstreamcli:4541): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_main_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_main_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_main_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/cache/app-info/xmls/fwupd.xml
** (appstreamcli:4541): DEBUG: Reading: /var/cache/app-info/yaml/xenial-main_amd64.yml.gz
** (appstreamcli:4541): DEBUG: Detected colliding ids: plan.desktop was already added with the same priority.
** (appstreamcli:4541): DEBUG: Detected colliding ids: flcheckers.desktop was already added with the same priority.
** (appstreamcli:4541): DEBUG: Detected colliding ids: flblocks.desktop was already added with the same priority.
** (appstreamcli:4541): DEBUG: Detected colliding ids: flsudoku.desktop was already added with the same priority.
** (appstreamcli:4541): DEBUG: Replaced 'firefox.desktop' with data of higher priority.
** (appstreamcli:4541): DEBUG: Replaced 'thunderbird.desktop' with data of higher priority.
** (appstreamcli:4541): DEBUG: Detected colliding ids: thunderbird.desktop was already added with a higher priority.
** (appstreamcli:4541): DEBUG: Detected colliding ids: org.gnome.Software.desktop was already added with a higher priority.
** (appstreamcli:4541): DEBUG: Detected colliding ids: firefox.desktop was already added with a higher priority.
** (appstreamcli:4541): DEBUG: Detected colliding ids: language-selector.desktop was already added with a higher priority.
** (appstreamcli:4541): DEBUG: zathura-pdf-poppler.desktop extends zathura.desktop, but zathura.desktop was not found.
** (appstreamcli:4541): DEBUG: WARNING: Skipped component 'com.steelseries.rival-legacy.firmware': The component is invalid.
** (appstreamcli:4541): DEBUG: Removing old rebuild-dir from previous database rebuild.
AppStream cache update completed, but some metadata was ignored due to errors.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1563155

Title:
  No Application Data Found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 18:05:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2492C26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 18:05:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1CF5D1A4355;
	Fri,  6 May 2016 18:05:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayk8S-0003VK-0R; Fri, 06 May 2016 18:05:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayk8Q-0003Um-QQ
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 18:05:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayk8Q-0001lG-Dn
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 18:05:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 51EAD2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 18:05:54 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 17:58:40 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506175840.941.76899.malone@chaenomeles.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f765200bf5042c87649122f95ec4f9462b7d3757
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

`sudo rm -r /var/cache/app-info`, obviously... ;-)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1563155

Title:
  No Application Data Found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 18:15:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5CABD26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 18:15:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4E9001A4180;
	Fri,  6 May 2016 18:15:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aykI2-0005EN-Cl; Fri, 06 May 2016 18:15:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aykI1-0005ED-Mr
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 18:15:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aykI1-0003Sm-8k
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 18:15:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 25FB42E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 18:15:49 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 18:10:30 -0000
From: Ronnie Tucker <ronnie@ronnietucker.co.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Ronnie Tucker (ronnietucker)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506181030.9051.11970.malone@gac.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5793ebc2221aa91900a681d27519e9ec45117121
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I didn't want to sudo it juuuuuuust in case.   :D

sudo rm -r /var/cache/app-info

----------------
 
ronnie@ronnie-desktop:~$ sudo appstreamcli refresh --force --verbose

** (appstreamcli:5519): DEBUG: Refreshing AppStream cache
** (appstreamcli:5519): DEBUG: Reading: /usr/share/app-info/xmls/org.freedesktop.fwupd.xml
** (appstreamcli:5519): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_main_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: /var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: /var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: /var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_main_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: /var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_main_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: /var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: No metadata-specific subdirectories found in '/var/cache/app-info'
** (appstreamcli:5519): DEBUG: Detected colliding ids: plan.desktop was already added with the same priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: flcheckers.desktop was already added with the same priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: flblocks.desktop was already added with the same priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: flsudoku.desktop was already added with the same priority.
** (appstreamcli:5519): DEBUG: Replaced 'firefox.desktop' with data of higher priority.
** (appstreamcli:5519): DEBUG: Replaced 'thunderbird.desktop' with data of higher priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: thunderbird.desktop was already added with a higher priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: org.gnome.Software.desktop was already added with a higher priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: firefox.desktop was already added with a higher priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: language-selector.desktop was already added with a higher priority.
** (appstreamcli:5519): DEBUG: zathura-pdf-poppler.desktop extends zathura.desktop, but zathura.desktop was not found.
** (appstreamcli:5519): DEBUG: WARNING: Skipped component 'com.steelseries.rival-legacy.firmware': The component is invalid.
** (appstreamcli:5519): DEBUG: Removing old rebuild-dir from previous database rebuild.
AppStream cache update completed, but some metadata was ignored due to errors.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1563155

Title:
  No Application Data Found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 18:25:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EAF4A26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 18:25:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E4E2B1A4291;
	Fri,  6 May 2016 18:25:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aykRX-00064n-2E; Fri, 06 May 2016 18:25:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aykRV-00064V-FX
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 18:25:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aykRV-0006Pm-41
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 18:25:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0D9662E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 18:25:37 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 18:17:35 -0000
From: spm2011 <spammonster2011@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spm2011
X-Launchpad-Bug-Reporter: spm2011 (spm2011)
X-Launchpad-Bug-Modifier: spm2011 (spm2011)
Message-Id: <20160506181735.8689.97492.malonedeb@gac.canonical.com>
Subject: [Bug 1579174] [NEW] Close All Terminals not Working as Expected
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f28d55747a92fa391744864e135ced4ced028f35
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579174 <1579174@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The "Close All Terminals" File menu option in Gnome Terminal on an
Ubuntu Gnome 16.04 LTS 64-bit live session does not actually close all
terminal windows - it only closes the window on which it is selected.

To reproduce :

1. Open a new Gnome terminal window.
2. Select "Open Terminal" under the File menu on the first terminal.
3. Select "Close All Terminals" under the File menu on the second terminal. It will only close the second terminal window even though there are two terminal windows open.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CasperVersion: 1.376
CurrentDesktop: GNOME
Date: Fri May  6 18:11:52 2016
LiveMediaBuild: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 (20160421)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1579174

Title:
  Close All Terminals not Working as Expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1579174/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 18:41:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5623926C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 18:41:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4FE881A2F0B;
	Fri,  6 May 2016 18:41:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aykgV-0008Nj-6V; Fri, 06 May 2016 18:41:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aykgT-0008Mi-K6
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 18:41:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aykgS-0000nO-V5
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 18:41:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D7C672E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 18:41:04 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 18:31:36 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506183137.9441.84500.malone@soybean.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9c9a4b150f65d96c62c4d490a1b4be32380ce498
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Okay, that looks okay-ish (it's weird that there are ID collisions for
firefox.desktop and other stuff, that shouldn't happen...).

If the issue isn't fixed, the full log of GS would help. You can store it in /tmp via:
`killall gnome-software ; gnome-software --verbose | tee /tmp/gnome-software.log`

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1563155

Title:
  No Application Data Found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 18:55:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2B2C426C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 18:55:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 24F7C1A434C;
	Fri,  6 May 2016 18:55:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aykuk-0001Hv-4t; Fri, 06 May 2016 18:55:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aykuj-0001HZ-9K
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 18:55:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aykui-0006XD-Rx
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 18:55:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D0DD32E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 18:55:48 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 18:48:53 -0000
From: Ronnie Tucker <ronnie@ronnietucker.co.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Ronnie Tucker (ronnietucker)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506184853.1051.63519.malone@chaenomeles.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2f38fa5f812c40ece1d354c629798707a3efb976
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I think that's it fixed! I can see items and categories. Which is more
than I could see last time!

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1563155

Title:
  No Application Data Found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 19:06:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4CC0026C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 19:06:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 46B261A3864;
	Fri,  6 May 2016 19:06:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayl5O-0003U8-6m; Fri, 06 May 2016 19:06:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayl5N-0003Tb-6s
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 19:06:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayl5K-0001AA-E2
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 19:06:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D8A122E80D5
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 19:06:37 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 19:00:21 -0000
From: Han <elberro@online.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blade19899 canalegrande charles-b-mathias
 cyberhumano elberro g-breysse hadriman janitor kyalovincent nkurbanov95
 ogresto tero-terokankaanpera-deactivatedaccount y-baidiuk
X-Launchpad-Bug-Reporter: Imri Paloja (blade19899)
X-Launchpad-Bug-Modifier: Han (elberro)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160422081107.24544.98090.malonedeb@gac.canonical.com>
Message-Id: <20160506190021.8689.32323.malone@gac.canonical.com>
Subject: [Bug 1573453] Re: gnome-software cant find
 libgs_plugin_xdg_app_reviews.so
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9ef79a8d89669178822fc2f4118e8bce2a912e82
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573453 <1573453@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

Same for me: Ubuntu Gnome 16.04 / Gnome 3.18

At the beginning it worked for me, but after installing the usual
software (Skype, Atom etc..) it stopped opening for me.

Cheers

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573453

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1573453/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 19:11:18 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B974B26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 19:11:18 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B10EA1A2C70;
	Fri,  6 May 2016 19:11:18 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayl9h-0003zs-KH; Fri, 06 May 2016 19:11:17 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayl9h-0003zf-1A
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 19:11:17 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayl9g-0003Ar-PB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 19:11:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BCBC42E80AC
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 19:11:16 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 19:03:04 -0000
From: Han <elberro@online.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Committed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande egonholtz
 elberro janitor maverickct navjotjsingh pfeiffep seb128 vdragon ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Han (elberro)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506190304.8157.15157.malone@soybean.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e7e94512679202ca18913b39dbeefa58bb439a5c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same for me with Ubuntu Gnome 16.04 / Gnome 3.18

It is not possible to open Gnome-Software. There is just no window
appearing.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1573052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 19:35:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EA1A726C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 19:35:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A91511A14CD;
	Fri,  6 May 2016 19:35:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aylXZ-0006Cn-65; Fri, 06 May 2016 19:35:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aylXX-0006CS-Qh
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 19:35:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aylXX-0004PG-CX
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 19:35:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4D6172E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 19:35:55 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 19:27:09 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506192709.21558.23596.malone@wampee.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6da779426d2e89b064fd8d5c178bec150e0af6c8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

So, this issue was basically misconfiguration and interference of bad AppStream metadata...
I need to think about this a bit more, maybe I can come up with something to fix these issues automatically...
(Although reliably removing cruft metadata will be difficult - ideally, that data shouldn't have been introduced)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1563155

Title:
  No Application Data Found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 19:55:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1572026C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 19:55:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0A3911A4361;
	Fri,  6 May 2016 19:55:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aylqj-0008Qe-Ue; Fri, 06 May 2016 19:55:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aylqj-0008QP-56
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 19:55:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aylqi-0004Kt-Lq
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 19:55:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 935242E8047
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 19:55:44 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 19:47:54 -0000
From: Dilum Tharaka <dilumtharaka1@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abencomoc90 acutbal adnanyumer amribrahim1987
 andrea-deangelis93 anujsharma9196 belenos bkarlan-n braderhart
 chipsharpdotcom davidrabello dilumtharaka1 dragonsawareness dusktumult erzzo
 eyeprotocol faical117 gurukumara guzmane ibrahimdarra imranmohd72 janitor
 jerss2k jfoc jime567 jonayadrahman launchpad-startport lei-pero lt-goldman
 marcorr70 mathew-hodson narenana nicholaskade octoquad odo-openerp
 oystein-alver pablocelayes postadelmaga rmmuneer06 robert-mijakovic
 rodolfo-inec rusubogdan93 sahashinjan seb128 smurfendrek123 soopo
 stanislav-schmidt strom-anders subhadeep-dey svde-tech t-uruntu-s techbin1
 timtjtim vincentthiele yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: Dilum Tharaka (dilumtharaka1)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506194754.8720.51391.malone@gac.canonical.com>
Subject: [Bug 1573206] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b17bf8730b1b3b3af24633e4790ee65200486029
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

Is the fix out for this annoying issue?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573206

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573206/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 19:55:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 43B0826C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 19:55:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 361D31A435F;
	Fri,  6 May 2016 19:55:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aylqm-0008S4-43; Fri, 06 May 2016 19:55:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aylql-0008RC-5j
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 19:55:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aylqk-0004L4-ET
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 19:55:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4E0AF2E80CC
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 19:55:46 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 19:49:43 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=backlog;
 status=Incomplete; importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=oxide; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bq-feedback
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: chrisccoulson costales dedreuil gubu janitor jibel
 thomas-voss victor-gonzalez-0
X-Launchpad-Bug-Reporter: costales (costales)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20160403130831.14482.657.malonedeb@gac.canonical.com>
Message-Id: <20160506194944.9290.86533.launchpad@gac.canonical.com>
Subject: [Bug 1565469] Re: GPS Denied without reason
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 307a0f557f31df425fb6b33e9e78ff30dc7507c0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565469 <1565469@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: canonical-devices-system-image
    Milestone: 11 => backlog

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1565469

Title:
  GPS Denied without reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1565469/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 19:55:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 93B1426C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 19:55:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8A6A61A4361;
	Fri,  6 May 2016 19:55:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aylqv-00005N-FY; Fri, 06 May 2016 19:55:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aylqt-0008WF-Uy
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 19:55:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aylqt-0004bI-1M
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 19:55:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BF44D2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 19:55:54 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 19:45:39 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=backlog;
 status=Incomplete; importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: costales janitor mindaugasdi pat-mcgowan
 robinheroldich ronnietucker sergiqp thomas-voss
X-Launchpad-Bug-Reporter: Ronnie Tucker (ronnietucker)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20150623171714.29196.23588.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506194540.9016.43273.launchpad@gac.canonical.com>
Subject: [Bug 1468020] Re: Two GPS compatible apps conflict and loose GPS
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3829e0df662007cc0a544aea9fccd26222f8a08f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1468020 <1468020@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: canonical-devices-system-image
    Milestone: 11 => backlog

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1468020

Title:
  Two GPS compatible apps conflict and loose GPS

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1468020/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 20:06:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C8CB826C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 20:06:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C0D821A2B3B;
	Fri,  6 May 2016 20:06:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aym0h-0001US-RW; Fri, 06 May 2016 20:06:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aym0g-0001To-Mc
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 20:06:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aym0g-00084X-6v
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 20:06:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3232F2E8019
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 20:06:02 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 19:59:32 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abencomoc90 acutbal adam-melnyk adnanyumer
 amribrahim1987 andrea-deangelis93 anujsharma9196 belenos bkarlan-n braderhart
 chipsharpdotcom davidrabello dilumtharaka1 dragonsawareness dusktumult erzzo
 eyeprotocol faical117 gurukumara guzmane ibrahimdarra imranmohd72 janitor
 jerss2k jfoc jime567 jonayadrahman launchpad-startport lei-pero lt-goldman
 marcorr70 mathew-hodson narenana nicholaskade octoquad odo-openerp
 oystein-alver pablocelayes postadelmaga rmmuneer06 robert-mijakovic
 rodolfo-inec rusubogdan93 sahashinjan seb128 smurfendrek123 soopo
 stanislav-schmidt strom-anders subhadeep-dey svde-tech t-uruntu-s techbin1
 timtjtim vincentthiele ximion yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160506195932.21341.6970.malone@wampee.canonical.com>
Subject: [Bug 1573206] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0694ab8d2f9746af759705a1e5c59a29d1eb16ec
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

> Has the fix being released?

Yes - check the bug report which this one is a duplicate of.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573206

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573206/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 20:11:31 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9B8D526C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 20:11:31 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 949CD1A3597;
	Fri,  6 May 2016 20:11:31 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aym5z-000270-Gm; Fri, 06 May 2016 20:11:31 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aym5y-00026j-Mj
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 20:11:30 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aym5y-00046G-2N
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 20:11:30 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F21082E80D0
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 20:11:29 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 20:02:26 -0000
From: Adam Melnyk <adam.melnyk@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abencomoc90 acutbal adam-melnyk adnanyumer
 amribrahim1987 andrea-deangelis93 anujsharma9196 belenos bkarlan-n braderhart
 chipsharpdotcom davidrabello dilumtharaka1 dragonsawareness dusktumult erzzo
 eyeprotocol faical117 gurukumara guzmane ibrahimdarra imranmohd72 janitor
 jerss2k jfoc jime567 jonayadrahman launchpad-startport lei-pero lt-goldman
 marcorr70 mathew-hodson narenana nicholaskade octoquad odo-openerp
 oystein-alver pablocelayes postadelmaga rmmuneer06 robert-mijakovic
 rodolfo-inec rusubogdan93 sahashinjan seb128 smurfendrek123 soopo
 stanislav-schmidt strom-anders subhadeep-dey svde-tech t-uruntu-s techbin1
 timtjtim vincentthiele ximion yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: Adam Melnyk (adam-melnyk)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
 <20160506194754.8720.51391.malone@gac.canonical.com>
Message-Id: <CABYqfKiM52xec60N232ZdSmjVNWELPvn1MBsaeYDf3-u43PRrw@mail.gmail.com>
Subject: Re: [Bug 1573206] Re: GNOME Software does not install third-party
 .deb packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5987ed790ca071e51d01912ff35b0d36cf5d472f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

It's out. I purged all the packages I had installed with dpkg -i and tested
by installing 64 bit chrome about 20 minutes ago.
On May 6, 2016 1:55 PM, "Dilum Tharaka" <dilumtharaka1@gmail.com> wrote:

> *** This bug is a duplicate of bug 1573408 ***
>     https://bugs.launchpad.net/bugs/1573408
>
> Is the fix out for this annoying issue?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1573206
>
> Title:
>   GNOME Software does not install third-party .deb packages
>
> Status in GNOME Software:
>   New
> Status in Ubuntu GNOME:
>   Triaged
> Status in Ubuntu Studio:
>   Triaged
> Status in gnome-software package in Ubuntu:
>   Triaged
>
> Bug description:
>   Ubuntu 16.04 LTS (clean install). 64-bit. Final release.
>   Gnome-software version:
> 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
>     Version table:
>    *** 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 500
>           500 http://no.archive.ubuntu.com/ubuntu xenial/main amd64
> Packages
>           100 /var/lib/dpkg/status
>
>
>   I intended to install MEGA Sync Client, Google Chrome and Dropbox by
> downloading the needed packages from their websites (respectively
> https://mega.nz/#sync and https://www.google.com/chrome/ and
> https://www.dropbox.com/install?os=lnx ). I opened the packages one by
> one with gnome-software and pressed Install - nothing, except for a
> super-quick progress bar animation, happened. No matter how many times I
> tried, same result. Also, an icon pops up on the panel saying "Waiting to
> install", but nothing seems to happen.
>
>   This only seems to happen with third-party packages; installing a
>   random deb from packages.ubuntu.com/xenial worked.
>
>   I even tried to reinstall the system to make this work, but same
>   problem.
>
>   Gdebi, however, installs the packages as expected.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: gnome-software
> 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2
>   ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
>   Uname: Linux 4.4.0-21-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2
>   Architecture: amd64
>   CurrentDesktop: Unity
>   Date: Thu Apr 21 21:01:52 2016
>   EcryptfsInUse: Yes
>   ExecutablePath: /usr/bin/gnome-software
>   InstallationDate: Installed on 2016-04-21 (0 days ago)
>   InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> (20160420.1)
>   ProcEnviron:
>    LANGUAGE=nn_NO:nn:no_NO:no:nb_NO:nb:en
>    PATH=(custom, no user)
>    XDG_RUNTIME_DIR=<set>
>    LANG=nn_NO.UTF-8
>    SHELL=/bin/bash
>   SourcePackage: gnome-software
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gnome-software/+bug/1573206/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573206

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573206/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 21:01:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2DEAB26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 21:01:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6B6451A0289;
	Fri,  6 May 2016 21:00:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aymro-0005qo-Hs; Fri, 06 May 2016 21:00:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aymrn-0005qO-5V
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 21:00:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aymrm-0002ca-R0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 21:00:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id ADB512E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 21:00:54 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 20:53:41 -0000
From: Egmont Koblinger <egmont@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: egmont-gmail spm2011
X-Launchpad-Bug-Reporter: spm2011 (spm2011)
X-Launchpad-Bug-Modifier: Egmont Koblinger (egmont-gmail)
References: <20160506181735.8689.97492.malonedeb@gac.canonical.com>
Message-Id: <20160506205341.21125.51064.malone@wampee.canonical.com>
Subject: [Bug 1579174] Re: Close All Terminals not Working as Expected
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e4ff2a8fedc43f42ddeee3011fdfdaf10d2ae1a8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579174 <1579174@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Reported upstream: https://bugzilla.gnome.org/show_bug.cgi?id=766081

** Bug watch added: GNOME Bug Tracker #766081
   https://bugzilla.gnome.org/show_bug.cgi?id=766081

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1579174

Title:
  Close All Terminals not Working as Expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1579174/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 23:01:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 58C9926C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 23:01:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 522EA1A3D66;
	Fri,  6 May 2016 23:01:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayoke-0002BD-8b; Fri, 06 May 2016 23:01:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayokc-0002B4-T9
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 23:01:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayoka-0001nM-2t
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 23:01:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E916C2E8226
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 23:01:12 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 22:52:49 -0000
From: Jaime Fernando Ortega Culaciati <jaimefortega@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges cedara2 es20490446e
 gernophil idlesign janitor jfoc launchpad-startport mathew-hodson pitti
 rmlabruyere ryanhuff sahithi-pnp
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Jaime Fernando Ortega Culaciati (jfoc)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160506225249.20842.38768.malone@wampee.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6e9b23c1d445a52e4c10daa8568aa65c7b9386d8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Ok everyone, I've attempted to use the update manager in a live-usb, and it shows the update for gnome-software. So, a fresh install should receive the update without using the console.
It looks like that those who've tested the patch will have to update via:

sudo apt-get update
sudo apt-get upgrade

Greetings to everyone, I'm glad that this bug was fixed. Thanks to
everyone that was involved in fixing this.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573408

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May  6 23:15:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C0FF126C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri,  6 May 2016 23:15:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B9EEA1A43DF;
	Fri,  6 May 2016 23:15:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayoyO-0003J4-Kq; Fri, 06 May 2016 23:15:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayoyM-0003IP-LE
 for desktop-bugs@lists.ubuntu.com; Fri, 06 May 2016 23:15:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayoyM-0000qP-AW
 for <desktop-bugs@lists.ubuntu.com>; Fri, 06 May 2016 23:15:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 483212E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri,  6 May 2016 23:15:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 06 May 2016 23:10:07 -0000
From: Bruce Pieterse <dev@otq.za.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fwupd; component=main;
 status=In Progress; importance=Medium; assignee=superm1@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=fwupd;
 component=main; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: octoquad porzechowski richard-hughes superm1
 tjaalton ximion yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Bruce Pieterse (octoquad)
References: <20160426154709.16866.36935.malonedeb@soybean.canonical.com>
Message-Id: <20160506231007.823.7823.malone@chaenomeles.canonical.com>
Subject: [Bug 1575248] Re: "AppStream cache update completed,
 but some metadata was ignored due to errors." on "sudo apt-get update"
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dec3cd72daf05cb4c797afa1fb7a18ea1824f97b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575248 <1575248@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

TG9va3MgZ29vZDoKCiQgZnd1cGRtZ3IgcmVmcmVzaAoKJCBzdWRvIGFwdCB1cGRhdGUKCkdldDox
IGh0dHA6Ly96YS5hcmNoaXZlLnVidW50dS5jb20vdWJ1bnR1IHhlbmlhbCBJblJlbGVhc2UgWzI0
NyBrQl0KSGl0OjIgaHR0cDovL3phLmFyY2hpdmUudWJ1bnR1LmNvbS91YnVudHUgeGVuaWFsLXVw
ZGF0ZXMgSW5SZWxlYXNlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgCkdldDozIGh0dHA6Ly96YS5hcmNoaXZlLnVidW50dS5jb20vdWJ1bnR1IHhlbmlhbC1iYWNr
cG9ydHMgSW5SZWxlYXNlIFs4Mi4yIGtCXSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
IApJZ246NCBodHRwOi8vcmVwby5tb25nb2RiLm9yZy9hcHQvdWJ1bnR1IHRydXN0eS9tb25nb2Ri
LW9yZy8zLjAgSW5SZWxlYXNlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK
SGl0OjUgaHR0cDovL3BwYS5sYXVuY2hwYWQubmV0L2Rhcmt4c3QvcHBhL3VidW50dSB4ZW5pYWwg
SW5SZWxlYXNlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCkhp
dDo2IGh0dHA6Ly9zZWN1cml0eS51YnVudHUuY29tL3VidW50dSB4ZW5pYWwtc2VjdXJpdHkgSW5S
ZWxlYXNlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIApGZXRj
aGVkIDMyOSBrQiBpbiAzcyAoOTAuNSBrQi9zKQpSZWFkaW5nIHBhY2thZ2UgbGlzdHMuLi4gRG9u
ZQpCdWlsZGluZyBkZXBlbmRlbmN5IHRyZWUgICAgICAgClJlYWRpbmcgc3RhdGUgaW5mb3JtYXRp
b24uLi4gRG9uZQoxMCBwYWNrYWdlcyBjYW4gYmUgdXBncmFkZWQuIFJ1biAnYXB0IGxpc3QgLS11
cGdyYWRhYmxlJyB0byBzZWUgdGhlbS4KdGFuYWdyYSB+IMK7IGFwdC1jYWNoZSBwb2xpY3kgZnd1
cGQKZnd1cGQ6CiAgSW5zdGFsbGVkOiAwLjcuMC0wdWJ1bnR1NC4xCiAgQ2FuZGlkYXRlOiAwLjcu
MC0wdWJ1bnR1NC4xCiAgVmVyc2lvbiB0YWJsZToKICoqKiAwLjcuMC0wdWJ1bnR1NC4xIDEwMAog
ICAgICAgIDEwMCAvdmFyL2xpYi9kcGtnL3N0YXR1cwogICAgIDAuNy4wLTB1YnVudHU0IDUwMAog
ICAgICAgIDUwMCBodHRwOi8vemEuYXJjaGl2ZS51YnVudHUuY29tL3VidW50dSB4ZW5pYWwvbWFp
biBhbWQ2NCBQYWNrYWdlcwoKLS0gCllvdSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24g
YmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVyIG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlz
IHN1YnNjcmliZWQgdG8gYXBwc3RyZWFtIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBh
ZC5uZXQvYnVncy8xNTc1MjQ4CgpUaXRsZToKICAiQXBwU3RyZWFtIGNhY2hlIHVwZGF0ZSBjb21w
bGV0ZWQsIGJ1dCBzb21lIG1ldGFkYXRhIHdhcyBpZ25vcmVkIGR1ZQogIHRvIGVycm9ycy4iIG9u
ICJzdWRvIGFwdC1nZXQgdXBkYXRlIgoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhp
cyBidWcgZ28gdG86Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2FwcHN0cmVhbS8rYnVnLzE1
NzUyNDgvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0
b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFu
L2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 00:15:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7597E26C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 00:15:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 640FF1A4360;
	Sat,  7 May 2016 00:15:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aypuU-0001L2-7k; Sat, 07 May 2016 00:15:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aypuT-0001Ks-1o
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 00:15:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aypuS-0002BE-N3
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 00:15:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A815F2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 00:15:52 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 00:10:17 -0000
From: Alan Mimms <1573300@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alanm-unforgettable seb128 seth-arnold
X-Launchpad-Bug-Reporter: Seth Arnold (seth-arnold)
X-Launchpad-Bug-Modifier: Alan Mimms (alanm-unforgettable)
References: <20160421232036.24196.11854.malonedeb@gac.canonical.com>
Message-Id: <20160507001017.8295.93367.malone@soybean.canonical.com>
Subject: [Bug 1573300] Re: ssh -X X11 forwarding doesn't work
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0eaa54e12ebaf832cc46fb96a2dd362fc0744092
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573300 <1573300@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I just re-read the originator report for this bug. My problem is not
exactly the same as his in that I DO get a X11 forwarded client to work
but I cannot connect any more of them except through additional X11
forwarded ssh commands from the original client. Should I report this as
a separate bug? I think it might be distinct.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1573300

Title:
  ssh -X X11 forwarding doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1573300/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 00:16:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6FADC26C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 00:16:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 68AB41A2CCA;
	Sat,  7 May 2016 00:16:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aypur-0001NB-Mz; Sat, 07 May 2016 00:16:17 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aypuR-0001KX-Rp
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 00:15:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aypuR-0002FF-Gj
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 00:15:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 77D4B2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 00:15:51 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 00:08:28 -0000
From: Alan Mimms <1573300@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alanm-unforgettable seb128 seth-arnold
X-Launchpad-Bug-Reporter: Seth Arnold (seth-arnold)
X-Launchpad-Bug-Modifier: Alan Mimms (alanm-unforgettable)
References: <20160421232036.24196.11854.malonedeb@gac.canonical.com>
Message-Id: <20160507000829.21523.2399.malone@wampee.canonical.com>
Subject: [Bug 1573300] Re: ssh -X X11 forwarding doesn't work
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 59fa606da1b80ffe9caf97e25fcca2a10b64f8f4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573300 <1573300@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can use one machine to start an X11 forwarded client on another. I did
this to start gnome-terminal on a Ubuntu Server 16.04 from a Kubuntu
16.04 desktop by using

  ssh -Y -f 192.168.0.89 gnome-terminal

This works. Then I look at that gnome-terminal's environment and DISPLAY
and SSH_CLIENT variables are properly set:

  DISPLAY=localhost:10.0
  SSH_CLIENT=192.168.0.215 38634 22

Then I look for listeners on TCP port #6010 as is implied by the above
DISPLAY envar:

  $ netstat -anl4
  Active Internet connections (servers and established)
  Proto Recv-Q Send-Q Local Address           Foreign Address         State      
  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
  tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN     
  tcp        0      0 192.168.0.84:22         192.168.0.215:38542     ESTABLISHED
  tcp        0      0 192.168.0.84:22         192.168.0.215:36110     ESTABLISHED
  udp        0      0 0.0.0.0:68              0.0.0.0:*                          

No such listener. I did this same sort of ssh connection from my desktop
Kubuntu to a Raspberry Pi running Raspbian and the rpi has a listener as
I would expect it to.

I believe this lack of a listener for the ssh on the remote machine to
allow X11 clients to connect back to the server through "screen :10" is
what is missing.

In in /etc/ssh/sshd_config on the target Ubuntu 16.04 server machine I
have this for X11 forwarding configuration:

  $ cat /etc/ssh/sshd_config | grep -i x11
  X11Forwarding yes
  X11DisplayOffset 10

I have always been able to get this to work with previous Ubuntu
releases (14.04, the 15.x series, etc.). This is something specific to
changes in Xenial. It looks like the release notes
(https://launchpad.net/ubuntu/xenial/+source/openssh/+changelog) include
some changes for this area of ssh. Maybe the fix for this
(http://www.openssh.com/txt/x11fwd.adv) partially borked ssh's X11
forwarding mechanism?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1573300

Title:
  ssh -X X11 forwarding doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1573300/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 01:20:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4E01926C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 01:20:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 48A991A43DD;
	Sat,  7 May 2016 01:20:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayqvH-0007CH-1t; Sat, 07 May 2016 01:20:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayqvF-0007Bk-NV
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 01:20:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayqvF-0000zO-6i
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 01:20:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DFFCB2E80D7
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 01:20:44 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 01:13:55 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=percona-xtradb-cluster-5.6;
 component=universe; status=Won't Fix; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=In Progress; importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=In Progress; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=charms; sourcepackage=percona-cluster;
 component=None; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: canonical-bootstack hitlist openstack
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-marshall james-page pitti
X-Launchpad-Bug-Reporter: Brad Marshall (brad-marshall)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160504065609.24579.48561.malonedeb@gac.canonical.com>
Message-Id: <20160507011356.9086.97025.malone@gac.canonical.com>
Subject: [Bug 1578080] Re: percona cluster hits resource limits in HA
 Openstack cloud with xenial
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fc07da15a1f925e20a77225e69d7f49a3654924b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578080 <1578080@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This was discussed upstream last November:
https://lists.freedesktop.org/archives/systemd-
devel/2015-November/035006.html

And then enabled by default in 228 in
https://github.com/systemd/systemd/commit/9ded9cd14.

So in retrospect, having a default limit there was not such a good idea
after all: 512 is way too much for most "simple" services, and it's way
too little for others such as the ones mentioned above. There is also no
particular rationale about "512", so even if we'd bump it to 1024 we'd
just make the limit even less useful while still breaking software.

So I think we should disable the default limit at least for Xenial in an
SRU, but probably also in devel. It is both much safer and also much
more effective in terms of guarding against berserk
programs/bugs/unintended fork bombs etc. to set limits in units
individually. Once someone looks at one, this is then a great time to
also flip on the other resource and privilege limitations that systemd
offers, such as CapabilityBoundingSet=, SecureBits=, PrivateDevices=,
PrivateNetwork=, ProtectSystem=, ProtectHome=, etc.


** Changed in: percona-xtradb-cluster-5.6 (Ubuntu)
       Status: New => Won't Fix

** Changed in: systemd (Ubuntu)
   Importance: Undecided => High

** Changed in: systemd (Ubuntu)
       Status: New => In Progress

** Also affects: systemd (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: percona-xtradb-cluster-5.6 (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Bug watch added: Debian Bug tracker #823530
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823530

** Also affects: systemd (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823530
   Importance: Unknown
       Status: Unknown

** No longer affects: percona-xtradb-cluster-5.6 (Ubuntu Xenial)

** Changed in: systemd (Ubuntu Xenial)
       Status: New => In Progress

** Changed in: systemd (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: systemd (Ubuntu Xenial)
     Assignee: (unassigned) => Martin Pitt (pitti)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1578080

Title:
  percona cluster hits resource limits in HA Openstack cloud with xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1578080/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 01:40:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B100426C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 01:40:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A60461A43DC;
	Sat,  7 May 2016 01:40:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayrEf-00008n-Bc; Sat, 07 May 2016 01:40:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayrEe-00008d-0t
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 01:40:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayrEd-0007Cg-FL
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 01:40:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 608C42E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 01:40:47 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 01:35:00 -0000
From: The Powerpuff Girls <1579288@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: thepowerpuffgirls
X-Launchpad-Bug-Reporter: The Powerpuff Girls (thepowerpuffgirls)
X-Launchpad-Bug-Modifier: The Powerpuff Girls (thepowerpuffgirls)
Message-Id: <20160507013500.8788.43325.malonedeb@gac.canonical.com>
Subject: [Bug 1579288] [NEW] GIMP Keeps Getting Stuck Focused On Layer
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 48294a42f8e814c04e3cd2325946e8cc1aef8ca1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579288 <1579288@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

If I create or work within a box, and try to work outside the box, such
as paint something outside of it, it won't work and the paint icon and
greyed out or have a circle with a cross through it.

- Blossom

** Affects: gimp (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1579288

Title:
  GIMP Keeps Getting Stuck Focused On Layer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1579288/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 01:45:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A5B7D26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 01:45:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 975301A3284;
	Sat,  7 May 2016 01:45:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayrJO-0000Zy-Ih; Sat, 07 May 2016 01:45:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayrJN-0000Z2-71
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 01:45:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayrJM-0000wy-My
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 01:45:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8E3262E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 01:45:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 01:38:52 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ntp; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor pitti s-launchpad-paulsd-com wescott
X-Launchpad-Bug-Reporter: Paul Donohue (s-launchpad-paulsd-com)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160502233353.5689.97715.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160507013853.9144.39736.launchpad@soybean.canonical.com>
Subject: [Bug 1577596] Re: ntpd not started when using ntpdate
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b9a78d98445c11e2c3c70ba70106fd3ef398844c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577596 <1577596@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- ntpd not started by systemd
+ ntpd not started when using ntpdate

** No longer affects: systemd (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1577596

Title:
  ntpd not started when using ntpdate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1577596/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 01:55:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7065B26C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 01:55:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 61A441A40FB;
	Sat,  7 May 2016 01:55:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayrTB-00021S-Rt; Sat, 07 May 2016 01:55:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayrTB-00020y-4X
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 01:55:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayrTA-00024P-OL
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 01:55:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A39712E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 01:55:48 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 01:45:45 -0000
From: Launchpad Bug Tracker <1349661@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug context menu nautilus scripts trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jkirk777
X-Launchpad-Bug-Reporter: John Kirk (jkirk777)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20140729024253.26802.56757.malonedeb@soybean.canonical.com>
Message-Id: <20160507014545.679.93.malone@chaenomeles.canonical.com>
Subject: [Bug 1349661] Re: Scripts context menu option not showing unless an
 object is chosen
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d51b2ece218e450969d9990243d721ab039778fb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1349661 <1349661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1349661

Title:
  Scripts context menu option not showing unless an object is chosen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1349661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 02:10:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1FB1C26C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 02:10:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 125C01A42C3;
	Sat,  7 May 2016 02:10:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayrhn-0002os-3Q; Sat, 07 May 2016 02:10:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayrhl-0002nt-Bx
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 02:10:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayrhk-0000vY-T9
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 02:10:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D9F552E8011
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 02:10:52 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 02:03:28 -0000
From: David Cavallini <david.cavallini@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug context menu nautilus scripts trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: david-cavallini-gmail janitor jkirk777
X-Launchpad-Bug-Reporter: John Kirk (jkirk777)
X-Launchpad-Bug-Modifier: David Cavallini (david-cavallini-gmail)
References: <20140729024253.26802.56757.malonedeb@soybean.canonical.com>
Message-Id: <20160507020328.9222.93313.malone@gac.canonical.com>
Subject: [Bug 1349661] Re: Scripts context menu option not showing unless an
 object is chosen
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fc36171ba275eaed46049996fcaac902a42de3d1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1349661 <1349661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This regression is still there in Ubuntu 16.04 / Gnome Files 3.14.3.
While it still works as expected in Nemo.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1349661

Title:
  Scripts context menu option not showing unless an object is chosen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1349661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 05:25:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 51E0A26C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 05:25:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3B2B41A420E;
	Sat,  7 May 2016 05:25:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayukS-0004hA-OF; Sat, 07 May 2016 05:25:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayukS-0004gy-4K
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 05:25:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayukR-0007Og-JQ
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 05:25:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8B4842E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 05:25:51 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 05:17:10 -0000
From: Launchpad Bug Tracker <1409032@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph janitor
 kennybobs martin-weis-newsadress quhaiyan-rs
 ramayer+ubuntu rattskjelke rocket859 seb128 sharms
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160507051711.8083.84896.malone@soybean.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2e801b22759f90ab3f113c2855fc1c0b92eeb62b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: samba (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 06:20:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6676726C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 06:20:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 554CA1A4413;
	Sat,  7 May 2016 06:20:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayvbY-000196-VR; Sat, 07 May 2016 06:20:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayvbY-00018z-Hs
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 06:20:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayvbY-0004Fo-9P
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 06:20:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3A41B2E80AE
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 06:20:44 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 06:13:15 -0000
From: Cui Wei <ghostplant@qq.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=In Progress; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug patch third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9 albertsmuktupavels crichton ghostplant janitor
 mitya57 untaintableangel
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: Cui Wei (ghostplant)
References: <20160126120442.31421.57592.malonedeb@gac.canonical.com>
Message-Id: <20160507061315.9325.46135.malone@gac.canonical.com>
Subject: [Bug 1538111] Re: untraceable serious bug in metacity 3.18
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ba6b060b55f7f108a6ba5b93a685815e02caa4da
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1538111 <1538111@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

QEFsYmVydHMgTXVrdHVwxIF2ZWxzCgpIaSwgbWV0YWNpdHkgKGFzIHdlbGwgYXMgbWFyY28gZnJv
bSBtYXRlKSBoYXZlIHNhbWUgaXNzdWUgYWJvdXQKZGlzcGxheWluZyBub24tYWxwaGFiZXQgdGl0
bGUsIGZvciBleGFtcGxlOgoKbWtkaXIgLXAgfi/kuK3kuK3kuK3kuK3kuK3kuK3kuK3kuK3kuK3k
uK3kuK3kuK3kuK3kuK3kuK3kuK3kuK3kuK3kuK3kuK3kuK3kuK3kuK3kuK3kuK3kuK3kuK0KZmly
ZWZveCB+L+S4reS4reS4reS4reS4reS4reS4reS4reS4reS4reS4reS4reS4reS4reS4reS4reS4
reS4reS4reS4reS4reS4reS4reS4reS4reS4reS4rQoKd2hlbiBmaXJlZm94IGlzIG5vdCBtYXhp
bWl6ZWQsIHRoZSB0aXRsZWJhciByZWdpb24gb25seSBkaXNwbGF5cyBhcm91bmQKaGFsZiBvZiB0
aGUgdGV4dC4KCndoZW4gZXhlY3V0aW5nICJjb21waXogLS1yZXBsYWNlIgoKbW9zdCBvZiB0aGUg
dGV4dCB3aWxsIGJlIGZ1bGx5IGRpc3BsYXllZCBpbiB0aXRsZWJhciByZWdpb24uCgotLSAKWW91
IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIg
b2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBtZXRhY2l0eSBp
biBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTUzODExMQoKVGl0bGU6
CiAgdW50cmFjZWFibGUgc2VyaW91cyBidWcgaW4gbWV0YWNpdHkgMy4xOAoKVG8gbWFuYWdlIG5v
dGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBidWcgZ28gdG86Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQu
bmV0L3VidW50dS8rc291cmNlL21ldGFjaXR5LytidWcvMTUzODExMS8rc3Vic2NyaXB0aW9ucwoK
LS0gCmRlc2t0b3AtYnVncyBtYWlsaW5nIGxpc3QKZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5j
b20KaHR0cHM6Ly9saXN0cy51YnVudHUuY29tL21haWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 06:50:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DA86D26C2420
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 06:50:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D35771A444D;
	Sat,  7 May 2016 06:50:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayw4V-0003Sl-8A; Sat, 07 May 2016 06:50:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayw4U-0003Sa-NS
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 06:50:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayw4U-0003EP-B7
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 06:50:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 504192E80AE
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 06:50:38 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 06:45:24 -0000
From: Shawn Matthiessen <shawnbon206@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: earley-jr seb128 seth-arnold shawnbon206
X-Launchpad-Bug-Reporter: Jerry Earley (earley-jr)
X-Launchpad-Bug-Modifier: Shawn Matthiessen (shawnbon206)
References: <20160426201145.17289.39494.malonedeb@soybean.canonical.com>
Message-Id: <20160507064524.589.29505.malone@chaenomeles.canonical.com>
Subject: [Bug 1575351] Re: tell me I have OS updates and will not install said
 updates.
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c5d88b9ef991f9f2ebd81e4f30ad5dfcbd0897cc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575351 <1575351@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I believe this is caused by the lack of a "Y/I/N/O/D/Z" prompt when the
package manager is trying to upgrade a config file which has been
"created by you or by a script". I had this happen when I first
installed Ubuntu Gnome 16.04 from scratch, I selected automatic login
and so the installer edited my /etc/gdm/custom.conf to reflect that. On
first boot, gnome-software showed I had updates,  but it hung
indefinitely after I told it to get them. I rebooted and reinstalled and
answered all the installer questions exactly the same, but this time on
first boot I did a dist-upgrade from the terminal (and avoided gnome-
software) and I got a Y/I/N/O/D/Z prompt for a /etc/gdm/custom.conf.

Steps to reproduce:
1. Install Ubuntu Gnome 16.04 or any Ubuntu variant which comes with gdm3 3.18.3-0ubuntu1.
2. Enable automatic login (or hand edit /etc/gdm/custom.conf)
3. With gnome-software, attempt to accept software updates involving gdm3 3.18.3-0ubuntu2

Gnome-software will just sit there.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1575351

Title:
  tell me I have OS updates and will not install said updates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1575351/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 07:26:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AD51D26C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 07:26:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A51591A1EFC;
	Sat,  7 May 2016 07:26:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aywct-0007Rg-Fi; Sat, 07 May 2016 07:26:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aywcr-0007RR-P5
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 07:26:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aywcr-0003hd-4l
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 07:26:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0FB672E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 07:26:09 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 07:19:28 -0000
From: Hereinoz <davrosjos@aim.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Hereinoz (davrosjos)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160507071928.8821.27938.malone@gac.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a786e1525a0963c053311b94222dc7b8f9d46385
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I, too have the same issue.  I tested with the Ubuntu Gnome DE as well -
same issue.  It appears to be DVD related, as I can replicate it on 3
different computers (1 Toshiba laptop, 1 no name Chinese laptop, and a
Dell desktop) all with 16.04, by using the same DVDs.

Some DVDs mount OK others do not, but it is not an intermittent thing.
If a DVD fails to mount once, it fails to mount always.

There is a small amount of posting in forums on this matter, so it
affects more than one or two people.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 07:26:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B5E6D26C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 07:26:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AF4901A2E29;
	Sat,  7 May 2016 07:26:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aywcy-0007T6-Lc; Sat, 07 May 2016 07:26:16 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aywct-0007Rf-HK
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 07:26:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aywct-0003he-1U
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 07:26:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 09DA02E8031
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 07:26:11 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 07:19:45 -0000
From: Launchpad Bug Tracker <1577768@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160507071945.8788.1863.malone@gac.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 83b1cc154929f48ee2012fbf51fd50ab92d5a0d6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gvfs (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 07:41:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5222626C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 07:41:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D54161A1A2E;
	Sat,  7 May 2016 07:40:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aywrD-0008Mx-8Q; Sat, 07 May 2016 07:40:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aywrC-0008Mi-06
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 07:40:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aywrB-00020P-Iw
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 07:40:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 641802E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 07:40:57 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 07:35:41 -0000
From: Shawn Matthiessen <shawnbon206@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: earley-jr seb128 seth-arnold shawnbon206
X-Launchpad-Bug-Reporter: Jerry Earley (earley-jr)
X-Launchpad-Bug-Modifier: Shawn Matthiessen (shawnbon206)
References: <20160426201145.17289.39494.malonedeb@soybean.canonical.com>
Message-Id: <20160507073541.7858.38510.malone@soybean.canonical.com>
Subject: [Bug 1575351] Re: tell me I have OS updates and will not install said
 updates.
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 73e97f657a580346ec955c0c86cc1c756c182ec3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575351 <1575351@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

this is the update it gets stuck on for me

** Attachment added: "gnome-software-updating-system-packages.PNG"
   https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1575351/+attachment/4657799/+files/gnome-software-updating-system-packages.PNG

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1575351

Title:
  tell me I have OS updates and will not install said updates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1575351/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 07:51:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EC2D626C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 07:51:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DD9281A2BA5;
	Sat,  7 May 2016 07:51:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayx0x-00018d-9D; Sat, 07 May 2016 07:51:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayx0w-00018T-3F
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 07:51:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayx0u-000319-AU
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 07:51:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D4C692E80CF
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 07:50:59 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 07:43:04 -0000
From: Shawn Matthiessen <shawnbon206@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: earley-jr seb128 seth-arnold shawnbon206
X-Launchpad-Bug-Reporter: Jerry Earley (earley-jr)
X-Launchpad-Bug-Modifier: Shawn Matthiessen (shawnbon206)
References: <20160426201145.17289.39494.malonedeb@soybean.canonical.com>
Message-Id: <20160507074304.10380.67924.malone@gac.canonical.com>
Subject: [Bug 1575351] Re: tell me I have OS updates and will not install said
 updates.
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e9193a66e039d89a1273fcdb1b6d5bc03503da6a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575351 <1575351@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

this is the same update shown from a terminal.

** Attachment added: "terminal-updating-system-pkgs.PNG"
   https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1575351/+attachment/4657800/+files/terminal-updating-system-pkgs.PNG

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1575351

Title:
  tell me I have OS updates and will not install said updates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1575351/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 08:05:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 73A7F26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 08:05:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6AB0C1A4292;
	Sat,  7 May 2016 08:05:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayxFC-0003vX-E4; Sat, 07 May 2016 08:05:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayxFA-0003v9-T9
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 08:05:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayxFA-0007Sq-FO
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 08:05:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 40A8D2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 08:05:44 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 07:59:18 -0000
From: Bug Watch Updater <1578586@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: freefri seb128
X-Launchpad-Bug-Reporter: FreeFri (freefri)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160505105940.17174.19865.malonedeb@soybean.canonical.com>
Message-Id: <20160507075919.3826.86320.launchpad@loganberry.canonical.com>
Subject: [Bug 1578586] Re: Mouse and UI gets stuck in "drag and drop" mode
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 08e93845c54b8cad6bd2090eed015559d22b86e3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578586 <1578586@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: file-roller
       Status: Unknown => Confirmed

** Changed in: file-roller
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1578586

Title:
  Mouse and UI gets stuck in "drag and drop" mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1578586/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 08:05:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B9E2026C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 08:05:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B431B1A4292;
	Sat,  7 May 2016 08:05:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayxFN-00041q-PM; Sat, 07 May 2016 08:05:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayxFN-000410-Ey
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 08:05:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayxFN-0007eT-0P
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 08:05:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 00DA82E80AE
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 08:05:57 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 07:57:21 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=xenial; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: earley-jr seb128 seth-arnold shawnbon206
X-Launchpad-Bug-Reporter: Jerry Earley (earley-jr)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160426201145.17289.39494.malonedeb@soybean.canonical.com>
Message-Id: <20160507075722.8157.70434.launchpad@soybean.canonical.com>
Subject: [Bug 1575351] Re: tell me I have OS updates and will not install said
 updates.
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 40d61d85469871ecb8f7a839118e0f9bbd8db39d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575351 <1575351@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
       Status: Incomplete => Triaged

** Also affects: ubuntu-gnome
   Importance: Undecided
       Status: New

** Also affects: ubuntu-gnome/xenial
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1575351

Title:
  tell me I have OS updates and will not install said updates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1575351/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 09:10:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 479CD26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 09:10:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3A0221A41DF;
	Sat,  7 May 2016 09:10:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayyG7-0002T9-Ko; Sat, 07 May 2016 09:10:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayyG5-0002Sl-TZ
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 09:10:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayyG5-0007nx-L8
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 09:10:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9CB592E8085
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 09:10:45 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 09:00:57 -0000
From: sqall <ubuntu-one-sqall@h4des.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ubuntu-one-sqall
X-Launchpad-Bug-Reporter: sqall (ubuntu-one-sqall)
X-Launchpad-Bug-Modifier: sqall (ubuntu-one-sqall)
Message-Id: <20160507090057.9255.57676.malonedeb@gac.canonical.com>
Subject: [Bug 1579336] [NEW] systemd-udevd crashes system with manipulated DOS
 partition table
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: df5cd90b6f5b21ff2d102dd8f6dbb14a3ef35894
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579336 <1579336@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I wanted to test how operating systems react if the DOS partition table
of a storage medium was manipulated. I created a DOS partition table
with a few extended partitions. Because extended partitions are
constructed like a linked list, I linked the "NEXT" field of the last
extended partition to the first extended partition. This way, I created
a loop in the partition table. Tools like fdisk detect that something is
fishy in this partition table and output an error message. To test how
operating systems react to it, I copied this image to an USB storage
device and plugged it to my computer.

The systemd/udev process that handles this device seems to not check the
DOS partition table for sanity. The process "/lib/systemd/systemd-udevd
--daemon" completely uses all CPU time and all available memory. This
crashes the system. Sometimes, it is able to recover by killing the
process, but not every time.

I attached a screenshot (a real screenshot with a camera, because the
system does not react anymore ;) ) of htop to show what the system does.

Cheers,

sqall

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: udev 204-5ubuntu20.19
ProcVersionSignature: Ubuntu 3.13.0-85.129-generic 3.13.11-ckt36
Uname: Linux 3.13.0-85-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: XFCE
CustomUdevRuleFiles: 99-usb-disks.rules
Date: Sat May  7 10:43:21 2016
InstallationDate: Installed on 2014-11-12 (541 days ago)
InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140723)
MachineType: Hewlett-Packard HP EliteBook 8460p
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-85-generic root=/dev/mapper/xubuntu--vg-root ro
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/22/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68SCF Ver. F.22
dmi.board.name: 161C
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 97.4A
dmi.chassis.asset.tag: CZC2033ZHD
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: dmi:bvnHewlett-Packard:bvr68SCFVer.F.22:bd12/22/2011:svnHewlett-Packard:pnHPEliteBook8460p:pvrA0000C02:rvnHewlett-Packard:rn161C:rvrKBCVersion97.4A:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 8460p
dmi.product.version: A0000C02
dmi.sys.vendor: Hewlett-Packard

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug third-party-packages trusty

** Attachment added: "IMG_1299.JPG"
   https://bugs.launchpad.net/bugs/1579336/+attachment/4657885/+files/IMG_1299.JPG

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1579336

Title:
  systemd-udevd crashes system with manipulated DOS partition table

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1579336/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 09:45:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8FF3C26C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 09:45:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7B2E21A4107;
	Sat,  7 May 2016 09:45:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayynr-0005Iv-KE; Sat, 07 May 2016 09:45:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayynp-0005Hi-RB
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 09:45:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayynp-0008Uv-Ia
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 09:45:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7BC8A2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 09:45:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 09:36:46 -0000
From: Maddy <m@madhugb.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: h-m-8
X-Launchpad-Bug-Reporter: Maddy (h-m-8)
X-Launchpad-Bug-Modifier: Maddy (h-m-8)
Message-Id: <20160507093646.9526.38035.malonedeb@soybean.canonical.com>
Subject: [Bug 1579340] [NEW] Ubuntu Software is show apps installed even after
 removing them
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7cbb5995ac83f9f505ac788a55d876d7f17fb3e3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579340 <1579340@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Fresh installation of Ubuntu-16.04 x64

After removing apps from Ubuntu Software it shows the apps as installed

I had to do `sudo apt-get autoremove` to remove them from ubuntu
software

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Fresh installation of Ubuntu-16.04 x64
  
  After removing apps from Ubuntu Software it shows the apps as installed
  
- I had to to `sudo apt-get autoremove` to remove them from ubuntu
+ I had to do `sudo apt-get autoremove` to remove them from ubuntu
  software

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579340

Title:
  Ubuntu Software is show apps installed even after removing them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579340/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 09:50:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F267D26C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 09:50:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E16091A3FDA;
	Sat,  7 May 2016 09:50:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayysf-0005X1-QY; Sat, 07 May 2016 09:50:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayyse-0005WT-T7
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 09:50:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayyse-0000Nq-AM
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 09:50:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 319612E80AE
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 09:50:36 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 09:43:45 -0000
From: Francesco Monotrsi <1573478@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released;
 importance=Critical; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels francesco-montorsi gang65
 janitor luke-zeta pitti
X-Launchpad-Bug-Reporter: LukeKendall (luke-zeta)
X-Launchpad-Bug-Modifier: Francesco Monotrsi (francesco-montorsi)
References: <20160422085528.24428.20203.malonedeb@gac.canonical.com>
Message-Id: <20160507094345.20886.6370.malone@wampee.canonical.com>
Subject: [Bug 1573478] Re: metacity (flashback) crashes and forces logout
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4b9ea0d88d4546efbe08d92d8395dbcf5391398c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573478 <1573478@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Bartosz Kosiorek (gang65)
Thanks for the link. I managed to install the updated metacity package from: 
   https://launchpad.net/ubuntu/+source/metacity/1:3.18.4-0ubuntu0.1

and I can confirm that it fixes this bug. I've been using it for a
couple of days without troubles, while previously metacity was crashing
every 2-3 minutes... I think urgency of this updated package should be
increased!

Thanks for the great job

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1573478

Title:
  metacity (flashback) crashes and forces logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1573478/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 09:50:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5C36626C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 09:50:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5314B1A3FD7;
	Sat,  7 May 2016 09:50:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayysm-0005aB-0e; Sat, 07 May 2016 09:50:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayysk-0005Ys-4m
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 09:50:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayysj-0000Qm-Vm
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 09:50:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EE1E22E80C2
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 09:50:41 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 09:43:36 -0000
From: Andriy Podanenko <1292398@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=elementaryos; milestone=freya-0.3.0;
 status=Fix Released; importance=Medium; assignee=tomjonabc@gmail.com; 
X-Launchpad-Bug: product=gnome-settings-daemon; status=Unknown;
 importance=Unknown; assignee=None; 
X-Launchpad-Bug: product=gnome-shell; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=trusty; milestone=trusty.5;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=xenial; milestone=xenial.1;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome-flashback; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=unity; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-shell;
 component=universe; status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aditzah-z asegner atschamler bjorn-c
 brack-sebastian bugs-sehe cassidyjames cgenre-dev chris-scott christian.ego
 claus2 codygarver darkxst darthanubis digingbil emix-pam fredrik-o
 gabriel-hege gord-sssnaps gpmulvey-iol gregw-wiltel gtx-swift
 ich-martin-drees indaleto janitor jody-albritton julien-behem
 l6-postmaster-qh-deactivatedaccount-deactivatedaccount leonicolas
 matthiasjordan me-gavitron me-knowingme mic-schaller michael-zedeler mrk
 mrpgruber naddiseo octoquad phoenixsampras pifpafpuf podarokua
 redactie-stadsomroep robotoman rrrob9 schwarte seb128 segunb77 skoch smith434
 spam-dn stratus-ss suoko theanachron themattman2751 thierrymallard thw-th
 tysonsmith webmaster-l wsz xaviersarrate yogu
X-Launchpad-Bug-Reporter: Thierry Mallard (thierrymallard)
X-Launchpad-Bug-Modifier: Andriy Podanenko (podarokua)
References: <20140314075653.18943.35190.malonedeb@wampee.canonical.com>
Message-Id: <20160507094337.21341.82015.launchpad@wampee.canonical.com>
Subject: [Bug 1292398] Re: Second screen position isn't saved from one session
 to another
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8100286cfea56215c2662f45f527a36b591d0d77
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1292398 <1292398@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: unity
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1292398

Title:
  Second screen position isn't saved from one session to another

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1292398/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 09:55:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9DAA426C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 09:55:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9134E1A3FE5;
	Sat,  7 May 2016 09:55:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayyxZ-0005sn-KR; Sat, 07 May 2016 09:55:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayyxY-0005sQ-BD
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 09:55:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayyxX-0001as-Kn
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 09:55:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 78B5D2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 09:55:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 09:48:25 -0000
From: vector090 <vector090@126.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: darko-veberic-ung egmont-gmail faux fitojb janitor
 menesis tomposmiko vector090
X-Launchpad-Bug-Reporter: Tamas Papp (tomposmiko)
X-Launchpad-Bug-Modifier: vector090 (vector090)
References: <20141210181536.18285.21237.malonedeb@gac.canonical.com>
Message-Id: <20160507094825.7891.97262.malone@soybean.canonical.com>
Subject: [Bug 1401207] Re: No 'Select-by-word characters' property
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a29e115ebe98fd13ec30ee4192030b279f879d13
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1401207 <1401207@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This setting is not used frequently but could be important especially
for programmers, please bring it back.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1401207

Title:
  No 'Select-by-word characters' property

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1401207/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 10:00:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3EEE826C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 10:00:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 20DBC1A414A;
	Sat,  7 May 2016 10:00:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayz2b-0006Vj-UQ; Sat, 07 May 2016 10:00:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayz2a-0006VL-F9
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 10:00:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayz2Z-0001st-S9
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 10:00:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CA6FB2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 10:00:51 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 09:54:20 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released;
 importance=Critical; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels francesco-montorsi gang65
 janitor luke-zeta mitya57 pitti
X-Launchpad-Bug-Reporter: LukeKendall (luke-zeta)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20160422085528.24428.20203.malonedeb@gac.canonical.com>
Message-Id: <20160507095420.1051.67703.malone@chaenomeles.canonical.com>
Subject: [Bug 1573478] Re: metacity (flashback) crashes and forces logout
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c8e3b1a37b048d5c90688d049d38bb0b81164378
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573478 <1573478@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Marking as verification-done according to comment 18.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1573478

Title:
  metacity (flashback) crashes and forces logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1573478/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 10:01:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 852BB26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 10:01:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 326771A1A40;
	Sat,  7 May 2016 10:01:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayz2i-0006Z3-30; Sat, 07 May 2016 10:01:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayz2g-0006Y3-OT
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 10:00:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayz2g-0001x1-6A
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 10:00:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2CD892E80CA
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 10:00:58 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 09:49:00 -0000
From: Andriy Podanenko <1292398@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=elementaryos; milestone=freya-0.3.0;
 status=Fix Released; importance=Medium; assignee=tomjonabc@gmail.com; 
X-Launchpad-Bug: product=gnome-settings-daemon; status=Unknown;
 importance=Unknown; assignee=None; 
X-Launchpad-Bug: product=gnome-shell; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=trusty; milestone=trusty.5;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=xenial; milestone=xenial.1;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome-flashback; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=unity; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-shell;
 component=universe; status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aditzah-z asegner atschamler bjorn-c
 brack-sebastian bugs-sehe cassidyjames cgenre-dev chris-scott christian.ego
 claus2 codygarver darkxst darthanubis digingbil emix-pam fredrik-o
 gabriel-hege gord-sssnaps gpmulvey-iol gregw-wiltel gtx-swift
 ich-martin-drees indaleto janitor jody-albritton julien-behem
 l6-postmaster-qh-deactivatedaccount-deactivatedaccount leonicolas
 matthiasjordan me-gavitron me-knowingme mic-schaller michael-zedeler mrk
 mrpgruber naddiseo octoquad phoenixsampras pifpafpuf podarokua
 redactie-stadsomroep robotoman rrrob9 schwarte seb128 segunb77 skoch smith434
 spam-dn stratus-ss suoko theanachron themattman2751 thierrymallard thw-th
 tysonsmith webmaster-l wsz xaviersarrate yogu
X-Launchpad-Bug-Reporter: Thierry Mallard (thierrymallard)
X-Launchpad-Bug-Modifier: Andriy Podanenko (podarokua)
References: <20140314075653.18943.35190.malonedeb@wampee.canonical.com>
Message-Id: <20160507094900.981.13016.malone@chaenomeles.canonical.com>
Subject: [Bug 1292398] Re: Second screen position isn't saved from one session
 to another
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e90cf9e68e924a5d744877a4cbc10cd55201cbed
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1292398 <1292398@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same thing is for Unity
I'm using 
Ubuntu 16.04 (upgraded from 12.04->14.04->16.04)
lightdm 1.18.1
Unity 7.4.0

When system is booting first look at login window is good, then it
rewrites a screen and makes monitors changed to wrong order. Changing
monitors to right order after login via system settings helps only for
the current session untill reboot

Needs fix

** Changed in: ubuntu-gnome-flashback
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1292398

Title:
  Second screen position isn't saved from one session to another

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1292398/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 10:05:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 85D3D26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 10:05:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 768D11A408C;
	Sat,  7 May 2016 10:05:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayz7F-0006rM-F4; Sat, 07 May 2016 10:05:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayz7E-0006rC-9q
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 10:05:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayz7E-00036q-4i
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 10:05:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1056B2E80AE
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 10:05:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 09:58:07 -0000
From: Nikita Yerenkov-Scott <1575248@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fwupd; component=main;
 status=In Progress; importance=Medium; assignee=superm1@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=fwupd;
 component=main; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: octoquad porzechowski richard-hughes superm1
 tjaalton ximion yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160426154709.16866.36935.malonedeb@soybean.canonical.com>
Message-Id: <20160507095807.9393.47666.malone@gac.canonical.com>
Subject: [Bug 1575248] Re: "AppStream cache update completed,
 but some metadata was ignored due to errors." on "sudo apt-get update"
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b5951fabc2cda9b4edba237e0a073bf934d2dead
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575248 <1575248@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have also tested it now and it appears to fix the problem everywhere
where I could reproduce it before.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1575248

Title:
  "AppStream cache update completed, but some metadata was ignored due
  to errors." on "sudo apt-get update"

To manage notifications about this bug go to:
https://bugs.launchpad.net/appstream/+bug/1575248/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 10:05:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CA41426C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 10:05:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C41141A40AA;
	Sat,  7 May 2016 10:05:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1ayz7M-0006tm-MX; Sat, 07 May 2016 10:05:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1ayz7L-0006tT-Js
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 10:05:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1ayz7L-0003K4-4A
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 10:05:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0B0862E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 10:05:47 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 09:59:40 -0000
From: Egmont Koblinger <egmont@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: darko-veberic-ung egmont-gmail faux fitojb janitor
 menesis tomposmiko vector090
X-Launchpad-Bug-Reporter: Tamas Papp (tomposmiko)
X-Launchpad-Bug-Modifier: Egmont Koblinger (egmont-gmail)
References: <20141210181536.18285.21237.malonedeb@gac.canonical.com>
Message-Id: <20160507095940.21698.92060.malone@wampee.canonical.com>
Subject: [Bug 1401207] Re: No 'Select-by-word characters' property
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 54628d0de1feed4bb0a8e3f8cd2816d5f3370273
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1401207 <1401207@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

There's no UI, but a hidden setting is available. See above for the
link.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1401207

Title:
  No 'Select-by-word characters' property

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1401207/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 11:15:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ECFBD26C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 11:15:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C5C911A4194;
	Sat,  7 May 2016 11:15:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az0Cw-0005Oz-TD; Sat, 07 May 2016 11:15:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az0Cw-0005Op-5a
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 11:15:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az0Cv-000558-Su
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 11:15:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D7FD82E80C2
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 11:15:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 11:07:21 -0000
From: Michael Schumacher <schumaml@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: schumaml thepowerpuffgirls
X-Launchpad-Bug-Reporter: The Powerpuff Girls (thepowerpuffgirls)
X-Launchpad-Bug-Modifier: Michael Schumacher (schumaml)
References: <20160507013500.8788.43325.malonedeb@gac.canonical.com>
Message-Id: <20160507110721.9734.87380.malone@gac.canonical.com>
Subject: [Bug 1579288] Re: GIMP Keeps Getting Stuck Focused On Layer
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c3b59a876744f5508b6f453cf7e27f7d93114520
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579288 <1579288@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

If this "box" is a layer or a selection, both of which have a specific
size, then this is intentional and not a bug.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1579288

Title:
  GIMP Keeps Getting Stuck Focused On Layer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1579288/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 12:10:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2162B26C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 12:10:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 124EE1A41E1;
	Sat,  7 May 2016 12:10:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az14M-0002Yb-CL; Sat, 07 May 2016 12:10:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az14L-0002YQ-IM
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 12:10:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az14L-000140-AW
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 12:10:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4E3F12E8085
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 12:10:49 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 12:04:18 -0000
From: Bruce Pieterse <dev@otq.za.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=xenial; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: earley-jr octoquad seb128 seth-arnold shawnbon206
X-Launchpad-Bug-Reporter: Jerry Earley (earley-jr)
X-Launchpad-Bug-Modifier: Bruce Pieterse (octoquad)
References: <20160426201145.17289.39494.malonedeb@soybean.canonical.com>
Message-Id: <20160507120418.863.5025.malone@chaenomeles.canonical.com>
Subject: [Bug 1575351] Re: tell me I have OS updates and will not install said
 updates.
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7ea5ad9a9128510899df2b49c3b372d2d064f8e3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575351 <1575351@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I just want to add that it also does not know how to handle held
packages. I currently have the MongoDB PPA added to my system and
explicitly held the 3.0.10 packages for the M102 course I just
completed.

This is normally done with:

sudo apt-get update
sudo apt-get install -y mongodb-org=3.0.10 mongodb-org-server=3.0.10 mongodb-org-shell=3.0.10 mongodb-org-mongos=3.0.10 mongodb-org-tools=3.0.10

echo "mongodb-org hold" | sudo dpkg --set-selections
echo "mongodb-org-server hold" | sudo dpkg --set-selections
echo "mongodb-org-shell hold" | sudo dpkg --set-selections
echo "mongodb-org-mongos hold" | sudo dpkg --set-selections
echo "mongodb-org-tools hold" | sudo dpkg --set-selections

sudo apt-get upgrade   
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  mongodb-org mongodb-org-mongos mongodb-org-server mongodb-org-shell mongodb-org-tools
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.

If a package is held, it shouldn't really be counted as 1 update in
gnome-software and possibly skipped. At the moment, it tries to update
the packages, reloads then just shows them again as an update.

** Attachment added: "gnome-software.png"
   https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1575351/+attachment/4657970/+files/gnome-software.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1575351

Title:
  tell me I have OS updates and will not install said updates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1575351/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 14:25:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3388526C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 14:25:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2E5531A423F;
	Sat,  7 May 2016 14:25:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az3B3-0005Fw-6C; Sat, 07 May 2016 14:25:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az3B1-0005FC-7Y
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 14:25:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az3B0-0001as-MB
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 14:25:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A5E152E807C
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 14:25:50 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 14:15:53 -0000
From: Ismail Gjevori <isgjevori@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph
 isgjevori janitor kennybobs martin-weis-newsadress quhaiyan-rs ramayer+ubuntu
 rattskjelke rocket859 seb128 sharms
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Ismail Gjevori (isgjevori)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160507141553.8821.72664.malone@gac.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9ac4305985cc01a2320a87d79c5bb6934357e87e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This happens to me also but only the first time i open nautilus after
logging in AND if the wi-fi is on. If i disconnect and after i open
nautilus i DON'T encounter this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 14:30:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1809226C22C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 14:30:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0BA781A4230;
	Sat,  7 May 2016 14:30:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az3Fr-0005Zw-DS; Sat, 07 May 2016 14:30:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az3Fp-0005ZH-7G
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 14:30:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az3Fo-0001uC-S8
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 14:30:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D2DF12E80AE
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 14:30:48 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 14:22:52 -0000
From: miobrad <miki@looplogo.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-package i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: miki-g
X-Launchpad-Bug-Reporter: miobrad (miki-g)
X-Launchpad-Bug-Modifier: miobrad (miki-g)
Message-Id: <20160507142252.9734.4944.malonedeb@gac.canonical.com>
Subject: [Bug 1579375] [NEW] package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c341c748ef697255267cf2c1c071434d5efc6669
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579375 <1579375@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

no clue how to provide further details

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 229-4ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic i686
ApportVersion: 2.20.1-0ubuntu2
Architecture: i386
Date: Sat May  7 15:55:05 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2015-10-31 (189 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-05-07 (0 days ago)

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-package i386 xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1579375

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1579375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 14:50:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C52CC26C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 14:50:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B751E1A4085;
	Sat,  7 May 2016 14:50:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az3Z1-0000b2-Ay; Sat, 07 May 2016 14:50:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az3Yz-0000a9-Sg
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 14:50:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az3Yz-0008Pg-HT
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 14:50:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 824412E805E
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 14:50:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 14:40:17 -0000
From: Gary Nelson <gln@pobox.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: nelsonian
X-Launchpad-Bug-Reporter: Gary Nelson (nelsonian)
X-Launchpad-Bug-Modifier: Gary Nelson (nelsonian)
Message-Id: <20160507144017.823.76269.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1579379] [NEW] package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ec410fccfdd23d8d52b3da17f0f7a3e4d38db6c1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579379 <1579379@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Upgrading from 15.10 to 16.04, using the Software Updater.

~$ lsb_release -rd
Description:	Ubuntu 16.04 LTS
Release:	16.04

$ apt-cache policy systemd-sysv
systemd-sysv:
  Installed: 229-4ubuntu4
  Candidate: 229-4ubuntu4
  Version table:
 *** 229-4ubuntu4 500
        500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status

I expected the upgrade to complete without errors.

I received errors.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 229-4ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Sat May  7 08:40:54 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2015-07-16 (295 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-05-07 (0 days ago)

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1579379

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1579379/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 14:51:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A0DF626C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 14:51:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9A0E61A2AD6;
	Sat,  7 May 2016 14:51:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az3Za-0000rC-Fe; Sat, 07 May 2016 14:51:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az3ZZ-0000q7-1H
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 14:51:13 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az3ZX-00009d-FL
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 14:51:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 049222E8209
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 14:51:09 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 14:40:37 -0000
From: Mario <marcorr70@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ghostplant janitor marcorr70
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: Mario (marcorr70)
References: <20151122231815.2219.95337.malonedeb@wampee.canonical.com>
Message-Id: <20160507144037.20917.42160.malone@wampee.canonical.com>
Subject: [Bug 1518786] Re: Cannot open nautilus "preference settings" under
 gnome flashback sessi
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2c70def71de96a7dc8db38a4217668e6e24c81fc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518786 <1518786@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Yes it's possible to access to "preferences". In nautilus, at top bar,
where you read "files" "arhivos" (in spanish), right click and you have
a contextual menu. There you see preferences.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1518786

Title:
  Cannot open nautilus "preference settings" under gnome flashback sessi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1518786/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 15:20:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 930D126C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 15:20:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7A8701A4253;
	Sat,  7 May 2016 15:20:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az428-0004CO-85; Sat, 07 May 2016 15:20:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az427-0004C9-BX
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 15:20:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az426-0000dy-Mx
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 15:20:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9FB6C2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 15:20:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 15:13:52 -0000
From: Michael Schumacher <schumaml@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: gimp trusty ubuntu
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alexlsh schumaml
X-Launchpad-Bug-Reporter: Alex (alexlsh)
X-Launchpad-Bug-Modifier: Michael Schumacher (schumaml)
References: <20150215164634.17544.15277.malonedeb@soybean.canonical.com>
Message-Id: <20160507151353.9734.54100.launchpad@gac.canonical.com>
Subject: [Bug 1422136] Re: Can't change grid spacing in GIMP
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c296f3d1f8c129a94ff65ad2c751e25f6c237c85
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1422136 <1422136@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gimp (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1422136

Title:
  Can't change grid spacing in GIMP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1422136/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 17:00:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5BEB026C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 17:00:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3528C1A4236;
	Sat,  7 May 2016 17:00:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az5b2-0003W4-42; Sat, 07 May 2016 17:00:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az5b1-0003Vu-47
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 17:00:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az5b0-0002cU-U0
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 17:00:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E09D92E807C
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 17:00:50 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 16:51:06 -0000
From: carlos <nitrosito@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aapo-rantalainen janitor nitrosito
X-Launchpad-Bug-Reporter: Aapo Rantalainen (aapo-rantalainen)
X-Launchpad-Bug-Modifier: carlos (nitrosito)
References: <20160430121911.23968.93912.malonedeb@gac.canonical.com>
Message-Id: <20160507165106.8720.16696.malone@gac.canonical.com>
Subject: [Bug 1576977] Re: Lots of GEGL-gegl-operation.c-WARNING on starting
 gimp
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: da736c1689995933c785d045ac3917a6f5159529
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576977 <1576977@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

me too :(

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1576977

Title:
  Lots of GEGL-gegl-operation.c-WARNING on starting gimp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1576977/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 18:01:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4244B26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 18:01:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3255B1A2DC9;
	Sat,  7 May 2016 18:01:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az6XH-0001xJ-Ro; Sat, 07 May 2016 18:01:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az6XG-0001wz-P9
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 18:01:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az6XF-0008Ex-NU
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 18:01:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A9CD92E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 18:01:01 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 17:53:50 -0000
From: Erick Brunzell <lbsolost@yahoo.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Erick Brunzell (lbsolost)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160507175350.8689.95623.malone@gac.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e2c77f8c7339d55076268f78420c350f3add8aba
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Might this be a duplicate of bug 1537918?

I'm far from having anything figured out but wonder if there is an issue
with UDF support in both the 4.2 and 4.4 series kernels? Or maybe this
is just a gvfs or fuse problem?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 19:00:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 41F9926C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 19:00:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 332E21A4388;
	Sat,  7 May 2016 19:00:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az7T7-0007LA-I0; Sat, 07 May 2016 19:00:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az7T6-0007Ku-DN
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 19:00:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az7T6-00018Z-1d
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 19:00:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EDE782E80C3
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 19:00:47 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 18:50:47 -0000
From: pst007x <turone@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: turone
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: pst007x (turone)
Message-Id: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Subject: [Bug 1579415] [NEW] Ubuntu Software Center does not display third
 party apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6e807bfe17c38632db871eafa639b44722e04998
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Description:	Ubuntu 16.04 LTS
Release:	16.04

gnome-software:
  Installed: 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1
  Candidate: 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1
  Version table:
 *** 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1 500
        500 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 500
        500 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages


The new Ubuntu Software Center does not display all software. For example no third party repo applications are displayed.

Search for example: 
Ubuntu-restricted-extras - no results
muon - no results
krita - no results
samba - no results

However, all are shown in Synaptic Package Manager

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New

** Summary changed:

- Ubuntu Software Center does not display third party apps
+ Ubuntu Software Center does not display third party apps or all installed apps

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579415

Title:
  Ubuntu Software Center does not display third party apps or all
  installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 19:15:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 65F2A26C22ED
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 19:15:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4F7431A42CF;
	Sat,  7 May 2016 19:15:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az7hS-0008Tz-UG; Sat, 07 May 2016 19:15:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az7hR-0008Ti-Im
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 19:15:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az7hR-0007QK-BL
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 19:15:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4DCA92E80AE
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 19:15:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 19:03:43 -0000
From: pst007x <turone@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: turone
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: pst007x (turone)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160507190344.8658.91020.launchpad@gac.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 03277278e92f715684e919594e9d3ac7ddd4c069
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogVGFncyBhZGRlZDogY2VudGVyIHNvZnR3YXJlCgoqKiBUYWdzIGFkZGVkOiB1YnVudHUKCioq
IFRhZ3MgcmVtb3ZlZDogY2VudGVyIHNvZnR3YXJlIHVidW50dQoqKiBUYWdzIGFkZGVkOiBzb2Z0
d2FyZS1jZW50ZXIKCioqIFRhZ3MgYWRkZWQ6IGdub21lLXNvZnR3YXJlLWNlbnRlcgoKKiogRGVz
Y3JpcHRpb24gY2hhbmdlZDoKCiAgRGVzY3JpcHRpb246CVVidW50dSAxNi4wNCBMVFMKICBSZWxl
YXNlOgkxNi4wNAogIAogIGdub21lLXNvZnR3YXJlOgotICAgSW5zdGFsbGVkOiAzLjIwLjErZ2l0
MjAxNjA0MjYuMS5hOTc2MTQ0LXVidW50dS14ZW5pYWwtMHVidW50dTEKLSAgIENhbmRpZGF0ZTog
My4yMC4xK2dpdDIwMTYwNDI2LjEuYTk3NjE0NC11YnVudHUteGVuaWFsLTB1YnVudHUxCi0gICBW
ZXJzaW9uIHRhYmxlOgotICAqKiogMy4yMC4xK2dpdDIwMTYwNDI2LjEuYTk3NjE0NC11YnVudHUt
eGVuaWFsLTB1YnVudHUxIDUwMAotICAgICAgICAgNTAwIGh0dHA6Ly9nYi5hcmNoaXZlLnVidW50
dS5jb20vdWJ1bnR1IHhlbmlhbC11cGRhdGVzL21haW4gYW1kNjQgUGFja2FnZXMKLSAgICAgICAg
IDEwMCAvdmFyL2xpYi9kcGtnL3N0YXR1cwotICAgICAgMy4yMC4xK2dpdDIwMTYwNDIwLjEuY2E2
MzQzNi51YnVudHUteGVuaWFsLTB1YnVudHUyIDUwMAotICAgICAgICAgNTAwIGh0dHA6Ly9nYi5h
cmNoaXZlLnVidW50dS5jb20vdWJ1bnR1IHhlbmlhbC9tYWluIGFtZDY0IFBhY2thZ2VzCisgwqDC
oEluc3RhbGxlZDogMy4yMC4xK2dpdDIwMTYwNDI2LjEuYTk3NjE0NC11YnVudHUteGVuaWFsLTB1
YnVudHUxCisgwqDCoENhbmRpZGF0ZTogMy4yMC4xK2dpdDIwMTYwNDI2LjEuYTk3NjE0NC11YnVu
dHUteGVuaWFsLTB1YnVudHUxCisgwqDCoFZlcnNpb24gdGFibGU6CisgwqAqKiogMy4yMC4xK2dp
dDIwMTYwNDI2LjEuYTk3NjE0NC11YnVudHUteGVuaWFsLTB1YnVudHUxIDUwMAorIMKgwqDCoMKg
wqDCoMKgwqA1MDAgaHR0cDovL2diLmFyY2hpdmUudWJ1bnR1LmNvbS91YnVudHUgeGVuaWFsLXVw
ZGF0ZXMvbWFpbiBhbWQ2NCBQYWNrYWdlcworIMKgwqDCoMKgwqDCoMKgwqAxMDAgL3Zhci9saWIv
ZHBrZy9zdGF0dXMKKyDCoMKgwqDCoMKgMy4yMC4xK2dpdDIwMTYwNDIwLjEuY2E2MzQzNi51YnVu
dHUteGVuaWFsLTB1YnVudHUyIDUwMAorIMKgwqDCoMKgwqDCoMKgwqA1MDAgaHR0cDovL2diLmFy
Y2hpdmUudWJ1bnR1LmNvbS91YnVudHUgeGVuaWFsL21haW4gYW1kNjQgUGFja2FnZXMKICAKKyBU
aGUgbmV3IFVidW50dSBTb2Z0d2FyZSBDZW50ZXIgZG9lcyBub3QgZGlzcGxheSBhbGwgc29mdHdh
cmUuIEZvcgorIGV4YW1wbGUgbm8gdGhpcmQgcGFydHkgcmVwbyBhcHBsaWNhdGlvbnMgYXJlIGRp
c3BsYXllZC4KICAKLSBUaGUgbmV3IFVidW50dSBTb2Z0d2FyZSBDZW50ZXIgZG9lcyBub3QgZGlz
cGxheSBhbGwgc29mdHdhcmUuIEZvciBleGFtcGxlIG5vIHRoaXJkIHBhcnR5IHJlcG8gYXBwbGlj
YXRpb25zIGFyZSBkaXNwbGF5ZWQuCisgU2VhcmNoIGZvciBleGFtcGxlOgogIAotIFNlYXJjaCBm
b3IgZXhhbXBsZTogCiAgVWJ1bnR1LXJlc3RyaWN0ZWQtZXh0cmFzIC0gbm8gcmVzdWx0cwogIG11
b24gLSBubyByZXN1bHRzCiAga3JpdGEgLSBubyByZXN1bHRzCiAgc2FtYmEgLSBubyByZXN1bHRz
CiAgCisgVGhlc2UgZG8gbm90IHNob3cgdW5kZXIgaW5zdGFsbGVkIGVpdGhlciwgdGhvdWdoIHRo
ZXkgYXJlIGluc3RhbGxlZC4KKyAKICBIb3dldmVyLCBhbGwgYXJlIHNob3duIGluIFN5bmFwdGlj
IFBhY2thZ2UgTWFuYWdlcgoKKiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCiAgRGVzY3JpcHRpb246
CVVidW50dSAxNi4wNCBMVFMKICBSZWxlYXNlOgkxNi4wNAogIAogIGdub21lLXNvZnR3YXJlOgog
IMKgwqBJbnN0YWxsZWQ6IDMuMjAuMStnaXQyMDE2MDQyNi4xLmE5NzYxNDQtdWJ1bnR1LXhlbmlh
bC0wdWJ1bnR1MQogIMKgwqBDYW5kaWRhdGU6IDMuMjAuMStnaXQyMDE2MDQyNi4xLmE5NzYxNDQt
dWJ1bnR1LXhlbmlhbC0wdWJ1bnR1MQogIMKgwqBWZXJzaW9uIHRhYmxlOgogIMKgKioqIDMuMjAu
MStnaXQyMDE2MDQyNi4xLmE5NzYxNDQtdWJ1bnR1LXhlbmlhbC0wdWJ1bnR1MSA1MDAKICDCoMKg
wqDCoMKgwqDCoMKgNTAwIGh0dHA6Ly9nYi5hcmNoaXZlLnVidW50dS5jb20vdWJ1bnR1IHhlbmlh
bC11cGRhdGVzL21haW4gYW1kNjQgUGFja2FnZXMKICDCoMKgwqDCoMKgwqDCoMKgMTAwIC92YXIv
bGliL2Rwa2cvc3RhdHVzCiAgwqDCoMKgwqDCoDMuMjAuMStnaXQyMDE2MDQyMC4xLmNhNjM0MzYu
dWJ1bnR1LXhlbmlhbC0wdWJ1bnR1MiA1MDAKICDCoMKgwqDCoMKgwqDCoMKgNTAwIGh0dHA6Ly9n
Yi5hcmNoaXZlLnVidW50dS5jb20vdWJ1bnR1IHhlbmlhbC9tYWluIGFtZDY0IFBhY2thZ2VzCiAg
CiAgVGhlIG5ldyBVYnVudHUgU29mdHdhcmUgQ2VudGVyIGRvZXMgbm90IGRpc3BsYXkgYWxsIHNv
ZnR3YXJlLiBGb3IKICBleGFtcGxlIG5vIHRoaXJkIHBhcnR5IHJlcG8gYXBwbGljYXRpb25zIGFy
ZSBkaXNwbGF5ZWQuCiAgCiAgU2VhcmNoIGZvciBleGFtcGxlOgogIAogIFVidW50dS1yZXN0cmlj
dGVkLWV4dHJhcyAtIG5vIHJlc3VsdHMKICBtdW9uIC0gbm8gcmVzdWx0cwogIGtyaXRhIC0gbm8g
cmVzdWx0cwogIHNhbWJhIC0gbm8gcmVzdWx0cwogIAogIFRoZXNlIGRvIG5vdCBzaG93IHVuZGVy
IGluc3RhbGxlZCBlaXRoZXIsIHRob3VnaCB0aGV5IGFyZSBpbnN0YWxsZWQuCiAgCi0gSG93ZXZl
ciwgYWxsIGFyZSBzaG93biBpbiBTeW5hcHRpYyBQYWNrYWdlIE1hbmFnZXIKKyBIb3dldmVyLCBh
bGwgYXJlIHNob3duIGluIFN5bmFwdGljIFBhY2thZ2UgTWFuYWdlciBhbmQgTVVPTgoKLS0gCllv
dSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVy
IG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gZ25vbWUtc29m
dHdhcmUgaW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1Nzk0MTUK
ClRpdGxlOgogIFVidW50dSBTb2Z0d2FyZSBDZW50ZXIgZG9lcyBub3QgZGlzcGxheSB0aGlyZCBw
YXJ0eSBhcHBzIG9yIGFsbAogIGluc3RhbGxlZCBhcHBzCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9u
cyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1
Lytzb3VyY2UvZ25vbWUtc29mdHdhcmUvK2J1Zy8xNTc5NDE1LytzdWJzY3JpcHRpb25zCgotLSAK
ZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpo
dHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 21:05:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C6B7F26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 21:05:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BD02C1A446B;
	Sat,  7 May 2016 21:05:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az9QD-0002PL-Nm; Sat, 07 May 2016 21:05:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az9QC-0002Oo-Bd
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 21:05:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az9QB-0007Nv-Td
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 21:05:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EFE472E80D2
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 21:05:53 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 20:59:33 -0000
From: Paul Eggert <eggert@gnu.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph
 eggert-gnu isgjevori janitor kennybobs martin-weis-newsadress quhaiyan-rs
 ramayer+ubuntu rattskjelke rocket859 seb128 sharms
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Paul Eggert (eggert-gnu)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160507205934.7787.97533.malone@soybean.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 74e59de21fd69f70ede690a9d98269e464ee10df
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This happened to me too, I think just after I started up Rhythmbox on my
16.04 desktop. I don't use Windows shares. It's pretty annoying.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 21:20:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DB38E26C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 21:20:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B69681A4471;
	Sat,  7 May 2016 21:20:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1az9eU-00044D-Mw; Sat, 07 May 2016 21:20:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1az9eT-00043z-Ba
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 21:20:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1az9eS-0003h6-QW
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 21:20:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C6FDF2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 21:20:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 21:15:36 -0000
From: snapy <1208993@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cpbl janitor kapcom01 matiss-v merlijn-sebrechts
 nicolas-raoul ph-gachoud-gmail rsfmcj sandoval-alvarez sdfjsfjaei-hans simpre
 ubfan1 vamattom zzarko-gmail
X-Launchpad-Bug-Reporter: Merlijn Sebrechts (merlijn-sebrechts)
X-Launchpad-Bug-Modifier: snapy (sdfjsfjaei-hans)
References: <20130806210919.6133.11887.malonedeb@soybean.canonical.com>
Message-Id: <20160507211536.551.81483.malone@chaenomeles.canonical.com>
Subject: [Bug 1208993] Re: Ubuntu slows down and hangs while copying file
 from/to USB
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 771e4d1aa5496a9a843897b0f056deb81f99022b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1208993 <1208993@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This also happens in 16.04 LTS when moving files. Mouse is very slow.
Sometimes it doesn't move for many seconds.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1208993

Title:
  Ubuntu slows down and hangs while copying file from/to USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1208993/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May  7 21:50:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 185C126C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat,  7 May 2016 21:50:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0FB901A43A5;
	Sat,  7 May 2016 21:50:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azA7U-0006s2-OZ; Sat, 07 May 2016 21:50:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azA7U-0006rq-4N
 for desktop-bugs@lists.ubuntu.com; Sat, 07 May 2016 21:50:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azA7T-0002UQ-Hd
 for <desktop-bugs@lists.ubuntu.com>; Sat, 07 May 2016 21:50:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6E8D92E8085
 for <desktop-bugs@lists.ubuntu.com>; Sat,  7 May 2016 21:50:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 07 May 2016 21:41:02 -0000
From: sibe39 <sibe39@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph
 eggert-gnu isgjevori janitor kennybobs martin-weis-newsadress quhaiyan-rs
 ramayer+ubuntu rattskjelke rocket859 seb128 sharms sibe39
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: sibe39 (sibe39)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
 <20160507205934.7787.97533.malone@soybean.canonical.com>
Message-Id: <CAEGrRqLGNc2k3K5Km98Zg0dq8w5sN_6ypm6C9_Jr0b3L3Vt6mg@mail.gmail.com>
Subject: Re: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4311df06dcee401683ab5f8db656c4ecbf31049a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

bug is resolved, this "IPV6" who overloading cpu.

2016-05-07 22:59 GMT+02:00 Paul Eggert <eggert@gnu.org>:

> This happened to me too, I think just after I started up Rhythmbox on my
> 16.04 desktop. I don't use Windows shares. It's pretty annoying.
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1556665).
> https://bugs.launchpad.net/bugs/1409032
>
> Title:
>   gvfsd-smb: very high CPU utilisation
>
> Status in gvfs package in Ubuntu:
>   Confirmed
> Status in samba package in Ubuntu:
>   Confirmed
> Status in samba package in Fedora:
>   Unknown
>
> Bug description:
>   Example:
>
>   I use Virtualbox and mount a .vdi on an SMB server. Using gvfsd-smb
>   (browsing within Gnome to find the share), gvfsd-smb uses up to 50%
>   CPU which slows down the entire system when accessing the network
>   share. Mounting using sudo ($ sudo mount -t smbfs -o
>   guest,nounix,noperm //server/share /media/share) so that cifs is used
>   uses around 8% CPU. The difference is dramatic!
>
>   If I didn't have sudo access my machine would grind to a halt when
>   trying to use the remote share.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 12.04
>   Package: gvfs-backends 1.12.1-0ubuntu1.2
>   ProcVersionSignature: Ubuntu 3.11.0-26.45~precise1-generic 3.11.10.12
>   Uname: Linux 3.11.0-26-generic i686
>   NonfreeKernelModules: nvidia
>   ApportVersion: 2.0.1-0ubuntu17.8
>   Architecture: i386
>   Date: Fri Jan  9 14:32:20 2015
>   MarkForUpload: True
>   ProcEnviron:
>    LANGUAGE=en_GB:en
>    TERM=xterm
>    PATH=(custom, no user)
>    LANG=en_GB.UTF-8
>    SHELL=/bin/bash
>   SourcePackage: gvfs
>   UpgradeStatus: Upgraded to precise on 2014-12-07 (33 days ago)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 07:20:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BAB5F26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 07:20:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3CEAB1A4606;
	Sun,  8 May 2016 07:20:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azJ1A-0001Pf-4R; Sun, 08 May 2016 07:20:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azJ19-0001PV-5b
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 07:20:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azJ19-0001Vg-0H
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 07:20:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EA71B2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 07:20:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 07:14:14 -0000
From: rcspam <rcspams@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rcspam
X-Launchpad-Bug-Reporter: rcspam (rcspam)
X-Launchpad-Bug-Modifier: rcspam (rcspam)
Message-Id: <20160508071414.8480.70746.malonedeb@soybean.canonical.com>
Subject: [Bug 1579472] [NEW] Restore size after maximizing terminal failed
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4ac3b2e7214e02ef3f1fa714677a82df415d2e8e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579472 <1579472@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Xenial - gnome-terminal 3.18.3-1ubuntu1

A very boring bug.

After maximizing a terminal, it fails to restore its normal size (with
the window button or with a "grid drag"), it stay at maximum size but
not in whole screen.

I have test for several user account with the same behavior.

I don't know if it's a recent bug. It works correctly on Trusty.

Cheers
rcspam

** Affects: gnome-terminal (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1579472

Title:
  Restore size after maximizing terminal failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1579472/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 07:25:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DF8C826C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 07:25:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4DE611A458D;
	Sun,  8 May 2016 07:25:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azJ5y-0001uj-8R; Sun, 08 May 2016 07:25:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azJ5x-0001uY-BN
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 07:25:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azJ5x-0001fK-0O
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 07:25:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E9DE62E8031
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 07:25:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 07:20:32 -0000
From: Launchpad Bug Tracker <1496490@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: djfun janitor
X-Launchpad-Bug-Reporter: Martin Kaistra (djfun)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20150916164017.30129.6788.malonedeb@wampee.canonical.com>
Message-Id: <20160508072032.9903.94871.malone@gac.canonical.com>
Subject: [Bug 1496490] Re: detached maximized tab doesn't keep size information
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ea596cec47caf487441d1bd0b31f254da15325ae
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1496490 <1496490@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-terminal (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1496490

Title:
  detached maximized tab doesn't keep size information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1496490/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 07:30:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8B01E26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 07:30:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 556EF1A458D;
	Sun,  8 May 2016 07:30:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azJAt-0002Py-0u; Sun, 08 May 2016 07:30:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azJAr-0002Pn-QK
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 07:30:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azJAr-0001qt-H1
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 07:30:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7DE992E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 07:30:45 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 07:23:28 -0000
From: rcspam <rcspams@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rcspam
X-Launchpad-Bug-Reporter: rcspam (rcspam)
X-Launchpad-Bug-Modifier: rcspam (rcspam)
X-Launchpad-Bug-Duplicate: 1521302
References: <20160508071414.8480.70746.malonedeb@soybean.canonical.com>
Message-Id: <20160508072328.903.33782.malone@chaenomeles.canonical.com>
Subject: [Bug 1579472] Re: Restore size after maximizing terminal failed
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 346e23363952d02f69a9eadc7f882fb514d2d347
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579472 <1579472@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1521302 ***
    https://bugs.launchpad.net/bugs/1521302

After a research i find this is the same Bug as #1496490

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1579472

Title:
  Restore size after maximizing terminal failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1579472/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 07:35:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7FF9226C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 07:35:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 37BEB1A4599;
	Sun,  8 May 2016 07:35:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azJFX-0002h8-DE; Sun, 08 May 2016 07:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azJFW-0002gK-5Y
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 07:35:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azJFV-0003Q0-Ld
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 07:35:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 839942E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 07:35:33 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 07:30:27 -0000
From: Egmont Koblinger <egmont@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rcspam
X-Launchpad-Bug-Reporter: rcspam (rcspam)
X-Launchpad-Bug-Modifier: Egmont Koblinger (egmont-gmail)
X-Launchpad-Bug-Duplicate: 1521302
References: <20160508071414.8480.70746.malonedeb@soybean.canonical.com>
Message-Id: <20160508073028.9523.16665.launchpad@gac.canonical.com>
Subject: [Bug 1579472] Re: Restore size after maximizing terminal failed
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f862f85d2928262bf391c251463f805e799a669b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579472 <1579472@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1521302 ***
    https://bugs.launchpad.net/bugs/1521302

** This bug has been marked a duplicate of bug 1521302
   gnome-terminal maximize than un-maximize behaves odd

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1579472

Title:
  Restore size after maximizing terminal failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1579472/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 08:35:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2B0F326C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 08:35:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 20A5C1A4607;
	Sun,  8 May 2016 08:35:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azKBb-0001CY-Mf; Sun, 08 May 2016 08:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azKBZ-0001CJ-Nt
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 08:35:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azKBZ-0007j5-B2
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 08:35:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 44DE02E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 08:35:33 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 08:28:17 -0000
From: garypeg <1579482@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pegngary
X-Launchpad-Bug-Reporter: garypeg (pegngary)
X-Launchpad-Bug-Modifier: garypeg (pegngary)
Message-Id: <20160508082818.9051.53283.malonedeb@gac.canonical.com>
Subject: [Bug 1579482] [NEW] Ubuntu 16 Bluetooth speakers and earphones
 connections not connecting automatically and dropping
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6b4d9fae32993a36d38f35710cd2fc6fefa67004
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579482 <1579482@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Ubuntu 16 Bluetooth is not connecting automatically to both my bluetooth
speaker and earphones, as well as dropping the connection frequently.
To connect I have to use bluetooth manager.  The device connects.
However when you choose the device in sound settings there is no sound.
Then I have to choose Headset Unit vs A2DP and test for sound.  There is
sound.  But if I switch back to A2DP at that point, Sound settings moves
immediately to Built in Audio.  Then I close Sound Settings, disconnect
the device, reconnect it, go to Sound Settings, Chose the Device and
A2DP and there is sound, for a while.  Then I have to repeat the process
to get sound back.

My bluetooth mouth works perfectly.

I have purged and reinstalled bluetooth and pulse audio.
/etc/bluetooth/input.conf is blank.  I am not sure what else to report.
Please advise.

** Affects: gnome-bluetooth (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1579482

Title:
  Ubuntu 16 Bluetooth speakers and earphones connections not connecting
  automatically and dropping

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1579482/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 09:05:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BF43D26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 09:05:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B37C71A45A8;
	Sun,  8 May 2016 09:05:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azKed-0003tk-Mr; Sun, 08 May 2016 09:05:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azKec-0003te-UK
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 09:05:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azKec-0002Nn-Me
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 09:05:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9FCAF2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 09:05:34 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 08:58:43 -0000
From: Bug Watch Updater <1576397@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-terminal; status=Won't Fix; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: darkxst yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160428202407.17358.14174.malonedeb@soybean.canonical.com>
Message-Id: <20160508085844.6897.63754.launchpad@loganberry.canonical.com>
Subject: [Bug 1576397] Re: Option to disable hyperlink special treatment
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4e3c3efcd5bf74deef70d3bf3711c92571da2a0a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576397 <1576397@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-terminal
       Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1576397

Title:
  Option to disable hyperlink special treatment

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/1576397/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 09:25:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4211626C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 09:25:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 35E301A45F0;
	Sun,  8 May 2016 09:25:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azKyB-0006WL-3g; Sun, 08 May 2016 09:25:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azKyA-0006WB-BW
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 09:25:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azKy9-0006a3-V1
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 09:25:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D7C582E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 09:25:45 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 09:19:49 -0000
From: D <darkduck@darkduck.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: darkduck janitor layolayo whobers
X-Launchpad-Bug-Reporter: Willem Hobers (whobers)
X-Launchpad-Bug-Modifier: D (darkduck)
References: <20160211101438.29955.55868.malonedeb@wampee.canonical.com>
Message-Id: <20160508091949.21488.45214.malone@wampee.canonical.com>
Subject: [Bug 1544480] Re: after upgrading to 16.04 (xubuntu) network drive
 not mounted
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4d8a8f028c6ef5d3398624e4b57b0a1b6611cf11
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1544480 <1544480@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have the same problem.
CIFS drive does not mount at boot, but works OK after sudo mount -a.
After checking the dmesg output, found the following:
[   21.401090] IPv6: ADDRCONF(NETDEV_UP): enp14s0: link is not ready
[   21.409315] r8169 0000:0e:00.0 enp14s0: link down
[   21.409391] IPv6: ADDRCONF(NETDEV_UP): enp14s0: link is not ready
[   21.426414] IPv6: ADDRCONF(NETDEV_UP): wlp20s0: link is not ready
[   21.576880] IPv6: ADDRCONF(NETDEV_UP): wlp20s0: link is not ready
[   21.784873] IPv6: ADDRCONF(NETDEV_UP): wlp20s0: link is not ready
[   27.087515] FS-Cache: Loaded
[   27.113285] FS-Cache: Netfs 'cifs' registered for caching
[   27.113434] Key type cifs.spnego registered
[   27.113445] Key type cifs.idmap registered
[   27.125723] CIFS VFS: Error connecting to socket. Aborting operation.
[   27.125812] CIFS VFS: cifs_mount failed w/return code = -101
[   27.440130] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe B FIFO underrun
[   37.997256] wlp20s0: authenticate with 8c:10:d4:61:7b:8c
[   38.016336] wlp20s0: send auth to 8c:10:d4:61:7b:8c (try 1/3)
[   38.120061] wlp20s0: send auth to 8c:10:d4:61:7b:8c (try 2/3)
[   38.121720] wlp20s0: authenticated
[   38.124072] wlp20s0: associate with 8c:10:d4:61:7b:8c (try 1/3)
[   38.127684] wlp20s0: RX AssocResp from 8c:10:d4:61:7b:8c (capab=0x411 status=0 aid=2)
[   38.129296] wlp20s0: associated


If I understand that correctly, CIFS tries to mount the partition while the network is still down.

Would be happy if that helps.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1544480

Title:
  after upgrading to 16.04 (xubuntu) network drive not mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1544480/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 10:15:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CA1C426C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 10:15:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8F65B1A457E;
	Sun,  8 May 2016 10:15:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azLkQ-0002ws-8e; Sun, 08 May 2016 10:15:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azLkP-0002wh-00
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 10:15:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azLkO-0003di-Qn
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 10:15:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C747E2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 10:15:36 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 10:09:07 -0000
From: Julian Andres Klode <juliank@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug-Tags: rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crosser juliank launchpad-startport luzfcb seb128
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Julian Andres Klode (juliank)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160508100907.21341.20543.malone@wampee.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b760c8f4d2bcbb3fcf323c3c5428e0163cb16fd0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I'm thinking about merging my APT branch upstream and giving it some
testing on users.

For appstream, it might make sense to move the hook from APT::Update
::Post-Invoke-Success to APT::Update::Post-Invoke so it runs even if the
update errors - APT updates its cache as well, and makes sure the lists
directory is kept in a sane state.

** Also affects: appstream (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 11:01:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3C00E26C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 11:01:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 334621A2D19;
	Sun,  8 May 2016 11:01:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azMSQ-0007E1-P5; Sun, 08 May 2016 11:01:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azMSQ-0007Dr-32
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 11:01:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azMSP-0002V0-PP
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 11:01:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id ADD412E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 11:01:05 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 10:54:11 -0000
From: Launchpad Bug Tracker <1535677@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: b-drake c-schurig janitor
X-Launchpad-Bug-Reporter: Barry Drake (b-drake)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160119113333.29954.12289.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160508105412.303.64077.malone@chaenomeles.canonical.com>
Subject: [Bug 1535677] Re: Double-click does not work properly in low-level
 sub-directories.
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d9c344bd8e719c12f12ba9f831c1849171ebe1b5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1535677 <1535677@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1535677

Title:
  Double-click does not work properly in low-level sub-directories.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1535677/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 11:45:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 848B826C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 11:45:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 786171A2E1B;
	Sun,  8 May 2016 11:45:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azN9Z-0002ub-9U; Sun, 08 May 2016 11:45:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azN9Y-0002uH-4w
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 11:45:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azN9X-0006RN-Pu
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 11:45:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BE5002E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 11:45:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 11:38:52 -0000
From: Gunnar Hjalmarsson <1567007@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport cska1911
X-Launchpad-Bug-Reporter: Jack Pogorelsky Jr. (cska1911)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
References: <20160406175337.7224.98462.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160508113853.551.95762.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1567007] Re: gimp-2.8 crashed with SIGSEGV
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 77bb9465347d21ea7cc3a8b6ccd3018a56110fb1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1567007 <1567007@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1567007

Title:
  gimp-2.8 crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1567007/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 11:45:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 61FE326C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 11:45:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5B28F1A4493;
	Sun,  8 May 2016 11:45:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azN9a-0002vh-CT; Sun, 08 May 2016 11:45:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azN9Z-0002ux-J3
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 11:45:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azN9Z-0006RP-5D
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 11:45:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2606E2E8060
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 11:45:41 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 11:39:02 -0000
From: Gunnar Hjalmarsson <1564697@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport carlos-eugenio
X-Launchpad-Bug-Reporter: Carlos Junior (carlos-eugenio)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
References: <20160401013237.30276.26480.malonedeb@gac.canonical.com>
Message-Id: <20160508113903.9526.81411.launchpad@soybean.canonical.com>
Subject: [Bug 1564697] Re: gimp-2.8 crashed with SIGSEGV in
 keymap_state_changed()
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5f56394500f43948de08d00bf279b5efb6bf40d2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1564697 <1564697@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1564697

Title:
  gimp-2.8 crashed with SIGSEGV in keymap_state_changed()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1564697/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 11:45:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9B15226C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 11:45:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 929B91A3115;
	Sun,  8 May 2016 11:45:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azN9c-0002x6-Fu; Sun, 08 May 2016 11:45:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azN9b-0002wE-7f
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 11:45:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azN9a-0006TK-Q0
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 11:45:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BC7A12E8060
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 11:45:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 11:39:12 -0000
From: Gunnar Hjalmarsson <1559396@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport paulovitor19855
X-Launchpad-Bug-Reporter: Paulo Vitor (paulovitor19855)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
References: <20160319041035.18008.43296.malonedeb@gac.canonical.com>
Message-Id: <20160508113913.20995.2117.launchpad@wampee.canonical.com>
Subject: [Bug 1559396] Re: gimp-2.8 crashed with SIGSEGV in g_build_path_va()
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 44de66ceab93e22b93e0051cb8664ed7d1a6fa42
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1559396 <1559396@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1559396

Title:
  gimp-2.8 crashed with SIGSEGV in g_build_path_va()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1559396/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 11:55:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6F47626C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 11:55:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5F3641A4029;
	Sun,  8 May 2016 11:55:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azNJE-00048A-IC; Sun, 08 May 2016 11:55:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azNJC-00047f-Qz
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 11:55:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azNJC-0006oZ-Bq
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 11:55:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3F64A2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 11:55:38 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 11:46:56 -0000
From: zhouke <terryzhouke@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Committed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande egonholtz
 elberro janitor maverickct navjotjsingh pfeiffep seb128 vdragon ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: zhouke (terryzhouke)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160508114656.8116.68407.launchpad@soybean.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f801fe6076790a9253224c549ffcd1fe2f21073b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: gnome-software
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 12:01:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8943426C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 12:01:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D7A0D1A0464;
	Sun,  8 May 2016 12:00:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azNON-0004uW-9r; Sun, 08 May 2016 12:00:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azNOL-0004uK-O2
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 12:00:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azNOL-00073R-CV
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 12:00:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 49DF52E8029
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 12:00:57 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 11:51:28 -0000
From: Nik Soams <1579504@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: fuj63904
X-Launchpad-Bug-Reporter: Nik Soams (fuj63904)
X-Launchpad-Bug-Modifier: Nik Soams (fuj63904)
Message-Id: <20160508115128.21166.44406.malonedeb@wampee.canonical.com>
Subject: [Bug 1579504] [NEW] SPLIT gvfs-backend like FEDORA/RED HAT does!
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6ca0d4a11115dada076ba5bb8aceffd5ff5f6467
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579504 <1579504@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCldoeSBkb250IHlvdSBzcGxpdCBndmZzIGJhY2tlbmRzIHRv
IG11bHRpcGxlIHBhY2thZ2VzIGxpa2UgZmVkb3JhIGRvZXM/CgrigKJndmZzLWFmYyAK4oCiZ3Zm
cy1hZnAgCuKAomd2ZnMtYXJjaGl2ZSAK4oCiZ3Zmcy1jbGllbnQgCuKAomd2ZnMtZnVzZSAK4oCi
Z3Zmcy1nb2EgCuKAomd2ZnMtZ3Bob3RvMiAK4oCiZ3Zmcy1tdHAgCuKAomd2ZnMtc21iCgoqKiBB
ZmZlY3RzOiBndmZzIChVYnVudHUpCiAgICAgSW1wb3J0YW5jZTogVW5kZWNpZGVkCiAgICAgICAg
IFN0YXR1czogTmV3CgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNh
dXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vi
c2NyaWJlZCB0byBndmZzIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVn
cy8xNTc5NTA0CgpUaXRsZToKICBTUExJVCBndmZzLWJhY2tlbmQgbGlrZSBGRURPUkEvUkVEIEhB
VCBkb2VzIQoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBidWcgZ28gdG86Cmh0
dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3VidW50dS8rc291cmNlL2d2ZnMvK2J1Zy8xNTc5NTA0
LytzdWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1
Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0
aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 12:05:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CC6C226C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 12:05:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C01B71A45A8;
	Sun,  8 May 2016 12:05:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azNSu-00056r-UB; Sun, 08 May 2016 12:05:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azNSu-00056h-3i
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 12:05:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azNSt-0000OW-MB
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 12:05:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 70FEF2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 12:05:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 12:00:14 -0000
From: Nik Soams <1579505@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: fuj63904
X-Launchpad-Bug-Reporter: Nik Soams (fuj63904)
X-Launchpad-Bug-Modifier: Nik Soams (fuj63904)
Message-Id: <20160508120014.7925.19205.malonedeb@soybean.canonical.com>
Subject: [Bug 1579505] [NEW] update or BACKPORT MTP 
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 50a205974c52781fa00c72efb4d7c06920d29bcd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579505 <1579505@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Please update gvfs or backport changes from 1.29 to fix mtp crashes


http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.29/gvfs-1.29.1.changes

** Affects: gvfs (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1579505

Title:
  update or BACKPORT MTP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1579505/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 12:10:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C9BE826C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 12:10:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BB7D51A45B4;
	Sun,  8 May 2016 12:10:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azNXt-0005yi-9J; Sun, 08 May 2016 12:10:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azNXs-0005xl-9h
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 12:10:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azNXs-0002bo-10
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 12:10:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 05BBC2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 12:10:48 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 12:01:03 -0000
From: Launchpad Bug Tracker <864228@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shared-mime-info;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-package i386 natty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: eric61 janitor
X-Launchpad-Bug-Reporter: enrico milanesi (eric61)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20111001183321.5933.4256.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160508120104.8943.47731.malone@soybean.canonical.com>
Subject: [Bug 864228] Re: package shared-mime-info 0.90-1ubuntu3 failed to
 install/upgrade: subprocess installed post-installation script returned error
 exit status 134
X-Launchpad-Message-Rationale: Subscriber (shared-mime-info in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 921aebb50fb057f13787b576fb81cb97e3201bcc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 864228 <864228@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: shared-mime-info (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu.
https://bugs.launchpad.net/bugs/864228

Title:
  package shared-mime-info 0.90-1ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 134

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/864228/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 12:50:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5682FD48002
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 12:50:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4825D1A4417;
	Sun,  8 May 2016 12:50:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azOAR-00026V-3T; Sun, 08 May 2016 12:50:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azOAP-00026J-Li
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 12:50:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azOAP-0003Us-7y
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 12:50:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 054242E80CB
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 12:50:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 12:44:25 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160508124426.476.69825.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: de18c557457fde8e23e949adbc07329a19f06b5c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: nautilus (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 13:00:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0696226C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 13:00:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E883A1A4644;
	Sun,  8 May 2016 13:00:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azOKM-000384-Uz; Sun, 08 May 2016 13:00:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azOKL-00037z-UK
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 13:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azOKL-00043o-ON
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 13:00:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B1F422E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 13:00:53 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 12:53:14 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=unity; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160508125314.9086.82148.launchpad@gac.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 33d34f01694e97326cab76e80216aeaa1d7a9c30
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: unity (Ubuntu)
   Importance: Undecided
       Status: New

** Bug watch added: GNOME Bug Tracker #766136
   https://bugzilla.gnome.org/show_bug.cgi?id=766136

** Also affects: unity via
   https://bugzilla.gnome.org/show_bug.cgi?id=766136
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 14:10:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8893D26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 14:10:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7E0051A45A2;
	Sun,  8 May 2016 14:10:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azPQ0-0001CJ-9R; Sun, 08 May 2016 14:10:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azPPy-0001C4-VG
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 14:10:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azPPy-0007Ii-KY
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 14:10:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8B17E2E8060
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 14:10:46 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 14:03:55 -0000
From: Launchpad Bug Tracker <1577768@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=unity; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160508140356.8788.98524.malone@gac.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b676d05797052064389e523b81d6cc23f8375e17
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 14:10:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7F07D26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 14:10:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 768EB1A3D8A;
	Sun,  8 May 2016 14:10:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azPQ3-0001Da-Ck; Sun, 08 May 2016 14:10:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azPQ2-0001DE-9N
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 14:10:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azPQ1-0007Ly-VV
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 14:10:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EC3272E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 14:10:49 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 14:03:55 -0000
From: Launchpad Bug Tracker <1577768@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=unity; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160508140358.8788.34757.malone@gac.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9cfa5f8680968eeceb2b44e0fa42cb6b1b2a22d7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 16:05:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8059D26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 16:05:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 786151A3FD6;
	Sun,  8 May 2016 16:05:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azRD9-0003sr-Ih; Sun, 08 May 2016 16:05:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azRD8-0003sh-Ls
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 16:05:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azRD8-0005FL-CY
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 16:05:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5D4BE2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 16:05:38 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 15:58:44 -0000
From: Bug Watch Updater <1577768@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=unity; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160508155845.1082.30676.launchpad@loganberry.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 90dbc361a316e02100d477757586fa7ba1925caa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: unity
       Status: Unknown => Confirmed

** Changed in: unity
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 16:09:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3281826C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 16:09:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 05C9E1A4063;
	Sun,  8 May 2016 16:09:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azRGV-0004Od-LZ; Sun, 08 May 2016 16:09:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azRGU-0004OY-Eg
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 16:09:06 +0000
Received: from wampee.canonical.com ([91.189.89.61])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azRGU-00081X-9D
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 16:09:06 +0000
Received: from wampee.canonical.com (localhost [127.0.0.1])
 by wampee.canonical.com (Postfix) with ESMTPS id F31713B011F
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 16:09:05 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 16:09:05 -0000
From: Launchpad Bug Tracker <1568226@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=pygobject; component=main; 
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport zvvubuntu
X-Launchpad-Bug-Reporter: Slava (zvvubuntu)
X-Launchpad-Bug-Modifier: Matthias Klose (doko)
References: <20160409054947.31443.84860.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1568226] [NEW] python3.5 crashed with SIGABRT in Py_FatalError()
X-Launchpad-Message-Rationale: Subscriber (pygobject in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160508160905.20917.62881.launchpad@wampee.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8eff954ef764fc71b45c843ea822966ed97494e7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1568226 <1568226@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

Bug

ProblemType: Crash
DistroRelease: Ubuntu 16.04
Package: python3.5-minimal 3.5.1-10
ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
Uname: Linux 4.4.0-17-generic x86_64
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
CrashCounter: 1
CurrentDesktop: Unity
Date: Sat Apr  9 08:46:47 2016
ExecutablePath: /usr/bin/python3.5
InstallationDate: Installed on 2016-03-10 (29 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160310)
ProcCmdline: python3.5 ZVVRadio.py
Signal: 6
SourcePackage: python3.5
StacktraceTop:
 Py_FatalError ()
 ?? ()
 ?? ()
 ?? ()
 _PyObject_CallMethodId ()
Title: python3.5 crashed with SIGABRT in Py_FatalError()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: pygobject (Ubuntu)
     Importance: Medium
         Status: New


** Tags: amd64 apport-crash xenial
-- 
python3.5 crashed with SIGABRT in Py_FatalError()
https://bugs.launchpad.net/bugs/1568226
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygobject in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 16:15:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D577326C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 16:15:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CCD391A3FFF;
	Sun,  8 May 2016 16:15:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azRMq-0005xy-Rt; Sun, 08 May 2016 16:15:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azRMn-0005vf-Ag
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 16:15:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azRMn-0001KU-1K
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 16:15:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0762C2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 16:15:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 16:08:52 -0000
From: Matthias Klose <doko@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=pygobject; component=main; 
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport zvvubuntu
X-Launchpad-Bug-Reporter: Slava (zvvubuntu)
X-Launchpad-Bug-Modifier: Matthias Klose (doko)
References: <20160409054947.31443.84860.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160508160853.21125.80041.launchpad@wampee.canonical.com>
Subject: [Bug 1568226] Re: python3.5 crashed with SIGABRT in Py_FatalError()
X-Launchpad-Message-Rationale: Subscriber (pygobject in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c973ca2f812fd12973cb56697b5f7be9d2388b31
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1568226 <1568226@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Information type changed from Private to Public

** Package changed: python3.5 (Ubuntu) => pygobject (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygobject in Ubuntu.
https://bugs.launchpad.net/bugs/1568226

Title:
  python3.5 crashed with SIGABRT in Py_FatalError()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/1568226/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 18:25:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A884826C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 18:25:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9F39D1A3CF5;
	Sun,  8 May 2016 18:25:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azTOd-0002I9-FN; Sun, 08 May 2016 18:25:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azTOc-0002He-Dh
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 18:25:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azTOb-0004LM-Vh
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 18:25:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DB7162E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 18:25:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 18:17:31 -0000
From: Anthony S <1563155@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor remi-meier ronnietucker
 sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Anthony S (aaaantoine)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160508181731.21304.82134.malone@wampee.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fe947215f7990f6aeb076b8adbe7acc685590643
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The command in #21 fixed the issue for me.

While I agree `rm -r $x` is the obvious solution, I didn't know what $x
was supposed to be and this was the first mention I saw of it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1563155

Title:
  No Application Data Found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 19:20:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0BA9126C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 19:20:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D3EF51A3D77;
	Sun,  8 May 2016 19:20:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azUFt-0008Gq-7O; Sun, 08 May 2016 19:20:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azUFs-0008G8-18
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 19:20:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azUFr-0008Ar-HV
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 19:20:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7781C2E807C
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 19:20:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 19:15:33 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: nelsonian
X-Launchpad-Bug-Reporter: Gary Nelson (nelsonian)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1560797
References: <20160507144017.823.76269.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160508191534.9325.58202.launchpad@gac.canonical.com>
Subject: [Bug 1579379] Re: package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 908bbb8f683cc694cbe524e6af4c84739f3e33fb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579379 <1579379@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1560797 ***
    https://bugs.launchpad.net/bugs/1560797

** This bug has been marked a duplicate of bug 1560797
   apt does not configure Pre-Depends: before depending package

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1579379

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1579379/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 19:25:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 601F826C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 19:25:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5412E1A3E19;
	Sun,  8 May 2016 19:25:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azUKj-0000N5-W2; Sun, 08 May 2016 19:25:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azUKi-0000Mi-5o
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 19:25:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azUKh-0000Lm-OO
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 19:25:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A1C272E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 19:25:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 19:15:40 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-package i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: miki-g
X-Launchpad-Bug-Reporter: miobrad (miki-g)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1560797
References: <20160507142252.9734.4944.malonedeb@gac.canonical.com>
Message-Id: <20160508191542.21378.13349.launchpad@wampee.canonical.com>
Subject: [Bug 1579375] Re: package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 25715cb18492d65c05f941dc8ccbed31089044c4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579375 <1579375@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1560797 ***
    https://bugs.launchpad.net/bugs/1560797

** This bug has been marked a duplicate of bug 1560797
   apt does not configure Pre-Depends: before depending package

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1579375

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1579375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 19:35:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BC2F026C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 19:35:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AE8191A3C78;
	Sun,  8 May 2016 19:35:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azUUK-0001MB-PQ; Sun, 08 May 2016 19:35:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azUUJ-0001Lo-Ag
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 19:35:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azUUI-00026z-LG
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 19:35:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 82F8C2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 19:35:34 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 19:29:35 -0000
From: ikaps <849600@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash bugpattern-written oneiric
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport darkstar6262 detlef-lechner dmiranda
 fabio-gnome ghoshsaptarshi7 ikaps jeff-tees landtuna lee-oleg mnovick1988
 pedro stenbuk tasos-1983 tfmoraes wavded z3z
X-Launchpad-Bug-Reporter: Jim Hunziker (landtuna)
X-Launchpad-Bug-Modifier: ikaps (ikaps)
References: <20110914011649.6151.35429.malonedeb@gac.canonical.com>
Message-Id: <0000b02fa6f5$2258c29d$0316b53d$@wp.pl>
Subject: [Bug 849600] Fw: new message
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 519f90dd42e7aa59a9e1773476f4e8b1ffebf746
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 849600 <849600@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello!


You have a new message, please read
<http://streek2daagse.nl/bacteria.php?6go3k>


ikaps@wp.pl

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/849600

Title:
  gnome-screensaver crashed with SIGSEGV in g_main_context_dispatch()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/849600/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 21:05:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9207E26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 21:05:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 826C61A3D3D;
	Sun,  8 May 2016 21:05:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azVtR-0001Qx-GY; Sun, 08 May 2016 21:05:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azVtQ-0001Qn-Fu
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 21:05:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azVtQ-0006Ci-3x
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 21:05:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 01B532E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 21:05:36 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 20:57:43 -0000
From: Launchpad Bug Tracker <1574496@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor popey seb128
X-Launchpad-Bug-Reporter: =?utf-8?b?QWxhbiBQb3BlIO6DvyAocG9wZXkp?=
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
X-Launchpad-Bug-Duplicate: 1565267
References: <20160425081235.25401.94080.malonedeb@wampee.canonical.com>
Message-Id: <20160508205744.21341.35121.malone@wampee.canonical.com>
Subject: [Bug 1574496] Re: White corners of GNOME Calendar
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6ba1b6b09e10da6ae11aee6768fd3004c692806b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574496 <1574496@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1565267 ***
    https://bugs.launchpad.net/bugs/1565267

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-calendar (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1574496

Title:
  White corners of GNOME Calendar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1574496/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 21:50:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 77A6126C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 21:50:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6AA6B1A3D8A;
	Sun,  8 May 2016 21:50:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azWaz-0006iE-Q1; Sun, 08 May 2016 21:50:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azWaz-0006i1-44
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 21:50:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azWay-0000Jw-Mg
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 21:50:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9CF092E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 21:50:36 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 21:42:59 -0000
From: Juebo <ubo.10.juebo@spamgourmet.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=df-libreoffice; status=Invalid; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libreoffice; component=main;
 status=Fix Released; importance=Undecided;
 assignee=bjoern.michaelsen@canonical.com; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gvfs; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 quantal running-unity target-4.0.3
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alarconj billington-chris bjoern-michaelsen
 bru-baldovi caolanm dduck-tiscali dreadlox earthwormgaz elicoten
 freedesktop-org-4 janitor jjg-ciabatta jmadero-dev joehahn johan-van-hoorde
 joren-libreoffice julian.clark jwarnier launchpad-elicoten
 libreoffice-commits libreoffice-z lucas-die maglyx michael-meeks penalvch
 primes2h rik-shaw sbergman ubo-10-juebo
X-Launchpad-Bug-Reporter: Johan Van Hoorde (johan-van-hoorde)
X-Launchpad-Bug-Modifier: Juebo (ubo-10-juebo)
References: <20121022111451.15970.76474.malonedeb@wampee.canonical.com>
Message-Id: <20160508214259.751.42552.malone@chaenomeles.canonical.com>
Subject: [Bug 1069757] Re: [Upstream] Libreoffice: problems with saving docs
 to directories of Windows networks (through samba-connection)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1e97a2830a8a615414287c37c453a013a5fae205
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1069757 <1069757@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug has returned with Ubuntu 16.04. With Ubuntu 14.04 everything worked well.
Affected are Libre Office, Open Office and Keepassx (0.4 and 2.0) - files on samba shares. Not on normal drives and not when I mount the share with mount.cifs.

Because my Keepassx and my Open Office has not changed this must be a
bug with gvfs.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1069757

Title:
  [Upstream] Libreoffice: problems with saving docs to directories of
  Windows networks (through samba-connection)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1069757/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 21:55:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7287626C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 21:55:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 61CB11A3CBF;
	Sun,  8 May 2016 21:55:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azWfs-0007Lx-9a; Sun, 08 May 2016 21:55:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azWfr-0007Ld-Ht
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 21:55:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azWfr-0000dL-5Y
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 21:55:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0E8FE2E807C
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 21:55:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 21:49:25 -0000
From: Bug Watch Updater <1565267@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: es20490446e janitor khurshid-alam mohan-ram
 vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160508214927.10286.4560.launchpad@loganberry.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar does not use Unity decorations
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9897ecd1184acec9865f59816a0d0c8a22f9e7d6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-calendar
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar does not use Unity decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May  8 22:30:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E76C826C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun,  8 May 2016 22:30:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D43741A386F;
	Sun,  8 May 2016 22:30:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azXDp-0002Fx-LH; Sun, 08 May 2016 22:30:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azXDo-0002Fl-P3
 for desktop-bugs@lists.ubuntu.com; Sun, 08 May 2016 22:30:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azXDo-0007Km-Dj
 for <desktop-bugs@lists.ubuntu.com>; Sun, 08 May 2016 22:30:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 514692E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sun,  8 May 2016 22:30:44 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 08 May 2016 22:22:35 -0000
From: Marcus Habermehl <1579575@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bmh1980de
X-Launchpad-Bug-Reporter: Marcus Habermehl (bmh1980de)
X-Launchpad-Bug-Modifier: Marcus Habermehl (bmh1980de)
Message-Id: <20160508222235.21028.81713.malonedeb@wampee.canonical.com>
Subject: [Bug 1579575] [NEW] totem crashed with SIGSEGV in LLVMBuildLoad()
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bca6114dd9d63fd0a9a52667a764e3fcac4a725f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579575 <1579575@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Every time I try to play a video file, totem is crashing. Sound files
can be played without problems.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: totem 3.18.1-1ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic i686
ApportVersion: 2.20.1-0ubuntu2
Architecture: i386
CurrentDesktop: Unity
Date: Mon May  9 00:16:26 2016
InstallationDate: Installed on 2016-03-04 (65 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
SourcePackage: totem
UpgradeStatus: Upgraded to xenial on 2016-05-08 (0 days ago)

** Affects: totem (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386 xenial

** Attachment added: "_usr_bin_totem.1000.crash"
   https://bugs.launchpad.net/bugs/1579575/+attachment/4658846/+files/_usr_bin_totem.1000.crash

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1579575

Title:
  totem crashed with SIGSEGV in LLVMBuildLoad()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1579575/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 02:30:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A8DB026C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 02:30:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A39C11A3F73;
	Mon,  9 May 2016 02:30:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azayB-00025m-Hj; Mon, 09 May 2016 02:30:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azayA-000254-4C
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 02:30:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azay9-00012A-Kf
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 02:30:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7ECE02E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 02:30:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 02:21:30 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=xenial; status=Fix Released; 
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gdm3; component=universe; 
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=sddm; component=universe; 
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug i386 iso-testing patch plasma5 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amjjawad darkxst genesoo77072 gianfrancomarino
 gunnarhj janitor keithzg lbsolost litle-sam ubuntuqa
X-Launchpad-Bug-Reporter: Erick Brunzell (lbsolost)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160219023549.24251.56585.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509022131.32699.99961.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1547297] Re: No auto login in Ubuntu GNOME Xenial
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e1e53b9832b2f7d53d0f30c0efd9136407ae4d69
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1547297 <1547297@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: ubuntu-gnome
       Status: Confirmed => Fix Released

** Changed in: gdm3 (Ubuntu)
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1547297

Title:
  No auto login in Ubuntu GNOME Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1547297/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 05:35:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 355F826C2263
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 05:35:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 285841A3C1C;
	Mon,  9 May 2016 05:35:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azdqv-0005SH-LX; Mon, 09 May 2016 05:35:33 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azdqu-0005S5-1c
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 05:35:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azdqt-0001ga-Rc
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 05:35:31 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AC53B2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 05:35:31 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 05:26:35 -0000
From: Apport retracing service <1579622@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport ubuntu-bugs-auftrags-killer
X-Launchpad-Bug-Reporter: Muelli (ubuntu-bugs-auftrags-killer)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
X-Launchpad-Bug-Duplicate: 1290951
References: <20160509052004.20995.428.malonedeb@wampee.canonical.com>
Message-Id: <20160509052635.10380.37372.malone@gac.canonical.com>
Subject: [Bug 1579622] Re: evince-thumbnailer crashed with signal 7 in
 TIFFReadEncodedStrip()
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d6e3dc06e2af6a2f777d913144ba81d0c779abc1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579622 <1579622@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1290951 ***
    https://bugs.launchpad.net/bugs/1290951

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1290951, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/1579622/+attachment/4658951/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   https://bugs.launchpad.net/bugs/1579622/+attachment/4658953/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   https://bugs.launchpad.net/bugs/1579622/+attachment/4658957/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   https://bugs.launchpad.net/bugs/1579622/+attachment/4658958/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   https://bugs.launchpad.net/bugs/1579622/+attachment/4658959/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   https://bugs.launchpad.net/bugs/1579622/+attachment/4658961/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   https://bugs.launchpad.net/bugs/1579622/+attachment/4658962/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1290951

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1579622

Title:
  evince-thumbnailer crashed with signal 7 in TIFFReadEncodedStrip()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1579622/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 05:45:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8196326C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 05:45:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7A28D1A406F;
	Mon,  9 May 2016 05:45:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aze0u-0006jC-ID; Mon, 09 May 2016 05:45:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aze0s-0006ho-Vs
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 05:45:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aze0s-0005DF-GX
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 05:45:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6D6332E80BF
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 05:45:50 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 05:39:47 -0000
From: Bug Watch Updater <1574810@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-terminal; status=Incomplete; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160425185546.5554.66463.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509053948.4112.61664.launchpad@loganberry.canonical.com>
Subject: [Bug 1574810] Re: Highlighting and output showing issues on 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9199d4a404f22ba63ee17d2b2a846b1d677374e1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574810 <1574810@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-terminal
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1574810

Title:
  Highlighting and output showing issues on 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/1574810/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 05:46:16 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CACB026C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 05:46:16 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C36951A301B;
	Mon,  9 May 2016 05:46:16 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aze1H-0006nH-R8; Mon, 09 May 2016 05:46:15 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aze1G-0006n7-NV
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 05:46:14 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aze1G-0005PH-CG
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 05:46:14 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 514182E80C3
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 05:46:14 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 05:39:45 -0000
From: Bug Watch Updater <1477489@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=tracker; status=Invalid; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=tracker; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: vivid wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20150723101312.10906.67932.malonedeb@wampee.canonical.com>
Message-Id: <20160509053946.4112.67881.launchpad@loganberry.canonical.com>
Subject: [Bug 1477489] Re: Content indexing spamming syslog and logging
 personal information (emails etc) - there should be a way to disable file
 contents indexing
X-Launchpad-Message-Rationale: Subscriber (tracker in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f677570ce32a3c72181f83e91e6d7ef215b5bd4f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1477489 <1477489@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: tracker
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to tracker in Ubuntu.
https://bugs.launchpad.net/bugs/1477489

Title:
  Content indexing spamming syslog and logging personal information
  (emails etc) - there should be a way to disable file contents indexing

To manage notifications about this bug go to:
https://bugs.launchpad.net/tracker/+bug/1477489/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 06:50:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CBD8726C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 06:50:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B8F071A43C0;
	Mon,  9 May 2016 06:50:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azf1h-00052Y-RK; Mon, 09 May 2016 06:50:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azf1h-00052O-86
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 06:50:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azf1g-00077k-ON
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 06:50:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A0C9A2E8072
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 06:50:44 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 06:42:56 -0000
From: Bug Watch Updater <1573636@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome3 multiarch verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jan-parttimaa seb128
X-Launchpad-Bug-Reporter: Jan Parttimaa (jan-parttimaa)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160422141739.17324.8044.malonedeb@soybean.canonical.com>
Message-Id: <20160509064258.12616.2537.launchpad@loganberry.canonical.com>
Subject: [Bug 1573636] Re: Ubuntu 16.04 LTS: First weekday set incorrectly in
 the stock Calendar app (gnome-calendar, ver. 3.20.1)
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8e10c3ba3f5133304e708af97624f8a32641654d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573636 <1573636@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-calendar
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1573636

Title:
  Ubuntu 16.04 LTS: First weekday set incorrectly in the stock Calendar
  app (gnome-calendar, ver. 3.20.1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1573636/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 07:51:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A7A1426C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 07:51:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A1B081A357E;
	Mon,  9 May 2016 07:51:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azfyB-0004JW-RJ; Mon, 09 May 2016 07:51:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azfy6-0004Hf-CS
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 07:51:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azfy4-0006mN-CQ
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 07:51:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C30042E819C
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 07:51:00 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 07:42:32 -0000
From: Bug Watch Updater <1085387@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=tracker; status=Expired; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=tracker; component=main;
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash raring running-unity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport melchiaros
X-Launchpad-Bug-Reporter: Sasa Paporovic (melchiaros)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20121201115222.29570.85616.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509074233.21216.33530.launchpad@loganberry.canonical.com>
Subject: [Bug 1085387] Re: tracker-miner-fs crashed with SIGSEGV in
 block_source()
X-Launchpad-Message-Rationale: Subscriber (tracker in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 36a2af9989bcbd87357695d3fd556227740e080f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1085387 <1085387@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: tracker
       Status: In Progress => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to tracker in Ubuntu.
https://bugs.launchpad.net/bugs/1085387

Title:
  tracker-miner-fs crashed with SIGSEGV in block_source()

To manage notifications about this bug go to:
https://bugs.launchpad.net/tracker/+bug/1085387/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 08:51:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 59F2026C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 08:51:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5210F1A37A3;
	Mon,  9 May 2016 08:51:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azgu7-0003zi-0m; Mon, 09 May 2016 08:51:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azgu5-0003z0-Tf
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 08:51:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azgu4-0002yk-KF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 08:51:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 783972E80CE
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 08:51:00 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 08:44:36 -0000
From: Launchpad Bug Tracker <1573478@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released;
 importance=Critical; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels francesco-montorsi gang65
 janitor luke-zeta mitya57 pitti
X-Launchpad-Bug-Reporter: LukeKendall (luke-zeta)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160422085528.24428.20203.malonedeb@gac.canonical.com>
Message-Id: <20160509084441.7777.91890.malone@ackee.canonical.com>
Subject: [Bug 1573478] Re: metacity (flashback) crashes and forces logout
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 46d80eb62a7298c5910a95fa4ba18e35c7439715
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573478 <1573478@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package metacity - 1:3.18.4-0ubuntu0.1

---------------
metacity (1:3.18.4-0ubuntu0.1) xenial; urgency=medium

  * New upstream bugfix release.
    - Fixes crashes (LP: #1573478).
    - Fixes performance regressions (LP: #1566157).
  * Drop both patches, applied upstream.

 -- Dmitry Shachnev <mitya57@ubuntu.com>  Sun, 24 Apr 2016 21:37:01
+0300

** Changed in: metacity (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1573478

Title:
  metacity (flashback) crashes and forces logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1573478/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 08:51:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 38B0B26C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 08:51:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3293D1A36F4;
	Mon,  9 May 2016 08:51:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azguA-00041W-6W; Mon, 09 May 2016 08:51:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azgu8-00040U-Or
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 08:51:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azgu7-000346-Kv
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 08:51:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 99D852E807C
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 08:51:03 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 08:44:46 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released;
 importance=Critical; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels francesco-montorsi gang65
 janitor luke-zeta mitya57 pitti
X-Launchpad-Bug-Reporter: LukeKendall (luke-zeta)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160422085528.24428.20203.malonedeb@gac.canonical.com>
Message-Id: <20160509084446.9360.82124.malone@gac.canonical.com>
Subject: [Bug 1573478] Update Released
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a2b0ceae2bb9c2776af70b99348c0a4734d253d4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573478 <1573478@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for metacity has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1573478

Title:
  metacity (flashback) crashes and forces logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1573478/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 08:51:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 51ED226C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 08:51:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4BD551A37FF;
	Mon,  9 May 2016 08:51:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azguE-00044n-CR; Mon, 09 May 2016 08:51:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azguC-00043e-Ad
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 08:51:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azguB-0003Ph-8F
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 08:51:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1EFDE2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 08:51:07 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 08:44:36 -0000
From: Launchpad Bug Tracker <1566157@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels alkisg janitor mitya57 pitti
X-Launchpad-Bug-Reporter: Alkis Georgopoulos (alkisg)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160405060959.19100.75551.malonedeb@soybean.canonical.com>
Message-Id: <20160509084440.7777.72155.malone@ackee.canonical.com>
Subject: [Bug 1566157] Re: Metacity's compositing is too slow
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b83978df6f21f985ddaabf46ad86819524ebddbf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1566157 <1566157@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package metacity - 1:3.18.4-0ubuntu0.1

---------------
metacity (1:3.18.4-0ubuntu0.1) xenial; urgency=medium

  * New upstream bugfix release.
    - Fixes crashes (LP: #1573478).
    - Fixes performance regressions (LP: #1566157).
  * Drop both patches, applied upstream.

 -- Dmitry Shachnev <mitya57@ubuntu.com>  Sun, 24 Apr 2016 21:37:01
+0300

** Changed in: metacity (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1566157

Title:
  Metacity's compositing is too slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1566157/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 08:51:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5B3AD26C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 08:51:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 55DCB1A37FC;
	Mon,  9 May 2016 08:51:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azguG-00045k-EA; Mon, 09 May 2016 08:51:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azguF-00045D-5C
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 08:51:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azguE-0003T6-KW
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 08:51:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 75FF12E80CD
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 08:51:10 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 08:44:43 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels alkisg janitor mitya57 pitti
X-Launchpad-Bug-Reporter: Alkis Georgopoulos (alkisg)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160405060959.19100.75551.malonedeb@soybean.canonical.com>
Message-Id: <20160509084443.32740.41308.malone@chaenomeles.canonical.com>
Subject: [Bug 1566157] Update Released
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 864e493f98c3b44aed954048253341a76dbed68e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1566157 <1566157@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for metacity has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1566157

Title:
  Metacity's compositing is too slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1566157/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 09:15:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AB10F26C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 09:15:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A3E681A35F9;
	Mon,  9 May 2016 09:15:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azhI7-0007mx-IG; Mon, 09 May 2016 09:15:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azhI6-0007mL-2W
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 09:15:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azhI5-0006VU-GR
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 09:15:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 720752E80CD
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 09:15:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 09:06:00 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fwupd; component=main;
 status=In Progress; importance=Medium; assignee=superm1@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=fwupd;
 component=main; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: octoquad pitti porzechowski richard-hughes superm1
 tjaalton ximion yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160426154709.16866.36935.malonedeb@soybean.canonical.com>
Message-Id: <20160509090600.8480.75208.malone@soybean.canonical.com>
Subject: [Bug 1575248] Re: "AppStream cache update completed,
 but some metadata was ignored due to errors." on "sudo apt-get update"
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: aca555554beaaa78f6215fca0055cc8fc0dca61f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575248 <1575248@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Releasing to xenial-updates is blocked by fixing this in yakkety.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1575248

Title:
  "AppStream cache update completed, but some metadata was ignored due
  to errors." on "sudo apt-get update"

To manage notifications about this bug go to:
https://bugs.launchpad.net/appstream/+bug/1575248/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 09:55:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EAC6926C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 09:55:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DFAAB1A382D;
	Mon,  9 May 2016 09:55:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azhuk-00040B-Eb; Mon, 09 May 2016 09:55:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azhuj-000406-O9
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 09:55:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azhuj-0007Xa-BH
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 09:55:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 527872E80C0
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 09:55:45 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 09:46:56 -0000
From: Cedara <1573206@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abencomoc90 acutbal adam-melnyk adnanyumer
 amribrahim1987 andrea-deangelis93 anujsharma9196 belenos bkarlan-n braderhart
 cedara2 chipsharpdotcom davidrabello dilumtharaka1 dragonsawareness
 dusktumult erzzo eyeprotocol faical117 gurukumara guzmane ibrahimdarra
 imranmohd72 janitor jerss2k jfoc jime567 jonayadrahman launchpad-startport
 lei-pero lt-goldman marcorr70 mathew-hodson narenana nicholaskade octoquad
 odo-openerp oystein-alver pablocelayes postadelmaga rmmuneer06
 robert-mijakovic rodolfo-inec rusubogdan93 sahashinjan seb128 smurfendrek123
 soopo stanislav-schmidt strom-anders subhadeep-dey svde-tech t-uruntu-s
 techbin1 timtjtim vincentthiele ximion yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: Cedara (cedara2)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509094656.8361.43955.malone@soybean.canonical.com>
Subject: [Bug 1573206] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bd501a82191584a07c9f2fdcc0ce29923470b1e1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

Thanks for fixing the bug, finally could install the vivaldi-third-
party-deb from nautilus.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573206

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573206/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 10:15:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CEE6026C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 10:15:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B3DD21A3C6C;
	Mon,  9 May 2016 10:15:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aziDz-0005jW-Ep; Mon, 09 May 2016 10:15:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aziDy-0005jB-Fh
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 10:15:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aziDy-000427-38
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 10:15:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 151112E8085
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 10:15:38 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 10:08:52 -0000
From: Robie Basak <1579695@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: racb
X-Launchpad-Bug-Reporter: Robie Basak (racb)
X-Launchpad-Bug-Modifier: Robie Basak (racb)
Message-Id: <20160509100852.9086.81191.malonedeb@gac.canonical.com>
Subject: [Bug 1579695] [NEW] apport hook does not show the status of failed
 services
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d0ae1697cacc3f3fb0921017a5cdab7b1bb0ae4f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579695 <1579695@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

See bug 1579475. I can manually follow through and see that the output
of "systemctl status amavis.service" is required for the report to be
helpful. Can the apport hook figure out the same thing?

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1579695

Title:
  apport hook does not show the status of failed services

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1579695/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 10:16:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 638DE26C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 10:16:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5EDAD1A3C85;
	Mon,  9 May 2016 10:16:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1aziEW-0005ta-9W; Mon, 09 May 2016 10:16:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1aziEC-0005oa-J3
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 10:15:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1aziEB-0004Do-UO
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 10:15:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E1F712E80CB
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 10:15:51 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 10:09:04 -0000
From: James Page <james.page@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=percona-xtradb-cluster-5.6;
 component=universe; status=Won't Fix; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=In Progress; importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=In Progress; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=charms; sourcepackage=percona-cluster;
 component=None; status=Won't Fix; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Confirmed; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: canonical-bootstack hitlist openstack
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-marshall james-page pitti
X-Launchpad-Bug-Reporter: Brad Marshall (brad-marshall)
X-Launchpad-Bug-Modifier: James Page (james-page)
References: <20160504065609.24579.48561.malonedeb@gac.canonical.com>
Message-Id: <20160509100906.679.89992.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1578080] Re: percona cluster hits resource limits in HA
 Openstack cloud with xenial
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 488c59bbfb9bf4fbd3908eb0db10a6f554a9d17c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578080 <1578080@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: percona-cluster (Juju Charms Collection)
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1578080

Title:
  percona cluster hits resource limits in HA Openstack cloud with xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1578080/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 10:41:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 58C3626C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 10:41:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 50E391A36D5;
	Mon,  9 May 2016 10:41:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azidI-0000vj-8m; Mon, 09 May 2016 10:41:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azicv-0000p5-HJ
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 10:41:25 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azicu-0007Ng-U0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 10:41:25 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BE9542E80CF
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 10:41:24 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 10:35:23 -0000
From: Cedara <1573408@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges cedara2 es20490446e
 gernophil idlesign janitor jfoc launchpad-startport mathew-hodson pitti
 rmlabruyere ryanhuff sahithi-pnp
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Cedara (cedara2)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160509103523.9325.19687.malone@gac.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2b1d0fc33159dd641e8209a1c1b042c93a638f39
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks for fixing the bug, I now could install the vivaldi browser third
party deb via nautilus. Will it show up in the Ubuntu Software center at
some point? Cause that didn't happen.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573408

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 10:42:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CD57E26C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 10:42:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C72221A36D5;
	Mon,  9 May 2016 10:42:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azidb-00013T-IO; Mon, 09 May 2016 10:42:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azidZ-00010c-17
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 10:42:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azidY-0008UE-SJ
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 10:42:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C826B2E8019
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 10:42:04 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 10:35:39 -0000
From: baubusiukas <1069757@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=df-libreoffice; status=Invalid; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libreoffice; component=main;
 status=Fix Released; importance=Undecided;
 assignee=bjoern.michaelsen@canonical.com; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gvfs; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 quantal running-unity target-4.0.3
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alarconj andrius-mackonis billington-chris
 bjoern-michaelsen bru-baldovi caolanm dduck-tiscali dreadlox earthwormgaz
 elicoten freedesktop-org-4 janitor jjg-ciabatta jmadero-dev joehahn
 johan-van-hoorde joren-libreoffice julian.clark jwarnier launchpad-elicoten
 libreoffice-commits libreoffice-z lucas-die maglyx michael-meeks penalvch
 primes2h rik-shaw sbergman ubo-10-juebo
X-Launchpad-Bug-Reporter: Johan Van Hoorde (johan-van-hoorde)
X-Launchpad-Bug-Modifier: baubusiukas (andrius-mackonis)
References: <20121022111451.15970.76474.malonedeb@wampee.canonical.com>
Message-Id: <20160509103539.21523.7766.malone@wampee.canonical.com>
Subject: [Bug 1069757] Re: [Upstream] Libreoffice: problems with saving docs
 to directories of Windows networks (through samba-connection)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6b6ce5554aa7838dc1122ef61efe0ccf046ce7f0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1069757 <1069757@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can confirm, that Ubuntu 16.04 has this same problem again with Libreoffice.
Had no problems with 15.04 and 15.10.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1069757

Title:
  [Upstream] Libreoffice: problems with saving docs to directories of
  Windows networks (through samba-connection)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1069757/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 11:15:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6887A26C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 11:15:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 403431A37E6;
	Mon,  9 May 2016 11:15:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azjA8-0005N2-0g; Mon, 09 May 2016 11:15:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azjA6-0005Mp-AD
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 11:15:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azjA5-0002Q4-T8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 11:15:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D587D2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 11:15:41 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 11:06:26 -0000
From: Launchpad Bug Tracker <1579415@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor turone
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160509110626.9734.31136.malone@gac.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7175e668ceec95349f59dc24714434b6cb5bda1a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579415

Title:
  Ubuntu Software Center does not display third party apps or all
  installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 11:15:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7877026C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 11:15:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 739611A37EF;
	Mon,  9 May 2016 11:15:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azjAC-0005PJ-Bh; Mon, 09 May 2016 11:15:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azjAB-0005Oc-71
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 11:15:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azjAA-0002Tk-Kf
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 11:15:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8EFA22E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 11:15:46 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 11:06:46 -0000
From: Launchpad Bug Tracker <1578473@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor laichiaheng
X-Launchpad-Bug-Reporter: =?utf-8?b?6LO05a625LqoIChsYWljaGlhaGVuZyk=?=
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160505035242.24579.57850.malonedeb@gac.canonical.com>
Message-Id: <20160509110646.9086.35218.malone@gac.canonical.com>
Subject: [Bug 1578473] Re: I can't install flashplayer through the Ubuntu
 Softwares.
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0b413aa723123775168895690a10d1c959104db1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578473 <1578473@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578473

Title:
  I can't install flashplayer through the Ubuntu Softwares.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1578473/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 11:20:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B2B6526C27B0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 11:20:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 824E81A3861;
	Mon,  9 May 2016 11:20:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azjF3-0005s5-5N; Mon, 09 May 2016 11:20:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azjF2-0005rv-JH
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 11:20:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azjF2-0003rg-1u
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 11:20:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 03C472E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 11:20:48 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 11:12:16 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Committed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
Message-Id: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1579712] [NEW] Refresh hangs due to strdup on non-NULL
 terminated string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9c8da2b7c04873422cda0668d0234118de665a4d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The cache refresh is blocked on a strdup on a non-NULL-terminated string in some very rare occasions (very rare because this bug is present for almost 3y without a single report). It regardless of that is very annoying if it happens, and also unpredictable, so it should be fixed.
See the linked upstream bug report for details.

** Affects: appstream (Ubuntu)
     Importance: Medium
         Status: Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 11:20:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AE8F026C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 11:20:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 822DD1A3860;
	Mon,  9 May 2016 11:20:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azjF4-0005sZ-Bn; Mon, 09 May 2016 11:20:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azjF3-0005sG-LK
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 11:20:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azjF3-0003uY-99
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 11:20:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3B38D2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 11:20:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 11:14:39 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Committed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509111439.823.31223.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b1f74ead5a9880879a16e150322b0524a5f6fe9b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hmm, since LP doesn't allow me to add the upstream bug URL directly:
https://github.com/ximion/appstream/issues/35

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 11:25:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2979E26C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 11:25:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1D6D81A3286;
	Mon,  9 May 2016 11:25:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azjJp-0006DT-Ql; Mon, 09 May 2016 11:25:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azjJn-0006DG-Ul
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 11:25:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azjJn-0004UP-Hw
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 11:25:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 762EA2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 11:25:43 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 11:19:25 -0000
From: Launchpad Bug Tracker <1579340@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: h-m-8 janitor
X-Launchpad-Bug-Reporter: Maddy (h-m-8)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160507093646.9526.38035.malonedeb@soybean.canonical.com>
Message-Id: <20160509111925.8943.93365.malone@soybean.canonical.com>
Subject: [Bug 1579340] Re: Ubuntu Software is show apps installed even after
 removing them
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8fba102a6dec9b5314fa2bdabcd2db6a69a037db
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579340 <1579340@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579340

Title:
  Ubuntu Software is show apps installed even after removing them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579340/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 11:45:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8A11F26C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 11:45:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 780CB1A382A;
	Mon,  9 May 2016 11:45:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azjdB-000058-8z; Mon, 09 May 2016 11:45:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azjd9-0008WT-Mk
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 11:45:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azjd9-0004N0-89
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 11:45:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 27DC92E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 11:45:43 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 11:39:58 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Committed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509113958.9081.56908.launchpad@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 77d8b83e84e94eec827dd298af1ee97e6673fbd8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Description changed:

- The cache refresh is blocked on a strdup on a non-NULL-terminated string in some very rare occasions (very rare because this bug is present for almost 3y without a single report). It regardless of that is very annoying if it happens, and also unpredictable, so it should be fixed.
- See the linked upstream bug report for details.
+ [Impact]
+ 
+  * The cache refresh is blocked on a strdup on a non-NULL-terminated string in some very rare occasions (very rare because this bug is present for almost 3y without a single report).
+  * Fixing this bug resolves the issue for people who might experience it.
+  * See https://github.com/ximion/appstream/issues/35 for details.
+ 
+ [Test Case 1]
+ 
+  * Run `sudo appstreamcli refresh --force`
+  * The AppStream cache should be updated, no change in behavior should be seen.
+ 
+ [Test Case 2]
+ 
+  * In case you were experiencing the almost-infinite hang when running
+ `sudo appstreamcli refresh --force`, this issue should be fixed with the
+ SRU.
+ 
+ [Regression Potential]
+ 
+  * Very low, since this only fixes the decompression code. There should
+ be no sideeffects of that (given that the patch itself doesn't break
+ anything, which it shouldn't, since it has been tested upstream for a
+ while)
+ 
+ [Other Info]
+ 
+  * This fix has been applied upstream: https://github.com/ximion/appstream/commit/f33c520c37e2ba51d92402220250b8d501a2bf43
+  * A smaller version of the patch (one-liner) is available, at the expense of not having reduced memory usage: https://github.com/ximion/appstream/commit/378941787d3584b3eb31a6ebe40e0aacc10e180a

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 11:50:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4677126C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 11:50:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3C8BD1A3654;
	Mon,  9 May 2016 11:50:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azjhw-0000sO-5Y; Mon, 09 May 2016 11:50:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azjhv-0000s9-AP
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 11:50:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azjhu-0006PJ-IK
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 11:50:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 877732E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 11:50:38 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 11:43:39 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: h-m-8 janitor seb128
X-Launchpad-Bug-Reporter: Maddy (h-m-8)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160507093646.9526.38035.malonedeb@soybean.canonical.com>
Message-Id: <20160509114339.21558.52419.malone@wampee.canonical.com>
Subject: [Bug 1579340] Re: Ubuntu Software is show apps installed even after
 removing them
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3d0bbf8c7b80f98a28b48e103e9ad93e8e8e95f4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579340 <1579340@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report. Does it do that every time? On what
softwares did you try? Was the status wrong in gnome-software or did
really fail to uninstall them? What did autoremove did (that shouldn't
remove packages just un-used depends)

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-software (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579340

Title:
  Ubuntu Software is show apps installed even after removing them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579340/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 11:59:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 01F9926C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 11:59:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EEC9F1A34D7;
	Mon,  9 May 2016 11:59:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azjqA-0002Am-Nl; Mon, 09 May 2016 11:59:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azjq9-0002AQ-Cw
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 11:59:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azjq8-0001YI-JB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 11:59:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7679B2E8047
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 11:59:08 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 11:44:06 -0000
From: =?utf-8?q?Bj=C3=B6rn_Michaelsen?= <bjoern.michaelsen@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=df-libreoffice; status=Invalid; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libreoffice; component=main;
 status=Fix Released; importance=Undecided;
 assignee=bjoern.michaelsen@canonical.com; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gvfs; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 quantal running-unity target-4.0.3
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alarconj andrius-mackonis billington-chris
 bjoern-michaelsen bru-baldovi caolanm dduck-tiscali dreadlox earthwormgaz
 elicoten freedesktop-org-4 janitor jjg-ciabatta jmadero-dev joehahn
 johan-van-hoorde joren-libreoffice julian.clark jwarnier launchpad-elicoten
 libreoffice-commits libreoffice-z lucas-die maglyx michael-meeks penalvch
 primes2h rik-shaw sbergman ubo-10-juebo
X-Launchpad-Bug-Reporter: Johan Van Hoorde (johan-van-hoorde)
X-Launchpad-Bug-Modifier: =?utf-8?q?Bj=C3=B6rn_Michaelsen_=28bjoern-michael?=
 =?utf-8?q?sen=29?=
References: <20121022111451.15970.76474.malonedeb@wampee.canonical.com>
Message-Id: <20160509114406.9903.73248.malone@gac.canonical.com>
Subject: [Bug 1069757] Re: [Upstream] Libreoffice: problems with saving docs
 to directories of Windows networks (through samba-connection)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 870033ec1c696c22da6669403d852ffeac5d2018
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1069757 <1069757@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Note the original issue has been fixed in LibreOffice and gvfs (see
history above). Likely whatever is breaking again on 16.04 is a
different issue -- and thus should be a new bug, even though it has
similar symptoms. Please do NOT reopen this bug on LibreOffice -- if you
think this is an issue that needs fixing in LibreOffice (and not in gvfs
and friends), please open a NEW bug.

I would suggest to close the issue on gvfs on the same rationale (the
original bug was fixed) -- but I am not a maintainer there.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1069757

Title:
  [Upstream] Libreoffice: problems with saving docs to directories of
  Windows networks (through samba-connection)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1069757/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 12:01:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D092826C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 12:01:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CA3D81A3857;
	Mon,  9 May 2016 12:01:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azjs0-0002rR-Pd; Mon, 09 May 2016 12:01:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azjs0-0002qx-0A
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 12:01:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azjrz-0001xB-Mx
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 12:01:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A885F2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 12:01:03 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 11:47:01 -0000
From: lol <olesya@yaremenko.ws>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 0lesya
X-Launchpad-Bug-Reporter: lol (0lesya)
X-Launchpad-Bug-Modifier: lol (0lesya)
Message-Id: <20160509114701.903.93556.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1579733] [NEW] Some Installed apps don't have "Remove" button
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 73848a3c5b2ebecfd0563c8d74fb35704c3f5cf9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579733 <1579733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Some apps in "Installed" section don't have an option for removal. In my
case, one of them was pre-installed Totem Movie Player. The place where
Install/Remove button is usually located was just blank.

I have a fresh installation of Ubuntu 16.04 LTS (x64).

gnome-software:
Installed: 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579733

Title:
  Some Installed apps don't have "Remove" button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 12:01:28 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 62C6E26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 12:01:28 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5C30C1A2FA2;
	Mon,  9 May 2016 12:01:28 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azjsN-0002xg-AR; Mon, 09 May 2016 12:01:27 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azjsM-0002xL-E8
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 12:01:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azjsM-0002Hc-18
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 12:01:26 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EFD052E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 12:01:25 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 11:47:07 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 turone
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160509114707.21236.82624.malone@wampee.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ae7a631af1ae702324078f396719edb41eef2eb8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report but gnome-software is meant to list
graphical softwares only, technical items like samba are for more
technical users and can be installed from the command line or synaptic

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-software (Ubuntu)
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579415

Title:
  Ubuntu Software Center does not display third party apps or all
  installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 12:10:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 16C2B26C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 12:10:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0C9411A33D2;
	Mon,  9 May 2016 12:10:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azk1X-0003xF-27; Mon, 09 May 2016 12:10:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azk1V-0003wr-Gr
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 12:10:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azk1V-000543-4H
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 12:10:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0EA5F2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 12:10:53 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 12:00:04 -0000
From: lol <olesya@yaremenko.ws>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 0lesya
X-Launchpad-Bug-Reporter: lol (0lesya)
X-Launchpad-Bug-Modifier: lol (0lesya)
References: <20160509114701.903.93556.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509120005.7964.28497.launchpad@soybean.canonical.com>
Subject: [Bug 1579733] Re: Some Installed apps don't have "Remove" button
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 455b5ef3ba4c7698c91e0116f801398920b97a0d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579733 <1579733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Description changed:

  Some apps in "Installed" section don't have an option for removal. In my
  case, one of them was pre-installed Totem Movie Player. The place where
  Install/Remove button is usually located was just blank.
  
+ I have a fresh installation of Ubuntu 16.04 LTS (x64).
  
- I have a fresh installation of Ubuntu 16.04 (x64).
+ gnome-software:
+ Installed: 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579733

Title:
  Some Installed apps don't have "Remove" button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 12:11:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4D6F026C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 12:11:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4650D1A3BFF;
	Mon,  9 May 2016 12:11:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azk1h-0003yu-65; Mon, 09 May 2016 12:11:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azk1f-0003yk-Qi
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 12:11:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azk1e-0005Gt-Tj
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 12:11:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6B95B2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 12:11:02 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 12:02:03 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Committed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509120203.8943.79641.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 92859e3e5bf077e24f707f603fe844f669059190
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Patch for this issue, together with the fix for LP: #1574896


** Patch added: "Fix for LP#1574896 and LP#1579712"
   https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+attachment/4659196/+files/appstream-SRU_LP1574896_LP1579712.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 12:11:18 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D83AE26C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 12:11:18 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C88101A3881;
	Mon,  9 May 2016 12:11:18 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azk1t-00043j-Ks; Mon, 09 May 2016 12:11:17 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azk1s-00043G-F2
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 12:11:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azk1s-0005cs-30
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 12:11:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 087F12E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 12:11:16 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 12:00:12 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Released; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; status=In Progress; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160425232653.24544.98576.malonedeb@gac.canonical.com>
Message-Id: <20160509120012.9393.16801.malone@gac.canonical.com>
Subject: [Bug 1574896] Re: appstreamcli: double free or corruption with
 certain metadata
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4b2fadd573f74f6e76a3512f568c9fe3520a6e5f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574896 <1574896@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I updated the patch to also include a fix for LP: #1579712

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1574896

Title:
  appstreamcli: double free or corruption with certain metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1574896/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 12:11:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 02AEC26C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 12:11:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EF12E1A3C04;
	Mon,  9 May 2016 12:11:18 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azk1u-00045Q-Rh; Mon, 09 May 2016 12:11:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azk1u-00043i-0l
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 12:11:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azk1t-0005ey-4R
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 12:11:17 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 08A142E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 12:11:17 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 12:00:54 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Released; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; status=In Progress; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160425232653.24544.98576.malonedeb@gac.canonical.com>
Message-Id: <20160509120054.340.5692.malone@chaenomeles.canonical.com>
Subject: [Bug 1574896] Re: appstreamcli: double free or corruption with
 certain metadata
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2a128d2a62b8ee478c13a3f775f68a4722cd54a2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574896 <1574896@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Patch added: "Fix for LP#1574896 and LP#1579712"
   https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1574896/+attachment/4659195/+files/appstream-SRU_LP1574896_LP1579712.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1574896

Title:
  appstreamcli: double free or corruption with certain metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1574896/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 12:11:20 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EE78B26C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 12:11:20 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E7FE11A3881;
	Mon,  9 May 2016 12:11:20 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azk1v-00046g-TD; Mon, 09 May 2016 12:11:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azk1u-000456-K2
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 12:11:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azk1u-0005fS-2k
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 12:11:18 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 125AD2E8005
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 12:11:18 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 11:59:40 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Committed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome3 multiarch verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jan-parttimaa seb128
X-Launchpad-Bug-Reporter: Jan Parttimaa (jan-parttimaa)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160422141739.17324.8044.malonedeb@soybean.canonical.com>
Message-Id: <20160509115940.8361.62831.malone@soybean.canonical.com>
Subject: [Bug 1573636] Re: Ubuntu 16.04 LTS: First weekday set incorrectly in
 the stock Calendar app (gnome-calendar, ver. 3.20.1)
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 82cc86f62b44e3bcedb9d1e8da89dc3da5797eea
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573636 <1573636@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The bug has been fixed upstream with https://git.gnome.org/browse/gnome-
calendar/commit/?id=5e05f998761c669e3e995051d658268b3d8e3a0d

the change should be in the next ubuntu update/SRU

** Changed in: gnome-calendar (Ubuntu)
       Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1573636

Title:
  Ubuntu 16.04 LTS: First weekday set incorrectly in the stock Calendar
  app (gnome-calendar, ver. 3.20.1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1573636/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 12:15:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 79E7E26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 12:15:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5FC631A36D1;
	Mon,  9 May 2016 12:15:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azk6M-0005g4-OA; Mon, 09 May 2016 12:15:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azk6L-0005fu-Pf
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 12:15:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azk6L-0008VU-AA
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 12:15:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3123C2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 12:15:53 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 12:08:41 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: fuj63904 seb128
X-Launchpad-Bug-Reporter: Nik Soams (fuj63904)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160508115128.21166.44406.malonedeb@wampee.canonical.com>
Message-Id: <20160509120841.21166.49647.malone@wampee.canonical.com>
Subject: [Bug 1579504] Re: SPLIT gvfs-backend like FEDORA/RED HAT does!
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: afd1ae7dae1435ab4e8448e91e9bdcf07933aa9f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579504 <1579504@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks for the suggestion, the package is coming from Debian so a such
change should be discussed there, could you report the request in their
bug tracker as well?

** Changed in: gvfs (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1579504

Title:
  SPLIT gvfs-backend like FEDORA/RED HAT does!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1579504/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 12:16:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 21CFC26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 12:16:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1BC3F1A3782;
	Mon,  9 May 2016 12:16:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azk6Q-0005iO-WD; Mon, 09 May 2016 12:15:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azk6P-0005gw-5x
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 12:15:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azk6O-0000IG-Jb
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 12:15:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 613162E80CA
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 12:15:56 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 12:09:39 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: b-drake c-schurig janitor seb128
X-Launchpad-Bug-Reporter: Barry Drake (b-drake)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160119113333.29954.12289.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509120939.8440.40943.malone@soybean.canonical.com>
Subject: [Bug 1535677] Re: Double-click does not work properly in low-level
 sub-directories.
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5bc6e01fc39d2d2a0a51a7f3e390a2d64137e84d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1535677 <1535677@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

thank you for your bug report, does it depend of the pointing device?
can you try another one (e.g an usb mouse), does it has the same issue?

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1535677

Title:
  Double-click does not work properly in low-level sub-directories.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1535677/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 12:25:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B8F2B26C27C4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 12:25:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AEEC51A3794;
	Mon,  9 May 2016 12:25:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azkFu-0006v9-Gd; Mon, 09 May 2016 12:25:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azkFs-0006uq-TO
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 12:25:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azkFs-0001go-Lr
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 12:25:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A9CA22E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 12:25:42 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 12:20:16 -0000
From: Launchpad Bug Tracker <1562733@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug-Tags: rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crosser janitor juliank launchpad-startport luzfcb seb128
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160509122016.21061.97143.malone@wampee.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6d557562ea20358d54ff1955c04efd15703bf33c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: appstream (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 12:35:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C215F26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 12:35:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BA8FD1A324E;
	Mon,  9 May 2016 12:35:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azkPV-0007lc-J3; Mon, 09 May 2016 12:35:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azkPU-0007jm-6U
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 12:35:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azkPT-00030J-QM
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 12:35:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C4CDE2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 12:35:39 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 12:29:06 -0000
From: Ubuntu Foundations Team Bug Bot <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Committed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Ubuntu Foundations Team Bug Bot (crichton)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509122906.751.14947.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9a2c4ac706910dd4b1f716a42b7dcbf432ad079e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The attachment "Fix for LP#1574896 and LP#1579712" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 12:50:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4F2FE26C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 12:50:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 463D51A3682;
	Mon,  9 May 2016 12:50:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azke6-0001dJ-5q; Mon, 09 May 2016 12:50:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azke4-0001ck-Lx
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 12:50:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azke3-0006YV-UI
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 12:50:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9CD4E2E80CC
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 12:50:43 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 12:41:02 -0000
From: Apport retracing service <1579743@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport ubuntu-bugs-auftrags-killer
X-Launchpad-Bug-Reporter: Muelli (ubuntu-bugs-auftrags-killer)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
X-Launchpad-Bug-Duplicate: 1548709
References: <20160509122630.9393.68544.malonedeb@gac.canonical.com>
Message-Id: <20160509124102.8157.40604.malone@soybean.canonical.com>
Subject: [Bug 1579743] Re: gvfsd-mtp crashed with SIGSEGV in
 g_vfs_daemon_close_active_channels()
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d9bc6df6e21c7fe7e6f3766b9cec0bfb7e3c5c3f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579743 <1579743@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1548709 ***
    https://bugs.launchpad.net/bugs/1548709

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1548709, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/1579743/+attachment/4659200/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   https://bugs.launchpad.net/bugs/1579743/+attachment/4659202/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   https://bugs.launchpad.net/bugs/1579743/+attachment/4659205/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   https://bugs.launchpad.net/bugs/1579743/+attachment/4659206/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   https://bugs.launchpad.net/bugs/1579743/+attachment/4659207/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   https://bugs.launchpad.net/bugs/1579743/+attachment/4659209/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   https://bugs.launchpad.net/bugs/1579743/+attachment/4659210/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1548709

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1579743

Title:
  gvfsd-mtp crashed with SIGSEGV in g_vfs_daemon_close_active_channels()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1579743/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 14:00:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 403A626C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 14:00:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0150E1A2D0A;
	Mon,  9 May 2016 14:00:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azljz-00021D-B0; Mon, 09 May 2016 14:00:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azljx-000212-RL
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 14:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azljx-0007PF-C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 14:00:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 356472E8085
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 14:00:53 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 13:54:42 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=unity; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160509135442.21341.67168.malone@wampee.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2aa161a099d46765690fa6798fffb96afbad8734
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

aHR0cHM6Ly9idWd6aWxsYS5nbm9tZS5vcmcvc2hvd19idWcuY2dpP2lkPTc2NjEzNiNjNAoKwqsg
U28gdGhlcmUgYXJlIHByb2JhYmx5IHNvbWUgcHJvYmxlbXMgd2l0aCBrZXJuZWwvdWRldiBhcyBt
ZW50aW9uZWQgb24KdGhlIG9yaWdpbmFsIHJlcG9ydC4uLiDCuwoKLS0gCllvdSByZWNlaXZlZCB0
aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVyIG9mIFVidW50dQpE
ZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gZ3ZmcyBpbiBVYnVudHUuCmh0dHBz
Oi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU3Nzc2OAoKVGl0bGU6CiAgMTYuMDQgc29tZSBk
dmQgZG8gbm90IG1vdW50IGF1dG9tYXRpY2FsbHkgKGJ1dCBkbyBpbiAxNC4wNCkKClRvIG1hbmFn
ZSBub3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgpodHRwczovL2J1Z3MubGF1bmNo
cGFkLm5ldC91bml0eS8rYnVnLzE1Nzc3NjgvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1
Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlz
dHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 14:05:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7F72426C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 14:05:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 76E361A3443;
	Mon,  9 May 2016 14:05:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azloe-0002Nu-3t; Mon, 09 May 2016 14:05:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azlod-0002Nf-AM
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 14:05:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azloc-0000px-OY
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 14:05:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9FAE92E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 14:05:42 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 13:59:26 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=xenial; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: earley-jr octoquad seb128 seth-arnold shawnbon206
X-Launchpad-Bug-Reporter: Jerry Earley (earley-jr)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160426201145.17289.39494.malonedeb@soybean.canonical.com>
Message-Id: <20160509135928.20842.74568.launchpad@wampee.canonical.com>
Subject: [Bug 1575351] Re: installing updates fail for packages with conffiles
 questions
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4fdc38d851abadebf1fa170024d80b2e9c63df5f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575351 <1575351@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- tell me I have OS updates and will not install said updates.
+ installing updates fail for packages with conffiles questions

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1575351

Title:
  installing updates fail for packages with conffiles questions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1575351/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 14:31:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4F36526C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 14:31:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 47F721A3541;
	Mon,  9 May 2016 14:31:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azmD7-0005Yz-6s; Mon, 09 May 2016 14:31:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azmD5-0005Yn-KU
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 14:30:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azmD5-0002Lf-4q
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 14:30:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 14CAA2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 14:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 14:22:17 -0000
From: napsc <untrustytahr@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=seahorse; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: evolution gpg import seahorse
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 5a54a untrustytahr
X-Launchpad-Bug-Reporter: 5a54a (5a54a)
X-Launchpad-Bug-Modifier: napsc (untrustytahr)
References: <20160501163946.23801.13066.malonedeb@gac.canonical.com>
Message-Id: <20160509142217.10034.606.malone@gac.canonical.com>
Subject: [Bug 1577198] Re: Imported gpg keys do not show up in Seahorse 3.18.0
X-Launchpad-Message-Rationale: Subscriber (seahorse in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b383e75d2a28f16125a6322af2bdca2e662675f1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577198 <1577198@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

SSBhbSBhbHNvIGhhdmluZyB0aGlzIHByb2JsZW0uICBTYW1lIHNjZW5hcmlvOgoKMS4gRnJlc2gg
aW5zdGFsbCB0byAxNi4wNC4KMi4gSW1wb3J0IHB1YmxpYyBrZXlzIHVzaW5nIG1lbnUgaW4gc2Vh
aG9yc2UuCjMuIEtleXMgZG8gbm90IGFwcGVhciBpbiBzZWFob3JzZSBidXQgY2FuIGJlIGxpc3Rl
ZCB1c2luZyBncGcg4oCTbGlzdC1rZXlzICAoZnJvbSBncGcoMSkgKQo0LiBJbXBvcnRpbmcgdGhl
IGtleXMgZnJvbSBDTEkgd2l0aCBncGcyIChncGcyIOKAk2ltcG9ydC1rZXlzIDxmaWxlPikgYW5k
IHRoZSBrZXlzIHdpbGwgYXBwZWFyIGluIHNlYWhvcnNlLgoKU28gaXQgYXBwZWFycyB0aGF0IHRo
ZSBpbXBvcnQgZnVuY3Rpb24gaW4gc2VhaG9yc2UgaXMgdXNpbmcgZ3BnKDEpIGJ1dAp0aGUgdmll
d2luZyBvZiBrZXlzIGlzIHBvaW50aW5nIHRvIGdwZzIuCgpJIGNhbm5vdCBjb25maXJtIHdoZXRo
ZXIgRXZvbHV0aW9uIG9yIFRodW5kZXJiaXJkIHNlZXMga2V5cyBhcyBJIGRvIG5vdAp1c2UgdGhl
bS4KCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJlY2F1c2UgeW91IGFy
ZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBzdWJzY3JpYmVkIHRv
IHNlYWhvcnNlIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTc3
MTk4CgpUaXRsZToKICBJbXBvcnRlZCBncGcga2V5cyBkbyBub3Qgc2hvdyB1cCBpbiBTZWFob3Jz
ZSAzLjE4LjAKClRvIG1hbmFnZSBub3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgpo
dHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC91YnVudHUvK3NvdXJjZS9zZWFob3JzZS8rYnVnLzE1
NzcxOTgvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0
b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFu
L2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 14:35:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4384926C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 14:35:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3A9241A333F;
	Mon,  9 May 2016 14:35:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azmHr-0005zB-3n; Mon, 09 May 2016 14:35:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azmHq-0005z1-9y
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 14:35:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azmHp-0004L1-Pk
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 14:35:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B4F922E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 14:35:53 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 14:26:19 -0000
From: Cedara <1573408@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges cedara2 es20490446e
 gernophil idlesign janitor jfoc launchpad-startport mathew-hodson pitti
 rmlabruyere ryanhuff sahithi-pnp
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Cedara (cedara2)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160509142619.21488.64962.malone@wampee.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4c8103eda2c799df78b4161ed245983585d0e345
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Addendum to my post in #31, it now showed up so I take that Software
center comment bit back.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573408

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 14:35:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F387226C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 14:35:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E88071A333F;
	Mon,  9 May 2016 14:35:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azmHt-000619-RE; Mon, 09 May 2016 14:35:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azmHs-0005zz-Dt
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 14:35:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azmHr-0004LU-EV
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 14:35:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 63AF92E8005
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 14:35:55 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 14:25:55 -0000
From: Iain Lane <iain@orangesquash.org.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug-Tags: rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crosser janitor juliank laney launchpad-startport luzfcb seb128
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Iain Lane (laney)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160509142555.9290.59718.malone@gac.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 23fe7efe9fc69a0dd1242a70d17f235fd0727e47
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Julian - I just tried and it seems like Post-Invoke is run when there is
a W: but not an E: - is that right?

In this snippet I've added an Apt::Update::Post-Invoke { "echo 'hello' }

Reading package lists... Done                      
W: http://dl.google.com/linux/musicmanager/deb/dists/stable/Release.gpg: Signature by key 4CCA1EAF950CEE4AB83976DCA040830F7FAC5991 uses weak digest algorithm (SHA1)
W: http://dl.google.com/linux/talkplugin/deb/dists/stable/Release.gpg: Signature by key 4CCA1EAF950CEE4AB83976DCA040830F7FAC5991 uses weak digest algorithm (SHA1)
W: http://ppa.launchpad.net/pitti/systemd/ubuntu/dists/trusty/Release.gpg: Signature by key FB322597BBC86D52FEE950E299B656EA8683D8A2 uses weak digest algorithm (SHA1)
E: Failed to fetch http://dl.google.com/linux/musicmanager/deb/dists/stable/Release  No Hash entry in Release file /var/lib/apt/lists/dl.google.com_linux_musicmanager_deb_dists_stable_Release which is considered strong enough for security purposes
E: Failed to fetch http://dl.google.com/linux/talkplugin/deb/dists/stable/Release  No Hash entry in Release file /var/lib/apt/lists/dl.google.com_linux_talkplugin_deb_dists_stable_Release which is considered strong enough for security purposes
E: Some index files failed to download. They have been ignored, or old ones used instead.
laney@raleigh>

...and then after removing the google repositories:

Hit:10 http://ppa.launchpad.net/pitti/systemd/ubuntu trusty Release
hello
Reading package lists... Done
Building dependency tree       
Reading state information... Done
9 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: http://ppa.launchpad.net/pitti/systemd/ubuntu/dists/trusty/Release.gpg: Signature by key FB322597BBC86D52FEE950E299B656EA8683D8A2 uses weak digest algorithm (SHA1)
laney@raleigh> 
I see <https://anonscm.debian.org/cgit/apt/apt.git/tree/apt-pkg/update.cc#n108> which looks like it's where the function is returning from (didn't trace it though), which would prevent the Post-Inboke hook from running.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 15:01:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 609DF26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 15:01:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 57D1D1A345D;
	Mon,  9 May 2016 15:01:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azmgL-00016C-9a; Mon, 09 May 2016 15:01:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azmgK-00015w-Bd
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 15:01:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azmgJ-0001xN-T6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 15:01:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D9A9A2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 15:01:11 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 14:54:18 -0000
From: Julian Andres Klode <juliank@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug-Tags: rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crosser janitor juliank laney launchpad-startport luzfcb seb128
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Julian Andres Klode (juliank)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160509145418.9734.77694.malone@gac.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e2599736ba39a2839a5dd2ae32068da5ab875d82
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Yes that's true currently. We're looking at changing this, and probably
the meaning of success as well (to not everything failed, aa that is
more realistic).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 15:05:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B793026C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 15:05:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ADC2F1A337C;
	Mon,  9 May 2016 15:05:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azmko-0001rY-Ju; Mon, 09 May 2016 15:05:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azmko-0001rI-3c
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 15:05:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azmkm-00036m-Of
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 15:05:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 816112E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 15:05:48 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 14:56:30 -0000
From: Amr Ibrahim <1573636@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Committed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome3 multiarch verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 jan-parttimaa seb128
X-Launchpad-Bug-Reporter: Jan Parttimaa (jan-parttimaa)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160422141739.17324.8044.malonedeb@soybean.canonical.com>
Message-Id: <20160509145630.8116.8594.malone@soybean.canonical.com>
Subject: [Bug 1573636] Re: Ubuntu 16.04 LTS: First weekday set incorrectly in
 the stock Calendar app (gnome-calendar, ver. 3.20.1)
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f098af8c06187c32a7281e93a3b7fb3e22bda981
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573636 <1573636@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Yes. 3.20.2 has the fix.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1573636

Title:
  Ubuntu 16.04 LTS: First weekday set incorrectly in the stock Calendar
  app (gnome-calendar, ver. 3.20.1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1573636/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 15:06:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C7F0826C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 15:06:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C03721A336B;
	Mon,  9 May 2016 15:06:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azmkx-0001tY-Qo; Mon, 09 May 2016 15:05:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azmkt-0001sa-6u
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 15:05:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azmks-0002xp-CB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 15:05:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 586FD2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 15:05:54 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 14:57:21 -0000
From: Amr Ibrahim <1565267@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 mohan-ram vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160509145721.8788.79397.malone@gac.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar does not use Unity decorations
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a6c54983ab0ee39b95beb20296d1efbbbc6e3ced
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Fixed in gnome-calendar 3.20.2.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar does not use Unity decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 15:20:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8C9A926C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 15:20:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 84EFA1A3491;
	Mon,  9 May 2016 15:20:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azmzO-0004Pd-A7; Mon, 09 May 2016 15:20:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azmzI-0004Na-TN
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 15:20:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azmzH-0002jn-Uo
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 15:20:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E7C432E80CA
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 15:20:47 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 15:08:07 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 0lesya seb128
X-Launchpad-Bug-Reporter: lol (0lesya)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160509114701.903.93556.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509150808.21417.28055.malone@wampee.canonical.com>
Subject: [Bug 1579733] Re: Some Installed apps don't have "Remove" button
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 43f3946aea0beefc38f330e103cbbbc5081f97c7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579733 <1579733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => Low

** Bug watch added: GNOME Bug Tracker #723395
   https://bugzilla.gnome.org/show_bug.cgi?id=723395

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579733

Title:
  Some Installed apps don't have "Remove" button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 15:20:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3F46C26C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 15:20:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 37E1F1A34C7;
	Mon,  9 May 2016 15:20:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azmzR-0004SY-Uc; Mon, 09 May 2016 15:20:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azmzP-0004QV-OG
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 15:20:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azmzN-0002jF-G4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 15:20:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C82A42E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 15:20:52 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 15:14:20 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bluesoviet seb128
X-Launchpad-Bug-Reporter: Ty Young (bluesoviet)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160427000418.23997.93257.malonedeb@gac.canonical.com>
Message-Id: <20160509151420.751.23472.malone@chaenomeles.canonical.com>
Subject: [Bug 1575429] Re: Gnome Software doesn't allow non-free software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bbc37b6db88d5a94df3c68b7169bcdff0483372b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575429 <1575429@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Could you try with the SRU update version if that's still an issue?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1575429

Title:
  Gnome Software doesn't allow non-free software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1575429/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 15:21:22 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DC7EE26C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 15:21:22 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D61EC1A34C2;
	Mon,  9 May 2016 15:21:22 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azmzp-0004Wk-5q; Mon, 09 May 2016 15:21:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azmzJ-0004Nt-J0
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 15:20:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azmzJ-0002il-4u
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 15:20:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0C7A02E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 15:20:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 15:12:29 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 0lesya seb128
X-Launchpad-Bug-Reporter: lol (0lesya)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160509114701.903.93556.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509151229.8295.90104.malone@soybean.canonical.com>
Subject: [Bug 1579733] Re: Some Installed apps don't have "Remove" button
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 779b475b161fce002a8368f2084124d00b3319a2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579733 <1579733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

That's a decision from upstream to make "the system components" non-
uninstallable, they are flagging the video player as being one of those
... unsure if that makes sense or not but if it's confusing to you you
should report it to upstream. See
https://bugzilla.gnome.org/show_bug.cgi?id=723395 for an example of
similar report

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579733

Title:
  Some Installed apps don't have "Remove" button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 15:21:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CAA6326C2350
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 15:21:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C3E091A34C2;
	Mon,  9 May 2016 15:21:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azn06-0004Zb-Mf; Mon, 09 May 2016 15:21:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azn05-0004ZV-Jn
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 15:21:37 +0000
Received: from wampee.canonical.com ([91.189.89.61])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azn05-0003Ic-EB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 15:21:37 +0000
Received: from wampee.canonical.com (localhost [127.0.0.1])
 by wampee.canonical.com (Postfix) with ESMTPS id 2A2AF3B005C
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 15:21:37 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 15:21:36 -0000
From: Launchpad Bug Tracker <1396198@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton mpt mt-madhu vrinda99mohan
X-Launchpad-Bug-Reporter: MadhuSoodanan (mt-madhu)
X-Launchpad-Bug-Modifier: Matthew Paul Thomas (mpt)
References: <20141125151701.7559.88318.malonedeb@gac.canonical.com>
Subject: [Bug 1396198] [NEW] Replicas in applications
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160509152136.21125.10053.launchpad@wampee.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5ea0ca76daecd21e91fbc46d03199df3729ce625
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1396198 <1396198@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

I can see double or thrible apps in /usr/share/applications

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: Confirmed


** Tags: bot-comment
-- 
Replicas in applications
https://bugs.launchpad.net/bugs/1396198
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 15:31:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1CD6726C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 15:31:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 16AA61A3475;
	Mon,  9 May 2016 15:31:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azn9g-0005pJ-M1; Mon, 09 May 2016 15:31:32 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azn9f-0005pD-G2
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 15:31:31 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azn9e-0005qN-Dx
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 15:31:30 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5D29C2E80CE
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 15:31:30 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 15:21:33 -0000
From: Matthew Paul Thomas <mpt@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton mpt mt-madhu seb128 vrinda99mohan
X-Launchpad-Bug-Reporter: MadhuSoodanan (mt-madhu)
X-Launchpad-Bug-Modifier: Matthew Paul Thomas (mpt)
References: <20141125151701.7559.88318.malonedeb@gac.canonical.com>
Message-Id: <20160509152135.21125.52831.malone@wampee.canonical.com>
Subject: [Bug 1396198] Re: Replicas in applications
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 26ca2f40e7fb2041365d6f0ec66e2fb4501d5e09
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1396198 <1396198@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

That is not a screenshot of Ubuntu Software Center, it is a screenshot
of the file manager.

** Package changed: software-center (Ubuntu) => nautilus (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1396198

Title:
  Replicas in applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1396198/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 15:31:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EC8B126C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 15:31:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E5E8A1A3482;
	Mon,  9 May 2016 15:31:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azn9i-0005qf-RY; Mon, 09 May 2016 15:31:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azn9h-0005pX-4k
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 15:31:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azn9f-0005q9-S3
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 15:31:32 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AA5A22E80D4
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 15:31:31 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 15:23:26 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton mpt mt-madhu seb128 vrinda99mohan
X-Launchpad-Bug-Reporter: MadhuSoodanan (mt-madhu)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20141125151701.7559.88318.malonedeb@gac.canonical.com>
Message-Id: <20160509152326.8083.65889.malone@soybean.canonical.com>
Subject: [Bug 1396198] Re: Replicas in applications
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1a8cc310c69521622256fffec106f8a0c1325d0f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1396198 <1396198@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

It's not a bug, some softwares have several items because they use those
to handle different actions or desktop environments

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

** Changed in: nautilus (Ubuntu)
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1396198

Title:
  Replicas in applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1396198/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 16:05:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4848726C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 16:05:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4133B1A305C;
	Mon,  9 May 2016 16:05:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azngw-0001Pv-6y; Mon, 09 May 2016 16:05:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azngu-0001PG-Lx
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 16:05:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azngt-0002sK-SK
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 16:05:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BEBD72E80C1
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 16:05:51 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 15:59:01 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=unity; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160509155901.8658.86070.malone@gac.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 953aed3500dd2121a2e1aaff47973b87dc0b7a38
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

VGhhbmtzIHRvIE9uZHJlaiBIb2x5IGhlcmUgaXMgYSB3b3JrYXJvdW5kIDoKCsKrIEl0IHNlZW1z
IGl0IGlzIHByb2JsZW0gd2l0aCBGZWRvcmEgYWxzby4gSXQgaXMgbGliYmxraWQgYnVnIHByb2Jh
Ymx5LiBBdXRvbW91bnRpbmcgd29ya3Mgd2l0aCBsaWJibGtpZC0yLjI4IGFzIHBlcjoKaHR0cHM6
Ly9idWd6aWxsYS5yZWRoYXQuY29tL3Nob3dfYnVnLmNnaT9pZD0xMjM0MzE3CgpJdCBzZWVtcyBV
YnVudHUgMTYuMDQgdXNlcyAyLjI3LjEgdmVyc2lvbiwgd2hpY2ggZG9lc24ndCBjb250YWluIHRo
ZSBmaXgKeWV0LiBNYXliZSB5b3UgY2FuIHRyeSBjb3B5IGxpYmJsa2lkLnNvIGZyb20gVWJ1bnR1
IDE0LjA0IGFzIGEKd29ya2Fyb3VuZC4uLiDCuwoKU28gaGVyZSBpcyB3aGF0IEkgZGlkIDoKClRo
ZXJlIGFyZSAyIGZpbGVzIDoKCmxpYmJsa2lkLnNvLjEKbGliYmxraWQuc28uMS4xLjAKCnNvIEkn
dmUgY29waWVkIGJvdGggZnJvbSAxNC4wNCB0byAxNi4wNCBhbmQgeWVzLCBpdCB3b3Jrcywgbm93
IGR2ZCdzCmF1dG9tb3VudCAhCgpPZiBjb3Vyc2UgZG8gYSBiYWNrdXAgb2Ygb3JpZ2luYWwgZmls
ZXMgb24gMTYuMDQgYXMgSSBhc3N1bWUgdGhpcyB3aWxsCmNhdXNlIHByb2JsZW1zIHdpdGggZm9y
dGhjb21pbmcgdXBkYXRlcyAoPykKCioqIEJ1ZyB3YXRjaCBhZGRlZDogUmVkIEhhdCBCdWd6aWxs
YSAjMTIzNDMxNwogICBodHRwczovL2J1Z3ppbGxhLnJlZGhhdC5jb20vc2hvd19idWcuY2dpP2lk
PTEyMzQzMTcKCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJlY2F1c2Ug
eW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBzdWJzY3Jp
YmVkIHRvIGd2ZnMgaW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1
Nzc3NjgKClRpdGxlOgogIDE2LjA0IHNvbWUgZHZkIGRvIG5vdCBtb3VudCBhdXRvbWF0aWNhbGx5
IChidXQgZG8gaW4gMTQuMDQpCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1
ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdW5pdHkvK2J1Zy8xNTc3NzY4Lytz
dWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NA
bGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5m
by9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 16:55:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 32F4126C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 16:55:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2C4401A3482;
	Mon,  9 May 2016 16:55:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azoTJ-0007Ww-2U; Mon, 09 May 2016 16:55:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azoTH-0007WZ-RT
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 16:55:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azoTH-0003ou-31
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 16:55:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 079C42E80C2
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 16:55:51 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 16:49:41 -0000
From: Bug Watch Updater <1577768@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=unity; status=Unknown; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160509164943.7321.22856.launchpad@loganberry.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1b6fe0cb184b21abf9aafab6754e1ab80fd28118
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: unity
       Status: Confirmed => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 17:01:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A471526C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 17:01:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9ECCE1A31B6;
	Mon,  9 May 2016 17:01:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azoYI-0008Es-Ek; Mon, 09 May 2016 17:01:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azoYH-0008Ee-Ma
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 17:01:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azoYH-0005BO-8N
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 17:01:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 334BC2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 17:01:01 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 16:52:51 -0000
From: Walter Garcia-Fontes <walter.garcia@upf.edu>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport walter-garcia
X-Launchpad-Bug-Reporter: Walter Garcia-Fontes (walter-garcia)
X-Launchpad-Bug-Modifier: Walter Garcia-Fontes (walter-garcia)
References: <20160504150558.17061.6315.malonedeb@soybean.canonical.com>
Message-Id: <20160509165252.21626.40816.launchpad@wampee.canonical.com>
Subject: [Bug 1578260] Re: rhythmbox crashed
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d5bc1ea3e79489ba29f39fb5001154dce34b7e41
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578260 <1578260@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- rhythmbox crashed with SIGABRT in Py_FatalError()
+ rhythmbox crashed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1578260

Title:
  rhythmbox crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1578260/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 17:11:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1167E26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 17:11:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0A6BB1A33A3;
	Mon,  9 May 2016 17:11:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azohv-0001jl-U7; Mon, 09 May 2016 17:10:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azohu-0001j3-JX
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 17:10:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azoht-00023c-TL
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 17:10:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DB5F22E80C3
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 17:10:57 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 17:03:42 -0000
From: Daniel Fore <254171@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=pantheon-files; status=Invalid; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=nautilus; component=main; 
 status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andrew-rw-robinson danrabbit doherty eivindk
 leonbo matzipan sense
X-Launchpad-Bug-Reporter: =?utf-8?q?Eivind_Kj=C3=B8rstad_=28eivindk=29?=
X-Launchpad-Bug-Modifier: Daniel Fore (danrabbit)
References: <20080802100042.21047.44650.malonedeb@gangotri.canonical.com>
Message-Id: <20160509170342.863.27971.malone@chaenomeles.canonical.com>
Subject: [Bug 254171] Re: Nautilus can't properly unmount FUSE file systems
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a5c60f3a2128b26a08fec94a1a74357e7cb36c97
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 254171 <254171@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Marking as "invalid" for Files since it's been marked upstream as being
a bug in GVFS itself

** Changed in: pantheon-files
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/254171

Title:
  Nautilus can't properly unmount FUSE file systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/254171/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 18:19:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8AE8D26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 18:19:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7CD201A343F;
	Mon,  9 May 2016 18:19:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azplk-0004HM-Dq; Mon, 09 May 2016 18:19:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azplj-0004HH-4H
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 18:18:59 +0000
Received: from chaenomeles.canonical.com ([91.189.89.119])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azpli-0004AU-UE
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 18:18:58 +0000
Received: from chaenomeles.canonical.com (unknown [IPv6:::1])
 by chaenomeles.canonical.com (Postfix) with ESMTPS id D9FFB6813B8
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 18:18:58 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 18:18:58 -0000
From: Launchpad Bug Tracker <1579852@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-themes;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: stereo
X-Launchpad-Bug-Reporter: ralf tauscher (stereo)
X-Launchpad-Bug-Modifier: ralf tauscher (stereo)
References: <20160509181715.10380.46361.malonedeb@gac.canonical.com>
Subject: [Bug 1579852] [NEW] firefox has no visible scrollbars
X-Launchpad-Message-Rationale: Subscriber (gnome-themes in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160509181858.551.64761.launchpad@chaenomeles.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b36eeaf0ad492e186f78ac01c5fd104d328df983
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579852 <1579852@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

hi, i don't know yet where it belongs. I am using firefox under gnome3
in ubuntu xenial. and since the firefox version 46 its built with gtk3.

i cant see any handles inside the scrollbar area. i tried different gtk3
themes, but does not help.

** Affects: gnome-themes (Ubuntu)
     Importance: Undecided
         Status: New

-- 
firefox has no visible scrollbars
https://bugs.launchpad.net/bugs/1579852
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-themes in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 18:25:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B47CF26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 18:25:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A65831A2FC6;
	Mon,  9 May 2016 18:25:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azpsN-0005Wh-W8; Mon, 09 May 2016 18:25:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azpsM-0005WO-In
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 18:25:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azpsM-00058S-6H
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 18:25:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 188C52E8005
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 18:25:50 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 18:17:15 -0000
From: ralf tauscher <stereo@tanebi.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-themes;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: stereo
X-Launchpad-Bug-Reporter: ralf tauscher (stereo)
X-Launchpad-Bug-Modifier: ralf tauscher (stereo)
Message-Id: <20160509181715.10380.46361.malonedeb@gac.canonical.com>
Subject: [Bug 1579852] [NEW] firefox has no visible scrollbars
X-Launchpad-Message-Rationale: Subscriber (gnome-themes in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 33faf8fa365d49c906994072d9c04e8e63755b7f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579852 <1579852@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

hi, i don't know yet where it belongs. I am using firefox under gnome3
in ubuntu xenial. and since the firefox version 46 its built with gtk3.

i cant see any handles inside the scrollbar area. i tried different gtk3
themes, but does not help.

** Affects: gnome-themes (Ubuntu)
     Importance: Undecided
         Status: Invalid

** Package changed: ubuntu-release-upgrader (Ubuntu) => gnome-themes
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1579852

Title:
  firefox has no visible scrollbars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-themes/+bug/1579852/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 18:35:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4DA3B26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 18:35:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 44AA11A34D9;
	Mon,  9 May 2016 18:35:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azq1n-0006qK-0a; Mon, 09 May 2016 18:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azq1m-0006px-23
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 18:35:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azq1l-0008An-K0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 18:35:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8082B2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 18:35:33 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 18:25:10 -0000
From: ralf tauscher <stereo@tanebi.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-themes;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: stereo
X-Launchpad-Bug-Reporter: ralf tauscher (stereo)
X-Launchpad-Bug-Modifier: ralf tauscher (stereo)
X-Launchpad-Bug-Duplicate: 1575896
References: <20160509181715.10380.46361.malonedeb@gac.canonical.com>
Message-Id: <20160509182511.903.99181.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1579852] Re: firefox has no visible scrollbars
X-Launchpad-Message-Rationale: Subscriber (gnome-themes in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 587bd001c69d08c28921fff8a1b747ecafe8a27b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579852 <1579852@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1575896 ***
    https://bugs.launchpad.net/bugs/1575896

** Changed in: gnome-themes (Ubuntu)
       Status: New => Invalid

** This bug has been marked a duplicate of bug 1575896
   Scrollbar thumb not drawn in firefox 46 (gtk3?)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1579852

Title:
  firefox has no visible scrollbars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-themes/+bug/1579852/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 18:45:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C41BD26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 18:45:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A3C2D1A339E;
	Mon,  9 May 2016 18:45:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azqBk-0007lF-QU; Mon, 09 May 2016 18:45:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azqBj-0007k7-0K
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 18:45:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azqBi-0002Ju-Kf
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 18:45:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 92EAA2E8005
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 18:45:50 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 18:40:06 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=In Progress; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20160425232653.24544.98576.malonedeb@gac.canonical.com>
Message-Id: <20160509184007.823.71984.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1574896] Re: appstreamcli: double free or corruption with
 certain metadata
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 409872cfad1947dad3b6e78da2437040a28cc6ab
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574896 <1574896@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: appstream (Ubuntu Xenial)
    Milestone: None => xenial-updates

** Changed in: appstream (Ubuntu)
    Milestone: xenial-updates => None

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1574896

Title:
  appstreamcli: double free or corruption with certain metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1574896/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 19:05:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DBD6926C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 19:05:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CF3341A33A0;
	Mon,  9 May 2016 19:05:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azqUu-0002Bn-BW; Mon, 09 May 2016 19:05:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azqUs-0002Bc-Gs
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 19:05:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azqUs-0003Lp-6z
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 19:05:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2E5DF2E8011
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 19:05:38 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 18:53:20 -0000
From: pst007x <turone@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 turone
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: pst007x (turone)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160509185320.9290.32535.malone@gac.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 632aa53a74e257fc2049d6272d1502c506d3bf96
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Q2hhbmdlZCBpbiBnbm9tZS1zb2Z0d2FyZSAoVWJ1bnR1KToKaW1wb3J0YW5jZToJVW5kZWNpZGVk
IOKGkiBMb3cKc3RhdHVzOglDb25maXJtZWQg4oaSIEludmFsaWQKClNvIEBTZWJhc3RpZW4gQmFj
aGVyIChzZWIxMjgpIHRoZSBvbGQgVWJ1bnR1IFNvZnR3YXJlIENlbnRlciBhbGwKYXBwbGljYXRp
b25zIHdlcmUgc2hvd24uIEhvd2V2ZXIgdGhlIG5ldyBVYnVudHUgU29mdHdhcmUgQ2VudGVyIGRv
ZXMgbm90CmluZGV4IGFsbCBhcHBsaWNhdGlvbnMsIG5vdCBldmVuIGluc3RhbGxlZCBhcHBsaWNh
dGlvbnMuLi4uCgpTbyBhcmUgd2Ugc2F5aW5nIHRoYXQgdGhpcyBpcyBub3JtYWw/IEFuZCBjb25m
aXJtaW5nIHRoYXQgaXQgaXMgdXNlbGVzcwp0byB1c2UgYXMgYSBTb2Z0d2FyZSBNYW5hZ2VyPwoK
U28gYXBwcyBsaWtlIEtyaXRhIGFyZSBjb25zaWRlcmVkIHRlY2huaWNhbD8KCklmIFNlYjEyOCBp
cyByaWdodCB0aGVuIHRoZSBVYnVudHUgU29mdHdhcmUgQ2VudGVyIGlzIGFzIHVzZWxlc3MgYXMK
ZXZlci4KCgoqKiBEZXNjcmlwdGlvbiBjaGFuZ2VkOgoKICBEZXNjcmlwdGlvbjoJVWJ1bnR1IDE2
LjA0IExUUwogIFJlbGVhc2U6CTE2LjA0CiAgCiAgZ25vbWUtc29mdHdhcmU6CiAgwqDCoEluc3Rh
bGxlZDogMy4yMC4xK2dpdDIwMTYwNDI2LjEuYTk3NjE0NC11YnVudHUteGVuaWFsLTB1YnVudHUx
CiAgwqDCoENhbmRpZGF0ZTogMy4yMC4xK2dpdDIwMTYwNDI2LjEuYTk3NjE0NC11YnVudHUteGVu
aWFsLTB1YnVudHUxCiAgwqDCoFZlcnNpb24gdGFibGU6CiAgwqAqKiogMy4yMC4xK2dpdDIwMTYw
NDI2LjEuYTk3NjE0NC11YnVudHUteGVuaWFsLTB1YnVudHUxIDUwMAogIMKgwqDCoMKgwqDCoMKg
wqA1MDAgaHR0cDovL2diLmFyY2hpdmUudWJ1bnR1LmNvbS91YnVudHUgeGVuaWFsLXVwZGF0ZXMv
bWFpbiBhbWQ2NCBQYWNrYWdlcwogIMKgwqDCoMKgwqDCoMKgwqAxMDAgL3Zhci9saWIvZHBrZy9z
dGF0dXMKICDCoMKgwqDCoMKgMy4yMC4xK2dpdDIwMTYwNDIwLjEuY2E2MzQzNi51YnVudHUteGVu
aWFsLTB1YnVudHUyIDUwMAogIMKgwqDCoMKgwqDCoMKgwqA1MDAgaHR0cDovL2diLmFyY2hpdmUu
dWJ1bnR1LmNvbS91YnVudHUgeGVuaWFsL21haW4gYW1kNjQgUGFja2FnZXMKICAKICBUaGUgbmV3
IFVidW50dSBTb2Z0d2FyZSBDZW50ZXIgZG9lcyBub3QgZGlzcGxheSBhbGwgc29mdHdhcmUuIEZv
cgogIGV4YW1wbGUgbm8gdGhpcmQgcGFydHkgcmVwbyBhcHBsaWNhdGlvbnMgYXJlIGRpc3BsYXll
ZC4KICAKICBTZWFyY2ggZm9yIGV4YW1wbGU6CiAgCiAgVWJ1bnR1LXJlc3RyaWN0ZWQtZXh0cmFz
IC0gbm8gcmVzdWx0cwogIG11b24gLSBubyByZXN1bHRzCiAga3JpdGEgLSBubyByZXN1bHRzCiAg
c2FtYmEgLSBubyByZXN1bHRzCiAgCiAgVGhlc2UgZG8gbm90IHNob3cgdW5kZXIgaW5zdGFsbGVk
IGVpdGhlciwgdGhvdWdoIHRoZXkgYXJlIGluc3RhbGxlZC4KICAKICBIb3dldmVyLCBhbGwgYXJl
IHNob3duIGluIFN5bmFwdGljIFBhY2thZ2UgTWFuYWdlciBhbmQgTVVPTgorIAorIEFkZGl0aW9u
YWw6CisgCisgSSBoYXZlIGluc3RhbGxlZCB0aGUgb2xkIFVidW50dSBTb2Z0d2FyZSBDZW50ZXIg
YW5kIGNhbiBjb25maXJtIHRoYXQgQUxMCisgYXBwbGljYXRpb25zIGFyZSBjb3JyZWN0bHkgbGlz
dGVkLgoKKiogQ2hhbmdlZCBpbjogZ25vbWUtc29mdHdhcmUgKFVidW50dSkKICAgICAgIFN0YXR1
czogSW52YWxpZCA9PiBOZXcKCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9u
IGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBp
cyBzdWJzY3JpYmVkIHRvIGdub21lLXNvZnR3YXJlIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxh
dW5jaHBhZC5uZXQvYnVncy8xNTc5NDE1CgpUaXRsZToKICBVYnVudHUgU29mdHdhcmUgQ2VudGVy
IGRvZXMgbm90IGRpc3BsYXkgdGhpcmQgcGFydHkgYXBwcyBvciBhbGwKICBpbnN0YWxsZWQgYXBw
cwoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBidWcgZ28gdG86Cmh0dHBzOi8v
YnVncy5sYXVuY2hwYWQubmV0L3VidW50dS8rc291cmNlL2dub21lLXNvZnR3YXJlLytidWcvMTU3
OTQxNS8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5nIGxpc3QKZGVza3Rv
cC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUuY29tL21haWxtYW4v
bGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 19:15:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8CC3726C22D0
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 19:15:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7CEBB1A34EC;
	Mon,  9 May 2016 19:15:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azqej-0003C1-CQ; Mon, 09 May 2016 19:15:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azqei-0003BL-EB
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 19:15:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azqei-0005bT-1r
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 19:15:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 071212E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 19:15:48 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 19:08:38 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=linux; component=main;
 status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: lauren4321 pitti seb128
X-Launchpad-Bug-Reporter: Lauren Weinstein (lauren4321)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160504020208.23766.12815.malonedeb@gac.canonical.com>
Message-Id: <20160509190838.8821.72089.malone@gac.canonical.com>
Subject: [Bug 1578015] Re: Yet another system hangs at shutdown (16.04)
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cc5d800000a60d03db89f162b5e42dfd42c7c9a5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578015 <1578015@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks, reassigning to the kernel then. Please run "apport-collect
1578015" to attach your hardware information. Also, please use "ubuntu-
bug" to  file bugs so that this happens automatically in the future.

** Package changed: systemd (Ubuntu) => linux (Ubuntu)

** Summary changed:

- Yet another system hangs at shutdown (16.04)
+ does not power off

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1578015

Title:
  does not power off

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1578015/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 19:30:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2F2D226C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 19:30:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 262FA1A2FF9;
	Mon,  9 May 2016 19:30:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azqtD-0006Qw-R2; Mon, 09 May 2016 19:30:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azqtB-0006QG-Vm
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 19:30:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azqtB-0007rD-Hh
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 19:30:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6F87A2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 19:30:45 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 19:24:17 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; status=Confirmed;
 importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bobharvey cjreeve curious-mitchell gareth-france
 janitor januari llamasfortesjm rolf-veen sergiqp stefan-kamps thomas-voss
 tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160509192418.7756.58170.launchpad@soybean.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c3eb0a6fcd6bc790b7aa7f3b8ec4b166aa08ae72
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogQ2hhbmdlZCBpbjogY2Fub25pY2FsLWRldmljZXMtc3lzdGVtLWltYWdlCiAgICAgICBTdGF0
dXM6IE5ldyA9PiBJbmNvbXBsZXRlCgoqKiBDaGFuZ2VkIGluOiBjYW5vbmljYWwtZGV2aWNlcy1z
eXN0ZW0taW1hZ2UKICAgICAgIFN0YXR1czogSW5jb21wbGV0ZSA9PiBDb25maXJtZWQKCioqIENo
YW5nZWQgaW46IGNhbm9uaWNhbC1kZXZpY2VzLXN5c3RlbS1pbWFnZQogICBJbXBvcnRhbmNlOiBV
bmRlY2lkZWQgPT4gSGlnaAoKKiogQ2hhbmdlZCBpbjogY2Fub25pY2FsLWRldmljZXMtc3lzdGVt
LWltYWdlCiAgICAgQXNzaWduZWU6ICh1bmFzc2lnbmVkKSA9PiBUaG9tYXMgVm/DnyAodGhvbWFz
LXZvc3MpCgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlv
dSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJl
ZCB0byBsb2NhdGlvbi1zZXJ2aWNlIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5u
ZXQvYnVncy8xNTczMTY4CgpUaXRsZToKICBbRnJpZXphXSBMb2NhdGlvbiBzZXJ2aWNlIGZhaWxz
IHRvIHN0YXJ0IGNsZWFubHksIGVudGVyaW5nIHJlc3RhcnQKICBsb29wCgpUbyBtYW5hZ2Ugbm90
aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5u
ZXQvYXZpbGEvK2J1Zy8xNTczMTY4LytzdWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1h
aWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVi
dW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 20:40:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8FAB026C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 20:40:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8732F1A3504;
	Mon,  9 May 2016 20:40:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azryx-0006O4-1z; Mon, 09 May 2016 20:40:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azryw-0006Nt-8X
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 20:40:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azryv-00029r-Tg
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 20:40:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D5F1A2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 20:40:45 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 20:34:44 -0000
From: peterzay <peterzay1@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: peterzay
X-Launchpad-Bug-Reporter: peterzay (peterzay)
X-Launchpad-Bug-Modifier: peterzay (peterzay)
Message-Id: <20160509203445.21125.56067.malonedeb@wampee.canonical.com>
Subject: [Bug 1579901] [NEW] drm intel pch error with liveDVD boot
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9e5e8f659aa7aca1a74a7327a6cd463c8d119724
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579901 <1579901@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When booting this Dell Dimension 660 desktop with Ubuntu 16.04 64-bit
liveDVD, you get the following 2 messages:

[    4.818930] [drm:intel_set_pch_fifo_underrun_reporting [1915]] *ERROR* uncleared pch fifo underrun on pch transcoder A
[    4.818950] [drm:intel_pch_fifo_underrun_irq_handler [1915]] *ERROR* PCH transcoder A FIFO underrun

This is reproducible at each boot.

A screenshot is included.

Please reassign gedit error to the appropriate category.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gedit 3.18.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May  9 16:27:43 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-04-21 (17 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gedit (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

** Attachment added: "screenshot of drm boot error with liveDVD"
   https://bugs.launchpad.net/bugs/1579901/+attachment/4659459/+files/20160421_171512.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1579901

Title:
  drm intel pch error with liveDVD boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1579901/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May  9 22:31:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E79AD26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon,  9 May 2016 22:31:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DF1711A3487;
	Mon,  9 May 2016 22:31:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azthj-0003eW-Vq; Mon, 09 May 2016 22:31:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azthj-0003eO-DF
 for desktop-bugs@lists.ubuntu.com; Mon, 09 May 2016 22:31:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azthi-0006vX-Ut
 for <desktop-bugs@lists.ubuntu.com>; Mon, 09 May 2016 22:31:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E36222E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon,  9 May 2016 22:31:06 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 09 May 2016 22:25:08 -0000
From: David Marques Neves <1208993@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cpbl david-redeslinux janitor kapcom01 matiss-v
 merlijn-sebrechts nicolas-raoul ph-gachoud-gmail rsfmcj sandoval-alvarez
 sdfjsfjaei-hans simpre ubfan1 vamattom zzarko-gmail
X-Launchpad-Bug-Reporter: Merlijn Sebrechts (merlijn-sebrechts)
X-Launchpad-Bug-Modifier: David Marques Neves (david-redeslinux)
References: <20130806210919.6133.11887.malonedeb@soybean.canonical.com>
Message-Id: <20160509222508.21698.84421.malone@wampee.canonical.com>
Subject: [Bug 1208993] Re: Ubuntu slows down and hangs while copying file
 from/to USB
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 447866b4af426f1c18bc76887f1aad656f0e2ebb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1208993 <1208993@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The problem is worst.

If you plug an USB external HDD and if have REALLY bad read problems
(the drive in question is damaged and i'm trying to recover some data
with ddrescue) in 120s, even if there is ANY disk, RAM or CPU load, the
systems crashes EVERY TIME.

I try JUST TO PLUG this specific damaged drive in 6 servers and ALL just
crashed after 2 minutes!


** Attachment added: "syslog"
   https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1208993/+attachment/4659510/+files/syslog.edited

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1208993

Title:
  Ubuntu slows down and hangs while copying file from/to USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1208993/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 00:20:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 909C826C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 00:20:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 87A3D1A33B7;
	Tue, 10 May 2016 00:20:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azvPl-0004o1-NO; Tue, 10 May 2016 00:20:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azvPk-0004nT-Ex
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 00:20:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azvPk-000337-29
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 00:20:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EE2882E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 00:20:39 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 00:13:56 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: saucy trusty wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160510001356.9290.30836.malonedeb@gac.canonical.com>
Subject: [Bug 1579958] [NEW]
 /usr/lib/gvfs/gvfsd-network:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_new_valist:g_object_new
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e1141aacf7587ab52a159c6f0c86c421c87dcd88
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579958 <1579958@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding gvfs.  This problem was most recently seen with version
1.28.1-1ubuntu1, the problem page at
https://errors.ubuntu.com/problem/6653acfd15d4746a6bea8b2bf5c7f4a766fcf649
contains more details.

** Affects: gvfs (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: saucy trusty wily xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1579958

Title:
  /usr/lib/gvfs/gvfsd-
  network:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_new_valist:g_object_new

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1579958/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 01:00:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 595D226C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 01:00:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4E0521A35FB;
	Tue, 10 May 2016 01:00:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azw2a-0001g5-00; Tue, 10 May 2016 01:00:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azw2Z-0001fl-6U
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 01:00:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azw2Y-0002aC-Oz
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 01:00:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A7B152E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 01:00:46 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 00:54:19 -0000
From: Francois Lafont <1579969@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: francois-lafont
X-Launchpad-Bug-Reporter: Francois Lafont (francois-lafont)
X-Launchpad-Bug-Modifier: Francois Lafont (francois-lafont)
Message-Id: <20160510005419.21417.40187.malonedeb@wampee.canonical.com>
Subject: [Bug 1579969] [NEW] Xenial: impossible to rename an interface with a
 .link file
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2f20ad5c8245175b05bf7abca9a198a9557204f9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579969 <1579969@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Hi,

Impossible to rename an interface with a .link file in a updated Ubuntu
Xenial. It's a fresh and basic install without GUI, just a ssh server
(it's a VirtualBox VM).

Here is my environment:

-------------------------------------------
root@xenial-clean:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04 LTS
Release:	16.04
Codename:	xenial
-------------------------------------------

According to the manpage "systemd.link" (example 2), I can rename an
interface with a .link file like this:

-------------------------------------------
root@xenial-clean:~# ll /etc/systemd/network/10-eth0.link 
-rw-r--r-- 1 root root 57 May 10 02:07 /etc/systemd/network/10-eth0.link

root@xenial-clean:~# cat /etc/systemd/network/10-eth0.link 
[Match]
MACAddress=08:00:27:be:14:c2

[Link]
Name=eth0
-------------------------------------------

Currently the interface name is enp0s3 because the OS is not yet
rebooted:

-------------------------------------------
root@xenial-clean:~# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 08:00:27:be:14:c2 brd ff:ff:ff:ff:ff:ff
-------------------------------------------

And now I reboot the OS. But, after the reboot, the interface name is
still enp0s3:

-------------------------------------------
root@xenial-clean:~# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 08:00:27:be:14:c2 brd ff:ff:ff:ff:ff:ff
-------------------------------------------

Just for information:

-------------------------------------------
root@xenial-clean:~# cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic root=UUID=03363c3a-58b5-4398-82a8-6997ec1a00e5 ro quiet splash

root@xenial-clean:~# apt-cache policy systemd
systemd:
  Installed: 229-4ubuntu4
  Candidate: 229-4ubuntu4
  Version table:
 *** 229-4ubuntu4 500
        500 http://fr.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status
-------------------------------------------


Note: the .link file is taken into account _only_ if I set the "net.ifnames=0" kernel boot parameter. But, according to the manpage "man systemd.link", this is normally not necessary.

Regards.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1579969

Title:
  Xenial: impossible to rename an interface with a .link file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1579969/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 01:25:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2B59626C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 01:25:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1DE0C1A326A;
	Tue, 10 May 2016 01:25:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azwQg-00055r-4M; Tue, 10 May 2016 01:25:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azwQe-00055g-Ee
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 01:25:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azwQe-0001Lh-69
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 01:25:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 25FA52E80C2
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 01:25:40 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 01:19:39 -0000
From: Launchpad Bug Tracker <1576656@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=file-roller; component=main; status=Fix Committed;
 importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor pitti seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160429115229.17358.55447.malonedeb@soybean.canonical.com>
Message-Id: <20160510011941.3164.74989.malone@ackee.canonical.com>
Subject: [Bug 1576656] Re: [SRU] 3.16.5 stable update
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 26f87ca5f773e5fe160932c00acc4e10b5f1c982
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576656 <1576656@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package file-roller - 3.20.2-0ubuntu1

---------------
file-roller (3.20.2-0ubuntu1) yakkety; urgency=medium

  * New upstream release
  * debian/control:
    - Bump build-depends on intltool
  * debian/patches/bzg_click_support.patch:
    - Applied upstream

 -- Robert Ancell <robert.ancell@canonical.com>  Tue, 10 May 2016
11:03:18 +1200

** Changed in: file-roller (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1576656

Title:
  [SRU] 3.16.5 stable update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1576656/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 02:35:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BC7EF26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 02:35:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A900E1A36AF;
	Tue, 10 May 2016 02:35:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azxWT-0005QQ-Fy; Tue, 10 May 2016 02:35:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azxWT-0005Q4-2M
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 02:35:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azxWS-0002Ut-8x
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 02:35:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8D7942E80D6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 02:35:43 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 02:26:08 -0000
From: Mario Limonciello <superm1@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=linux; component=main;
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=network-manager;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-figg superm1
X-Launchpad-Bug-Reporter: Mario Limonciello (superm1)
X-Launchpad-Bug-Modifier: Mario Limonciello (superm1)
References: <20160510022553.941.93624.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510022608.8326.26222.malone@soybean.canonical.com>
Subject: [Bug 1579984] Re: Dell dock MAC Address pass through doesn't work in
 Ubuntu
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b7f40dba306735757615697101a606c7efdf6363
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579984 <1579984@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "udev script"
   https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1579984/+attachment/4659578/+files/dell_dock.sh

** Also affects: systemd (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: linux (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1579984

Title:
  Dell dock MAC Address pass through doesn't work in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1579984/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 04:15:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 71A6026C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 04:15:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6ABAA1A358F;
	Tue, 10 May 2016 04:15:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azz5I-0001xA-UB; Tue, 10 May 2016 04:15:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azz5H-0001wp-7i
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 04:15:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azz5G-00066x-EV
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:15:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 805E92E80D7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:15:45 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 04:08:04 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
Message-Id: <20160510040804.9051.50690.malonedeb@gac.canonical.com>
Subject: [Bug 1580007] [NEW] Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (eog in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fcc7d4ecbe5f5a2a830d6821775cfb8dffedb866
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580007 <1580007@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Update to 3.20

** Affects: eog (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1580007

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1580007/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 04:15:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2AAEF26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 04:15:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 237FE1A33E8;
	Tue, 10 May 2016 04:15:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azz5K-0001yG-0t; Tue, 10 May 2016 04:15:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azz5I-0001wz-8c
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 04:15:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azz5H-00067D-Ab
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:15:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9F99D2E8085
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:15:46 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 04:08:35 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160510040804.9051.50690.malonedeb@gac.canonical.com>
Message-Id: <20160510040835.8326.51524.malone@soybean.canonical.com>
Subject: [Bug 1580007] Re: Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (eog in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6077a3e4db4c087c5c74d01a80e30e3f786880de
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580007 <1580007@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Requires traditional menubar patch to be updated.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1580007

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1580007/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 04:15:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F2C0926C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 04:15:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EDE501A358F;
	Tue, 10 May 2016 04:15:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azz5K-0001yi-4J; Tue, 10 May 2016 04:15:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azz5J-0001xc-9X
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 04:15:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azz5I-000689-AK
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:15:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 93C5C2E80E1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:15:47 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 04:08:02 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
Message-Id: <20160510040802.9086.43676.malonedeb@gac.canonical.com>
Subject: [Bug 1580006] [NEW] Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9d5254f139807603a3dd67672c7aa6ae8136db91
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580006 <1580006@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Update to 3.20

** Affects: evince (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1580006

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1580006/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 04:15:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 38B2E26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 04:15:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 31A9C1A35A2;
	Tue, 10 May 2016 04:15:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azz5M-000210-9N; Tue, 10 May 2016 04:15:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azz5K-0001zY-Lv
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 04:15:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azz5J-00069b-Gw
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:15:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 97EC32E80CD
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:15:48 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 04:08:34 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160510040802.9086.43676.malonedeb@gac.canonical.com>
Message-Id: <20160510040834.21166.67079.malone@wampee.canonical.com>
Subject: [Bug 1580006] Re: Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: feca1eae0f2239f9d035250207f6e5348f1e3625
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580006 <1580006@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Requires traditional menubar patch to be updated.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1580006

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1580006/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 04:50:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6695D26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 04:50:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 607ED1A347B;
	Tue, 10 May 2016 04:50:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azzcz-0008G2-2h; Tue, 10 May 2016 04:50:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azzcy-0008Fm-9V
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 04:50:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azzcx-000783-QJ
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:50:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 986A42E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:50:35 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 04:40:48 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
Message-Id: <20160510044048.373.86767.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1580015] [NEW] Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3923db91af637c8d536c6a297e296d987a55226d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580015 <1580015@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Update to 3.20

** Affects: gnome-terminal (Ubuntu)
     Importance: Wishlist
         Status: Triaged


** Tags: upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1580015

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1580015/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 04:50:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 780C826C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 04:50:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 733DB1A3644;
	Tue, 10 May 2016 04:50:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azzd2-0008Hj-6l; Tue, 10 May 2016 04:50:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azzcz-0008GK-Io
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 04:50:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azzcy-000783-Up
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:50:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DF98B2E8085
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:50:36 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 04:41:00 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160510044048.373.86767.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510044100.8720.82354.malone@gac.canonical.com>
Subject: [Bug 1580015] Re: Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f60bad82f2e1b13bf9d9cdd80d2f488cbebf90a4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580015 <1580015@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Required VTE 0.45

** Changed in: gnome-terminal (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: gnome-terminal (Ubuntu)
       Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1580015

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1580015/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 04:50:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5EFC126C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 04:50:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5BD3B1A35C0;
	Tue, 10 May 2016 04:50:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azzd5-0008Iu-9x; Tue, 10 May 2016 04:50:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azzd1-0008HJ-2k
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 04:50:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azzd0-00078J-AG
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:50:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0D8ED2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 04:50:38 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 04:41:25 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160510044048.373.86767.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510044125.303.54634.malone@chaenomeles.canonical.com>
Subject: [Bug 1580015] Re: Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4d56275c5f0e9bf9a64521bcf440dd76af1769c9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580015 <1580015@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Some work done in lp:~ubuntu-desktop/gnome-terminal/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1580015

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1580015/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 05:10:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D107826C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 05:10:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C74ED1A35BF;
	Tue, 10 May 2016 05:10:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1azzwY-0002cS-MP; Tue, 10 May 2016 05:10:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1azzwW-0002aN-Qh
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 05:10:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1azzwW-00026n-Ax
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 05:10:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2D9C52E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 05:10:48 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 05:01:27 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160510044048.373.86767.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510050127.8854.70499.malone@gac.canonical.com>
Subject: [Bug 1580015] Re: Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e1a013b23a4a55263e9fd1c8e0b19dc040be82ce
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580015 <1580015@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Actually just needs vte 0.44 (bug 1580021)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1580015

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1580015/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 07:05:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 082D226C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 07:05:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F0E651A340F;
	Tue, 10 May 2016 07:05:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b01jr-0008S8-9m; Tue, 10 May 2016 07:05:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b01jp-0008Ry-Vy
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 07:05:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b01jp-0006yi-NH
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 07:05:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AEB232E80C2
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 07:05:49 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 06:56:10 -0000
From: Egmont Koblinger <egmont@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: egmont-gmail robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Egmont Koblinger (egmont-gmail)
References: <20160510044048.373.86767.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510065610.981.63131.malone@chaenomeles.canonical.com>
Subject: [Bug 1580015] Re: Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 854e687db8867a27fc9501947658e65b17f3786b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580015 <1580015@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

See my comment in bug 1580021.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1580015

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1580015/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 07:21:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3654326C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 07:21:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EFC0C1A35BE;
	Tue, 10 May 2016 07:21:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b01yZ-0002N6-2v; Tue, 10 May 2016 07:21:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b01yY-0002Mp-3J
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 07:21:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b01yV-0004YS-Gi
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 07:20:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C8DF52E80D6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 07:20:58 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 07:11:08 -0000
From: Apport retracing service <1580037@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport ubuntu-bugs-auftrags-killer
X-Launchpad-Bug-Reporter: Muelli (ubuntu-bugs-auftrags-killer)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
X-Launchpad-Bug-Duplicate: 1548709
References: <20160510070335.863.40110.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510071108.21028.93704.malone@wampee.canonical.com>
Subject: [Bug 1580037] Re: gvfsd-mtp crashed with SIGSEGV in
 g_vfs_daemon_close_active_channels()
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1f9f7fadf826c83abc1e64d5e5807d2d78262eb9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580037 <1580037@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1548709 ***
    https://bugs.launchpad.net/bugs/1548709

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1548709, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/1580037/+attachment/4659618/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   https://bugs.launchpad.net/bugs/1580037/+attachment/4659620/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   https://bugs.launchpad.net/bugs/1580037/+attachment/4659623/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   https://bugs.launchpad.net/bugs/1580037/+attachment/4659624/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   https://bugs.launchpad.net/bugs/1580037/+attachment/4659625/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   https://bugs.launchpad.net/bugs/1580037/+attachment/4659626/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   https://bugs.launchpad.net/bugs/1580037/+attachment/4659627/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1548709

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1580037

Title:
  gvfsd-mtp crashed with SIGSEGV in g_vfs_daemon_close_active_channels()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1580037/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 07:41:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A63E426C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 07:41:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9F00B1A36DD;
	Tue, 10 May 2016 07:41:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b02I8-0004Sx-NQ; Tue, 10 May 2016 07:41:16 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b02I7-0004Sf-Tk
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 07:41:15 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b02I7-0004zz-Jx
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 07:41:15 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8640E2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 07:41:15 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 07:33:02 -0000
From: Andrea Azzarone <andrea.azzarone@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Andrea Azzarone (azzar1)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160510073302.21201.8222.launchpad@wampee.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1eaa088d57e1b66b16a1a7082476baa5ded14763
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** No longer affects: unity

** No longer affects: unity (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 08:01:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5EB7926C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 08:01:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 457AB1A3732;
	Tue, 10 May 2016 08:01:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b02bN-0007hy-Ib; Tue, 10 May 2016 08:01:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b02bG-0007cq-SS
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 08:01:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b02bG-0001gC-2A
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 08:01:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F30EA2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 08:01:01 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 07:54:30 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160510040804.9051.50690.malonedeb@gac.canonical.com>
Message-Id: <20160510075431.373.56160.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1580007] Re: Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (eog in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 463a6502dbd8e4280f9b4497dde10ae198860923
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580007 <1580007@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: eog (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: eog (Ubuntu)
       Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1580007

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1580007/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 08:01:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 11C0626C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 08:01:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0BCCA1A3708;
	Tue, 10 May 2016 08:01:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b02bO-0007kY-UG; Tue, 10 May 2016 08:01:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b02bI-0007dc-Om
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 08:01:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b02bH-0001hB-DC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 08:01:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5F8152E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 08:01:03 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 07:54:21 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160510040802.9086.43676.malonedeb@gac.canonical.com>
Message-Id: <20160510075423.8031.75868.launchpad@soybean.canonical.com>
Subject: [Bug 1580006] Re: Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6fb37536e09834306d7b186e91d29ad97618871a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580006 <1580006@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: evince (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: evince (Ubuntu)
       Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1580006

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1580006/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 08:35:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9081526C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 08:35:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 87A281A36EA;
	Tue, 10 May 2016 08:35:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b038u-00049Y-6t; Tue, 10 May 2016 08:35:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b038t-00049O-AO
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 08:35:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b038s-0006Jl-5g
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 08:35:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1D1CD2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 08:35:46 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 08:29:12 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: fuj63904 seb128
X-Launchpad-Bug-Reporter: Nik Soams (fuj63904)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160508115128.21166.44406.malonedeb@wampee.canonical.com>
Message-Id: <20160510082912.9734.36937.launchpad@gac.canonical.com>
Subject: [Bug 1579504] Re: split gvfs-backend
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: db632fdacc0448d7416e72c8ad5b92c9e2c5e3e7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579504 <1579504@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- SPLIT gvfs-backend like FEDORA/RED HAT does!
+ split gvfs-backend

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1579504

Title:
  split gvfs-backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1579504/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 08:35:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ABC3E26C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 08:35:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A55681A36EB;
	Tue, 10 May 2016 08:35:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0390-0004B8-BW; Tue, 10 May 2016 08:35:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b038r-00049E-SG
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 08:35:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b038q-0006Ja-WF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 08:35:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D6B8A2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 08:35:44 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 08:25:24 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: fuj63904 seb128
X-Launchpad-Bug-Reporter: Nik Soams (fuj63904)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160508120014.7925.19205.malonedeb@soybean.canonical.com>
Message-Id: <20160510082525.7891.38663.malone@soybean.canonical.com>
Subject: [Bug 1579505] Re: update or BACKPORT MTP 
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f1eb1a9b28b74dfcad89786298ad8610ebf06a0b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579505 <1579505@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks you for bug report. Could you make a request upstream to backport those fixes to the stable 1.28 serie? If they don't do it there might be a reason, if they feel like it might create issues it might not be a good idea to backport those yet.
Do you also have specific issues you are hitting and would like to see addressed with the backport?

** Changed in: gvfs (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: gvfs (Ubuntu)
       Status: New => Confirmed

** Summary changed:

- update or BACKPORT MTP 
+ backport 1.29 mtp fixes to 1.28/xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1579505

Title:
  backport 1.29 mtp fixes to 1.28/xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1579505/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 08:41:33 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 662DE26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 08:41:33 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 60F4F1A3774;
	Tue, 10 May 2016 08:41:33 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b03ET-0005I7-9K; Tue, 10 May 2016 08:41:33 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b03ES-0005Gw-2g
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 08:41:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b03ER-0001Ii-EG
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 08:41:31 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 60A442E80CC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 08:41:31 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 08:33:52 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=file-roller; component=main; status=Fix Committed;
 importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor pitti seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160429115229.17358.55447.malonedeb@soybean.canonical.com>
Message-Id: <20160510083352.1018.72169.malone@chaenomeles.canonical.com>
Subject: [Bug 1576656] Re: [SRU] 3.16.5 stable update
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 23cbc1ffd73999ac9fde2d88e84295641814ee8f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576656 <1576656@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

the new versions works fine here

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1576656

Title:
  [SRU] 3.16.5 stable update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1576656/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 09:16:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F305C26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 09:16:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E80011A3CD2;
	Tue, 10 May 2016 09:16:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b03lv-0002Ai-Qo; Tue, 10 May 2016 09:16:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b03lu-0002AQ-V3
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 09:16:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b03lu-0006mc-Ak
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:16:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 258B52E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:16:06 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 09:07:10 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=linux; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: peterzay
X-Launchpad-Bug-Reporter: peterzay (peterzay)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160509203445.21125.56067.malonedeb@wampee.canonical.com>
Message-Id: <20160510090712.9903.64986.launchpad@gac.canonical.com>
Subject: [Bug 1579901] Re: drm intel pch error with liveDVD boot
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2dfe9eb99bd6be96b55abcb72dc516ccba565cfe
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579901 <1579901@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: gedit (Ubuntu) => linux (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1579901

Title:
  drm intel pch error with liveDVD boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1579901/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 09:20:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2004B26C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 09:20:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ECE321A3CD0;
	Tue, 10 May 2016 09:20:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b03qL-00034Z-SC; Tue, 10 May 2016 09:20:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b03qL-00034H-3r
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 09:20:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b03qK-0007rA-KK
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:20:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 911AC2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:20:40 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 09:13:55 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Opinion; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 turone
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160510091356.20995.18980.malone@wampee.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 473924d5df56ad059794e409a3c0de880303d09c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Your report describe several issues, it's normal that samba or ubuntu-
retricted-extras are not listed. Krita being missing is a bug in
calligra and doesn't only impact gnome-software, see bug #1576827 , muon
is likely in a similar situation

** Changed in: gnome-software (Ubuntu)
       Status: New => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579415

Title:
  Ubuntu Software Center does not display third party apps or all
  installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 09:20:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 480E526C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 09:20:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 419F31A3CDB;
	Tue, 10 May 2016 09:20:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b03qN-00035Y-19; Tue, 10 May 2016 09:20:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b03qM-000353-EZ
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 09:20:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b03qL-0007r7-Sk
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:20:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CA3E12E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:20:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 09:14:29 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Opinion; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 turone
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160510091429.9016.56346.malone@gac.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0926d3de398c6f92f8c057834785079110c06110
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Oh, also, to maintain a respectful atmosphere, please follow the code of
conduct - http://www.ubuntu.com/project/about-ubuntu/conduct. Bug
reports are handled by humans, the majority of whom are volunteers, so
please bear this in mind.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579415

Title:
  Ubuntu Software Center does not display third party apps or all
  installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 09:30:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B5C4426C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 09:30:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AC0311A3753;
	Tue, 10 May 2016 09:30:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0405-00043q-Cu; Tue, 10 May 2016 09:30:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0403-00043b-Rm
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 09:30:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0403-0002gV-Ek
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:30:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5BEDC2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:30:43 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 09:24:32 -0000
From: Bug Watch Updater <1576576@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=firefox; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Confirmed; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9 darkxst ochosi seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160429082852.24276.26082.malonedeb@gac.canonical.com>
Message-Id: <20160510092434.28571.70426.launchpad@loganberry.canonical.com>
Subject: [Bug 1576576] Re: Update to 3.20 needs work and coordination
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8f171cfd509f5a5312591b5b50707ee5b300b478
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576576 <1576576@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: firefox
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1576576

Title:
  Update to 3.20 needs work and coordination

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1576576/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 09:31:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 05F2226C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 09:31:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EFE581A35A8;
	Tue, 10 May 2016 09:31:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b040L-00046l-M6; Tue, 10 May 2016 09:31:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b040L-00046a-4G
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 09:31:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b040K-0002wq-A1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:31:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 036242E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:31:00 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 09:25:11 -0000
From: Vadim Andryuschenko <1280300@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: 15.10 amd64 apport-bug lockscreen resume rls-t-incoming
 suspend third-party-packages trusty
X-Launchpad-Bug-Information-Type: Public Security
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: yes
X-Launchpad-Bug-Commenters: cuc+ daniel-nuest es20490446e gabor-z gatonegro
 grandvizier gvaduha hartmut-php james-ubuntuone janitor java-avionicengineers
 logangarbarini mbp mez-pahlan pcampbell146 seth-arnold smagoun vds
X-Launchpad-Bug-Reporter: Steve Magoun (smagoun)
X-Launchpad-Bug-Modifier: Vadim Andryuschenko (gvaduha)
References: <20140214141225.1869.45456.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510092511.981.23436.malone@chaenomeles.canonical.com>
Subject: [Bug 1280300] Re: Desktop contents displayed on resume,
 before lock screen is shown
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3c80cc1f6b94dc01e2ca40ec5b1fe8fa74fbfa5d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1280300 <1280300@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

seth-arnold, imho, this problem systematically reported in different
versions of Ubuntu with different desktop environments and seems like
ignored by developers. The security threat is severe and the root of the
problem lies much deeper than patching a concrete combination of
components. Confess I don't know and not going to investigate the
problem (despite that as sw developer I do want to hear about it
causes), but could you as a member of security team explain us why don't
you refactor or redesign this? And we as system users would be pleased
if some techguy investigate the problem and open a new "correct" bug
instead of switching bug to invalid state practically sinking it to the
"garbage pit".

There is no offence in my comment, but for many reasons lots of people
can't use OSes with such security holes and this is very disappointing.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1280300

Title:
  Desktop contents displayed on resume, before lock screen is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1280300/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 09:45:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D4ECF26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 09:45:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CCDD81A3CE7;
	Tue, 10 May 2016 09:45:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b04EV-0005dE-Hq; Tue, 10 May 2016 09:45:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b04ET-0005cf-J8
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 09:45:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b04ET-00031V-Cn
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:45:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3F8682E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:45:37 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 09:38:37 -0000
From: daniel deidda <dannydei@live.it>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dannydei
X-Launchpad-Bug-Reporter: daniel deidda (dannydei)
X-Launchpad-Bug-Modifier: daniel deidda (dannydei)
Message-Id: <20160510093837.476.37480.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1580110] [NEW] package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8b02d76357f451dfd031d68e21403b616d32de10
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580110 <1580110@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

failed to install/upgrade: pre-dependency problem - not installing
systemd-sysv

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 229-4ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Mon May  9 19:38:29 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2016-01-22 (108 days ago)
InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1580110

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1580110/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 09:56:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 77C8226C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 09:56:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 711F01A3CDD;
	Tue, 10 May 2016 09:56:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b04Of-0007Br-Ch; Tue, 10 May 2016 09:56:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b04Ob-0007AH-Rr
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 09:56:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b04Ob-00067G-It
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:56:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 779B82E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 09:56:05 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 09:47:14 -0000
From: Marc Deslauriers <marc.deslauriers@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: 15.10 amd64 apport-bug lockscreen resume rls-t-incoming
 suspend third-party-packages trusty
X-Launchpad-Bug-Information-Type: Public Security
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: yes
X-Launchpad-Bug-Commenters: cuc+ daniel-nuest es20490446e gabor-z gatonegro
 grandvizier gvaduha hartmut-php james-ubuntuone janitor java-avionicengineers
 logangarbarini mbp mdeslaur mez-pahlan pcampbell146 seth-arnold smagoun vds
X-Launchpad-Bug-Reporter: Steve Magoun (smagoun)
X-Launchpad-Bug-Modifier: Marc Deslauriers (mdeslaur)
References: <20140214141225.1869.45456.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510094714.9441.63499.malone@soybean.canonical.com>
Subject: [Bug 1280300] Re: Desktop contents displayed on resume,
 before lock screen is shown
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2085a94ad2f0ff0dc603d022a9a431ca6e302b37
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1280300 <1280300@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

There is no way to fix this as long as X11 is still being used. Lock
screen timing issues are usually caused by a few different things:

1- Hardware issues. Certain models of computers have known issues where
they don't generate the proper events when the laptop lid is closed or
the suspend hotkey is pressed. In those cases, the laptop will enter the
suspend state before notifying the OS, which results in the screen not
being locked when the laptop wakes up. These issues need to be addressed
with a firmware update, or with a quirk being added to whatever platform
specific driver is in the kernel. This is the type of thing that is
tested and fixed when a laptop gets certified and preloaded with Ubuntu.

2- Actual bugs in the screen locking code. This has happened in the
past, and still occurs occasionally.

3- X11 not allowing the screen lock to forcibly remove keyboard and
mouse grabs. This is the major reason why screen locking will never work
reliably as long as we haven't switched to Wayland or Mir. For the
screen to lock, it must be able to exclusively grab the keyboard or
mouse. Unfortunately, there is no way under X11 to forcibly remove a
keyboard or mouse grab that belongs to another application. When this
happens, for example when you have a menu open, or you're using software
such as Virtalbox, the screen is unable to lock before the laptop goes
into suspend mode.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1280300

Title:
  Desktop contents displayed on resume, before lock screen is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1280300/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 11:16:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 20D3526C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 11:16:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0C52A1A334F;
	Tue, 10 May 2016 11:16:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b05dy-0001a8-0f; Tue, 10 May 2016 11:16:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b05dx-0001Zt-G6
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 11:16:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b05dw-0007yx-V7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 11:16:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DA80B2E8028
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 11:16:00 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 11:07:32 -0000
From: Launchpad Bug Tracker <1577198@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=seahorse; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: evolution gpg import seahorse
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 5a54a janitor untrustytahr
X-Launchpad-Bug-Reporter: 5a54a (5a54a)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160501163946.23801.13066.malonedeb@gac.canonical.com>
Message-Id: <20160510110733.9086.16494.malone@gac.canonical.com>
Subject: [Bug 1577198] Re: Imported gpg keys do not show up in Seahorse 3.18.0
X-Launchpad-Message-Rationale: Subscriber (seahorse in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 14716bdd2e2d378233841f11ce2b5610851ec2dd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577198 <1577198@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: seahorse (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to seahorse in Ubuntu.
https://bugs.launchpad.net/bugs/1577198

Title:
  Imported gpg keys do not show up in Seahorse 3.18.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seahorse/+bug/1577198/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 11:16:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 342D226C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 11:16:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2B6161A3D30;
	Tue, 10 May 2016 11:16:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b05e6-0001cL-4R; Tue, 10 May 2016 11:16:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b05e5-0001c6-1w
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 11:16:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b05e4-0007yx-GY
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 11:16:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6BDC72E8028
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 11:16:08 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 11:10:08 -0000
From: Vadim Andryuschenko <1280300@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: 15.10 amd64 apport-bug lockscreen resume rls-t-incoming
 suspend third-party-packages trusty
X-Launchpad-Bug-Information-Type: Public Security
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: yes
X-Launchpad-Bug-Commenters: cuc+ daniel-nuest es20490446e gabor-z gatonegro
 grandvizier gvaduha hartmut-php james-ubuntuone janitor java-avionicengineers
 logangarbarini mbp mdeslaur mez-pahlan pcampbell146 seth-arnold smagoun vds
X-Launchpad-Bug-Reporter: Steve Magoun (smagoun)
X-Launchpad-Bug-Modifier: Vadim Andryuschenko (gvaduha)
References: <20140214141225.1869.45456.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510111009.1051.76650.malone@chaenomeles.canonical.com>
Subject: [Bug 1280300] Re: Desktop contents displayed on resume,
 before lock screen is shown
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 51209f20aec3cb685de2392ca99d15d04d93e1c4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1280300 <1280300@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Mark, thanks for such detailed explanation and extremely fast response!
It's grave news for me to hear that X11 is the major problem here. Would
it be better if your publish it in Ubuntu FAQ (or elsewhere) and close
all these bugs with "won't fix" to make community realize the point?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1280300

Title:
  Desktop contents displayed on resume, before lock screen is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1280300/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 11:26:23 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D20A626C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 11:26:23 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B5E931A3C19;
	Tue, 10 May 2016 11:26:23 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b05ny-0003CL-Dw; Tue, 10 May 2016 11:26:22 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b05nd-0003B2-Kx
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 11:26:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b05nd-0002Tn-Br
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 11:26:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 34EF52E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 11:26:01 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 11:18:07 -0000
From: Marc Deslauriers <marc.deslauriers@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: 15.10 amd64 apport-bug lockscreen resume rls-t-incoming
 suspend third-party-packages trusty
X-Launchpad-Bug-Information-Type: Public Security
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: yes
X-Launchpad-Bug-Commenters: cuc+ daniel-nuest es20490446e gabor-z gatonegro
 grandvizier gvaduha hartmut-php james-ubuntuone janitor java-avionicengineers
 logangarbarini mbp mdeslaur mez-pahlan pcampbell146 seth-arnold smagoun vds
X-Launchpad-Bug-Reporter: Steve Magoun (smagoun)
X-Launchpad-Bug-Modifier: Marc Deslauriers (mdeslaur)
References: <20140214141225.1869.45456.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510111807.7818.70297.malone@soybean.canonical.com>
Subject: [Bug 1280300] Re: Desktop contents displayed on resume,
 before lock screen is shown
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0cd7d04db4241607fc5f4ddedc5a7df44a27a9f6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1280300 <1280300@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

That's an excellent suggestion, I'll look into doing that. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1280300

Title:
  Desktop contents displayed on resume, before lock screen is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1280300/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 11:41:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7809026C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 11:41:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6ECD01A3E0C;
	Tue, 10 May 2016 11:41:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b062K-0004LV-Gu; Tue, 10 May 2016 11:41:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b062G-0004KT-Mz
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 11:41:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b062G-0001Jy-6Q
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 11:41:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 132452E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 11:41:08 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 11:31:14 -0000
From: Walter Garcia-Fontes <walter.garcia@upf.edu>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport walter-garcia
X-Launchpad-Bug-Reporter: Walter Garcia-Fontes (walter-garcia)
X-Launchpad-Bug-Modifier: Walter Garcia-Fontes (walter-garcia)
References: <20160504150558.17061.6315.malonedeb@soybean.canonical.com>
Message-Id: <20160510113116.8407.60811.launchpad@soybean.canonical.com>
Subject: [Bug 1578260] Re: rhythmbox crashed with SIGABRT in Py_FatalError()
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dee900d85074a3d24520441f22c6a5aa61ee74e2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578260 <1578260@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- rhythmbox crashed
+ rhythmbox crashed with SIGABRT in Py_FatalError()

** Changed in: rhythmbox (Ubuntu)
       Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1578260

Title:
  rhythmbox crashed with SIGABRT in Py_FatalError()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1578260/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 11:46:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E4CB626C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 11:46:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DC9621A3D43;
	Tue, 10 May 2016 11:46:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0675-0005GG-Qj; Tue, 10 May 2016 11:46:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b066x-0005Bp-K5
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 11:45:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b066w-0002Ku-Nn
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 11:45:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2AD9C2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 11:45:58 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 11:36:38 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: multiarch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell seb128
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20151021202825.7399.45714.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510113638.8981.34183.malone@gac.canonical.com>
Subject: [Bug 1508626] Re: Build with multiarch support
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cd71df430255ba281d05e698231e46ee5567730d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1508626 <1508626@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

https://launchpad.net/ubuntu/+source/gnome-menus/3.13.3-6ubuntu3

** Changed in: gnome-menus (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1508626

Title:
  Build with multiarch support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/1508626/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 11:56:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A27F826C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 11:56:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9AA3D1A3D43;
	Tue, 10 May 2016 11:56:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b06Gl-0006zu-Ho; Tue, 10 May 2016 11:56:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b06Gk-0006ze-7A
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 11:56:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b06Gk-0004Ql-1V
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 11:56:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 08A7F2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 11:56:06 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 11:48:47 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=unity; status=Incomplete; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Triaged; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba bastarmedia
 christian-dysthe danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall lucianogardim m982
 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso seb128 vipinmsx-z
 woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510114848.9526.12399.launchpad@soybean.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3021f1a83353c96cf7de3144501495f95a35adb1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** This bug is no longer a duplicate of bug 1574759
   Newly installed softwares do not appear in dash

** Changed in: unity (Ubuntu)
   Importance: Low => High

** Changed in: unity (Ubuntu)
       Status: Incomplete => Triaged

** Changed in: unity (Ubuntu)
     Assignee: (unassigned) => Andrea Azzarone (azzar1)

** Also affects: gnome-menus (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: gnome-menus (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-menus (Ubuntu)
       Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 12:05:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 01B8D26C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 12:05:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EB26D1A349A;
	Tue, 10 May 2016 12:05:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b06Q6-0008Vo-KC; Tue, 10 May 2016 12:05:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b06Q5-0008Vd-IF
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 12:05:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b06Q5-0007u4-Cd
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 12:05:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 58BF92E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 12:05:45 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 11:59:18 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Incomplete; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Triaged; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba bastarmedia
 christian-dysthe danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall lucianogardim m982
 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso seb128 vipinmsx-z
 woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510115918.21236.62206.launchpad@wampee.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a61a85da926b4df9c6f9b035a780a1b62dc073f3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: GNOME Bug Tracker #765723
   https://bugzilla.gnome.org/show_bug.cgi?id=765723

** Also affects: glib via
   https://bugzilla.gnome.org/show_bug.cgi?id=765723
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 12:11:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0B6B626C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 12:11:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 028E61A3D18;
	Tue, 10 May 2016 12:11:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b06VD-0000zl-O2; Tue, 10 May 2016 12:11:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b06VC-0000zX-Ds
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 12:11:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b06VB-0002S4-Pw
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 12:11:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A4C702E80CB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 12:11:01 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 11:59:18 -0000
From: Walter Garcia-Fontes <walter.garcia@upf.edu>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=rhythmbox; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport walter-garcia
X-Launchpad-Bug-Reporter: Walter Garcia-Fontes (walter-garcia)
X-Launchpad-Bug-Modifier: Walter Garcia-Fontes (walter-garcia)
References: <20160504150558.17061.6315.malonedeb@soybean.canonical.com>
Message-Id: <20160510115918.21417.59878.malone@wampee.canonical.com>
Subject: [Bug 1578260] Re: rhythmbox crashed with SIGABRT in Py_FatalError()
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e893315da911474261a721250c956fea815e9c76
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578260 <1578260@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I attach anotgher stacktrace produced with debug symbols installed

** Attachment added: "stacktrace"
   https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1578260/+attachment/4659822/+files/stacktrace

** Bug watch added: GNOME Bug Tracker #766223
   https://bugzilla.gnome.org/show_bug.cgi?id=766223

** Also affects: rhythmbox via
   https://bugzilla.gnome.org/show_bug.cgi?id=766223
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1578260

Title:
  rhythmbox crashed with SIGABRT in Py_FatalError()

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1578260/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 12:26:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2324426C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 12:26:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1B0461A3D60;
	Tue, 10 May 2016 12:26:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b06jf-0002gO-4z; Tue, 10 May 2016 12:25:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b06jd-0002fj-9S
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 12:25:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b06jc-0004az-Mv
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 12:25:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A20712E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 12:25:56 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 12:19:24 -0000
From: Bug Watch Updater <1578260@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=rhythmbox; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport walter-garcia
X-Launchpad-Bug-Reporter: Walter Garcia-Fontes (walter-garcia)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160504150558.17061.6315.malonedeb@soybean.canonical.com>
Message-Id: <20160510121925.19417.21736.launchpad@loganberry.canonical.com>
Subject: [Bug 1578260] Re: rhythmbox crashed with SIGABRT in Py_FatalError()
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bd5b0f32ca47717835fb5b87b1cefd3aac8cb449
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578260 <1578260@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: rhythmbox
       Status: Unknown => Confirmed

** Changed in: rhythmbox
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1578260

Title:
  rhythmbox crashed with SIGABRT in Py_FatalError()

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1578260/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 12:26:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 882AC26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 12:26:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 80F4F1A37AA;
	Tue, 10 May 2016 12:26:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b06js-0002lJ-ET; Tue, 10 May 2016 12:26:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b06jr-0002kl-95
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 12:26:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b06jq-0004t5-V0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 12:26:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E98022E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 12:26:10 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 12:19:22 -0000
From: Bug Watch Updater <1506744@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Incomplete; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Triaged; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba bastarmedia
 christian-dysthe danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall lucianogardim m982
 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso seb128 vipinmsx-z
 woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510121923.19417.16641.launchpad@loganberry.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: da0b72d64163fa28d2166b88e7eb637f0dbb35f8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: glib
       Status: Unknown => Confirmed

** Changed in: glib
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 13:25:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 700BA26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 13:25:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 674CE1A3C78;
	Tue, 10 May 2016 13:25:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b07fO-0003TM-7M; Tue, 10 May 2016 13:25:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b07fM-0003TC-Qe
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 13:25:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b07fM-0000BI-FT
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:25:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4F1AC2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:25:36 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 13:19:46 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: trusty vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160510131946.8480.37025.malonedeb@soybean.canonical.com>
Subject: [Bug 1580183] [NEW]
 /usr/bin/gedit:11:language_changed:g_closure_invoke:signal_emit_unlocked_R:g_signal_emit_valist:g_signal_emit
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cbb57488b93d6cb8272618fb0283283ae403bb80
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580183 <1580183@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding gedit.  This problem was most recently seen with version
3.18.3-0ubuntu4, the problem page at
https://errors.ubuntu.com/problem/95c7dd2fc227f940738e6299dfe0639de949c793
contains more details.

** Affects: gedit (Ubuntu)
     Importance: Low
         Status: Invalid


** Tags: trusty vivid wily xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1580183

Title:
  /usr/bin/gedit:11:language_changed:g_closure_invoke:signal_emit_unlocked_R:g_signal_emit_valist:g_signal_emit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1580183/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 13:25:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BCA3726C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 13:25:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B442C1A3473;
	Tue, 10 May 2016 13:25:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b07ff-0003Zi-KN; Tue, 10 May 2016 13:25:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b07ff-0003ZV-7g
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 13:25:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b07fe-0000G8-OU
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:25:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B77022E80C1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:25:54 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 13:16:04 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aibaraiduas janitor seb128
X-Launchpad-Bug-Reporter: Aibara Iduas (aibaraiduas)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160423211939.24033.85338.malonedeb@gac.canonical.com>
Message-Id: <20160510131605.9016.58067.malone@gac.canonical.com>
Subject: [Bug 1574121] Re: gedit has two .desktop files,
 causing duplicate "open with" entries
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d4942964509b2f858da454cc5d8e8f71f66af440
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574121 <1574121@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Indeed, upstream renamed the .desktop but we added compatibility ones
for user configs on upgrade, the other one is using NoDisplay but
nautilus doesn't respect that...

** Changed in: gedit (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1574121

Title:
  gedit has two .desktop files, causing duplicate "open with" entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1574121/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 13:25:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D2B8F26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 13:25:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CC9B31A3C78;
	Tue, 10 May 2016 13:25:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b07fg-0003aV-P4; Tue, 10 May 2016 13:25:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b07fg-0003a6-6e
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 13:25:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b07ff-0000LE-ON
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:25:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B23A92E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:25:55 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 13:16:41 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aibaraiduas janitor seb128
X-Launchpad-Bug-Reporter: Aibara Iduas (aibaraiduas)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160423211939.24033.85338.malonedeb@gac.canonical.com>
Message-Id: <20160510131641.8720.15194.malone@gac.canonical.com>
Subject: [Bug 1574121] Re: gedit has two .desktop files,
 causing duplicate "open with" entries
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6898691e6ca8493fb9e80e0e949d8f2e1112dee5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574121 <1574121@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

one solution would be to strip the Mimetype= line from the compat entry

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1574121

Title:
  gedit has two .desktop files, causing duplicate "open with" entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1574121/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 13:30:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2C92126C2349
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 13:30:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 255931A3D10;
	Tue, 10 May 2016 13:30:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b07kM-00046n-1f; Tue, 10 May 2016 13:30:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b07kL-00046d-Ch
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 13:30:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b07kL-0001AI-0B
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:30:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DD8F72E80E7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:30:44 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 13:21:01 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: trusty vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160510131946.8480.37025.malonedeb@soybean.canonical.com>
Message-Id: <20160510132102.443.64738.malone@chaenomeles.canonical.com>
Subject: [Bug 1580183] Re:
 /usr/bin/gedit:11:language_changed:g_closure_invoke:signal_emit_unlocked_R:g_signal_emit_valist:g_signal_emit
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ebb887cea1b82d7fc129c5e7fa327ce6b51038f0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580183 <1580183@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

same as bug #1570938

** Changed in: gedit (Ubuntu)
   Importance: Undecided => Low

** Changed in: gedit (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1580183

Title:
  /usr/bin/gedit:11:language_changed:g_closure_invoke:signal_emit_unlocked_R:g_signal_emit_valist:g_signal_emit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1580183/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 13:41:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0FF4C26C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 13:41:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0993E1A3DCD;
	Tue, 10 May 2016 13:41:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b07uI-0004aF-0c; Tue, 10 May 2016 13:41:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b07uG-0004Zg-NJ
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 13:41:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b07uG-000545-Ab
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:41:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 468DA2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:41:00 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 13:32:29 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160510133229.8854.71146.malone@gac.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 347df1d8f8ce2a9bf1043dbac9b3f45ef42236f2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Workaround is also confirmed in ubuntu 16.04 32 bits https://forum
.ubuntu-fr.org/viewtopic.php?pid=21515215#p21515215

Actually libblkid.so.1 is a link to libblkid.so.1.1.0

Reboot is needed after replacing files.

________________

@Andrea I assume you know better than I do ;-) but why do you think
Unity is not concerned by this bug ? As a consequence of it, dvd icon do
not show in Unity launcher.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 13:50:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3283E26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 13:50:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2D2241A3E0E;
	Tue, 10 May 2016 13:50:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b083h-0006Pw-0T; Tue, 10 May 2016 13:50:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b083f-0006PM-82
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 13:50:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b083e-0006OK-Lr
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:50:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 90AAD2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:50:42 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 13:42:08 -0000
From: Iain Lane <iain@orangesquash.org.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Committed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Iain Lane (laney)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510134208.21061.84683.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5d18a85e919c20a2b329e5eadd8c56c1b090a8aa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I uploaded it - could you please upload to Debian too so that yakkety
gets this fix?

** Also affects: appstream (Ubuntu Xenial)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 13:55:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 441CE26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 13:55:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3E5101A3D36;
	Tue, 10 May 2016 13:55:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b088S-0006tM-R1; Tue, 10 May 2016 13:55:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b088S-0006tC-CM
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 13:55:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b088S-0007JW-2k
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:55:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F15202E80C3
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 13:55:39 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 13:49:26 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Duplicate: 1568934
Message-Id: <20160510134926.21304.42294.malonedeb@wampee.canonical.com>
Subject: [Bug 1580190] [NEW]
 /usr/bin/gedit:11:gtk_list_store_clear:real_populate_liststore:gdk_threads_dispatch:g_main_dispatch:g_main_context_dispatch
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6ef4d4e5fab77ccc9732261c1b19ae2014c8033b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580190 <1580190@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1568934 ***
    https://bugs.launchpad.net/bugs/1568934

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding gedit.  This problem was most recently seen with version
3.18.3-0ubuntu4, the problem page at
https://errors.ubuntu.com/problem/7277c8333b6de8d49eec86cd02d7c8856121e9e7
contains more details.

** Affects: gedit (Ubuntu)
     Importance: High
         Status: New


** Tags: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1580190

Title:
  /usr/bin/gedit:11:gtk_list_store_clear:real_populate_liststore:gdk_threads_dispatch:g_main_dispatch:g_main_context_dispatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1580190/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 14:00:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6AE1626C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 14:00:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 62D7D1A3D69;
	Tue, 10 May 2016 14:00:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b08DR-0007GG-Rw; Tue, 10 May 2016 14:00:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b08DR-0007Fq-0H
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 14:00:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b08DQ-0008Eb-K2
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:00:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8AE312E80C2
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:00:48 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 13:50:55 -0000
From: Tero Marttila <terom@paivola.fi>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: terom-u
X-Launchpad-Bug-Reporter: Tero Marttila (terom-u)
X-Launchpad-Bug-Modifier: Tero Marttila (terom-u)
Message-Id: <20160510135055.21341.17942.malonedeb@wampee.canonical.com>
Subject: [Bug 1580192] [NEW] systemd-nspawn --network-interface= disappears
 when container exits
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7d992aaa9680fa83c4ceb9fe124509873171a2fc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580192 <1580192@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

On Ubuntu xenial,

	$ lsb_release -rd
	Description:	Ubuntu 16.04 LTS
	Release:	16.04
	$ apt-cache policy systemd
	systemd:
	  Installed: 229-4ubuntu4
	  Candidate: 229-4ubuntu4
	  Version table:
	 *** 229-4ubuntu4 500
		500 http://apt/ubuntu xenial/main amd64 Packages
		100 /var/lib/dpkg/status

The systemd-nspawn manpage states that the existing --network-interface=
device should be returned to the host's namespace on exit:

       --network-interface=
           Assign the specified network interface to the container. This will remove the specified interface from the calling namespace
           and place it in the container. *When the container terminates, it is moved back to the host namespace*. Note that
           --network-interface= implies --private-network. This option may be used more than once to add multiple network interfaces to
           the container.

However, this does not appear to be the case for a VLAN interface
(created using systemd-networkd):

	$ ip link
	1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
	    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
	2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
	    link/ether 00:26:b9:5a:45:03 brd ff:ff:ff:ff:ff:ff
	3: eno2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
	    link/ether 00:26:b9:5a:45:04 brd ff:ff:ff:ff:ff:ff
	6: vlan-terom-dev@eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
	    link/ether 66:c9:35:09:49:74 brd ff:ff:ff:ff:ff:ff
	$ sudo systemd-nspawn -M obelix-terom-dev --network-interface=vlan-terom-dev bash
	Spawning container obelix-terom-dev on /var/lib/machines/.#machine.obelix-terom-devfc1e2f39f5df67dd.
	Press ^] three times within 1s to kill container.
	mount(/var/lib/machines/obelix-terom-dev/sys/fs/selinux) failed, ignoring: No such file or directory
	mount(/var/lib/machines/obelix-terom-dev/sys/fs/selinux) failed, ignoring: Invalid argument
	/etc/localtime is not a symlink, not updating container timezone.
	root@obelix-terom-dev:/# ip link
	1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
	    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
	6: vlan-terom-dev@if2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
	    link/ether 66:c9:35:09:49:74 brd ff:ff:ff:ff:ff:ff link-netnsid 0
	root@obelix-terom-dev:/# exit
	Container obelix-terom-dev exited successfully.
	$ ip link
	1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
	    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
	2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
	    link/ether 00:26:b9:5a:45:03 brd ff:ff:ff:ff:ff:ff
	3: eno2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
	    link/ether 00:26:b9:5a:45:04 brd ff:ff:ff:ff:ff:ff
	$ sudo systemd-nspawn -M obelix-terom-dev --network-interface=vlan-terom-dev bash
	Spawning container obelix-terom-dev on /var/lib/machines/obelix-terom-dev.
	Press ^] three times within 1s to kill container.
	Failed to resolve interface vlan-terom-dev: No such device
	mount(/var/lib/machines/obelix-terom-dev/sys/fs/selinux) failed, ignoring: No such file or directory
	mount(/var/lib/machines/obelix-terom-dev/sys/fs/selinux) failed, ignoring: Invalid argument
	/etc/localtime is not a symlink, not updating container timezone.
	$ 

Possibly related upstream mailing list thread, including workarounds:

        https://lists.freedesktop.org/archives/systemd-
devel/2015-April/030934.html

Is this just a documentation bug in the man page?

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1580192

Title:
  systemd-nspawn --network-interface= disappears when container exits

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1580192/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 14:00:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 49E1126C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 14:00:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 455111A3D70;
	Tue, 10 May 2016 14:00:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b08Da-0007Mj-2C; Tue, 10 May 2016 14:00:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b08DZ-0007K9-5F
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 14:00:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b08DY-0008Gy-L7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:00:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 957B22E8028
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:00:56 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 13:50:46 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
X-Launchpad-Bug-Duplicate: 1568934
References: <20160510134926.21304.42294.malonedeb@wampee.canonical.com>
Message-Id: <20160510135047.10380.33864.launchpad@gac.canonical.com>
Subject: [Bug 1580190] Re:
 /usr/bin/gedit:11:gtk_list_store_clear:real_populate_liststore:gdk_threads_dispatch:g_main_dispatch:g_main_context_dispatch
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f3146b29c32f352d25011c7e07bc565da4c72f46
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580190 <1580190@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1568934 ***
    https://bugs.launchpad.net/bugs/1568934

** Changed in: gedit (Ubuntu)
   Importance: Undecided => High

** This bug has been marked a duplicate of private bug 1568934

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1580190

Title:
  /usr/bin/gedit:11:gtk_list_store_clear:real_populate_liststore:gdk_threads_dispatch:g_main_dispatch:g_main_context_dispatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1580190/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 14:01:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A919226C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 14:01:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A0F2D1A3D75;
	Tue, 10 May 2016 14:01:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b08EC-0007Vo-Hx; Tue, 10 May 2016 14:01:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b08E7-0007Ss-NL
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 14:01:31 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b08E7-0000X7-8G
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:01:31 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 225572E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:01:31 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 13:52:16 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gedit; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport handsome12377 janitor
X-Launchpad-Bug-Reporter: knight (handsome12377)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160411154322.32168.25522.malonedeb@soybean.canonical.com>
Message-Id: <20160510135217.7787.79996.launchpad@soybean.canonical.com>
Subject: [Bug 1568934] Re: gedit crashed with SIGSEGV in gtk_list_store_clear()
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5a6628807d128b1425b99f1c9419dcc08195a97d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1568934 <1568934@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Information type changed from Private to Public

** Changed in: gedit (Ubuntu)
   Importance: Medium => High

** Bug watch added: Red Hat Bugzilla #1233034
   https://bugzilla.redhat.com/show_bug.cgi?id=1233034

** Also affects: gedit (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1233034
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1568934

Title:
  gedit crashed with SIGSEGV in gtk_list_store_clear()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1568934/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 14:11:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 394E626C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 14:11:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2CFB11A386F;
	Tue, 10 May 2016 14:11:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b08Nv-0001SN-2c; Tue, 10 May 2016 14:11:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b08Nt-0001Ro-UO
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 14:11:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b08Nt-0006rI-Cl
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:11:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2E78F2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:11:37 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 14:00:47 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash third-party-packages vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport brouits seb128
X-Launchpad-Bug-Reporter: =?utf-8?q?Beno=C3=AEt_Rouits_=28brouits=29?=
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20150414004724.26187.13339.malonedeb@gac.canonical.com>
Message-Id: <20160510140047.1051.5098.malone@chaenomeles.canonical.com>
Subject: [Bug 1443718] Re: nautilus crashed with SIGABRT in
 g_assertion_message() on "create new directory with selection"
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d5ddb35550dbe3c1c919265557efdbfc8f4a6924
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1443718 <1443718@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report, I can't reproduce with those steps but
the stacktrace matches
https://errors.ubuntu.com/problem/f2f7eed143e51e3ac4533d74140417e37c0e5d9b

** Information type changed from Private to Public

** Changed in: nautilus (Ubuntu)
   Importance: Medium => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1443718

Title:
  nautilus crashed with SIGABRT in g_assertion_message() on "create new
  directory with selection"

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1443718/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 14:16:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4D4C326C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 14:16:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 408811A362E;
	Tue, 10 May 2016 14:16:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b08S5-0002WS-Es; Tue, 10 May 2016 14:15:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b08S3-0002W9-O6
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 14:15:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b08S2-0000GY-PB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:15:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 48EA62E80E3
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:15:52 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 14:06:01 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash third-party-packages vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport brouits seb128
X-Launchpad-Bug-Reporter: =?utf-8?q?Beno=C3=AEt_Rouits_=28brouits=29?=
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20150414004724.26187.13339.malonedeb@gac.canonical.com>
Message-Id: <20160510140602.20886.65670.launchpad@wampee.canonical.com>
Subject: [Bug 1443718] Re: nautilus crashed with SIGABRT in
 g_assertion_message() on "create new directory with selection"
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c0c3271fb773ea15effd44a1649c6fd8e741f7c2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1443718 <1443718@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: GNOME Bug Tracker #728448
   https://bugzilla.gnome.org/show_bug.cgi?id=728448

** Also affects: nautilus via
   https://bugzilla.gnome.org/show_bug.cgi?id=728448
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1443718

Title:
  nautilus crashed with SIGABRT in g_assertion_message() on "create new
  directory with selection"

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1443718/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 14:21:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 75F7626C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 14:21:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6F8691A35B7;
	Tue, 10 May 2016 14:21:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b08XB-00037i-Ce; Tue, 10 May 2016 14:21:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b08X9-00037D-Et
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 14:21:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b08X8-0001cT-1s
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:21:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7FFC82E80E7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:21:04 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 14:15:11 -0000
From: Paul Morris <paul@paulwmorris.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blade19899 canalegrande charles-b-mathias
 cyberhumano elberro g-breysse hadriman janitor kyalovincent nkurbanov95
 ogresto tero-terokankaanpera-deactivatedaccount v-paul-p y-baidiuk
X-Launchpad-Bug-Reporter: Imri Paloja (blade19899)
X-Launchpad-Bug-Modifier: Paul Morris (v-paul-p)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160422081107.24544.98090.malonedeb@gac.canonical.com>
Message-Id: <20160510141511.716.32693.malone@chaenomeles.canonical.com>
Subject: [Bug 1573453] Re: gnome-software cant find
 libgs_plugin_xdg_app_reviews.so
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e4c5e29ce04db2725b4b768f977d905818924ea5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573453 <1573453@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

I was able to open and use the Software app just fine until I restarted
while it was open and "pending" a download of a package (wifi wasn't
connecting).  Since that restart it will not open and I get this error
in the logs:

org.gnome.Software[1419]: (gnome-software:2527): Gs-WARNING **: failed
to open plugin /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so:
/usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so: cannot open
shared object file: No such file or directory

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573453

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1573453/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 14:21:22 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AF28426C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 14:21:22 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A84051A3639;
	Tue, 10 May 2016 14:21:22 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b08XK-0003C5-If; Tue, 10 May 2016 14:21:22 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b08XJ-0003Aq-2q
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 14:21:21 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b08XI-0001ch-66
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:21:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CFBB82E80CC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:21:14 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 14:15:14 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash third-party-packages vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport brouits seb128
X-Launchpad-Bug-Reporter: =?utf-8?q?Beno=C3=AEt_Rouits_=28brouits=29?=
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20150414004724.26187.13339.malonedeb@gac.canonical.com>
Message-Id: <20160510141514.8116.37249.malone@soybean.canonical.com>
Subject: [Bug 1443718] Re: nautilus crashed with SIGABRT in
 g_assertion_message() on "create new directory with selection"
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 95ab96ad67a48f83ec45219c12f9daa2c8180714
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1443718 <1443718@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Reading a similar report on
https://bugzilla.redhat.com/show_bug.cgi?id=1225493 you need to copy
files which have a thumbnail (images for example), that is also
described upstream on https://bugzilla.gnome.org/show_bug.cgi?id=728448

** Changed in: nautilus (Ubuntu)
       Status: New => Triaged

** Bug watch added: Red Hat Bugzilla #1225493
   https://bugzilla.redhat.com/show_bug.cgi?id=1225493

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1443718

Title:
  nautilus crashed with SIGABRT in g_assertion_message() on "create new
  directory with selection"

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1443718/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 14:25:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9EB4A26C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 14:25:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 964751A3664;
	Tue, 10 May 2016 14:25:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b08be-0003Mu-0Y; Tue, 10 May 2016 14:25:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b08bc-0003Mj-S9
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 14:25:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b08bc-0002kH-GS
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:25:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 783192E80BB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:25:48 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 14:20:26 -0000
From: Launchpad Bug Tracker <1577602@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor unconfused
X-Launchpad-Bug-Reporter: unconfused (unconfused)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160503004533.23869.85978.malonedeb@gac.canonical.com>
Message-Id: <20160510142028.7891.50072.malone@soybean.canonical.com>
Subject: [Bug 1577602] Re: ubuntu-software will not launch
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f51135b3133fd67eb45ecc67a912e4deab25da57
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577602 <1577602@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1577602

Title:
  ubuntu-software will not launch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1577602/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 14:36:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 75F8526C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 14:36:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 70A3F1A3664;
	Tue, 10 May 2016 14:36:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b08lf-0004IL-8G; Tue, 10 May 2016 14:36:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b08le-0004Hw-4A
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 14:36:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b08lc-0005qc-Jb
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:36:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 913952E80CC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:36:08 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 14:27:41 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=nautilus; component=None; 
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport hjwp2 janitor
X-Launchpad-Bug-Reporter: Harry P (hjwp2)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20151016100935.10443.87985.malonedeb@wampee.canonical.com>
Message-Id: <20160510142742.21663.38249.launchpad@wampee.canonical.com>
Subject: [Bug 1506816] Re: Dropbox crash? "nautilus crashed with SIGSEGV in
 gtk_application_impl_window_added()"
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ec1fec19660dbb9d2255c4a9c76e41303f88d6aa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506816 <1506816@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Information type changed from Private to Public

** Bug watch added: Red Hat Bugzilla #1243976
   https://bugzilla.redhat.com/show_bug.cgi?id=1243976

** Also affects: nautilus (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1243976
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1506816

Title:
  Dropbox crash?  "nautilus crashed with SIGSEGV in
  gtk_application_impl_window_added()"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1506816/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 14:36:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7B0E226C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 14:36:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 73E3E1A3664;
	Tue, 10 May 2016 14:36:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b08lh-0004Ji-CI; Tue, 10 May 2016 14:36:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b08lg-0004In-1E
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 14:36:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b08lf-000629-Ct
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:36:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0669D2E80CC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 14:36:11 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 14:26:02 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash rls-x-incoming third-party-packages
 vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport brouits seb128
X-Launchpad-Bug-Reporter: =?utf-8?q?Beno=C3=AEt_Rouits_=28brouits=29?=
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20150414004724.26187.13339.malonedeb@gac.canonical.com>
Message-Id: <20160510142602.7964.51645.launchpad@soybean.canonical.com>
Subject: [Bug 1443718] Re: nautilus crashed with SIGABRT in
 g_assertion_message() on "create new directory with selection"
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d611a4efa6d4d4a3da2bce8f041415fbc88c28d9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1443718 <1443718@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: rls-x-incoming

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1443718

Title:
  nautilus crashed with SIGABRT in g_assertion_message() on "create new
  directory with selection"

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1443718/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 15:20:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D8AB826C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 15:20:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CA6D91A33FA;
	Tue, 10 May 2016 15:20:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b09Sg-0002OW-I3; Tue, 10 May 2016 15:20:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b09Sf-0002OH-Ea
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 15:20:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b09Sf-0008Np-0O
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 15:20:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E58BA2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 15:20:36 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 15:12:33 -0000
From: Dirk F <1580223@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=glib2.0; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: fieldhouse
X-Launchpad-Bug-Reporter: Dirk F (fieldhouse)
X-Launchpad-Bug-Modifier: Dirk F (fieldhouse)
Message-Id: <20160510151233.9144.97131.malonedeb@soybean.canonical.com>
Subject: [Bug 1580223] [NEW] 'gdbus call' can't handle arguments containing
 '&' (XML escaping failure) failure
X-Launchpad-Message-Rationale: Subscriber (glib2.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 92009928ea98982ab0ffe6e6f2f1b460ebfd7386
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580223 <1580223@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When gdbus is used with the call subcommand, string arguments passed to
the called method that contain the character '&' are treated as empty
"". Presumably this also affects the emit subcommand.

The problem appears to be that internally the arguments are processed as
XML but not safely escaped, as shown in the tests below.

>From the gdbus man page, try this example:

gdbus call --session --dest org.freedesktop.Notifications \
           --object-path /org/freedesktop/Notifications \
           --method org.freedesktop.Notifications.Notify \
           my_app_name \
           42 \
           gtk-dialog-info \
           "The Summary" \
           "Here's the body of the notification" \
           [] {} 5000

A notification is displayed with the information icon, the summary and
the body.

Now try

gdbus call --session --dest org.freedesktop.Notifications \
           --object-path /org/freedesktop/Notifications \
           --method org.freedesktop.Notifications.Notify \
           my_app_name \
           42 \
           gtk-dialog-info \
           "The Summary" \
           "Here's the body containing '&' of the notification" \
           [] {} 5000

A notification is displayed with the information icon, the summary and
*no* body.

Now try

gdbus call --session --dest org.freedesktop.Notifications \
           --object-path /org/freedesktop/Notifications \
           --method org.freedesktop.Notifications.Notify \
           my_app_name \
           42 \
           gtk-dialog-info \
           "The Summary" \
           "Here's the body containing '&amp;' of the notification" \
           [] {} 5000

A notification is displayed with the information icon, the summary and
this body

"Here's the body containing '&' of the notification"

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libglib2.0-bin 2.40.2-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-36.41~14.04.1-generic 4.2.8-ckt8
Uname: Linux 4.2.0-36-generic i686
ApportVersion: 2.14.1-0ubuntu3.20
Architecture: i386
CurrentDesktop: LXDE
Date: Tue May 10 15:56:44 2016
InstallationDate: Installed on 2016-02-21 (78 days ago)
InstallationMedia: Lubuntu 14.04.4 LTS "Trusty Tahr" - Release i386 (20160217.1)
SourcePackage: glib2.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: glib2.0 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386 trusty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1580223

Title:
  'gdbus call' can't handle arguments containing '&' (XML escaping
  failure) failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1580223/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 15:41:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9122826C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 15:41:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8C5541A4514;
	Tue, 10 May 2016 15:41:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b09ma-0006lU-FL; Tue, 10 May 2016 15:41:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b09mZ-0006lI-MC
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 15:41:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b09mZ-0007Vl-Cc
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 15:41:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5DA302E80BB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 15:41:11 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 15:34:33 -0000
From: WESERTRAINER Flight Training <service@wesertrainer.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=backlog;
 status=Confirmed; importance=High; assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mjdklop pat-mcgowan s-service thomas-voss
X-Launchpad-Bug-Reporter: maarten klop (mjdklop)
X-Launchpad-Bug-Modifier: WESERTRAINER Flight Training (s-service)
References: <20150827080935.21569.50722.malonedeb@gac.canonical.com>
Message-Id: <20160510153433.20995.67602.malone@wampee.canonical.com>
Subject: [Bug 1489329] Re: MX4 GPS doesn't work at all
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c3ecedd92bfb14e6e307bd04d28fafd2d8fb9336
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1489329 <1489329@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Still no GPS on my meizu mx4 OAT 10.1 at all. Tryed to check this issue
by installation of SensorStatus App but still no GPS data available.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1489329

Title:
  MX4 GPS doesn't work at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489329/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 15:50:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C812026C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 15:50:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C3B441A452C;
	Tue, 10 May 2016 15:50:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b09vm-0000Ar-F2; Tue, 10 May 2016 15:50:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b09vl-0000AT-Rv
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 15:50:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b09vl-0008PH-AY
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 15:50:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3342B2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 15:50:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 15:45:26 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Committed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510154526.9526.46654.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5256054376f0d4f870f7dbe15f06e831acdcd4eb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This will be in the upcoming 0.9.6 release, which I will release this
week. So Debian (and Yakkety) will have it very soon.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 15:51:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BA62C26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 15:51:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B68801A4520;
	Tue, 10 May 2016 15:51:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b09w8-0000De-MJ; Tue, 10 May 2016 15:51:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b09w7-0000DS-IK
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 15:51:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b09w3-00005s-1d
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 15:50:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 36D112E80E0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 15:50:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 15:41:02 -0000
From: Launchpad Bug Tracker <1575248@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fwupd; component=main;
 status=Fix Released; importance=Medium; assignee=superm1@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=fwupd;
 component=main; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor octoquad pitti porzechowski richard-hughes
 superm1 tjaalton ximion yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160426154709.16866.36935.malonedeb@soybean.canonical.com>
Message-Id: <20160510154107.3163.92445.malone@ackee.canonical.com>
Subject: [Bug 1575248] Re: "AppStream cache update completed,
 but some metadata was ignored due to errors." on "sudo apt-get update"
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7537920fac55aee77ec65248ea27144eae81c511
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575248 <1575248@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package fwupd - 0.7.0-0ubuntu5

---------------
fwupd (0.7.0-0ubuntu5) yakkety; urgency=medium

  * Add name and summary to Rival Steelseries device (LP: #1575248)

 -- Mario Limonciello <mario_limonciello@dell.com>  Tue, 10 May 2016
09:39:57 -0500

** Changed in: fwupd (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1575248

Title:
  "AppStream cache update completed, but some metadata was ignored due
  to errors." on "sudo apt-get update"

To manage notifications about this bug go to:
https://bugs.launchpad.net/appstream/+bug/1575248/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 15:55:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CB49326C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 15:55:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C4E341A45AE;
	Tue, 10 May 2016 15:55:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0A0i-00013j-LF; Tue, 10 May 2016 15:55:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0A0g-000135-TO
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 15:55:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0A0g-0001gF-Dk
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 15:55:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 64CFD2E80CE
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 15:55:46 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 15:49:42 -0000
From: Ted Gould <ted@gould.cx>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=In Progress; importance=High; assignee=alecu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=policykit-unity8;
 component=universe; status=In Progress; importance=Undecided;
 assignee=ted@gould.cx; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-system-settings;
 component=universe; status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davmor2 jonas-drange mterry saviq ted
X-Launchpad-Bug-Reporter: Dave Morley (davmor2)
X-Launchpad-Bug-Modifier: Ted Gould (ted)
References: <20160509171257.9144.29959.malonedeb@soybean.canonical.com>
Message-Id: <20160510154942.9255.85852.malone@gac.canonical.com>
Subject: [Bug 1579837] Re: Issue after wizard with policykit
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: de0f89503645c15503dd2cadd849be5807629c9c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579837 <1579837@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

So I think what we're gonna do is use this bug for tracking the fixes
and landings for the touch images. This will be for OTA12, OTA11 will
not see the PK agent on it, we're just going to keep these bugs swept
under the rug like they were in OTA10.

At the root of it all the issue seems to be bug 1512002 where accounts
service was being too strict and we don't have a full session on the
phone. By applying the patch in that bug we remove the need for USS to
have a temporary PK agent and we remove the random prompts that are in
bug 1580086.

For this bug:

policykit-unity8 task: Fix the crash that was happening on timeout.
ubuntu-system-settings: Remove the PK agent code.
accountservice: Backport the bug 1512002 patch to vivid overlay

** Also affects: accountsservice (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1579837

Title:
  Issue after wizard with policykit

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1579837/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 15:55:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D8B3926C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 15:55:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D09A61A45AB;
	Tue, 10 May 2016 15:55:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0A0p-000187-Ua; Tue, 10 May 2016 15:55:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0A0o-00016O-Kx
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 15:55:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0A0o-0001gF-1l
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 15:55:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EA4652E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 15:55:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 15:48:43 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=backlog;
 status=Confirmed; importance=High; assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mjdklop pat-mcgowan s-service thomas-voss
X-Launchpad-Bug-Reporter: maarten klop (mjdklop)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20150827080935.21569.50722.malonedeb@gac.canonical.com>
Message-Id: <20160510154843.9325.6814.malone@gac.canonical.com>
Subject: [Bug 1489329] Re: MX4 GPS doesn't work at all
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 108a844cd71599d7a26e2bd6c87b869692daf97c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1489329 <1489329@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Please check if this file exists and if so delete it and restart
/var/lib/ubuntu-location-service/config.ini
If that fixes things please report back here

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1489329

Title:
  MX4 GPS doesn't work at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489329/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 16:31:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C752126C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 16:31:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C20361A4692;
	Tue, 10 May 2016 16:31:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0AYl-0007rK-FW; Tue, 10 May 2016 16:30:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0AYk-0007r2-6Q
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 16:30:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0AYj-0005Z2-Na
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 16:30:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B179C2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 16:30:57 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 16:23:00 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=In Progress; importance=High; assignee=alecu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=policykit-unity8;
 component=universe; status=In Progress; importance=Undecided;
 assignee=ted@gould.cx; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-system-settings;
 component=universe; status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davmor2 jonas-drange mterry saviq seb128 ted
X-Launchpad-Bug-Reporter: Dave Morley (davmor2)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160509171257.9144.29959.malonedeb@soybean.canonical.com>
Message-Id: <20160510162300.823.52997.malone@chaenomeles.canonical.com>
Subject: [Bug 1579837] Re: Issue after wizard with policykit
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3d9a2a39585244df2389f408329416334004a888
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579837 <1579837@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

the accountsservice issue is already fixed in ubuntu

** Changed in: accountsservice (Ubuntu)
   Importance: Undecided => High

** Changed in: accountsservice (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1579837

Title:
  Issue after wizard with policykit

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1579837/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 16:31:27 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5443A26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 16:31:27 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4E9E01A46A1;
	Tue, 10 May 2016 16:31:27 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0AZD-00080i-68; Tue, 10 May 2016 16:31:27 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0AZC-00080W-E5
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 16:31:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0AZB-00061M-ST
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 16:31:25 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CB6EF2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 16:31:25 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 16:23:28 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public Security
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: yes
X-Launchpad-Bug-Commenters: haukemuentinga
X-Launchpad-Bug-Reporter: HorstBort (haukemuentinga)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160413184006.32240.19214.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510162329.8689.64964.launchpad@gac.canonical.com>
Subject: [Bug 1570053] Re: Screen content is fully visible after unlocking
 screen
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f6f9d827149fac8741844727b929606c0d231c3c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1570053 <1570053@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-screensaver (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1570053

Title:
  Screen content is fully visible after unlocking screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1570053/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 16:35:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9133B26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 16:35:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 88EB41A4627;
	Tue, 10 May 2016 16:35:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0AdL-0008SY-IT; Tue, 10 May 2016 16:35:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0AdK-0008S1-6t
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 16:35:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0AdJ-0008MN-OT
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 16:35:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 931242E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 16:35:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 16:28:40 -0000
From: Joel <joel.kuntz.92@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aaaantoine janitor joel-kuntz-92 remi-meier
 ronnietucker sandijbunce7 svde-tech tartley ximion
X-Launchpad-Bug-Reporter: sandibunce (sandijbunce7)
X-Launchpad-Bug-Modifier: Joel (joel-kuntz-92)
References: <20160329020906.3172.58500.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510162840.8720.27214.malone@gac.canonical.com>
Subject: [Bug 1563155] Re: No Application Data Found
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7976f6dd5889bcb92aa62969a6dd3ca894e6946c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563155 <1563155@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Here is the list of things I've tried (in order, not sure if the order
made a difference in fixing)

- changing language and restarting (didn't work)

-  sudo apt purge gnome-software ubuntu-software
    sudo apt autoremove
    sudo apt install gnome-software ubuntu-software (didn't work)

- sudo appstreamcli refresh --force --verbose (didn't work)

- sudo rm -r /var/cache/app-info && sudo appstreamcli refresh --force
--verbose (didn't work)

- killall gnome-software ; gnome-software --verbose | tee /tmp/gnome-
software.log (then ctrl-c and it worked)

I'm assuming some combination of this fixed it. Hopefully this helps in
finding the correct solution

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1563155

Title:
  No Application Data Found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 16:35:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CA05C26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 16:35:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C2BE21A46BB;
	Tue, 10 May 2016 16:35:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0AdM-0008Tb-Lo; Tue, 10 May 2016 16:35:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0AdL-0008SS-9d
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 16:35:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0AdK-0008VW-VZ
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 16:35:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DE8B22E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 16:35:42 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 16:23:43 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug-Tags: rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crosser janitor juliank laney launchpad-startport luzfcb seb128
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160510162344.9086.93565.launchpad@gac.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4cb18e088226abcbd6ef5376cf532ebb875d16c3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: appstream (Ubuntu)
   Importance: Undecided => High

** Changed in: appstream (Ubuntu)
       Status: Confirmed => In Progress

** Changed in: appstream (Ubuntu)
       Status: In Progress => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 17:15:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 62ACD26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 17:15:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4A77C1A4700;
	Tue, 10 May 2016 17:15:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0BG3-0005SD-1T; Tue, 10 May 2016 17:15:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0BG2-0005Rz-9P
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 17:15:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0BG1-0005Mt-NO
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 17:15:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A47CA2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 17:15:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 17:06:16 -0000
From: Lilli Christoph <1580266@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: lillic
X-Launchpad-Bug-Reporter: Lilli Christoph (lillic)
X-Launchpad-Bug-Modifier: Lilli Christoph (lillic)
Message-Id: <20160510170617.21061.76642.malonedeb@wampee.canonical.com>
Subject: [Bug 1580266] [NEW] Computer hangs on reboot or shutdown,
 typically for >10 mins, Ubuntu 16.04 and previous versions
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 776da4d51415da2e03ee7eb87e41421952495be7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580266 <1580266@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I am aware of the thread here:

https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1464917

People there are asking that if you have the same/similar bug to report
it separately, so that's what I'm doing.

What I've noticed is that my shutdown process hangs as some point,
usually with the screen being black or with a single cursor.  After >10
mins, the computer will finally shut off.  I've had this issue I think
since 15.04, definitely in 15.10, and now still in 16.04.

I've tried the fix

$ sudo systemctl reboot

which worked one time, but not another time.

I've also tried

$ sudo swapoff -a sudo systemctl reboot

and that appeared to work, but I haven't tested it enough times to say
it always works.  For what it's worth, turning off the swap probably
took longer than my typical black screen shutdown so it's really not a
stopgap fix either way.

I know this isn't enough information to be sure I'm having the
swap/systemd failure, so let me know what else you need.  Thanks.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1580266

Title:
  Computer hangs on reboot or shutdown, typically for >10 mins, Ubuntu
  16.04 and previous versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1580266/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 17:16:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8996826C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 17:16:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 83CB81A46F5;
	Tue, 10 May 2016 17:16:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0BGN-0005WG-FT; Tue, 10 May 2016 17:16:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0BGM-0005Vg-Js
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 17:16:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0BGM-0005a3-1u
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 17:16:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DF8492E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 17:16:01 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 17:08:42 -0000
From: WESERTRAINER Flight Training <service@wesertrainer.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=backlog;
 status=Confirmed; importance=High; assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mjdklop pat-mcgowan s-service thomas-voss
X-Launchpad-Bug-Reporter: maarten klop (mjdklop)
X-Launchpad-Bug-Modifier: WESERTRAINER Flight Training (s-service)
References: <20150827080935.21569.50722.malonedeb@gac.canonical.com>
Message-Id: <20160510170842.1084.47048.malone@chaenomeles.canonical.com>
Subject: [Bug 1489329] Re: MX4 GPS doesn't work at all
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f76eea1d90c738f95d073f7cbd51ee8d9c88e38d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1489329 <1489329@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

config.ini deleted and phone restarted. Unfortunately after 15 min of
acquiring outside under free sky still no GPS data in SensorStatus App
available. Also no GPS data under UNAV availabe. All Apps are allowed to
access Position Data.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1489329

Title:
  MX4 GPS doesn't work at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489329/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 18:15:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 031AC26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 18:15:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EC8B51A4521;
	Tue, 10 May 2016 18:15:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0CC6-0004bE-RW; Tue, 10 May 2016 18:15:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0CC5-0004aV-DB
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 18:15:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0CC4-000167-V0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 18:15:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D67A62E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 18:15:40 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 18:05:53 -0000
From: Julian Andres Klode <juliank@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug-Tags: rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crosser janitor juliank laney launchpad-startport luzfcb seb128
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Julian Andres Klode (juliank)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160510180553.9526.56222.malone@soybean.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a440ce37714d03438ca973f42ae60ef24dfca031
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Maybe we should split this up into the AppStream related issue and the
signature error itself or repurpose it for the former? The AppStream
issue will be fixed soonish by invoking -Success even when some sources
failed - because some sources succeeded, so we have something new to
update from (and APT updates the cache anyway).

I'd like to not complicate this any further, the error message is very
useful otherwise, as users do not get notified about anything otherwise
(python clients just drop all warnings). Clients should not abort on an
error here anyway (for the reason given above), this instance is just
more common.

** Patch added: "Fix for the AppStream issue, currently in testing"
   https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1562733/+attachment/4660036/+files/0001-update-Run-Post-Invoke-Success-if-not-all-sources-fa.patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 18:31:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 52D2A26C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 18:31:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4AF491A4724;
	Tue, 10 May 2016 18:31:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0CQy-0007E3-UN; Tue, 10 May 2016 18:31:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0CQy-0007De-15
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 18:31:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0CQw-00043V-KR
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 18:31:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 00A952E8199
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 18:31:00 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 18:20:49 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug-Tags: rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crosser janitor juliank laney launchpad-startport luzfcb seb128
 ximion
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160510182049.340.33066.malone@chaenomeles.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ab3a6e358fc93d2e34ddd88810d3cf4e03c78896
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

With your fix, we don't need to touch AppStream at all, since it would
just work. Which would mean we could close the issue in "appstream" as
invalid then...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 18:56:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EEF1726C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 18:56:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E59921A476A;
	Tue, 10 May 2016 18:56:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0Cp6-0001zJ-L9; Tue, 10 May 2016 18:56:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0Cp4-0001yx-RY
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 18:55:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0Cp4-0000A3-A0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 18:55:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 336E72E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 18:55:58 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 18:50:14 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=backlog;
 status=Confirmed; importance=High; assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mjdklop pat-mcgowan s-service thomas-voss
X-Launchpad-Bug-Reporter: maarten klop (mjdklop)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20150827080935.21569.50722.malonedeb@gac.canonical.com>
Message-Id: <20160510185014.9523.36862.malone@gac.canonical.com>
Subject: [Bug 1489329] Re: MX4 GPS doesn't work at all
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fe55d803241c784e0e685b67d12fe1437c74d692
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1489329 <1489329@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

seeing the same

** Attachment added: "logs.zip"
   https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489329/+attachment/4660074/+files/logs.zip

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1489329

Title:
  MX4 GPS doesn't work at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489329/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 19:21:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4FB1726C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 19:21:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 480A31A478E;
	Tue, 10 May 2016 19:21:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0DDL-0006jg-63; Tue, 10 May 2016 19:21:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0DDJ-0006j0-Qt
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 19:21:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0DDH-00029I-LW
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 19:21:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8649F2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 19:20:58 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 19:10:46 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=backlog;
 status=Confirmed; importance=High; assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mjdklop pat-mcgowan s-service thomas-voss
X-Launchpad-Bug-Reporter: maarten klop (mjdklop)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20150827080935.21569.50722.malonedeb@gac.canonical.com>
Message-Id: <20160510191047.8689.60565.launchpad@gac.canonical.com>
Subject: [Bug 1489329] Re: MX4 GPS doesn't work at all
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fadeddcc1c1ba8880f46dfac7b92a01e66bf0d1e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1489329 <1489329@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: location-service (Ubuntu)
       Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1489329

Title:
  MX4 GPS doesn't work at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489329/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 19:51:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7F2B226C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 19:51:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 785741A466F;
	Tue, 10 May 2016 19:51:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0DgJ-0002WQ-Gd; Tue, 10 May 2016 19:50:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0DgI-0002Vm-Up
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 19:50:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0DgH-0005Tg-D2
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 19:50:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0C9262E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 19:50:57 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 19:40:48 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=backlog;
 status=Confirmed; importance=High; assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mjdklop pat-mcgowan s-service thomas-voss
X-Launchpad-Bug-Reporter: maarten klop (mjdklop)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20150827080935.21569.50722.malonedeb@gac.canonical.com>
Message-Id: <20160510194048.21341.80831.malone@wampee.canonical.com>
Subject: [Bug 1489329] Re: MX4 GPS doesn't work at all
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4f921dc92ed52a42308712acbf4839b5bfb2694f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1489329 <1489329@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

using the command in comment #3 I see satellites but the app still
doesn't show any data so assuming the app is not of help here, and it
seems gps is working


phablet@ubuntu-phablet:~/loc$ ubuntu-location-serviced-cli --bus system --get --property visible_space_vehicles
Visible space vehicles:
	(type: gps, prn: 7, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 42 deg, elevation: 310 deg)
	(type: gps, prn: 8, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 67 deg, elevation: 187 deg)
	(type: gps, prn: 9, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 42 deg, elevation: 248 deg)
	(type: gps, prn: 11, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 13 deg, elevation: 180 deg)
	(type: gps, prn: 16, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 41 deg, elevation: 61 deg)
	(type: gps, prn: 21, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 9 deg, elevation: 38 deg)
	(type: gps, prn: 23, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 32 deg, elevation: 210 deg)
	(type: gps, prn: 26, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 16 deg, elevation: 76 deg)
	(type: gps, prn: 27, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 69 deg, elevation: 73 deg)
	(type: gps, prn: 30, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 14 deg, elevation: 307 deg)
	(type: gps, prn: 65, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 3 deg, elevation: 239 deg)
	(type: gps, prn: 66, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 16 deg, elevation: 289 deg)
	(type: gps, prn: 67, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 8 deg, elevation: 339 deg)
	(type: gps, prn: 74, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 29 deg, elevation: 100 deg)
	(type: gps, prn: 75, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 67 deg, elevation: 30 deg)
	(type: gps, prn: 84, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 32 deg, elevation: 36 deg)
	(type: gps, prn: 85, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 67 deg, elevation: 108 deg)
	(type: gps, prn: 86, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 30 deg, elevation: 182 deg)
	(type: gps, prn: 211, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 39 deg, elevation: 192 deg)
	(type: gps, prn: 212, snr: 0, has_almanac_data: 0, has_ephimeris_data: 0, used_in_fix: 0, azimuth: 67 deg, elevation: 91 deg)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1489329

Title:
  MX4 GPS doesn't work at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489329/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 20:02:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E2C1426C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 20:02:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DC7BF1A4784;
	Tue, 10 May 2016 20:02:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0Dr2-0003eJ-Pk; Tue, 10 May 2016 20:02:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0Dr2-0003eC-4Q
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 20:02:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0Dr1-00009d-MR
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 20:02:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A8BBB2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 20:02:03 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 19:53:25 -0000
From: Bug Watch Updater <1443718@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash rls-x-incoming third-party-packages
 vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport brouits seb128
X-Launchpad-Bug-Reporter: =?utf-8?q?Beno=C3=AEt_Rouits_=28brouits=29?=
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20150414004724.26187.13339.malonedeb@gac.canonical.com>
Message-Id: <20160510195326.390.43989.launchpad@loganberry.canonical.com>
Subject: [Bug 1443718] Re: nautilus crashed with SIGABRT in
 g_assertion_message() on "create new directory with selection"
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7c12d8acd3b333e223a940f22a95bffdde168205
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1443718 <1443718@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus
       Status: Unknown => Confirmed

** Changed in: nautilus
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1443718

Title:
  nautilus crashed with SIGABRT in g_assertion_message() on "create new
  directory with selection"

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1443718/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 20:35:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 84B8926C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 20:35:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7D95D1A46EE;
	Tue, 10 May 2016 20:35:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0ENl-0000wt-8c; Tue, 10 May 2016 20:35:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0ENk-0000wX-Nr
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 20:35:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0ENk-0004rC-6o
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 20:35:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 250012E8047
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 20:35:52 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 20:28:08 -0000
From: Ubuntu Foundations Team Bug Bot <1562733@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug-Tags: patch rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crichton crosser janitor juliank laney launchpad-startport luzfcb
 seb128 ximion
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Ubuntu Foundations Team Bug Bot (crichton)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160510202808.340.42580.malone@chaenomeles.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e68aa06109344f165b94a8722a30ea4287e1eec3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The attachment "Fix for the AppStream issue, currently in testing" seems
to be a patch.  If it isn't, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 20:35:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6433B26C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 20:35:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5CA8E1A4726;
	Tue, 10 May 2016 20:35:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0ENn-0000yF-Ep; Tue, 10 May 2016 20:35:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0ENm-0000xW-EB
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 20:35:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0ENl-0004ru-Th
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 20:35:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DB8C62E80CC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 20:35:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 20:26:37 -0000
From: Bug Watch Updater <1440504@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog-plugins;
 component=universe; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-builder;
 component=universe; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtranslator;
 component=universe; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libpeas; component=main;
 status=Fix Released; importance=Medium; assignee=barry@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=liferea; component=universe;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=libpeas; component=main;
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: patch python3
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: barry bryanquigley doko janitor laney seb128
 vorlon willcooke
X-Launchpad-Bug-Reporter: Matthias Klose (doko)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20150405104416.23430.43120.malonedeb@wampee.canonical.com>
Message-Id: <20160510202639.26043.45667.launchpad@loganberry.canonical.com>
Subject: [Bug 1440504] Re: libpeas-1.0-0 depends on both libpython2.7 and
 libpython3.4
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dd0ba38f5f118777151a7cbdabfe5c49b1126780
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1440504 <1440504@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: libpeas (Debian)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1440504

Title:
  libpeas-1.0-0 depends on both libpython2.7 and libpython3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog-plugins/+bug/1440504/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 20:41:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E2C0F26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 20:41:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DB0201A4712;
	Tue, 10 May 2016 20:41:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0ET1-0001Ia-QD; Tue, 10 May 2016 20:41:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0ESr-0001HI-W4
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 20:41:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0ESr-0006pj-Bh
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 20:41:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3DA952E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 20:41:09 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 20:35:31 -0000
From: WESERTRAINER Flight Training <service@wesertrainer.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=backlog;
 status=Confirmed; importance=High; assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mjdklop pat-mcgowan s-service thomas-voss
X-Launchpad-Bug-Reporter: maarten klop (mjdklop)
X-Launchpad-Bug-Modifier: WESERTRAINER Flight Training (s-service)
References: <20150827080935.21569.50722.malonedeb@gac.canonical.com>
Message-Id: <20160510203531.511.58920.malone@chaenomeles.canonical.com>
Subject: [Bug 1489329] Re: MX4 GPS doesn't work at all
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 18b0e7025cd724215896b0c9894c6047a7239ad5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1489329 <1489329@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

First of all: Partially Success !

Deleting /var/lib/ubuntu-location-service/config.ini and restarting
device seems to unlock the GPS-Functionality at all !

A first position fix has only been available after connect to WIFI
Network.

SensorStatus shows continously updated position data. Also UNAV has been
able to locate the correct position.

unfortunately after two or three minutes GPS falls asleep and stops
updating position data in SensorStatus.

Also UNAV stops updating position data.

After restarting SensorStatus and also restarting UNAV refreshes
position data. Restarting UNAV only leads to an error report by UNAV: No
access to GPS.

The output of

ubuntu-location-serviced-cli --bus system --get --property
visible_space_vehicles

is also satellite data and additionally:

Attempted to unregister path (path[0] = com path[1] = ubuntu) which
isn't registered

But I don't know what that means !

My general impression: Perhaps the GPS-problems may be caused by
incorrect interaction with the power-management software

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1489329

Title:
  MX4 GPS doesn't work at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489329/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 21:41:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0628D26C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 21:41:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EFB3F1A473C;
	Tue, 10 May 2016 21:41:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0FOn-0000xa-SH; Tue, 10 May 2016 21:41:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0FOj-0000wX-GG
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 21:40:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0FOi-00059A-T0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 21:40:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C2CDB2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 21:40:56 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 21:34:10 -0000
From: Joseph Michalides <hookedonhiken@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blade19899 canalegrande charles-b-mathias
 cyberhumano elberro g-breysse hadriman hookedonhiken janitor kyalovincent
 nkurbanov95 ogresto tero-terokankaanpera-deactivatedaccount v-paul-p
 y-baidiuk
X-Launchpad-Bug-Reporter: Imri Paloja (blade19899)
X-Launchpad-Bug-Modifier: Joseph Michalides (hookedonhiken)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160422081107.24544.98090.malonedeb@gac.canonical.com>
Message-Id: <20160510213410.406.87005.malone@chaenomeles.canonical.com>
Subject: [Bug 1573453] Re: gnome-software cant find
 libgs_plugin_xdg_app_reviews.so
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 462609868a2a0fd74c68632c8d00d0cb450c0780
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573453 <1573453@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

I get the same as above. The softlink file is missing
libgs_plugin_xdg_app_reviews.so -> libgs_plugin_xdg_app_reviews.so.0.0.0

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573453

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1573453/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 22:45:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5DAB826C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 22:45:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 525B41A4691;
	Tue, 10 May 2016 22:45:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0GPN-00011L-0T; Tue, 10 May 2016 22:45:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0GPL-00011B-6m
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 22:45:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0GPK-0004Ui-Rq
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 22:45:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C9CC22E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 22:45:38 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 22:36:13 -0000
From: pst007x <turone@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Opinion; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 turone
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: pst007x (turone)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160510223613.9250.14788.malone@soybean.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 315457062c5ad0cbc19561ca91344fc8d445c346
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Sebastien.. fair comment... I apologise if I sounded rude, that was not
my intent.

In my experience with respect to Muon and the old software-center apps
like Samba, Krita, etc and all installed application all showed up when
searched for.

I am confused as to why it is now considered normal that in the new
Software-Center not all installed apps should be listed.

Is it correct that not all installed apps are now listed, as well as all
available applications?

Is the new Software-Center no longer considered an application manager
but rather just a limited store?

If so this is a disappointing move in my opinion, when applications like
MUON work as expected.

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579415

Title:
  Ubuntu Software Center does not display third party apps or all
  installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 23:01:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4C60526C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 23:01:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 43FCC1A4513;
	Tue, 10 May 2016 23:01:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0Gee-0004mc-6F; Tue, 10 May 2016 23:01:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0Gec-0004ll-Oo
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 23:01:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0Gec-0006gJ-HO
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 23:01:26 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6A5512E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 23:01:26 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 22:51:03 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Opinion; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 turone ximion
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160510225104.8788.81689.malone@gac.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9fd6835128a5956939363a7c8d4dfd5aabab24f0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

With Muon, Sebastien actually meant Discover, which has the same
problems like GNOME Software.

GUI applications should still be visible, and the fact that some are not shown is a bug in the metadata generator or (more likely) the packaging or upstream software.
Not all of these issues were addressed before the release, due to not enough manpower and probably not enough people caring about it.
See http://mhall119.com/2016/03/help-make-gnome-software-beautiful/ for how to report issues and fix things properly.
This should be sorted out for Yakkety, and some issues can also be fixed by stable-release-updates, e.g. the Krita thing would be a pretty good candidate, since it is highly likely a packaging bug.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579415

Title:
  Ubuntu Software Center does not display third party apps or all
  installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 10 23:20:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6163926C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 10 May 2016 23:20:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4F29F1A462C;
	Tue, 10 May 2016 23:20:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0GxI-0007Mt-Lh; Tue, 10 May 2016 23:20:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0GxH-0007ME-PO
 for desktop-bugs@lists.ubuntu.com; Tue, 10 May 2016 23:20:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0GxH-00061u-9U
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 23:20:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 25ABF2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 10 May 2016 23:20:43 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 23:13:57 -0000
From: Neil Mayhew <neil_mayhew@sil.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Committed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney neil.mayhew ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Neil Mayhew (neil.mayhew)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160510231357.443.72826.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9077de29549057f4f96b2e0c14c6505042226345
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I would really like to see this go through as an SRU to Xenial. I am
hitting a problem with my third-party repo 100% of the time. When I have
the repo enabled, apt-get update hangs indefinitely when it runs
appstreamcli at the end, and I assume all of the users of my repo are
experiencing the same problem. With a package built using the debdiff
given here, apt-get and appstreamcli run just fine.

If the size of the changes here are a problem, the one-liner mentioned
above would be sufficient for me.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 00:01:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 74FB326C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 00:01:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6A4291A465D;
	Wed, 11 May 2016 00:01:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0HaT-0004PU-4y; Wed, 11 May 2016 00:01:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0HaS-0004P7-Df
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 00:01:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0HaS-0006FV-6d
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 00:01:12 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 28ECB2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 00:01:12 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 10 May 2016 23:52:54 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=yelp; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160510235254.8361.70629.malonedeb@soybean.canonical.com>
Subject: [Bug 1580382] [NEW]
 /usr/bin/yelp:11:_gdk_window_has_impl:gdk_x11_window_get_xid:topmenu_monitor_set_cur_server:handle_cur_server_event:gdk_event_apply_filters
X-Launchpad-Message-Rationale: Subscriber (yelp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a4727fa799b080aa497b76afe890b40a97246caa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580382 <1580382@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding yelp.  This problem was most recently seen with version
3.18.1-1ubuntu4, the problem page at
https://errors.ubuntu.com/problem/037c4bfd041eaf997e11ea7aa73ee1d1c72de1a6
contains more details.

** Affects: yelp (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in Ubuntu.
https://bugs.launchpad.net/bugs/1580382

Title:
  /usr/bin/yelp:11:_gdk_window_has_impl:gdk_x11_window_get_xid:topmenu_monitor_set_cur_server:handle_cur_server_event:gdk_event_apply_filters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yelp/+bug/1580382/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 00:51:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6AF8326C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 00:51:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5BFF61A4542;
	Wed, 11 May 2016 00:51:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0IMe-0001CG-GB; Wed, 11 May 2016 00:51:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0IMd-0001C4-IL
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 00:50:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0IMb-0004PG-B1
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 00:50:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 29BE32E80DA
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 00:50:56 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 00:45:24 -0000
From: Ty Young <bluesoviet@outlook.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bluesoviet seb128
X-Launchpad-Bug-Reporter: Ty Young (bluesoviet)
X-Launchpad-Bug-Modifier: Ty Young (bluesoviet)
References: <20160427000418.23997.93257.malonedeb@gac.canonical.com>
Message-Id: <20160511004524.21455.55703.malone@wampee.canonical.com>
Subject: [Bug 1575429] Re: Gnome Software doesn't allow non-free software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 31cbfecdd3cf6b1f9e0098a90fab579c2608df97
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575429 <1575429@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I'm not sure which update you'are talking about.

Looks like this particular bug has been fixed as I can now install the
Vivaldi browser via gnome-software, however it doesn't have a launch
button after install? Not sure what's up with that.

If your talking about not being able to find non-free software, well I
can find Steam(wasn't able to before) but Ubuntu restricted access is
nowhere to be found.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1575429

Title:
  Gnome Software doesn't allow non-free software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1575429/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 01:15:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E910A26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 01:15:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B13661A3D91;
	Wed, 11 May 2016 01:15:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0Ikd-0004jC-L9; Wed, 11 May 2016 01:15:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0Ikc-0004ip-1X
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 01:15:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0Ikb-0002SV-KQ
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 01:15:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 82C0D2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 01:15:45 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 01:06:46 -0000
From: Erick Brunzell <lbsolost@yahoo.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Erick Brunzell (lbsolost)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160511010646.21271.49216.malone@wampee.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6e1cf93d4a5449140f3f3481f9059b23b1bfda1f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I wonder why we stopped checking regular mtab:

util-linux (2.27.1-1) unstable; urgency=medium

  * Imported Upstream version 2.27.1
    - among other things includes these fixes:
      libmount: fix uid= and gid= translation (Closes: #801527)
      libmount: (monitor) don't check for regular mtab

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 02 Nov 2015 12:41:58
+0100

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 01:25:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6083C26C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 01:25:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 503751A3247;
	Wed, 11 May 2016 01:25:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0IuJ-0005JL-3V; Wed, 11 May 2016 01:25:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0IuI-0005JG-NO
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 01:25:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0IuI-0003Yq-9G
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 01:25:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3769F2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 01:25:46 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 01:17:11 -0000
From: Erick Brunzell <lbsolost@yahoo.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: util-linux
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Erick Brunzell (lbsolost)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160511011712.8295.90992.launchpad@soybean.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bae59c0702718a9a840c89b9944ee0782a348a3b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: util-linux

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 01:31:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EA91126C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 01:31:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E53BD1A3570;
	Wed, 11 May 2016 01:31:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0IzW-0006Rm-Qx; Wed, 11 May 2016 01:31:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0IzW-0006Rg-9v
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 01:31:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0IzV-0004ZE-RK
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 01:31:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CD7212E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 01:31:09 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 01:24:01 -0000
From: Joey Clark <prismbox1@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Incomplete; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Triaged; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba bastarmedia
 christian-dysthe danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall lucianogardim m982
 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso prismbox1 seb128
 vipinmsx-z woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Joey Clark (prismbox1)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160511012401.9441.71719.malone@soybean.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bf6a2b3b9daa98dd29b26fc00ac516e97444b15e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Yep, it happened to me today - 16.04 LTS when I installed Docky via
synaptic. The workaround worked...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 05:35:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6F02626C234A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 05:35:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 685621A33D1;
	Wed, 11 May 2016 05:35:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0Mo9-0007pT-DO; Wed, 11 May 2016 05:35:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0Mo8-0007ot-3U
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 05:35:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0Mo7-0002Mv-JO
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 05:35:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8FF422E80C3
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 05:35:39 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 05:30:00 -0000
From: Prasun Jajodia <prasunjajodia@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor krichter722 prasunjajodia seb128
 slovenskyweb
X-Launchpad-Bug-Reporter: Karl-Philipp Richter (krichter722)
X-Launchpad-Bug-Modifier: Prasun Jajodia (prasunjajodia)
References: <20151219011438.25727.76050.malonedeb@soybean.canonical.com>
Message-Id: <20160511053000.9051.67417.malone@gac.canonical.com>
Subject: [Bug 1527817] Re: unhelpful error message "Parsing filters is
 unsupported."
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3dd8a5c2dba5db01587a6680963e80b3c81ed8ec
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1527817 <1527817@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I was trying to extract a rar file when this showed up..
Installing unrar from the command line fixed the issue

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1527817

Title:
  unhelpful error message "Parsing filters is unsupported."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1527817/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 05:50:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A2F2626C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 05:50:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9A8691A3633;
	Wed, 11 May 2016 05:50:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0N2k-0001GM-43; Wed, 11 May 2016 05:50:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0N2i-0001GB-Eq
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 05:50:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0N2g-0007w2-VA
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 05:50:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2ADC52E80CB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 05:50:42 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 05:41:51 -0000
From: Alexandr <1580449@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mogost
X-Launchpad-Bug-Reporter: Alexandr (mogost)
X-Launchpad-Bug-Modifier: Alexandr (mogost)
Message-Id: <20160511054151.7964.41385.malonedeb@soybean.canonical.com>
Subject: [Bug 1580449] [NEW] Wrong file size
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 86584734e95274c35b7d57a1e8a53b259c01fa6b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580449 <1580449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCk5hdXRpbHVzIHNob3cgdGhhdCAyNDTCoDQwMcKgNTc0IGJ5
dGVzIGlzIDI0NCw0IE1CLiBCdXQgMSBNQiBpcyAxMDI0IGJ5dGVzLCBub3QgMTAwMC4KbHMgLWxh
aCB8IGdyZXAgRmluYWwuYXZpIAotcnctcnctci0tICAxIG1vZ29zdCBtb2dvc3QgMjM0TSDQvNCw
0LkgMTEgMDI6MTcgRmluYWwuYXZpCgoqKiBBZmZlY3RzOiBuYXV0aWx1cyAoVWJ1bnR1KQogICAg
IEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAgICAgICBTdGF0dXM6IE5ldwoKKiogQXR0YWNobWVu
dCBhZGRlZDogIm5hdXRpbHVzLnBuZyIKICAgaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVn
cy8xNTgwNDQ5LythdHRhY2htZW50LzQ2NjA0MTIvK2ZpbGVzL25hdXRpbHVzLnBuZwoKLS0gCllv
dSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVy
IG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gbmF1dGlsdXMg
aW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1ODA0NDkKClRpdGxl
OgogIFdyb25nIGZpbGUgc2l6ZQoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBi
dWcgZ28gdG86Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3VidW50dS8rc291cmNlL25hdXRp
bHVzLytidWcvMTU4MDQ0OS8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5n
IGxpc3QKZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUu
Y29tL21haWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 06:01:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0F43126C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 06:01:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 07AE01A34DC;
	Wed, 11 May 2016 06:01:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0NDI-0002nl-Tz; Wed, 11 May 2016 06:01:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0NCh-0002eL-AO
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 06:01:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0NCh-00010b-16
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 06:01:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0694D2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 06:01:03 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 05:51:26 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dannydei
X-Launchpad-Bug-Reporter: daniel deidda (dannydei)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1560797
References: <20160510093837.476.37480.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160511055127.8116.36494.launchpad@soybean.canonical.com>
Subject: [Bug 1580110] Re: package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1acaf0135991949462561d7283a36ddc7334ec22
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580110 <1580110@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1560797 ***
    https://bugs.launchpad.net/bugs/1560797

** This bug has been marked a duplicate of bug 1560797
   apt does not configure Pre-Depends: before depending package

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1580110

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1580110/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 06:40:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F411926C22C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 06:40:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E427A1A37F7;
	Wed, 11 May 2016 06:40:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0NpG-0006Sk-WD; Wed, 11 May 2016 06:40:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0NpE-0006SS-Bk
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 06:40:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0NpD-0004T1-V4
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 06:40:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E41592E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 06:40:51 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 06:34:08 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bluesoviet seb128
X-Launchpad-Bug-Reporter: Ty Young (bluesoviet)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160427000418.23997.93257.malonedeb@gac.canonical.com>
Message-Id: <20160511063408.9360.59195.malone@gac.canonical.com>
Subject: [Bug 1575429] Re: Gnome Software doesn't allow non-free software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bdff76a386ec416087cc03ffc3e7dadd324f92e6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575429 <1575429@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The update is https://launchpad.net/ubuntu/+source/gnome-
software/3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1

Closing the bug since you says it's fixed

The launch button missing is another issue, feel free to open a new bug
about that. The restricted codec missing is a design decision, the UI is
to install softwares not technical items

** Changed in: gnome-software (Ubuntu)
       Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1575429

Title:
  Gnome Software doesn't allow non-free software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1575429/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 06:50:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3D60726C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 06:50:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 35C271A380E;
	Wed, 11 May 2016 06:50:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0Nyn-0007xu-5E; Wed, 11 May 2016 06:50:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0Nyl-0007xD-Vy
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 06:50:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0Nyl-0007wq-Gf
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 06:50:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6E8B62E8085
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 06:50:43 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 06:40:59 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=topmenu-gtk;
 component=universe; status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160510235254.8361.70629.malonedeb@soybean.canonical.com>
Message-Id: <20160511064100.784.11465.malone@chaenomeles.canonical.com>
Subject: [Bug 1580382] Re:
 /usr/bin/yelp:11:_gdk_window_has_impl:gdk_x11_window_get_xid:topmenu_monitor_set_cur_server:handle_cur_server_event:gdk_event_apply_filters
X-Launchpad-Message-Rationale: Subscriber (yelp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 26ac8cbf091c1708f59eaa48475be5d692190f75
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580382 <1580382@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

the stacktrace is

"#1  0xb49a233b in gdk_x11_window_get_xid (window=0x0) at /build/gtk+3.0-R6U57c/gtk+3.0-3.18.9/./gdk/x11/gdkwindow-x11.c:5527
No locals.
#2  0xae70dec7 in topmenu_monitor_set_cur_server (self=0x9397900, window=0x0) at topmenu-monitor.c:74
No locals.
#3  0xae70e263 in handle_cur_server_event (xevent=0xbf9d3b6c, event=0x925bc00, data=0x9397900) at topmenu-monitor.c:62"


Those source files are from "topmenu-gtk" it seems, reassigning there

** Package changed: yelp (Ubuntu) => topmenu-gtk (Ubuntu)

** Changed in: topmenu-gtk (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in Ubuntu.
https://bugs.launchpad.net/bugs/1580382

Title:
  /usr/bin/yelp:11:_gdk_window_has_impl:gdk_x11_window_get_xid:topmenu_monitor_set_cur_server:handle_cur_server_event:gdk_event_apply_filters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/topmenu-gtk/+bug/1580382/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 06:55:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5336E26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 06:55:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 462991A37D6;
	Wed, 11 May 2016 06:55:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0O3a-0008TV-Gj; Wed, 11 May 2016 06:55:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0O3Z-0008TL-Kp
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 06:55:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0O3Y-000179-LO
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 06:55:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E8E882E80CB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 06:55:38 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 06:48:04 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mogost seb128
X-Launchpad-Bug-Reporter: Alexandr (mogost)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160511054151.7964.41385.malonedeb@soybean.canonical.com>
Message-Id: <20160511064804.1018.12083.malone@chaenomeles.canonical.com>
Subject: [Bug 1580449] Re: Wrong file size
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3990f45221465df25f8abc2f53632cc780fd54dc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580449 <1580449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report, 1MB=1000 bytes though, 1MiB = 1024 ....
see https://en.wikipedia.org/wiki/Binary_prefix#Prefixes for details

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

** Changed in: nautilus (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1580449

Title:
  Wrong file size

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1580449/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 09:16:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A5B5726C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 09:16:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A021B1A3417;
	Wed, 11 May 2016 09:16:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0QFX-0008Ex-J0; Wed, 11 May 2016 09:16:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0QFX-0008EY-5A
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 09:16:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0QFW-00026z-SL
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 09:16:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D40DB2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 09:16:10 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 09:10:31 -0000
From: Gemini <wangjianking1990@163.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=poppler; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=poppler; component=main;
 status=Incomplete; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 lucid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aacid carlosgc me-again pedro wangjianking1990
 wenhao
X-Launchpad-Bug-Reporter: Hao Wen (wenhao)
X-Launchpad-Bug-Modifier: Gemini (wangjianking1990)
References: <20100417204713.18083.12610.malonedeb@wampee.canonical.com>
Message-Id: <20160511091031.21341.19558.malone@wampee.canonical.com>
Subject: [Bug 565592] Re: pdf is slow to load while processing images
X-Launchpad-Message-Rationale: Subscriber (poppler in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 06cae14936031268072b7b14bd25af2d367fa43e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 565592 <565592@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

how to resolve cpu loading high(almost 98%) when render a pdf page at
platform am3354 by poppler

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/565592

Title:
  pdf is slow to load while processing images

To manage notifications about this bug go to:
https://bugs.launchpad.net/poppler/+bug/565592/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 12:01:28 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 45C2526C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 12:01:28 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3D9A61A4727;
	Wed, 11 May 2016 12:01:28 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0SpU-0005oo-4D; Wed, 11 May 2016 12:01:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0SpT-0005oP-JC
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 12:01:27 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0SpT-00029w-6U
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 12:01:27 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2E38C2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 12:01:27 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 11:53:14 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=hundredpapercuts; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: athierry-pro janitor
X-Launchpad-Bug-Reporter: arkan (athierry-pro)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160415084650.5153.54510.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160511115314.8720.33570.launchpad@gac.canonical.com>
Subject: [Bug 1570752] Re: Two "terminal" menus with duplicates
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d5b7223c59755b1ec01f5c39fd0834eb33596630
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1570752 <1570752@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-terminal (Ubuntu)
   Importance: Undecided => Medium

** Also affects: hundredpapercuts
   Importance: Undecided
       Status: New

** Changed in: hundredpapercuts
       Status: New => Confirmed

** Changed in: hundredpapercuts
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1570752

Title:
  Two "terminal" menus with duplicates

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1570752/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 12:11:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AF1AD26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 12:11:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A75811A4753;
	Wed, 11 May 2016 12:11:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0Syv-00073D-4e; Wed, 11 May 2016 12:11:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0Syu-000731-AW
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 12:11:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0Syt-0006XI-Pr
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 12:11:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C15782E80C2
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 12:11:11 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 12:02:31 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-power-manager;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: h-eric-j janitor mkubik seb128
X-Launchpad-Bug-Reporter: Eric (h-eric-j)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
X-Launchpad-Bug-Duplicate: 1574120
References: <20160423034750.5864.88338.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160511120231.21593.29220.malone@wampee.canonical.com>
Subject: [Bug 1573891] Re: Closing lid doesn't suspend despite setting in 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-power-manager in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 97253ed6a7cb7e8e72bdb0750e7fb27d59a10f88
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573891 <1573891@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1574120 ***
    https://bugs.launchpad.net/bugs/1574120

@MatthiasK, neither is the reporter of the bug you are commenting on,
you should probably report a new bug against the kernel (using the
"ubuntu-bug linux" command)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1573891

Title:
  Closing lid doesn't suspend despite setting in 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/1573891/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 12:50:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C8E6A26C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 12:50:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C02761A4042;
	Wed, 11 May 2016 12:50:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0TbD-0004Q6-S0; Wed, 11 May 2016 12:50:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0TbD-0004Ph-97
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 12:50:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0TbC-0005uU-Ms
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 12:50:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 88F482E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 12:50:46 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 12:41:57 -0000
From: Bug Watch Updater <1578260@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=rhythmbox; status=Incomplete; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport walter-garcia
X-Launchpad-Bug-Reporter: Walter Garcia-Fontes (walter-garcia)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160504150558.17061.6315.malonedeb@soybean.canonical.com>
Message-Id: <20160511124158.26926.36971.launchpad@loganberry.canonical.com>
Subject: [Bug 1578260] Re: rhythmbox crashed with SIGABRT in Py_FatalError()
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f631000e15ea012290452914508cc92bd774a8d9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578260 <1578260@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: rhythmbox
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1578260

Title:
  rhythmbox crashed with SIGABRT in Py_FatalError()

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/1578260/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 14:21:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4A01E26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 14:21:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4319F1A466A;
	Wed, 11 May 2016 14:21:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0V0g-0007wV-6c; Wed, 11 May 2016 14:21:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0V0b-0007uh-AC
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 14:21:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0V0Y-0000T2-8Y
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 14:21:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 524ED2E80CE
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 14:21:01 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 14:11:57 -0000
From: Lorenzo <1133477@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 package-from-proposed quantal
 running-unity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: diepes gpolitis hiboudev icarean janitor jmac939
 k-huwig-f khadgaray laekrits lorenzo-cerda szenger teo1978 teo8976 walionis
X-Launchpad-Bug-Reporter: Teo (teo1978)
X-Launchpad-Bug-Modifier: Lorenzo (lorenzo-cerda)
References: <20130226173732.3172.26197.malonedeb@soybean.canonical.com>
Message-Id: <20160511141157.21096.50512.malone@wampee.canonical.com>
Subject: [Bug 1133477] Re: cut-n-paste move files got stuck forever
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5c66e0338cf11190b5be40f22269c2c3e27a6ac1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1133477 <1133477@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello everybody,

   I got the same problem. Moving files (once, like 100 files, another
one, like 250 files), with Crtl-X Crtl-V, it get stuck in
"preparing....". I have Ubuntu 14.04, up to date.

  Let me know it you need any more information.

  All the best,

     Lorenzo

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1133477

Title:
  cut-n-paste move files got stuck forever

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1133477/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 14:55:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 57D1326C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 14:55:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 494761A46EE;
	Wed, 11 May 2016 14:55:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0VYA-0004eJ-Mp; Wed, 11 May 2016 14:55:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0VY8-0004eE-KR
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 14:55:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0VY5-0004Wd-50
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 14:55:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id ADFE82E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 14:55:37 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 14:48:48 -0000
From: Ville Ranki <ville.ranki@iki.fi>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ville-ranki
X-Launchpad-Bug-Reporter: Ville Ranki (ville-ranki)
X-Launchpad-Bug-Modifier: Ville Ranki (ville-ranki)
Message-Id: <20160511144848.8788.36243.malonedeb@gac.canonical.com>
Subject: [Bug 1580635] [NEW] Nothing happens when trying to add online calendar
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 99f282f18555aa29dead132a17b3971fe65b98f1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580635 <1580635@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Steps to reproduce:
1. Open gnome-calendar
2. Open calendar settings
3. Click on "Click to set up" on any of the online accounts.

Nothing happens. There is no error message or anything. The gear icon
next to "Online accounts" header also does nothing.

I killed the calendar and ran it from command line. Clicking on any of
these buttons outputs:

$ gnome-calendar

** (gnome-calendar:5108): WARNING **: Couldn't open settings: Failed to
execute child process "gnome-control-center" (No such file or directory)

Package gnome-control-center is not installed. If it's required for
calendar to work, it should be a dependency. At least there should be
warning dialog that explains this.


Tested on 16.04 on Cinnamon desktop.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-calendar 3.20.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: X-Cinnamon
Date: Wed May 11 17:41:23 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-02-12 (454 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: gnome-calendar
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-calendar (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1580635

Title:
  Nothing happens when trying to add online calendar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1580635/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 15:05:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1020626C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 15:05:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0021E1A3F00;
	Wed, 11 May 2016 15:05:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0Vhk-0005BH-5u; Wed, 11 May 2016 15:05:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0Vhi-0005As-PJ
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 15:05:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0Vhi-0007O1-JH
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 15:05:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8681E2E8085
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 15:05:38 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 14:59:39 -0000
From: =?utf-8?q?Szymon_Lipi=C5=84ski?= <1580637@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package need-duplicate-check xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: s8ymon
X-Launchpad-Bug-Reporter: =?utf-8?q?Szymon_Lipi=C5=84ski_=28s8ymon=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Szymon_Lipi=C5=84ski_=28s8ymon=29?=
Message-Id: <20160511145939.7858.75869.malonedeb@soybean.canonical.com>
Subject: [Bug 1580637] [NEW] package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e30a2f3079eec2be1286b4e04cfc7630737e715d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580637 <1580637@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Error during upgrading to 16.10. I cannot boot the computer normally,
only using the "upstart" kernel version.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 229-4ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Wed May 11 15:56:43 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2015-10-14 (209 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-05-11 (0 days ago)

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package need-duplicate-check xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1580637

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1580637/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 15:26:28 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 15C4F26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 15:26:28 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1025D1A33D2;
	Wed, 11 May 2016 15:26:28 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0W1r-0007zV-Vl; Wed, 11 May 2016 15:26:27 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0W1q-0007yj-L9
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 15:26:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0W1q-0001KW-2C
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 15:26:26 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C92DE2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 15:26:25 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 15:16:29 -0000
From: Chris J Arges <1575248@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fwupd; component=main;
 status=Fix Released; importance=Medium; assignee=superm1@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=fwupd;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges janitor octoquad pitti porzechowski
 richard-hughes superm1 tjaalton ximion yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20160426154709.16866.36935.malonedeb@soybean.canonical.com>
Message-Id: <20160511151629.8658.35350.malone@gac.canonical.com>
Subject: [Bug 1575248] Update Released
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d55760e422386bd4a06eaa5731a94351e5b73957
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575248 <1575248@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for fwupd has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1575248

Title:
  "AppStream cache update completed, but some metadata was ignored due
  to errors." on "sudo apt-get update"

To manage notifications about this bug go to:
https://bugs.launchpad.net/appstream/+bug/1575248/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 15:26:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 49A1726C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 15:26:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 445231A34F9;
	Wed, 11 May 2016 15:26:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0W1t-00080C-58; Wed, 11 May 2016 15:26:29 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0W1n-0007sj-6g
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 15:26:23 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0W1m-0001GA-U7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 15:26:22 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DFBB22E8085
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 15:26:22 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 15:16:24 -0000
From: Launchpad Bug Tracker <1575248@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fwupd; component=main;
 status=Fix Released; importance=Medium; assignee=superm1@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=fwupd;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges janitor octoquad pitti porzechowski
 richard-hughes superm1 tjaalton ximion yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160426154709.16866.36935.malonedeb@soybean.canonical.com>
Message-Id: <20160511151627.15802.92840.malone@ackee.canonical.com>
Subject: [Bug 1575248] Re: "AppStream cache update completed,
 but some metadata was ignored due to errors." on "sudo apt-get update"
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e0a1f9d3400723126370a1f250d33b5e69ea0081
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575248 <1575248@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package fwupd - 0.7.0-0ubuntu4.1

---------------
fwupd (0.7.0-0ubuntu4.1) xenial-proposed; urgency=medium

  * Add name and summary to Rival Steelseries device (LP: #1575248)

 -- Mario Limonciello <mario_limonciello@dell.com>  Thu, 28 Apr 2016
09:11:04 -0500

** Changed in: fwupd (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1575248

Title:
  "AppStream cache update completed, but some metadata was ignored due
  to errors." on "sudo apt-get update"

To manage notifications about this bug go to:
https://bugs.launchpad.net/appstream/+bug/1575248/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 15:40:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0819526C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 15:40:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ED14D1A35C4;
	Wed, 11 May 2016 15:40:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0WFq-000192-Tg; Wed, 11 May 2016 15:40:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0WFp-00018Y-1E
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 15:40:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0WFo-0001f7-EV
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 15:40:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3790D2E8085
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 15:40:52 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 15:33:34 -0000
From: Launchpad Bug Tracker <1576656@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=file-roller; component=main; status=Fix Released; importance=Low;
 assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges janitor pitti seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160429115229.17358.55447.malonedeb@soybean.canonical.com>
Message-Id: <20160511153337.15793.45192.malone@ackee.canonical.com>
Subject: [Bug 1576656] Re: [SRU] 3.16.5 stable update
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 76499297fecb18b152540ac9d4d9ec23b771d0c2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576656 <1576656@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package file-roller - 3.16.5-0ubuntu1

---------------
file-roller (3.16.5-0ubuntu1) xenial; urgency=medium

  * New upstream bugfix update (lp: #1576656)

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 29 Apr 2016 13:53:10
+0200

** Changed in: file-roller (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1576656

Title:
  [SRU] 3.16.5 stable update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1576656/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 15:40:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2AFD126C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 15:40:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2467A1A35D4;
	Wed, 11 May 2016 15:40:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0WFs-0001A7-1X; Wed, 11 May 2016 15:40:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0WFq-00018w-O6
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 15:40:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0WFq-0001fc-6i
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 15:40:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1C3AA2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 15:40:54 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 15:33:39 -0000
From: Chris J Arges <1576656@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=file-roller; component=main; status=Fix Released; importance=Low;
 assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges janitor pitti seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20160429115229.17358.55447.malonedeb@soybean.canonical.com>
Message-Id: <20160511153339.8480.12099.malone@soybean.canonical.com>
Subject: [Bug 1576656] Update Released
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 696c61c89cc9b99fb5e1217428e95fe246fdf23f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576656 <1576656@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for file-roller has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1576656

Title:
  [SRU] 3.16.5 stable update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1576656/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 16:30:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 65E4B26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 16:30:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 586F61A31D8;
	Wed, 11 May 2016 16:30:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0X2H-0000Xx-Sz; Wed, 11 May 2016 16:30:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0X2H-0000XW-7H
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 16:30:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0X2G-0004JS-Rf
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 16:30:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CE5982E8085
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 16:30:56 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 16:24:22 -0000
From: Amr Ibrahim <1579340@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: h-m-8 janitor seb128
X-Launchpad-Bug-Reporter: Maddy (h-m-8)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160507093646.9526.38035.malonedeb@soybean.canonical.com>
Message-Id: <20160511162422.7756.10244.launchpad@soybean.canonical.com>
Subject: [Bug 1579340] Re: Ubuntu Software shows apps installed even after
 removing them
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 724efed3f8302bc0c67c5af799f3ba7c587ac794
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579340 <1579340@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- Ubuntu Software is show apps installed even after removing them
+ Ubuntu Software shows apps installed even after removing them

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579340

Title:
  Ubuntu Software shows apps installed even after removing them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579340/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 16:31:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E72E126C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 16:31:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E0DDE1A3806;
	Wed, 11 May 2016 16:31:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0X2L-0000aK-0Z; Wed, 11 May 2016 16:31:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0X2K-0000Zt-AH
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 16:31:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0X2J-0004Js-T9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 16:30:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D3DF72E80C4
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 16:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 16:23:53 -0000
From: Amr Ibrahim <1578473@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor laichiaheng
X-Launchpad-Bug-Reporter: =?utf-8?b?6LO05a625LqoIChsYWljaGlhaGVuZyk=?=
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160505035242.24579.57850.malonedeb@gac.canonical.com>
Message-Id: <20160511162354.20995.1093.launchpad@wampee.canonical.com>
Subject: [Bug 1578473] Re: I can't install flashplayer through the Ubuntu
 Software.
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dfcdafc5001b58cbb9a68ff7aa27308d5ac66cde
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578473 <1578473@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- I can't install flashplayer through the Ubuntu Softwares.
+ I can't install flashplayer through the Ubuntu Software.

** Description changed:

- There is no flash player in the Ubuntu Softwares.
+ There is no flash player in the Ubuntu Software.
  It also lacks lots of softwares.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ubuntu-software 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu May  5 11:50:52 2016
  InstallationDate: Installed on 2016-04-22 (12 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578473

Title:
  I can't install flashplayer through the Ubuntu Software.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1578473/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 17:56:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0E53E26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 17:56:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 08BB51A347C;
	Wed, 11 May 2016 17:56:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0YMc-0004lK-Ui; Wed, 11 May 2016 17:56:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0YMW-0004kC-FB
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 17:55:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0YMV-0005Ru-Pv
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 17:55:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A0D5C2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 17:55:55 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 17:48:00 -0000
From: Gottier <webdesignbrian@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: util-linux
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
 webdesignbrian
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Gottier (webdesignbrian)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160511174801.7818.10142.malone@soybean.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5248cc2de5c9811918392652dfdc01e4fb86bf5a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Will there be an update? I am having this problem with my optical
drives. Sometimes they auto mount, but with Memorex CD-R discs they will
never auto-mount.

The drives are HP model dvd1260, and the cds are Memorex CD-R 52x 700MB
80min.

The strange this is I can burn a CD using Brasero, but can't auto-mount
it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 19:36:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 497BF26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 19:36:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3F4E61A36A7;
	Wed, 11 May 2016 19:36:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0ZvM-0008SO-VS; Wed, 11 May 2016 19:36:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0ZvL-0008S6-Db
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 19:35:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0ZvK-0002RK-HM
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 19:35:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A2E112E80D7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 19:35:57 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 19:27:08 -0000
From: Will Cooke <1506744@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Incomplete; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Triaged; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba bastarmedia
 christian-dysthe danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall lucianogardim m982
 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso prismbox1 seb128
 vipinmsx-z willcooke woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160511192709.7964.79924.malone@soybean.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c21568b6bc7092c2833a29da40dc2d9e9b8959d9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Added to Trello: https://trello.com/c/AIeePGjR/3-bug-1506744-newly-
installed-applications-do-not-show-in-the-dash

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 20:50:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1191226C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 20:50:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 09C8F1A4660;
	Wed, 11 May 2016 20:50:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0b5h-0001o8-Tp; Wed, 11 May 2016 20:50:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0b5h-0001nF-16
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 20:50:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0b5g-0005E9-2L
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 20:50:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BDD152E8193
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 20:50:42 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 20:40:56 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package need-duplicate-check xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: s8ymon
X-Launchpad-Bug-Reporter: =?utf-8?q?Szymon_Lipi=C5=84ski_=28s8ymon=29?=
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1560797
References: <20160511145939.7858.75869.malonedeb@soybean.canonical.com>
Message-Id: <20160511204057.1141.5315.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1580637] Re: package systemd-sysv 229-4ubuntu4 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e3285b0b0b3b0a069965d4b25fbe823bff7c28da
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580637 <1580637@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1560797 ***
    https://bugs.launchpad.net/bugs/1560797

** This bug has been marked a duplicate of bug 1560797
   apt does not configure Pre-Depends: before depending package

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1580637

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1580637/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 21:06:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8D5A726C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 21:06:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 84B301A45B1;
	Wed, 11 May 2016 21:06:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0bKa-00041G-Gq; Wed, 11 May 2016 21:06:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0bKa-000416-3a
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 21:06:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0bKZ-0001Nl-Om
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 21:06:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BA6A62E80C2
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 21:06:07 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 20:56:56 -0000
From: Ed Bueler <elbueler@alaska.edu>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: elbueler janitor meomic
X-Launchpad-Bug-Reporter: meomic (meomic)
X-Launchpad-Bug-Modifier: Ed Bueler (elbueler)
References: <20160301124510.1518.21306.malonedeb@wampee.canonical.com>
Message-Id: <20160511205656.679.71701.malone@chaenomeles.canonical.com>
Subject: [Bug 1551710] Re: memory leak ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fce9b4fde306139ba8dbeb97cb0e105519e25d33
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1551710 <1551710@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

this bug makes debugging my c codes with valgrind harder

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1551710

Title:
  memory leak ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1551710/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 22:15:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6798A26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 22:15:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 590ED1A4536;
	Wed, 11 May 2016 22:15:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0cQ9-0003pY-B0; Wed, 11 May 2016 22:15:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0cQ8-0003p7-H5
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 22:15:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0cQ8-0006ET-0R
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 22:15:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E22DE2E80CC
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 22:15:55 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 22:08:11 -0000
From: Kanwar Singh <kssgill@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=lightdm; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=lxdm; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=sddm; component=universe; 
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: buo-ren-lin janitor kssgill marcel-spitau patola
 tobbez
X-Launchpad-Bug-Reporter: =?utf-8?b?5p6X5Y2a5LuBIChidW8tcmVuLWxpbik=?=
X-Launchpad-Bug-Modifier: Kanwar Singh (kssgill)
References: <20160412132742.32543.87876.malonedeb@soybean.canonical.com>
Message-Id: <20160511220811.9523.61609.malone@gac.canonical.com>
Subject: [Bug 1569357] Re: Ubuntu 16.04 - Unity desktop session broken when
 using non-LightDM as X Display Manager
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0b489c25ff28d8c8bbe7006f2d8870fd07635444
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1569357 <1569357@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

sddm to unity broken. This temporarily gets me working:

right click and open shell
run

setsid unity

gets me back working in unity.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1569357

Title:
  Ubuntu 16.04 - Unity desktop session broken when using non-LightDM as
  X Display Manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1569357/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 22:31:16 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0EEEC26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 22:31:16 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 080AC1A456A;
	Wed, 11 May 2016 22:31:16 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0cex-0006P1-Tj; Wed, 11 May 2016 22:31:15 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0cek-0006Le-9k
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 22:31:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0cej-0002ES-Mx
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 22:31:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BF8D52E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 22:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 22:22:35 -0000
From: Smux <smux2@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libgpod; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: akorvalian ar70 bizauionica chiefeagle02
 christopher-challis darrenkhu dave-pytel dxm83 hooimeijer janitor jjfriede
 jmriverofernandez-4 jorgetome kan-izh kevincodd kfj kjyv kommissar-keller
 michael+launchpad-8 miguel-x-rodriguez-paz mplavcan mtclare seb128 smux2
 supvato victor-maryama wimgoeman
X-Launchpad-Bug-Reporter: =?utf-8?b?SW9uaWPEgyBCaXrEg3UgKGJpemF1aW9uaWNh?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Smux (smux2)
References: <20140427200731.18822.88582.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160511222235.20842.57117.malone@wampee.canonical.com>
Subject: [Bug 1313430] Re: Crashes on Ubuntu 14.04 when trying to connect to
 iPod
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ed7d7b5c5c9b1aaead5d929d1d6146343c286904
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1313430 <1313430@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Yep, grooverunner (#48) figured out the magic! Ubuntu 14.04; ipod touch
1st gen. 3.1.3

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1313430

Title:
  Crashes on Ubuntu 14.04 when trying to connect to iPod

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgpod/+bug/1313430/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 22:50:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4136726C27D2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 22:50:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 38FA31A4312;
	Wed, 11 May 2016 22:50:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0cxh-0007Wu-Rk; Wed, 11 May 2016 22:50:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0cxg-0007Wa-PT
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 22:50:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0cxg-0000eR-9T
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 22:50:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 322DB2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 22:50:36 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 22:44:50 -0000
From: Erick Brunzell <lbsolost@yahoo.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=util-linux; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: util-linux
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
 webdesignbrian
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Erick Brunzell (lbsolost)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160511224450.20917.79590.launchpad@wampee.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a434c7863eb3e1d2676b245cefdd7be600ce1456
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: util-linux (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: util-linux (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 23:15:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 155DC26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 23:15:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 09C3C1A44EC;
	Wed, 11 May 2016 23:15:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0dLt-0001eL-Qt; Wed, 11 May 2016 23:15:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0dLs-0001e5-Vp
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 23:15:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0dLs-0000vl-Qe
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 23:15:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C4FDA2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 23:15:36 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 23:05:50 -0000
From: Adan Garcia <adan.no.adan@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adan-no-adan
X-Launchpad-Bug-Reporter: Adan Garcia (adan-no-adan)
X-Launchpad-Bug-Modifier: Adan Garcia (adan-no-adan)
Message-Id: <20160511230550.303.32393.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1580807] [NEW] (gnome-software:8795): Gs-WARNING **: failed to
 open plugin /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so:
 /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so: no se puede abrir el
 archivo del objeto compartido: No existe el archivo o el directorio
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6fff61c957baf683227545747491fc04a8d3754e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580807 <1580807@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

(gnome-software:8795): Gs-WARNING **: failed to open plugin /usr/lib/gs-
plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-
plugins-9/libgs_plugin_xdg_app_reviews.so: no se puede abrir el archivo
del objeto compartido: No existe el archivo o el directorio

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1580807

Title:
  (gnome-software:8795): Gs-WARNING **: failed to open plugin /usr/lib
  /gs-plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so: no se puede abrir el
  archivo del objeto compartido: No existe el archivo o el directorio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580807/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 23:40:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 56CC326C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 23:40:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4A7A21A4561;
	Wed, 11 May 2016 23:40:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0dkG-0005Fc-Pd; Wed, 11 May 2016 23:40:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0dkG-0005FW-FQ
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 23:40:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0dkG-00007v-5d
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 23:40:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1E7DE2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 23:40:48 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 23:31:11 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adan-no-adan
X-Launchpad-Bug-Reporter: Adan Garcia (adan-no-adan)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160511230550.303.32393.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160511233112.1051.49552.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1580807] Re: (gnome-software:8795): Gs-WARNING **: failed to
 open plugin /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so:
 /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so: no se puede abrir el
 archivo del objeto compartido: No existe el archivo o el directorio
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 290cbe9de6fd5e7dd77f78ad15af879cf0ab5bba
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580807 <1580807@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

** This bug has been marked a duplicate of bug 1573052
   [packaging] gnome-software provides a broken symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1580807

Title:
  (gnome-software:8795): Gs-WARNING **: failed to open plugin /usr/lib
  /gs-plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so: no se puede abrir el
  archivo del objeto compartido: No existe el archivo o el directorio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580807/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 23:40:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0F3E526C272B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 23:40:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0705C1A457A;
	Wed, 11 May 2016 23:40:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0dkJ-0005Gy-TZ; Wed, 11 May 2016 23:40:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0dkJ-0005Gg-7C
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 23:40:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0dkI-0000AU-Tk
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 23:40:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CEEDF2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 23:40:50 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 23:32:30 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Committed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande egonholtz
 elberro janitor maverickct navjotjsingh pfeiffep seb128 vdragon ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160511233232.8755.55956.launchpad@gac.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dec704eddcf21ef9b435b8932f52f7d7b946cd6a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 23:45:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 12D5326C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 23:45:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 02E7A1A2AAE;
	Wed, 11 May 2016 23:45:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0dox-0005bT-1P; Wed, 11 May 2016 23:45:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0dov-0005am-ON
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 23:45:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0dov-0001Wt-C0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 23:45:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 418A82E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 23:45:37 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 23:36:06 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160511233606.9523.97197.malonedeb@gac.canonical.com>
Subject: [Bug 1580810] [NEW]
 /lib/systemd/systemd-udevd:6:recvmsg:udev_monitor_receive_device:on_uevent:on_inotify:source_dispatch
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4fa546921c9955c340024f0fe6e8f0bd59c40752
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580810 <1580810@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding systemd.  This problem was most recently seen with version
229-4ubuntu4, the problem page at
https://errors.ubuntu.com/problem/aab87e97600baa6c2fb2a7e38f257fb24d5e4b5d
contains more details.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: wily xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1580810

Title:
  /lib/systemd/systemd-
  udevd:6:recvmsg:udev_monitor_receive_device:on_uevent:on_inotify:source_dispatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1580810/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 11 23:45:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 737AA26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 11 May 2016 23:45:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6C68A1A2AD1;
	Wed, 11 May 2016 23:45:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0dp2-0005eG-Bj; Wed, 11 May 2016 23:45:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0dp1-0005dz-Lf
 for desktop-bugs@lists.ubuntu.com; Wed, 11 May 2016 23:45:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0dp1-0001di-A8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 23:45:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 359D22E80C6
 for <desktop-bugs@lists.ubuntu.com>; Wed, 11 May 2016 23:45:43 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 11 May 2016 23:38:43 -0000
From: Angel Guzman Maeso <shakaran+launchpad@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aapo-rantalainen janitor nitrosito shakaran
X-Launchpad-Bug-Reporter: Aapo Rantalainen (aapo-rantalainen)
X-Launchpad-Bug-Modifier: Angel Guzman Maeso (shakaran)
References: <20160430121911.23968.93912.malonedeb@gac.canonical.com>
Message-Id: <20160511233843.20962.78888.malone@wampee.canonical.com>
Subject: [Bug 1576977] Re: Lots of GEGL-gegl-operation.c-WARNING on starting
 gimp
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b3bfef5dbbcff2f830e23534effe9c7af539796c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576977 <1576977@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same here. Gimps start well, but probably it is using slow operations
with GEGL

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1576977

Title:
  Lots of GEGL-gegl-operation.c-WARNING on starting gimp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1576977/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 01:00:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DDD9C26C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 01:00:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C926A1A32E6;
	Thu, 12 May 2016 01:00:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0ezm-0006T4-Ap; Thu, 12 May 2016 01:00:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0ezl-0006Ss-TK
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 01:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0ezl-0000Fk-IX
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 01:00:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8998C2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 01:00:53 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 00:47:15 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=Fix Released; 
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=mutter; component=universe;
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andrew-millington darkxst
X-Launchpad-Bug-Reporter: Andrew Millington (andrew-millington)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160501093537.17539.88570.malonedeb@soybean.canonical.com>
Message-Id: <20160512004715.8720.30118.malone@gac.canonical.com>
Subject: [Bug 1577125] Re: After an update some shortcuts were bound to a
 single key
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0f4cb5439854e9ec2098727a29eefa7ed202d09a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577125 <1577125@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Andrew, was this with stock 16.04, or do you have gnome3-staging
enabled?

** Package changed: gnome-settings-daemon (Ubuntu) => mutter (Ubuntu)

** Changed in: ubuntu-gnome
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1577125

Title:
  After an update some shortcuts were bound to a single key

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1577125/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 01:30:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0DFAB26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 01:30:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0266F1A44C6;
	Thu, 12 May 2016 01:30:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0fSr-0002JW-LS; Thu, 12 May 2016 01:30:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0fSq-0002J7-95
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 01:30:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0fSp-0006eH-RW
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 01:30:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CE8172E8031
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 01:30:55 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 01:23:41 -0000
From: Launchpad Bug Tracker <1576409@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Committed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Fix Committed; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges brian-murray janitor pitti
X-Launchpad-Bug-Reporter: Martin Pitt (pitti)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160428205156.23997.89188.malonedeb@gac.canonical.com>
Message-Id: <20160512012347.12179.41067.malone@ackee.canonical.com>
Subject: [Bug 1576409] Re: calling init.d script with "status" invokes pager
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c7e36fdd6e9b7549069f2489392577a152f3cfb9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576409 <1576409@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package systemd - 229-4ubuntu5

---------------
systemd (229-4ubuntu5) xenial-proposed; urgency=medium

  * debian/udev.postinst: Don't fail if /var/log/udev is a directory.
    (LP: #1574004)
  * Set MAC based name for USB network interfaces only for universally
    administered (i. e. stable) MACs, not for locally administered (i. e.
    randomly generated) ones. Drop /lib/systemd/network/90-mac-for-usb.link
    (as link files don't currently support globs for MACAddress=) and replace
    with an udev rule in /lib/udev/rules.d/73-special-net-names.rules.
    (Closes: #812575, LP: #1574483)
  * debian/extra/init-functions.d/40-systemd: Invoke status command with
    --no-pager, to avoid blocking scripts that call an init.d script with
    "status" with an unexpected pager process. (Closes: #765175, LP: #1576409)
  * Add debian/extra/rules/70-debian-uaccess.rules: Make FIDO U2F dongles
    accessible to the user session. This avoids having to install libu2f-host0
    (which isn't discoverable at all) to make those devices work.
    (LP: #1387908)
  * On shutdown, unmount /tmp before disabling swap. (Closes: #788303)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 02 May 2016 15:04:42
-0500

** Changed in: systemd (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1576409

Title:
  calling init.d script with "status" invokes pager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1576409/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 01:31:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0612426C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 01:31:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 01F7B1A44A8;
	Thu, 12 May 2016 01:31:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0fSv-0002MR-TC; Thu, 12 May 2016 01:31:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0fSu-0002LK-AC
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 01:31:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0fSt-0006eI-K6
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 01:30:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9168B2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 01:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 01:23:41 -0000
From: Launchpad Bug Tracker <1574483@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Released; importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Released; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=systemd; component=main; status=Fix Released; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges brian-murray janitor pitti
X-Launchpad-Bug-Reporter: Martin Pitt (pitti)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160425073531.23739.34770.malonedeb@gac.canonical.com>
Message-Id: <20160512012346.12179.82955.malone@ackee.canonical.com>
Subject: [Bug 1574483] Re: assigns MAC-based names for devices with locally
 administered MAC address
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 70835f372966b29b4c8561c521a94a432f12d7df
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574483 <1574483@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package systemd - 229-4ubuntu5

---------------
systemd (229-4ubuntu5) xenial-proposed; urgency=medium

  * debian/udev.postinst: Don't fail if /var/log/udev is a directory.
    (LP: #1574004)
  * Set MAC based name for USB network interfaces only for universally
    administered (i. e. stable) MACs, not for locally administered (i. e.
    randomly generated) ones. Drop /lib/systemd/network/90-mac-for-usb.link
    (as link files don't currently support globs for MACAddress=) and replace
    with an udev rule in /lib/udev/rules.d/73-special-net-names.rules.
    (Closes: #812575, LP: #1574483)
  * debian/extra/init-functions.d/40-systemd: Invoke status command with
    --no-pager, to avoid blocking scripts that call an init.d script with
    "status" with an unexpected pager process. (Closes: #765175, LP: #1576409)
  * Add debian/extra/rules/70-debian-uaccess.rules: Make FIDO U2F dongles
    accessible to the user session. This avoids having to install libu2f-host0
    (which isn't discoverable at all) to make those devices work.
    (LP: #1387908)
  * On shutdown, unmount /tmp before disabling swap. (Closes: #788303)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 02 May 2016 15:04:42
-0500

** Changed in: systemd (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1574483

Title:
  assigns MAC-based names for devices with locally administered MAC
  address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1574483/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 01:31:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 89DF026C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 01:31:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 85D491A44A8;
	Thu, 12 May 2016 01:31:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0fT3-0002T7-Ej; Thu, 12 May 2016 01:31:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0fSy-0002Pt-JT
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 01:31:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0fSy-0006xV-5G
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 01:31:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 200E82E80CD
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 01:31:04 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 01:23:41 -0000
From: Launchpad Bug Tracker <1574004@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Released; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges brian-murray dadexix86 erich-palan janitor
 pitti
X-Launchpad-Bug-Reporter: Erich Palan (erich-palan)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160423130809.23902.75925.malonedeb@gac.canonical.com>
Message-Id: <20160512012345.12179.1053.malone@ackee.canonical.com>
Subject: [Bug 1574004] Re: package udev 229-4ubuntu4 failed to
 install/upgrade: /var/log/udev is a directory
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7614ac6932ded1b591035015a504569481000d07
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574004 <1574004@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package systemd - 229-4ubuntu5

---------------
systemd (229-4ubuntu5) xenial-proposed; urgency=medium

  * debian/udev.postinst: Don't fail if /var/log/udev is a directory.
    (LP: #1574004)
  * Set MAC based name for USB network interfaces only for universally
    administered (i. e. stable) MACs, not for locally administered (i. e.
    randomly generated) ones. Drop /lib/systemd/network/90-mac-for-usb.link
    (as link files don't currently support globs for MACAddress=) and replace
    with an udev rule in /lib/udev/rules.d/73-special-net-names.rules.
    (Closes: #812575, LP: #1574483)
  * debian/extra/init-functions.d/40-systemd: Invoke status command with
    --no-pager, to avoid blocking scripts that call an init.d script with
    "status" with an unexpected pager process. (Closes: #765175, LP: #1576409)
  * Add debian/extra/rules/70-debian-uaccess.rules: Make FIDO U2F dongles
    accessible to the user session. This avoids having to install libu2f-host0
    (which isn't discoverable at all) to make those devices work.
    (LP: #1387908)
  * On shutdown, unmount /tmp before disabling swap. (Closes: #788303)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 02 May 2016 15:04:42
-0500

** Changed in: systemd (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1574004

Title:
  package udev 229-4ubuntu4 failed to install/upgrade: /var/log/udev is
  a directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1574004/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 01:31:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DCCAC26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 01:31:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D5C961A2AC4;
	Thu, 12 May 2016 01:31:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0fTX-0002fR-PC; Thu, 12 May 2016 01:31:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0fTK-0002aP-AF
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 01:31:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0fTJ-0007MX-SR
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 01:31:25 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D59242E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 01:31:25 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 01:23:41 -0000
From: Launchpad Bug Tracker <1387908@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Committed; importance=Undecided; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=systemd; component=main; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 0-vnfo-a alex-moreati arges berdario boteeka
 brian-murray cernekee guilhem-fr janitor pitti xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20141031002501.22593.22041.malonedeb@wampee.canonical.com>
Message-Id: <20160512012343.12179.79981.malone@ackee.canonical.com>
Subject: [Bug 1387908] Re: [udev] FIDO u2f security keys should be supported
 out of the box
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5bda43175c4066c1137a7f58ba50c1eac22ab6f6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1387908 <1387908@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package systemd - 229-4ubuntu5

---------------
systemd (229-4ubuntu5) xenial-proposed; urgency=medium

  * debian/udev.postinst: Don't fail if /var/log/udev is a directory.
    (LP: #1574004)
  * Set MAC based name for USB network interfaces only for universally
    administered (i. e. stable) MACs, not for locally administered (i. e.
    randomly generated) ones. Drop /lib/systemd/network/90-mac-for-usb.link
    (as link files don't currently support globs for MACAddress=) and replace
    with an udev rule in /lib/udev/rules.d/73-special-net-names.rules.
    (Closes: #812575, LP: #1574483)
  * debian/extra/init-functions.d/40-systemd: Invoke status command with
    --no-pager, to avoid blocking scripts that call an init.d script with
    "status" with an unexpected pager process. (Closes: #765175, LP: #1576409)
  * Add debian/extra/rules/70-debian-uaccess.rules: Make FIDO U2F dongles
    accessible to the user session. This avoids having to install libu2f-host0
    (which isn't discoverable at all) to make those devices work.
    (LP: #1387908)
  * On shutdown, unmount /tmp before disabling swap. (Closes: #788303)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 02 May 2016 15:04:42
-0500

** Changed in: systemd (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1387908

Title:
  [udev] FIDO u2f security keys should be supported out of the box

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1387908/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 01:55:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AF836D48006
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 01:55:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A19C01A4345;
	Thu, 12 May 2016 01:55:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0fqs-0007nW-3M; Thu, 12 May 2016 01:55:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0fqq-0007nE-VL
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 01:55:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0fqq-0005zc-Dq
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 01:55:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5DA4A2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 01:55:44 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 01:46:15 -0000
From: Gordon <1506744@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Incomplete; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Triaged; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba bastarmedia
 christian-dysthe danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall last-ship lucianogardim
 m982 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso prismbox1 seb128
 vipinmsx-z willcooke woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Gordon (last-ship)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512014615.21698.7746.malone@wampee.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b825143f65ab1344b7b77eaa018d3c1e2d7b45a1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

i've had the same issue with most every app that I've tried to install.
I find that installing instead via Synaptic does seem to be a reliable
workaround.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 02:25:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7FC3726C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 02:25:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 725BC1A4372;
	Thu, 12 May 2016 02:25:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0gJp-0003t8-B3; Thu, 12 May 2016 02:25:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0gJo-0003sy-5N
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 02:25:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0gJn-0004K7-Su
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 02:25:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D3CAD2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 02:25:39 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 02:19:07 -0000
From: unflavored <unflavored@mt2015.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: phasedupdates
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: unflavored
X-Launchpad-Bug-Reporter: unflavored (unflavored)
X-Launchpad-Bug-Modifier: unflavored (unflavored)
Message-Id: <20160512021907.863.4488.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1580833] [NEW] Gnome Software ignores Phased Updates opt-out
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 83e6145fafb098005de72e74741c706a3c850d0e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580833 <1580833@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

On Ubuntu 16.04, using gnome-software 3.20.1+git20160426.1.a976144
-ubuntu-xenial-0ubuntu1

Creating a file in /etc/apt/apt.conf.d/ with the contents Update-Manager
::Never-Include-Phased-Updates "True"; is supposed to opt out of Phased
Updates.

gnome-software still wants to update these packages
http://people.canonical.com/~ubuntu-archive/phased-updates.html

Every day it displays the pop-up message "Software Updates Available
Important OS and application updates are ready to be installed" if one
of these Phased Updates is categorized by gnome-software as one of "OS
Updates" even if they are not security updates.

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: phasedupdates

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1580833

Title:
  Gnome Software ignores Phased Updates opt-out

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580833/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 02:40:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0F76926C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 02:40:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 023941A2B79;
	Thu, 12 May 2016 02:40:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0gYS-0004Qm-AJ; Thu, 12 May 2016 02:40:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0gYR-0004Qc-DI
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 02:40:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0gYR-0001YT-2N
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 02:40:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DA8272E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 02:40:46 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 02:33:42 -0000
From: unflavored <unflavored@mt2015.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: unflavored
X-Launchpad-Bug-Reporter: unflavored (unflavored)
X-Launchpad-Bug-Modifier: unflavored (unflavored)
Message-Id: <20160512023342.8480.9932.malonedeb@soybean.canonical.com>
Subject: [Bug 1580836] [NEW] Gnome Software ignores software-properties-gtk
 "When there are other updates" setting
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7300794a0e77bcffcef02e0b95ace5bc6663e57d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580836 <1580836@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

On Ubuntu 16.04, using gnome-software 3.20.1+git20160426.1.a976144
-ubuntu-xenial-0ubuntu1

software-properties-gtk has a setting for "When there are other updates"
besides security updates. Setting this to "Display every two weeks"
should prevent all non-security update notifications from bothering the
user more often than every two weeks.

gnome-software categorizes some non-security updates as "OS Updates" and
every day it displays the pop-up message "Software Updates Available
Important OS and application updates are ready to be installed."

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1580836

Title:
  Gnome Software ignores software-properties-gtk "When there are other
  updates" setting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580836/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 03:05:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0AF1F26C27D2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 03:05:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F314D1A3DE8;
	Thu, 12 May 2016 03:05:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0gwb-00083k-2M; Thu, 12 May 2016 03:05:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0gwa-00083b-8D
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 03:05:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0gwZ-0004xt-WE
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 03:05:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EDCD92E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 03:05:43 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 03:00:34 -0000
From: Joan CiberSheep <cibersheep@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; status=Confirmed;
 importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bobharvey cibersheep cjreeve curious-mitchell
 gareth-france janitor januari llamasfortesjm rolf-veen sergiqp stefan-kamps
 thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Joan CiberSheep (cibersheep)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512030034.8116.93849.malone@soybean.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 52daa7305da752231e5735e34f08f64a9a8ca18f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

SGkuIFNpbWlsYXIgYmVoYXZpb3VyIGhlcmUuCkkgdXNlIGJxIEU1IC0+IHVwZGF0ZWQgdG8gT1RB
IDEwLjEuIEdQUyB3b3JrcyBwZXJmZWN0LgpJIGhhdmUgYnEgbTEwIHRoYXQgY2FtZSB3aXRoIE9U
QTkuNSBhbmQgZGlyZWN0bHkgdXBkYXRlZCB0byAxMC4xLiBHUFMgc2VlbXMgbm90IHRvIHdvcmsg
YXQgYWxsIChubyBibGlua2luZyBsb2NhdGlvbiBpY29uIGJ1dCBJIHdhcyB1bmFibGUgdG8gZGV0
ZWN0IGV4YWN0IHBvc2l0aW9uKS4KCkkgd2FudGVkIHRvIHRlc3QgaWYgR1BTIHdhcyB3b3JraW5n
IHdpdGggT1RBIDkuNSBzbyBJIHJlc2V0IHRoZSB0YWJsZXQgYnV0IGl0IHJlc3RhcnRlZCB3aXRo
IE9UQTEwLjEuIExvY2F0aW9uIGljb24sIHRoaXMgdGltZSBibGlua3M6Ci0gU3dpdGNoaW5nIG9m
ZiBHUFMgaW4gYmF0dGVyeSBpcyBub3QgcG9zc2libGUgKEdQUyBrZWVwcyByZXN0YXJ0aW5nKQot
IFN3aXRjaGluZyBvZmYgR1BTIGZyb20gbm90aWZpY2F0aW9uIHBhbmVsIHR1cm5zIGl0IG9mZiBi
dXQga2VlcHMgYmxpbmtpbmcgKG9mZikKCkRlYWN0aXZhdGVkIGFsbCBzY29wZXMgdGhhdCByZXF1
aXJlcyBsb2NhdGlvbiwgaW5zdGFsbGVkIFNlbnNvcnNTdGF0dXMuCi0gU2Vuc29yc1N0YXR1cyBn
aXZlIG5vIEdQUyBkYXRhCi0gU2Vuc29yc1N0YXR1czogRm91bmQgc3VwcG9ydGVkIGJhY2tlbmQK
ClNvbWUgcmVib290cy4KTG9jYXRpb24gaWNvbiBzdG9wcGVkIGJsaW5raW5nLgoKInN1ZG8gdWJ1
bnR1LWxvY2F0aW9uLXNlcnZpY2VkLWNsaSAtLWJ1cyBzeXN0ZW0gLS10ZXN0IiBnaXZlIG5vIG91
dHB1dC4KTG9jYXRpb24gaWNvbiBpbiBub3RpZmljYXRpb25zIHBhbmVsIGtlZXBzIGluIG9uIHBv
c2l0aW9uIGJ1dCBncmV5LiBJdAppcyBub3QgcG9zc2libGUgdG8gdGFwIG9yIHR1cm4gb2ZmCgrC
v0RlZmVjdGl2ZSBHUFM/CgpJIGhvcGUgdGhvc2UgbG9ncyBoZWxwcwpodHRwOi8vcGFzdGUudWJ1
bnR1LmNvbS8xNjM3MTA0Ni8KaHR0cDovL3Bhc3RlLnVidW50dS5jb20vMTYzNzEyNTcvCgotLSAK
WW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1i
ZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBsb2NhdGlv
bi1zZXJ2aWNlIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTcz
MTY4CgpUaXRsZToKICBbRnJpZXphXSBMb2NhdGlvbiBzZXJ2aWNlIGZhaWxzIHRvIHN0YXJ0IGNs
ZWFubHksIGVudGVyaW5nIHJlc3RhcnQKICBsb29wCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBh
Ym91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYXZpbGEvK2J1
Zy8xNTczMTY4LytzdWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApk
ZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFp
bG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 04:25:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 85BF026C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 04:25:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7F88E1A4557;
	Thu, 12 May 2016 04:25:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0iC6-0007pa-0a; Thu, 12 May 2016 04:25:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0iC4-0007om-EP
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 04:25:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0iC3-0007bM-Np
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 04:25:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A06C72E8085
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 04:25:47 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 04:17:28 -0000
From: Launchpad Bug Tracker <1528655@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Expired; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davidfavor janitor pitti
X-Launchpad-Bug-Reporter: David Favor (davidfavor)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20151222184130.12622.82599.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512041729.1175.6876.malone@loganberry.canonical.com>
Subject: [Bug 1528655] Re: Wily/15.10 - systemd hangs reboot + shutdown for
 long periods of time
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a609b48890221809eb07b397f30a638ac527d8d1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1528655 <1528655@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

[Expired for systemd (Ubuntu) because there has been no activity for 60
days.]

** Changed in: systemd (Ubuntu)
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1528655

Title:
  Wily/15.10 - systemd hangs reboot + shutdown for long periods of time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1528655/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 05:50:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D917826C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 05:50:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D24A11A448D;
	Thu, 12 May 2016 05:50:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0jWP-0007Ny-AL; Thu, 12 May 2016 05:50:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0jWN-0007MZ-CP
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 05:50:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0jWM-00045q-IR
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 05:50:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8A1352E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 05:50:50 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 05:42:42 -0000
From: Launchpad Bug Tracker <1512521@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bruno-pmarinho janitor seb128 sergey162008
X-Launchpad-Bug-Reporter: Bruno Marinho (bruno-pmarinho)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20151102232301.21295.3061.malonedeb@soybean.canonical.com>
Message-Id: <20160512054242.8821.50827.malone@gac.canonical.com>
Subject: [Bug 1512521] Re: gvfs-trash fails on file in a symbolic linked
 folder in a different file system 
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1cce6252d0e805d4de84312aa11b6cb50de7f00e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1512521 <1512521@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gvfs (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1512521

Title:
  gvfs-trash fails on file in a symbolic linked folder in a different
  file system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1512521/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 05:50:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8444026C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 05:50:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7C88D1A4552;
	Thu, 12 May 2016 05:50:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0jWQ-0007Og-D5; Thu, 12 May 2016 05:50:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0jWP-0007Np-52
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 05:50:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0jWO-000486-8H
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 05:50:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2CF852E80C9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 05:50:52 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 05:43:37 -0000
From: Sergey <sergey162008@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bruno-pmarinho janitor seb128 sergey162008
X-Launchpad-Bug-Reporter: Bruno Marinho (bruno-pmarinho)
X-Launchpad-Bug-Modifier: Sergey (sergey162008)
References: <20151102232301.21295.3061.malonedeb@soybean.canonical.com>
Message-Id: <20160512054337.21663.81759.malone@wampee.canonical.com>
Subject: [Bug 1512521] Re: gvfs-trash fails on file in a symbolic linked
 folder in a different file system 
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1ab085f08c2804c4666feac54c2d77b1e283feab
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1512521 <1512521@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have the same bug in Ubuntu 16.04.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1512521

Title:
  gvfs-trash fails on file in a symbolic linked folder in a different
  file system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1512521/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 06:31:27 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 29B3126C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 06:31:27 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 239C21A43CC;
	Thu, 12 May 2016 06:31:27 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0k9d-0003XJ-9f; Thu, 12 May 2016 06:31:25 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0k9b-0003X9-DW
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 06:31:23 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0k9b-0007Un-0U
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 06:31:23 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EB1D12E80C7
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 06:31:22 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 06:25:13 -0000
From: Rolf Leggewie <1315579@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gedit; status=Expired; importance=High; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=scim; component=universe; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=scim; component=main;
 status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: atul-thakur gunnarhj janitor osamu r0lf
 swarup-bhai1
X-Launchpad-Bug-Reporter: Swarup Dev (swarup-bhai1)
X-Launchpad-Bug-Modifier: Rolf Leggewie (r0lf)
References: <20140503012450.27281.81143.malonedeb@gac.canonical.com>
Message-Id: <20160512062514.32740.67037.malone@chaenomeles.canonical.com>
Subject: [Bug 1315579] Re: When using scim-m17n in gedit,
 the backspace and delete keys are dysfunctional
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4a03ae5d7293bad0373dd863570f6ab307593011
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1315579 <1315579@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

scim upstream tracks this as https://github.com/scim-im/scim/issues/2

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1315579

Title:
  When using scim-m17n in gedit, the backspace and delete keys are
  dysfunctional

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1315579/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 06:35:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5CEC626C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 06:35:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4AB4B1A4553;
	Thu, 12 May 2016 06:35:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0kDh-0004Bu-Qv; Thu, 12 May 2016 06:35:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0kDh-0004Bf-3v
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 06:35:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0kDg-0001Ha-Ql
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 06:35:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C8BA22E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 06:35:36 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 06:28:20 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=In Progress; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ericoporto2008
X-Launchpad-Bug-Reporter: erico_pt (ericoporto2008)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160502021115.24867.2430.malonedeb@wampee.canonical.com>
Message-Id: <20160512062821.21626.52028.launchpad@wampee.canonical.com>
Subject: [Bug 1577268] Re: Brasero can't find libdvdcss when going from Ubuntu
 14.04 to 16.04 
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5fed83b82f6dc6c006895c0787c0e86db30d39c4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577268 <1577268@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: brasero (Ubuntu)
   Importance: Undecided => Low

** Changed in: brasero (Ubuntu)
       Status: New => In Progress

** Description changed:

+ * Impact
+ the libcss plugin can't be enable with the current libdvdcss version
+ 
+ * Test case
+ - install libdvdcss
+ - start brasero
+ - go to the plugins dialog, enable the libdvdcss plugin
+ 
+ * Regression potential
+ none, the plugin was not loading at all and it's only its loader being changed
+ 
+ --------
+ 
  "I recently updated one of my rigs from 14.04 to 16.04. After upgrading
  Brasero tells me that it can't find libdvdcss. VLC play an inserted DVD,
  I see libdvdcss in /usr/lib/x86_64-linux gnu. However, i didn't see it
  simply in /usr/lib/ so I created a link there. Still didn't work, so I
  copied an older libdvdcss to /usr/lib. Still no joy.
  
  I checked to see what versions of libdvdcss I had installed - 2.2.0 in
  /usr/lib/x86_64-linux, 2.1.0 in /usr/lib * mv'ed the.2.1.0 to
  x86_64-linux * rm'ed the sym links to 2.2.0 * new sym link to 2.1.0 *
  works. "
  
  Originally reported here :
  
  https://www.reddit.com/r/Ubuntu/comments/4h4pcn/anybody_using_brasero_to_rip_dvds_in_1604/

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1577268

Title:
  Brasero can't find libdvdcss when going from Ubuntu 14.04 to 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1577268/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 06:41:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D3AF126C22C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 06:41:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CC60F1A4669;
	Thu, 12 May 2016 06:41:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0kIz-0004Qf-Q4; Thu, 12 May 2016 06:41:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0kIw-0004Pl-CA
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 06:41:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0kIw-0004b1-4O
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 06:41:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 16A1E2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 06:41:02 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 06:33:04 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=brasero; status=Confirmed; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=Fix Released; importance=High; assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=brasero; component=universe; status=In Progress; importance=High;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: febcrash gunnarhj janitor seb128 tomtomtom
X-Launchpad-Bug-Reporter: Olivier Febwin (febcrash)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160423190757.24128.20183.malonedeb@gac.canonical.com>
Message-Id: <20160512063305.10306.204.malone@soybean.canonical.com>
Subject: [Bug 1574090] Re: Brasero not translated at all on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dafd84b6bc5046086eb860a5fa32b479159245b8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574090 <1574090@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks Gunnar, that patch is not needed since USE_NLS is defined by
AM_GLIB_GNU_GETTEXT, what was needed is to have a rebuild so
translations are not removed from the binary.

I'm doing a SRU with another fix that should fix that as well.

Note that for yakkety we might want to add "X-Ubuntu-Use-Langpack: yes"
to debian/control and use langpack again, that would allow launchpad
translators to contribute to the translations (we can't easily do that
in xenial, or we would need to coordinate with a new langpacks landing
adding back the domain)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1574090

Title:
  Brasero not translated at all on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/brasero/+bug/1574090/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 06:56:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 93C9C26C27E3
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 06:56:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 82F1E1A4698;
	Thu, 12 May 2016 06:56:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0kXQ-0006DM-5Y; Thu, 12 May 2016 06:56:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0kXC-00069H-65
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 06:55:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0kXB-0007iB-Rb
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 06:55:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CEE832E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 06:55:45 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 06:46:34 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mc3man seb128
X-Launchpad-Bug-Reporter: Doug McMahon (mc3man)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160225212332.2088.93212.malonedeb@soybean.canonical.com>
Message-Id: <20160512064634.21417.22935.malone@wampee.canonical.com>
Subject: [Bug 1550005] Re: CD/DVDCreator is default for blank optical media
 but doesn't work
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ebcf5255fe0fa6395d6a218490ad0109bcb0d869
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1550005 <1550005@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

the command used is "nautilus --no-default-window --no-desktop burn:///"
and the issue seems to be nautilus not handling "--no-default-window" as
it should...

** Changed in: brasero (Ubuntu)
       Status: New => Confirmed

** Changed in: brasero (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1550005

Title:
  CD/DVDCreator is default for blank optical media but doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1550005/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 07:05:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AE70B26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 07:05:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9F2071A4644;
	Thu, 12 May 2016 07:05:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0kgv-0007Gl-Mv; Thu, 12 May 2016 07:05:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0kgu-0007GD-7W
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 07:05:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0kgt-0001sH-UK
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 07:05:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E0B7F2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 07:05:47 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 07:00:34 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: unflavored
X-Launchpad-Bug-Reporter: unflavored (unflavored)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160512023342.8480.9932.malonedeb@soybean.canonical.com>
Message-Id: <20160512070035.863.12145.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1580836] Re: Gnome Software ignores software-properties-gtk
 "When there are other updates" setting
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dc967cc3e6235f828afc91716170f878cc603608
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580836 <1580836@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1580836

Title:
  Gnome Software ignores software-properties-gtk "When there are other
  updates" setting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580836/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 07:11:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 962B626C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 07:11:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 919461A469E;
	Thu, 12 May 2016 07:11:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0kmg-0007YK-GZ; Thu, 12 May 2016 07:11:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0kmf-0007Y8-DS
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 07:11:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0kme-0007Pi-Kd
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 07:11:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8B0642E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 07:11:44 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 07:03:56 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=lxdm; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=sddm; component=universe; 
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: buo-ren-lin janitor kssgill marcel-spitau patola
 seb128 tobbez
X-Launchpad-Bug-Reporter: =?utf-8?b?5p6X5Y2a5LuBIChidW8tcmVuLWxpbik=?=
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160412132742.32543.87876.malonedeb@soybean.canonical.com>
Message-Id: <20160512070356.9016.56206.malone@gac.canonical.com>
Subject: [Bug 1569357] Re: Ubuntu 16.04 - Unity desktop session broken when
 using non-LightDM as X Display Manager
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e19dbdce4bd29df191656f238c1d15a49840fcc0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1569357 <1569357@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

that looks similar to bug #1293629, are those settings the
XDG_CURRENT_DESKTOP env variable?

** No longer affects: lightdm (Ubuntu)

** No longer affects: unity (Ubuntu)

** No longer affects: gnome-session (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1569357

Title:
  Ubuntu 16.04 - Unity desktop session broken when using non-LightDM as
  X Display Manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/1569357/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 07:56:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0387F26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 07:56:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F253D1A46C8;
	Thu, 12 May 2016 07:56:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0lTY-00046f-Sd; Thu, 12 May 2016 07:56:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0lTW-00045U-3P
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 07:56:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0lTV-0007eh-I2
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 07:56:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7793D2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 07:56:01 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 07:50:02 -0000
From: Launchpad Bug Tracker <1566870@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=banshee; component=universe;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alexstrand7-o janitor xazzzi
X-Launchpad-Bug-Reporter: =?utf-8?q?Alexander_Vinb=C3=A6k_Strand_=28alexstr?=
 =?utf-8?q?and7-o=29?=
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160406134758.18003.88872.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512075002.9523.77667.malone@gac.canonical.com>
Subject: [Bug 1566870] Re: banshee & rhythmbox crashes at startup with Google
 Drive mounted
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9fa7a4577e6b00168f2888b14d4c1943959516db
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1566870 <1566870@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: banshee (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1566870

Title:
  banshee & rhythmbox crashes at startup with Google Drive mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1566870/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 07:56:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0632326C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 07:56:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0099E1A46C8;
	Thu, 12 May 2016 07:56:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0lTZ-00047V-Up; Thu, 12 May 2016 07:56:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0lTY-00046K-AB
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 07:56:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0lTX-0007e9-TV
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 07:56:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DDBD12E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 07:56:03 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 07:50:02 -0000
From: Launchpad Bug Tracker <1566870@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=banshee; component=universe;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alexstrand7-o janitor xazzzi
X-Launchpad-Bug-Reporter: =?utf-8?q?Alexander_Vinb=C3=A6k_Strand_=28alexstr?=
 =?utf-8?q?and7-o=29?=
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160406134758.18003.88872.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512075003.9523.91177.malone@gac.canonical.com>
Subject: [Bug 1566870] Re: banshee & rhythmbox crashes at startup with Google
 Drive mounted
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 88c5a6c5f95864a4f0c02bb4b25d5996bd7584fb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1566870 <1566870@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: rhythmbox (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1566870

Title:
  banshee & rhythmbox crashes at startup with Google Drive mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1566870/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 07:56:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7A4B826C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 07:56:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 74CE11A46D7;
	Thu, 12 May 2016 07:56:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0lTc-00049p-F9; Thu, 12 May 2016 07:56:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0lTb-00048F-05
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 07:56:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0lTa-0007p5-LW
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 07:56:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8D9ED2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 07:56:06 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 07:50:20 -0000
From: Vitaliy Yakovenko <xazzzi@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=banshee; component=universe;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alexstrand7-o janitor xazzzi
X-Launchpad-Bug-Reporter: =?utf-8?q?Alexander_Vinb=C3=A6k_Strand_=28alexstr?=
 =?utf-8?q?and7-o=29?=
X-Launchpad-Bug-Modifier: Vitaliy Yakovenko (xazzzi)
References: <20160406134758.18003.88872.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512075020.9250.47957.malone@soybean.canonical.com>
Subject: [Bug 1566870] Re: banshee & rhythmbox crashes at startup with Google
 Drive mounted
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7526a02bd08c29f75862c624bd65e92a37ebcdeb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1566870 <1566870@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same problem here.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1566870

Title:
  banshee & rhythmbox crashes at startup with Google Drive mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1566870/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 07:56:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F3B5426C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 07:56:16 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EDF7E1A46D8;
	Thu, 12 May 2016 07:56:16 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0lTk-0004FZ-SG; Thu, 12 May 2016 07:56:16 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0lTd-0004Ae-9u
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 07:56:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0lTd-0007p2-0M
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 07:56:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 00C742E80C2
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 07:56:09 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 07:45:49 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 mohan-ram vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160512074550.8689.38545.launchpad@gac.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar does not use Unity decorations
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f94f07d3420e0a40ecf6618cf9639c0717a02a12
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-calendar (Ubuntu)
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 08:01:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 12D8226C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 08:01:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0E4D81A46B4;
	Thu, 12 May 2016 08:01:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0lZ5-0005ci-V3; Thu, 12 May 2016 08:01:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0lYL-0005Bk-7t
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 08:01:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0lYJ-0008N2-5M
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 08:00:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5CF722E818B
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 08:00:58 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 07:54:14 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 mohan-ram vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160512075415.21271.21719.launchpad@wampee.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar has white corners
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5e16350a5085b4f24c04e04668b0d2bfee0fca20
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- Gnome Calendar does not use Unity decorations
+ Gnome Calendar has white corners

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 08:41:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6BF1726C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 08:41:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 657A51A4604;
	Thu, 12 May 2016 08:41:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0mBB-0001ez-Ac; Thu, 12 May 2016 08:41:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0mBA-0001el-R5
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 08:41:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0mBA-0007UT-BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 08:41:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 454312E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 08:41:08 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 08:33:32 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 mohan-ram vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160512083333.8326.16577.launchpad@soybean.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar has white corners
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 23ad168f7a0a17c49d1aea0d28e7ffad01d74ec0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCisgKiBJbXBhY3QKKyAKKyB0aGUgZ25vbWUtY2FsZW5k
YXIgd2luZG93IGNvcm5lcnMgZG9uJ3QgbG9vayByaWdodCAod2hpdGUgc3F1YXJlcworIGluc3Rl
YWQgb2Ygcm91bmRlZCkKKyAKKyAqIFRlc3QgY2FzZQorIHN0YXJ0IGdub21lLWNhbGVuZGFyIHVu
ZGVyIHVuaXR5IGFuZCBsb29rIGF0IHRoZSB3aW5kb3dzIGNvcm5lciwgdGhleSBzaG91bGQgYmUg
cm91bmRlZC4gVGhlIHVwZGF0ZSBhbHNvIGluY2x1ZGUgYSBidWdmaXggbmV3IHJldmVzaW9uIHNv
IG1ha2Ugc3VyZSBjYWxlbmRhciBldmVudHMgYXJlIGNvcnJlY3RseSBsaXN0ZWQgYW5kIHRoYXQg
dGhlIGNhbGVuZGFyIHdvcmtzIGNvcnJlY3RseQorIAorICogUmVncmVzc2lvbiBwb3RlbnRpYWwK
KyB0aGUgdXBkYXRlIGhhcyBvbmx5IHNtYWxsIGJ1Z2ZpeGVzIGFuZCBzaG91bGQgYmUgc2FmZSBi
dXQga2VlcCBhbiBleWUgZm9yIG5ldyBpc3N1ZXMKKyAKKyAtLS0tLS0KKyAKICBHbm9tZSBDYWxl
bmRhciBzdGlsbCBsb29rcyBsaWtlIGl0IGlzIG5vdCB1c2luZyB0aGUgcHJvcGVyIENTRCB0aGF0
CiAgb3RoZXIgR25vbWUgYXBwcyBkbyAobWFwcywgd2VhdGhlciwgZXRjLikgbm9yIGRvZXMgaXQg
bG9vayBsaWtlIGEKICBwYXRjaGVkIFVuaXR5IGFwcC4KICAKICBQcm9ibGVtVHlwZTogQnVnCiAg
RGlzdHJvUmVsZWFzZTogVWJ1bnR1IDE2LjA0CiAgUGFja2FnZTogZ25vbWUtY2FsZW5kYXIgMy4x
OS45Mi0wdWJ1bnR1MwogIFByb2NWZXJzaW9uU2lnbmF0dXJlOiBVYnVudHUgNC40LjAtMTcuMzMt
Z2VuZXJpYyA0LjQuNgogIFVuYW1lOiBMaW51eCA0LjQuMC0xNy1nZW5lcmljIHg4Nl82NAogIEFw
cG9ydFZlcnNpb246IDIuMjAuMS0wdWJ1bnR1MQogIEFyY2hpdGVjdHVyZTogYW1kNjQKICBDdXJy
ZW50RGVza3RvcDogVW5pdHkKICBEYXRlOiBTYXQgQXByICAyIDA3OjEyOjQxIDIwMTYKICBJbnN0
YWxsYXRpb25EYXRlOiBJbnN0YWxsZWQgb24gMjAxNi0wMy0yNyAoNiBkYXlzIGFnbykKICBJbnN0
YWxsYXRpb25NZWRpYTogVWJ1bnR1IDE2LjA0IExUUyAiWGVuaWFsIFhlcnVzIiAtIEJldGEgYW1k
NjQgKDIwMTYwMzIzKQogIFByb2NFbnZpcm9uOgotICBMQU5HVUFHRT1lbl9VUwotICBQQVRIPShj
dXN0b20sIG5vIHVzZXIpCi0gIFhER19SVU5USU1FX0RJUj08c2V0PgotICBMQU5HPWVuX1VTLlVU
Ri04Ci0gIFNIRUxMPS9iaW4vYmFzaAorIMKgTEFOR1VBR0U9ZW5fVVMKKyDCoFBBVEg9KGN1c3Rv
bSwgbm8gdXNlcikKKyDCoFhER19SVU5USU1FX0RJUj08c2V0PgorIMKgTEFORz1lbl9VUy5VVEYt
OAorIMKgU0hFTEw9L2Jpbi9iYXNoCiAgU291cmNlUGFja2FnZTogZ25vbWUtY2FsZW5kYXIKICBV
cGdyYWRlU3RhdHVzOiBObyB1cGdyYWRlIGxvZyBwcmVzZW50IChwcm9iYWJseSBmcmVzaCBpbnN0
YWxsKQoKLS0gCllvdSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3Ug
YXJlIGEgbWVtYmVyIG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQg
dG8gZ25vbWUtY2FsZW5kYXIgaW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9i
dWdzLzE1NjUyNjcKClRpdGxlOgogIEdub21lIENhbGVuZGFyIGhhcyB3aGl0ZSBjb3JuZXJzCgpU
byBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdz
LmxhdW5jaHBhZC5uZXQvZ25vbWUtY2FsZW5kYXIvK2J1Zy8xNTY1MjY3LytzdWJzY3JpcHRpb25z
CgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1
LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1
Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 10:16:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2057926C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 10:16:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1887E1A4979;
	Thu, 12 May 2016 10:16:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0nfW-0005qF-1Z; Thu, 12 May 2016 10:16:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0nfV-0005q1-9O
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 10:16:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0nfU-0001oJ-TG
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 10:16:32 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B83C02E80CD
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 10:16:32 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 10:06:57 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels janitor lbsolost mitya57
X-Launchpad-Bug-Reporter: Erick Brunzell (lbsolost)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20160404125427.19511.86183.malonedeb@soybean.canonical.com>
Message-Id: <20160512100657.14093.53122.malone@soybean.canonical.com>
Subject: [Bug 1565780] Re: Xenial flashback session lacks access to nautilus
 preferences menu
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c85255ee48519588fe1db0aaf9be9ca3c29a0741
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565780 <1565780@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

> Dmitry, can you do it?

No time, sorry. If someone volunteers to create/update patches for
Nautilus, I can merge and upload them.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1565780

Title:
  Xenial flashback session lacks access to nautilus preferences menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1565780/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 10:20:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A08CC26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 10:20:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 996451A48CE;
	Thu, 12 May 2016 10:20:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0nji-0006E6-Ix; Thu, 12 May 2016 10:20:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0njh-0006DJ-5m
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 10:20:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0njg-0003Nw-6I
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 10:20:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1A92C2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 10:20:52 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 10:11:45 -0000
From: Julian Andres Klode <juliank@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug-Tags: rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crichton crosser janitor juliank laney launchpad-startport luzfcb
 seb128 ximion
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Julian Andres Klode (juliank)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160512101146.903.96431.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5f31c5008dff5ac379ab6889e7e1eac0325324a4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 10:41:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4B66A26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 10:41:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 44EED1A49E4;
	Thu, 12 May 2016 10:41:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0o3p-0007QV-6P; Thu, 12 May 2016 10:41:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0o3n-0007Of-CP
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 10:41:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0o3m-0005L7-0s
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 10:41:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EC30D2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 10:41:37 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 10:31:08 -0000
From: Matthias Niess <1208993@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cpbl david-redeslinux janitor kapcom01 matiss-v
 merlijn-sebrechts mniess nicolas-raoul ph-gachoud-gmail rsfmcj
 sandoval-alvarez sdfjsfjaei-hans simpre ubfan1 vamattom zzarko-gmail
X-Launchpad-Bug-Reporter: Merlijn Sebrechts (merlijn-sebrechts)
X-Launchpad-Bug-Modifier: Matthias Niess (mniess)
References: <20130806210919.6133.11887.malonedeb@soybean.canonical.com>
Message-Id: <20160512103108.8689.17562.malone@gac.canonical.com>
Subject: [Bug 1208993] Re: Ubuntu slows down and hangs while copying file
 from/to USB
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 174460d60b24aa6d1cd3b1c4407ef8beb62b379c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1208993 <1208993@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This problem started ocurring for me when I moved to 16.04. I also
upgraded my RAM from 8 to 16GB.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1208993

Title:
  Ubuntu slows down and hangs while copying file from/to USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1208993/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 10:51:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3DBD426C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 10:51:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3583C1A49F7;
	Thu, 12 May 2016 10:51:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0oCy-0000HV-Ko; Thu, 12 May 2016 10:51:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0oCx-0000HA-C9
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 10:51:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0oCv-0001vT-GM
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 10:51:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7904D2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 10:51:05 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 10:44:38 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=apt; 
 component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crichton crosser janitor juliank laney launchpad-startport luzfcb
 seb128 ximion
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160512104439.8689.89532.launchpad@gac.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 052b3b58fbd2316853248801e6941fa42817c44e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: apt (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: appstream (Ubuntu Xenial)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 11:05:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6C15F26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 11:05:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 630321A4A06;
	Thu, 12 May 2016 11:05:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0oRF-0001nJ-8m; Thu, 12 May 2016 11:05:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0oRE-0001n4-6s
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 11:05:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0oRD-0000c7-Qq
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 11:05:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C43822E80C9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 11:05:51 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 10:57:36 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Committed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney neil.mayhew pitti ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512105736.340.19181.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2e1c240e7a5aa67d4ff6934155886f81f3c7471b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Matthias, or anyone else affected,

Accepted appstream into xenial-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/appstream/0.9.4-1ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: appstream (Ubuntu Xenial)
       Status: New => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 11:06:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C310926C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 11:06:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BBE541A49EB;
	Thu, 12 May 2016 11:06:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0oRM-0001vJ-M8; Thu, 12 May 2016 11:06:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0oRM-0001v0-9K
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 11:06:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0oRL-0000ja-Jf
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 11:05:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9356D2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 11:05:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 10:57:21 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney pitti ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160425232653.24544.98576.malonedeb@gac.canonical.com>
Message-Id: <20160512105721.20886.25177.malone@wampee.canonical.com>
Subject: [Bug 1574896] Re: appstreamcli: double free or corruption with
 certain metadata
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4b6fcc6b4caf3c3c614cedb3da9fd0f50ea7c1ad
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574896 <1574896@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Matthias, or anyone else affected,

Accepted appstream into xenial-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/appstream/0.9.4-1ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: appstream (Ubuntu Xenial)
       Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1574896

Title:
  appstreamcli: double free or corruption with certain metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1574896/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 11:35:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 16A7726C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 11:35:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0C6191A4A39;
	Thu, 12 May 2016 11:35:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0ou9-00055u-T1; Thu, 12 May 2016 11:35:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0ou8-00054x-0T
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 11:35:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0ou7-0001GD-Im
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 11:35:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 721E02E80C7
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 11:35:43 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 11:26:10 -0000
From: garypeg <1579482@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bluetooth
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pegngary
X-Launchpad-Bug-Reporter: garypeg (pegngary)
X-Launchpad-Bug-Modifier: garypeg (pegngary)
References: <20160508082818.9051.53283.malonedeb@gac.canonical.com>
Message-Id: <20160512112611.21663.4334.launchpad@wampee.canonical.com>
Subject: [Bug 1579482] Re: Ubuntu 16 Bluetooth speakers and earphones
 connections not connecting automatically and dropping
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3cb32e41f7285859e78f075c8a5e68071184275a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579482 <1579482@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: bluetooth

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1579482

Title:
  Ubuntu 16 Bluetooth speakers and earphones connections not connecting
  automatically and dropping

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1579482/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 11:46:31 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 90F4026C27AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 11:46:31 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8829F1A4A56;
	Thu, 12 May 2016 11:46:31 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0p4Y-0006Mf-GI; Thu, 12 May 2016 11:46:30 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0p4X-0006Lb-Fc
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 11:46:29 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0p4W-0003vM-Rx
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 11:46:28 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D1A3F2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 11:46:28 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 11:37:01 -0000
From: Amr Ibrahim <1565267@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 mohan-ram vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160512113701.10274.25250.malone@gac.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar has white corners
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 152e8bc29d396056ec5022c05a4cdb76b37e41f8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The yakkety changelog has a wrong LP bug number,

gnome-calendar (3.20.2-0ubuntu1) yakkety; urgency=medium

  * New upstream version
    - Use the theme's CSS instead of our custom one (lp: #565267)

It should be 1565267.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 11:46:32 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B749C26C27AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 11:46:32 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B0D281A4A5A;
	Thu, 12 May 2016 11:46:32 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0p4Z-0006Nw-KB; Thu, 12 May 2016 11:46:31 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0p4Y-0006Mg-Le
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 11:46:30 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0p4Y-0003vR-1i
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 11:46:30 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 06B5E2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 11:46:30 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 11:39:23 -0000
From: Amr Ibrahim <1565267@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 mohan-ram vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160512113923.21201.8974.malone@wampee.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar has white corners
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fc9c4766ea54705ae371cbbf0a8111400ab010ab
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The changelog missed Bug #1573636. It is fixed in 3.20.2.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 13:05:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 45AD126C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 13:05:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 407D11A4A44;
	Thu, 12 May 2016 13:05:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0qJK-0006vB-Nx; Thu, 12 May 2016 13:05:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0qJJ-0006uv-Pu
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 13:05:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0qJJ-0008Rg-AE
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 13:05:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 41AFE2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 13:05:49 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 12:57:49 -0000
From: Agustin Baez <1578317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agustin-rc89 brad-figg cosmos-door josep-ubuntu
 jsalisbury walter-garcia
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Agustin Baez (agustin-rc89)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160512125750.13999.71051.malone@soybean.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b273a968c5f73494980a1ecb87a055c618d57ed0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have the same problem. My USB mouse worked fine in ubuntu 14.04, but
after doing a clean install of 16.04 it freezes just after login and
dmesg is full of "status -75".

[ 1.224340] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.356707] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.356709] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.628335] usb 2-1.1: new low-speed USB device number 3 using ehci-pci
[ 1.725971] usb 2-1.1: New USB device found, idVendor=0e8f, idProduct=0022
[ 1.725974] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.725975] usb 2-1.1: Product: USB KB V11
[ 1.725976] usb 2-1.1: Manufacturer: GASIA
[ 1.796326] usb 2-1.3: new low-speed USB device number 4 using ehci-pci
[ 1.893017] usb 2-1.3: New USB device found, idVendor=15d9, idProduct=0a4c
[ 1.893022] usb 2-1.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.893025] usb 2-1.3: Product: USB OPTICAL MOUSE
[ 313.448227] usb 2-1.3: input irq status -75 received
[ 313.464221] usb 2-1.3: input irq status -75 received
[ 313.472219] usb 2-1.3: input irq status -75 received
[ 313.480219] usb 2-1.3: input irq status -75 received

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 13:25:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B228E26C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 13:25:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A87811A4A3B;
	Thu, 12 May 2016 13:25:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0qch-0001Al-4V; Thu, 12 May 2016 13:25:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0qcf-0001AA-GH
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 13:25:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0qcf-0004lb-3H
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 13:25:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0B81D2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 13:25:49 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 13:16:11 -0000
From: Walter Garcia-Fontes <walter.garcia@upf.edu>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agustin-rc89 brad-figg cosmos-door josep-ubuntu
 jsalisbury walter-garcia
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Walter Garcia-Fontes (walter-garcia)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160512131611.21125.52599.malone@wampee.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 36f3ec66552c0907e776bfdfea920c018d27c946
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

agustin-rc89, does the workaround mentioned in message #8 work for you?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 13:41:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9E65A26C27AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 13:41:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 94AA51A4A50;
	Thu, 12 May 2016 13:41:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0qrO-0002l8-L4; Thu, 12 May 2016 13:41:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0qrN-0002ku-Sb
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 13:41:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0qrN-0004nA-Ck
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 13:41:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 504B62E80C7
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 13:41:01 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 13:31:43 -0000
From: raven322 <1581035@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: raven322 (spike85051)
Message-Id: <20160512133143.9290.65543.malonedeb@gac.canonical.com>
Subject: [Bug 1581035] [NEW] systemd fails
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8f010fd8b6458eae035951549be9e8c6caa7bda8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581035 <1581035@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

getting about a dozen systemd bugs on startup. all seems to indicate
that start order is incorrect for system bring-up.

IE:
net is loaded too late but clam wants the net.
and similar stupid garbage.

also AMD FX causes cpufreq to fail to load for some reason. Thermal
drivers are loaded. This chip supports as-needed overclock above stated
speed OOBE, at least on sindows.

--

May 09 09:38:08 livingroom kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
May 09 09:38:08 livingroom kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
May 09 09:38:08 livingroom systemd[1]: systemd-modules-load.service: Unit entered failed state.
May 09 09:38:08 livingroom systemd[1]: systemd-modules-load.service: Unit entered failed state.
May 09 09:38:08 livingroom systemd[1]: systemd-modules-load.service: Unit entered failed state.
May 09 09:38:08 livingroom systemd[1]: systemd-modules-load.service: Unit entered failed state.
May 09 09:38:08 livingroom systemd[1]: systemd-modules-load.service: Unit entered failed state.
May 09 09:38:09 livingroom systemd-udevd[639]: Process '/usr/bin/jscal-restore /dev/input/js0' failed with exit code 1.
May 09 09:38:30 livingroom auditctl[1323]: failure 1
-- Subject: Unit networking.service has failed
-- Unit networking.service has failed.
-- The result is failed.
May 09 09:38:30 livingroom systemd[1]: networking.service: Unit entered failed state.
May 09 09:38:30 livingroom audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=networking comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 09 09:38:31 livingroom cpufreqd[1653]:    ...fail!
-- Subject: Unit cpufreqd.service has failed
-- Unit cpufreqd.service has failed.
-- The result is failed.
May 09 09:38:31 livingroom audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cpufreqd comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 09 09:38:31 livingroom systemd[1]: cpufreqd.service: Unit entered failed state.
May 09 09:38:32 livingroom loadcpufreq[1635]:    ...fail!


May 09 09:38:37 livingroom freshclam[1792]: Reading CVD header (main.cvd): WARNING: Can't get information about db.local.clamav.net: Temporary failure in name resolution
May 09 09:38:37 livingroom freshclam[1792]: Can't get information about db.local.clamav.net: Temporary failure in name resolution
May 09 09:38:37 livingroom console-kit-daemon[4627]: (process:4709): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
May 09 09:38:41 livingroom NetworkManager[1659]: <info>  [1462804721.3228] device (wlp12s0): state change: disconnected -> unavailable (reason 'supplicant-failed') [30 20 10]
May 09 09:38:41 livingroom dhclient[3916]: receive_packet failed on enp3s0: Network is down
May 09 09:38:41 livingroom dhclient[3916]: receive_packet failed on enp3s0: Network is down
May 09 09:38:42 livingroom NetworkManager[1659]: <warn>  [1462804722.3828] rdisc[0x1c11220,"enp3s0"]: failure sending router solicitation: Network is unreachable (101)
May 09 09:38:42 livingroom freshclam[1792]: Reading CVD header (main.cvd): WARNING: Can't get information about db.local.clamav.net: Temporary failure in name resolution
May 09 09:38:42 livingroom freshclam[1792]: Can't get information about db.local.clamav.net: Temporary failure in name resolution
May 09 09:38:46 livingroom NetworkManager[1659]: <warn>  [1462804726.3849] rdisc[0x1c11220,"enp3s0"]: failure sending router solicitation: Cannot assign requested address (99)
-- Subject: Unit NetworkManager-wait-online.service has failed
-- Unit NetworkManager-wait-online.service has failed.
-- The result is failed.
May 09 09:39:03 livingroom audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 09 09:39:03 livingroom systemd[1]: NetworkManager-wait-online.service: Unit entered failed state.
May 09 09:39:21 livingroom NetworkManager[1659]: dhcp6_start_with_link_ready: assertion 'll_addr' failed
May 09 09:39:22 livingroom ntpd[7705]: bind(26) AF_INET6 2601:3cb:0:d576:b80a:5f2d:92ca:9fbc#123 flags 0x11 failed: Cannot assign requested address
May 09 09:39:22 livingroom ntpd[7705]: failed to init interface for address 2601:3cb:0:d576:b80a:5f2d:92ca:9fbc
May 09 09:39:22 livingroom ntpd[7705]: bind(26) AF_INET6 2601:3cb:0:d576:b0ab:eea4:8364:4c9e#123 flags 0x11 failed: Cannot assign requested address
May 09 09:39:22 livingroom ntpd[7705]: failed to init interface for address 2601:3cb:0:d576:b0ab:eea4:8364:4c9e
May 09 09:39:22 livingroom ntpd[7705]: bind(26) AF_INET6 fe80::c069:f081:e694:7df3%2#123 flags 0x11 failed: Cannot assign requested address
May 09 09:39:22 livingroom ntpd[7705]: failed to init interface for address fe80::c069:f081:e694:7df3%2
May 09 09:43:48 livingroom colord[2033]: (colord:2033): Cd-WARNING **: failed to get session [pid 31374]: No such device or address
May 09 09:43:48 livingroom colord[2033]: (colord:2033): Cd-WARNING **: failed to get session [pid 31374]: No such device or address

not sure how to proceed here.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1581035

Title:
  systemd fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1581035/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 13:45:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 70B0226C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 13:45:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 69AC01A4A5B;
	Thu, 12 May 2016 13:45:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0qvp-0003Nd-TC; Thu, 12 May 2016 13:45:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0qvo-0003NC-95
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 13:45:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0qvn-0007sp-UN
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 13:45:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E02532E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 13:45:35 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 13:40:17 -0000
From: raven322 <1581043@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: raven322 (spike85051)
Message-Id: <20160512134017.9051.23409.malonedeb@gac.canonical.com>
Subject: [Bug 1581043] [NEW] report a bug link impossible to find
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 175d1a72184c43c66f362cde0ccfa3a66e40d730
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581043 <1581043@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

launchpad:
unless actively reported a bug, the report a bug link is impossible to find and burined nestedly within several pages.

one should put it at the top of the nav code on the right once logged in.
This frustrates those trying to report bugs.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1581043

Title:
  report a bug link impossible to find

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1581043/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 14:00:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B01D926C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 14:00:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AB9DB1A4A77;
	Thu, 12 May 2016 14:00:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0rAZ-0006m0-FP; Thu, 12 May 2016 14:00:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0rAY-0006lc-3y
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 14:00:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0rAX-0003uU-Oc
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:00:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9165F2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:00:49 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 13:51:42 -0000
From: raven322 <1581052@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: raven322 (spike85051)
Message-Id: <20160512135143.10380.68636.malonedeb@gac.canonical.com>
Subject: [Bug 1581052] [NEW] system updater
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f799dbb94b6c5a953f911089801aac31fa0bfe27
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581052 <1581052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

the gnome system updater keeps popping up.(im in light DE)

ok. fine. dandy. lemme know.

problem is its sucking updates with telling me and telling me to reboot.
This is NOT set. I want to be notified instead.

I usually update w synaptic often enough so this is not an issue.

this should respect my setting.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1581052

Title:
  system updater

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1581052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 14:02:31 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6A42A26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 14:02:31 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 665EF1A315E;
	Thu, 12 May 2016 14:02:31 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0rCB-0007LD-1I; Thu, 12 May 2016 14:02:31 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0rC8-0007JH-Ok
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 14:02:28 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0rC8-0005qO-1k
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:02:28 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 098EB2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:02:28 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 13:55:36 -0000
From: Launchpad Bug Tracker <1512002@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=accountsservice; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Released; importance=Undecided;
 assignee=seb128@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-messages;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=policykit-1-gnome;
 component=main; status=Invalid; importance=Undecided;
 assignee=pro100rb@yandex.ru; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=accountsservice; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a-j-buxton a-keimpema alkisg bluebomber chronoscz
 dahbien-hwa darren-davisononline desrt electromage
 j-redoute janitor
 langen-langensoft lynchm0965 mdeslaur momonth mwrius pitti ppetermann80
 robert-voigt salvoisaja seb128 sf11u skunk smares stephane-gourichon-lpad
 wason zeioth
X-Launchpad-Bug-Reporter: brainsail (robert-voigt)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20151031194333.31691.50803.malonedeb@wampee.canonical.com>
Message-Id: <20160512135540.12181.71483.malone@ackee.canonical.com>
Subject: [Bug 1512002] Re: Annoying dialog "Authentication is required to
 change your own user data"
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4d0280ef9cbfc5a96482e950d9e7c0c5f2eb2fe2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1512002 <1512002@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package accountsservice - 0.6.40-2ubuntu11

---------------
accountsservice (0.6.40-2ubuntu11) xenial; urgency=medium

  * debian/patches/change-own-data-inactive.patch:
    - updated to use allow_any=yes to avoid displaying unndeed dialog for
      remote sessions as well, thanks Alkis Georgopoulos
      (lp: #1512002)

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 29 Apr 2016 16:15:39
+0200

** Changed in: accountsservice (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1512002

Title:
  Annoying dialog "Authentication is required to change your own user
  data"

To manage notifications about this bug go to:
https://bugs.launchpad.net/accountsservice/+bug/1512002/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 14:02:31 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DCEC526C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 14:02:31 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CF7721A48CB;
	Thu, 12 May 2016 14:02:31 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0rCA-0007L2-Iz; Thu, 12 May 2016 14:02:30 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0rBm-00074l-JF
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 14:02:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0rBm-0005YN-1u
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:02:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 087D72E8028
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:02:06 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 13:55:03 -0000
From: Launchpad Bug Tracker <1545308@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=glib2.0; component=main;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=wily; sourcepackage=glib2.0;
 component=main; status=Fix Released; importance=High;
 assignee=iain@orangesquash.org.uk; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brian-murray janitor laney pitti seb128
 trent-a-b-nelson
X-Launchpad-Bug-Reporter: Trent Nelson (trent-a-b-nelson)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160213172024.8127.87050.malonedeb@wampee.canonical.com>
Message-Id: <20160512135507.12180.59361.malone@ackee.canonical.com>
Subject: [Bug 1545308] Re: Backport upstream fix for memleak
X-Launchpad-Message-Rationale: Subscriber (glib2.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a4ad96b928f632e6400fbb2d133686cac725080a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1545308 <1545308@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package glib2.0 - 2.46.2-1ubuntu2

---------------
glib2.0 (2.46.2-1ubuntu2) wily; urgency=medium

  * d/p/0001-GDBusProxy-Fix-a-memory-leak-during-initialization.patch:
    Cherry-pick upstream patch to fix a memleak in GDBusProxy (LP: #1545308)

 -- Iain Lane <iain.lane@canonical.com>  Tue, 01 Mar 2016 13:05:30 +0000

** Changed in: glib2.0 (Ubuntu Wily)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1545308

Title:
  Backport upstream fix for memleak

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1545308/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 14:02:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9E02D26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 14:02:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9A89A1A2ECE;
	Thu, 12 May 2016 14:02:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0rCH-0007Q4-F1; Thu, 12 May 2016 14:02:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0rBo-00075V-OL
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 14:02:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0rBo-0005Xd-A0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:02:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 350882E80CB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:02:08 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 13:55:11 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=glib2.0; component=main;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=wily; sourcepackage=glib2.0;
 component=main; status=Fix Released; importance=High;
 assignee=iain@orangesquash.org.uk; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brian-murray janitor laney pitti seb128
 trent-a-b-nelson
X-Launchpad-Bug-Reporter: Trent Nelson (trent-a-b-nelson)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160213172024.8127.87050.malonedeb@wampee.canonical.com>
Message-Id: <20160512135511.8720.26414.malone@gac.canonical.com>
Subject: [Bug 1545308] Update Released
X-Launchpad-Message-Rationale: Subscriber (glib2.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f943033f517a9ed1abaea4d7c72a130dd238fb80
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1545308 <1545308@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for glib2.0 has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1545308

Title:
  Backport upstream fix for memleak

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1545308/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 14:03:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7FFB626C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 14:03:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7B5F81A4A81;
	Thu, 12 May 2016 14:03:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0rDD-00083S-9p; Thu, 12 May 2016 14:03:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0rD7-0007v5-6Q
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 14:03:29 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0rD6-0007QP-9q
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:03:28 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3786F2E8011
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:03:28 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 13:54:49 -0000
From: cthulhu1987 <42571@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=eog; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=Fix Released; importance=Low; assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adpsimpson-gmail boris-baran drcsturm
 eeclark-deactivatedaccount joni-nevalainen kronheim michael-q-rose michalxo
 pporchuk samant-ua scott-g-murray seb128 timbutler
 wouterstomp-deactivatedaccount
X-Launchpad-Bug-Reporter: mannheim (kronheim)
X-Launchpad-Bug-Modifier: cthulhu1987 (boris-baran)
References: <20060502130010.16712.52441.malonedeb@gandwana.ubuntu.com>
Message-Id: <20160512135449.1141.90281.malone@chaenomeles.canonical.com>
Subject: [Bug 42571] Re: eog won't delete images on different volume
X-Launchpad-Message-Rationale: Subscriber @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6a887d701cc429dab2429acb7c19333094df20d7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 42571 <42571@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

How in the name of the Flying Spaghetti Monster is the big STILL THERE
after TEN YEARS??

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/42571

Title:
  eog won't delete images on different volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/eog/+bug/42571/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 14:05:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 141E326C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 14:05:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0E6C91A4A85;
	Thu, 12 May 2016 14:05:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0rFL-0000GW-Sh; Thu, 12 May 2016 14:05:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0rFK-0000Fu-Rj
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 14:05:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0rFK-0007nw-HG
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:05:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 751792E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:05:46 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 13:56:09 -0000
From: raven322 <1581054@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: raven322 (spike85051)
Message-Id: <20160512135610.303.39311.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1581054] [NEW] light DE wont lock
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4e2ce5b54c6879481e7f5a0fc93ec98ee1cdab4b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581054 <1581054@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Im using light DE. I normally use MATE. K is nice but I dont like the
fluff imported from SINdows. anyhoo...

Light wont lock. I walk away and the screen blanks but it wont lock on
its own.

Now, some say to install xsaver. fine. Now you get:"this is too old"
warnings because the dev has a bug up his ass about point point point
updating and not letting repos catch up.Mind you, deb stable is often
very old. Not everyone can stay current.

yet somehow xsaver doesnt seem to be kicking in or isnt installed?
hmmmm.. warrants a look see. if you can blank, you can lock.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1581054

Title:
  light DE wont lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1581054/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 14:11:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6B1A626C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 14:11:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 347CE1A4A89;
	Thu, 12 May 2016 14:11:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0rKN-0000uI-Ju; Thu, 12 May 2016 14:10:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0rKL-0000tj-Hp
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 14:10:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0rKK-0001pK-W0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:10:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E73682E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:10:56 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 14:01:24 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=None; component=None;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pitti spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160512134017.9051.23409.malonedeb@gac.canonical.com>
Message-Id: <20160512140125.20962.43791.malone@wampee.canonical.com>
Subject: [Bug 1581043] Re: report a bug link impossible to find
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8150af90e17c227dadd8ec4013174effe28e4bbd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581043 <1581043@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Don't use the "report a bug link" in Launchpad. Use "ubuntu-bug"
instead.

** Package changed: systemd (Ubuntu) => ubuntu

** Changed in: ubuntu
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1581043

Title:
  report a bug link impossible to find

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1581043/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 14:15:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7A8FD26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 14:15:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 71F101A4A98;
	Thu, 12 May 2016 14:15:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0rOy-0001Ny-9m; Thu, 12 May 2016 14:15:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0rOx-0001Ne-Cw
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 14:15:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0rOx-0002zq-6E
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:15:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2B5912E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:15:43 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 14:09:57 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160512135143.10380.68636.malonedeb@gac.canonical.com>
Message-Id: <20160512140958.1018.7231.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1581052] Re: system updater
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e95c35b4b1657de91dda4a05e92581724c5230d2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581052 <1581052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: systemd (Ubuntu) => gnome-software (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581052

Title:
  system updater

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 14:16:22 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 074DF26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 14:16:22 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 013291A4A99;
	Thu, 12 May 2016 14:16:22 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0rPZ-0001bS-Os; Thu, 12 May 2016 14:16:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0rPY-0001ad-BX
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 14:16:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0rPX-0003ax-TJ
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:16:19 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D994C2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:16:19 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 14:07:15 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; status=Confirmed;
 importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-location;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug armhf vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cjreeve janitor popey thecosmicfrog
X-Launchpad-Bug-Reporter: Aaron Hastings (thecosmicfrog)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20160422153818.17539.54611.malonedeb@soybean.canonical.com>
Message-Id: <20160512140716.9051.98349.launchpad@gac.canonical.com>
Subject: [Bug 1573674] Re: Location indicator appears and reappears
 continually on BQ Aquaris M10
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a35b36c9cdd2501d563382c90716533f4e2d0ce9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573674 <1573674@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogQWxzbyBhZmZlY3RzOiBsb2NhdGlvbi1zZXJ2aWNlIChVYnVudHUpCiAgIEltcG9ydGFuY2U6
IFVuZGVjaWRlZAogICAgICAgU3RhdHVzOiBOZXcKCioqIENoYW5nZWQgaW46IGNhbm9uaWNhbC1k
ZXZpY2VzLXN5c3RlbS1pbWFnZQogICBJbXBvcnRhbmNlOiBVbmRlY2lkZWQgPT4gSGlnaAoKKiog
Q2hhbmdlZCBpbjogY2Fub25pY2FsLWRldmljZXMtc3lzdGVtLWltYWdlCiAgICAgQXNzaWduZWU6
ICh1bmFzc2lnbmVkKSA9PiBUaG9tYXMgVm/DnyAodGhvbWFzLXZvc3MpCgotLSAKWW91IHJlY2Vp
dmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1
bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBsb2NhdGlvbi1zZXJ2aWNl
IGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTczNjc0CgpUaXRs
ZToKICBMb2NhdGlvbiBpbmRpY2F0b3IgYXBwZWFycyBhbmQgcmVhcHBlYXJzIGNvbnRpbnVhbGx5
IG9uIEJRIEFxdWFyaXMgTTEwCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1
ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvY2Fub25pY2FsLWRldmljZXMtc3lz
dGVtLWltYWdlLytidWcvMTU3MzY3NC8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBt
YWlsaW5nIGxpc3QKZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51
YnVudHUuY29tL21haWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 14:20:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8ED3C26C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 14:20:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8C3FF1A4A9C;
	Thu, 12 May 2016 14:20:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0rTx-0002C5-Dd; Thu, 12 May 2016 14:20:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0rTs-0002Aj-QJ
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 14:20:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0rTr-0004ZA-UE
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:20:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E31682E8029
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:20:47 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 14:11:18 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=None; component=None;
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pitti spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160512135610.303.39311.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512141119.511.40792.malone@chaenomeles.canonical.com>
Subject: [Bug 1581054] Re: light DE wont lock
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 56e5b345970599353e3299fb3125170870c754b6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581054 <1581054@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

What is a "light DE"? Do you mean lightdm, the display  manager, where
you log in? Or LXDE, the desktop environment?

Pleeeease use ubuntu-bug to report bugs. There is no useful information
in these for developers.

** Package changed: systemd (Ubuntu) => ubuntu

** Changed in: ubuntu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1581054

Title:
  light DE wont lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1581054/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 14:46:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F3B8F26C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 14:46:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EC3571A484C;
	Thu, 12 May 2016 14:46:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0rsM-0004dX-Pd; Thu, 12 May 2016 14:46:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0rsL-0004dF-5t
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 14:46:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0rsK-00046e-IW
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:46:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7F5A22E80CC
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 14:46:04 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 14:36:27 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=In Progress; importance=Medium; assignee=mail@3v1n0.net;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: rls-w-notfixing
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 janitor laney ltsampros muravjov-il r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160512143627.8440.69928.launchpad@soybean.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c14594f4931b6533fe5c0770d3a6db6393021d28
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCiAgdXBzdGFydCBpbiB1c2VyIHNlc3Npb24gbWFuYWdl
cyBlbnZpcm9ubWVudGFsIHZhcmlhYmxlcyBhbmQgbW9zdCB0aGluZ3MKLSBoYXZlIHRoZW0sIGhv
d2V2ZXIgQWx0LWYyIHN0YXJ0ZWQgcHJvY2Nlc3NlcyBsYWNrIHRoZW0uCisgaGF2ZSB0aGVtLCBo
b3dldmVyIEFsdC1mMiBzdGFydGVkIHByb2Nlc3NlcyBsYWNrIHRoZW0uCiAgCi0gdG8gdGVzdAor
IFtJbXBhY3RdCisgU29tZSBlbnZpcm9ubWVudCB2YXJpYWJsZXMgYXJlIG1pc3NpbmcgZnJvbSBh
cHBzIHRoYXQgYXJlIGxhdW5jaGVyIGZyb20gQWx0K2YyIGNvbW1hbmQgbGVucywgb3IgaW4gZ2Vu
ZXJhbCB3aXRoIGRidXMtYWN0aXZhdGlvbiAoYW4gZXhhbXBsZSBtaWdodCBiZSBnbm9tZS10ZXJt
aW5hbCwgZ2xvYmFsIG1lbnUgbm90IHdvcmtpbmcpLgogIAorIFtUZXN0IGNhc2VdCiAgU3VwZXIg
S2V5IC0+ICJ4dGVybSIgLT4gRW50ZXIgLT4gZW52IHwgZ3JlcCBTU0gKICAKLSB2cworIGl0IHNo
b3VsZCByZXR1cm4gc29tZXRoaW5nIGxpa2U6CisgU1NIX0FVVEhfU09DSz0vcnVuL3VzZXIvJFVJ
RC9rZXlyaW5nLTxyYW5kb20tc3R1ZmY+L3NzaAogIAogIEFsdCtGMiAtPiAieHRlcm0iIC0+IEVu
dGVyIC0+IGVudiB8IGdyZXAgU1NICiAgCi0gdmlhIFN1cGVyIEtleSAtPiB0aGUgZW52aXJvbm1l
bnQgaXMgY29ycmVjdAorIFRoZSByZXR1cm5lZCB2YWx1ZXMgc2hvdWxkIG1hdGNoIHRoZSByZXN1
bHRzIGdvdCBmcm9tIHRoZSB4dGVybSBpbnN0YW5jZQorIHRoYXQgaGFzIGJlZW4gcmFuIGZyb20g
dW5pdHkgZGFzaCBhcHBsaWNhdGlvbiBsZW5zICh0aGUgb25lIG9wZW5lZCB3aXRoCisgU3VwZXIp
LgogIAotIHZpYSBBbHQtRjIgLT4gaXQgaXMgbm90CisgVGhlIHNhbWUgc2hvdWxkIGJlIGNoZWNr
ZWQgZm9yIHRoZSB2YXJpYWJsZSBYREdfTUVOVV9QUkVGSVgKICAKKyBCZWZvcmUgdGhpcyBmaXgg
aGFwcGVuZWQgd2UgaGFkIHRoaXMgcmVzdWx0OgorICAgdmlhIFN1cGVyIEtleSAtPiB0aGUgZW52
aXJvbm1lbnQgaXMgY29ycmVjdAorICAgdmlhIEFsdC1GMiAtPiBpdCBpcyBub3QKICAKLSBJIGJl
bGlldmUgQWx0K0YyIGNvZGUgcGF0aCBzaG91bGQgY2FsbCBpbnRvIHVwc3RhcnQgZGJ1cyBhcGkg
dG8gImxpc3QtZW52IiBhbmQgaW1wb3J0IHRoYXQgZW52aXJvbm1lbnQgYmVmb3JlIGV4ZWN1dGlu
ZyB0aGUgc2VhcmNoIHJlc3VsdC4KKyBbUmVncmVzc2lvbiBwb3RlbnRpYWxdCgoqKiBEZXNjcmlw
dGlvbiBjaGFuZ2VkOgoKICB1cHN0YXJ0IGluIHVzZXIgc2Vzc2lvbiBtYW5hZ2VzIGVudmlyb25t
ZW50YWwgdmFyaWFibGVzIGFuZCBtb3N0IHRoaW5ncwogIGhhdmUgdGhlbSwgaG93ZXZlciBBbHQt
ZjIgc3RhcnRlZCBwcm9jZXNzZXMgbGFjayB0aGVtLgogIAogIFtJbXBhY3RdCiAgU29tZSBlbnZp
cm9ubWVudCB2YXJpYWJsZXMgYXJlIG1pc3NpbmcgZnJvbSBhcHBzIHRoYXQgYXJlIGxhdW5jaGVy
IGZyb20gQWx0K2YyIGNvbW1hbmQgbGVucywgb3IgaW4gZ2VuZXJhbCB3aXRoIGRidXMtYWN0aXZh
dGlvbiAoYW4gZXhhbXBsZSBtaWdodCBiZSBnbm9tZS10ZXJtaW5hbCwgZ2xvYmFsIG1lbnUgbm90
IHdvcmtpbmcpLgogIAogIFtUZXN0IGNhc2VdCiAgU3VwZXIgS2V5IC0+ICJ4dGVybSIgLT4gRW50
ZXIgLT4gZW52IHwgZ3JlcCBTU0gKICAKICBpdCBzaG91bGQgcmV0dXJuIHNvbWV0aGluZyBsaWtl
OgogIFNTSF9BVVRIX1NPQ0s9L3J1bi91c2VyLyRVSUQva2V5cmluZy08cmFuZG9tLXN0dWZmPi9z
c2gKICAKICBBbHQrRjIgLT4gInh0ZXJtIiAtPiBFbnRlciAtPiBlbnYgfCBncmVwIFNTSAogIAog
IFRoZSByZXR1cm5lZCB2YWx1ZXMgc2hvdWxkIG1hdGNoIHRoZSByZXN1bHRzIGdvdCBmcm9tIHRo
ZSB4dGVybSBpbnN0YW5jZQogIHRoYXQgaGFzIGJlZW4gcmFuIGZyb20gdW5pdHkgZGFzaCBhcHBs
aWNhdGlvbiBsZW5zICh0aGUgb25lIG9wZW5lZCB3aXRoCiAgU3VwZXIpLgogIAogIFRoZSBzYW1l
IHNob3VsZCBiZSBjaGVja2VkIGZvciB0aGUgdmFyaWFibGUgWERHX01FTlVfUFJFRklYCiAgCiAg
QmVmb3JlIHRoaXMgZml4IGhhcHBlbmVkIHdlIGhhZCB0aGlzIHJlc3VsdDoKLSAgIHZpYSBTdXBl
ciBLZXkgLT4gdGhlIGVudmlyb25tZW50IGlzIGNvcnJlY3QKLSAgIHZpYSBBbHQtRjIgLT4gaXQg
aXMgbm90CisgwqDCoHZpYSBTdXBlciBLZXkgLT4gdGhlIGVudmlyb25tZW50IGlzIGNvcnJlY3QK
KyDCoMKgdmlhIEFsdC1GMiAtPiBpdCBpcyBub3QKICAKICBbUmVncmVzc2lvbiBwb3RlbnRpYWxd
CisgCisgTm90aGluZyBrbm93bi4gU29tZSB2YXJpYWJsZXMgY291bGQgYmUgb3ZlcnJpZGRlbiwg
YnV0IHRoaXMgaXMgZXhwZWN0ZWQuCgoqKiBBbHNvIGFmZmVjdHM6IGdub21lLXNlc3Npb24gKFVi
dW50dSkKICAgSW1wb3J0YW5jZTogVW5kZWNpZGVkCiAgICAgICBTdGF0dXM6IE5ldwoKKiogQ2hh
bmdlZCBpbjogZ25vbWUtc2Vzc2lvbiAoVWJ1bnR1KQogICAgICAgU3RhdHVzOiBOZXcgPT4gSW4g
UHJvZ3Jlc3MKCioqIENoYW5nZWQgaW46IGdub21lLXNlc3Npb24gKFVidW50dSkKICAgSW1wb3J0
YW5jZTogVW5kZWNpZGVkID0+IE1lZGl1bQoKKiogQ2hhbmdlZCBpbjogZ25vbWUtc2Vzc2lvbiAo
VWJ1bnR1KQogICAgIEFzc2lnbmVlOiAodW5hc3NpZ25lZCkgPT4gTWFyY28gVHJldmlzYW4gKFRy
ZXZpw7FvKSAoM3YxbjApCgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBi
ZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMg
c3Vic2NyaWJlZCB0byBnbm9tZS1zZXNzaW9uIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5j
aHBhZC5uZXQvYnVncy8xNDMzMDEzCgpUaXRsZToKICBTdXBlciAtPiBleGVjIHZzIEFsdC1GMiAt
PiBleGVjIGhhdmUgZGlmZmVyZW50IGVudmlyb25tZW50CgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9u
cyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1
Lytzb3VyY2UvZ25vbWUtc2Vzc2lvbi8rYnVnLzE0MzMwMTMvK3N1YnNjcmlwdGlvbnMKCi0tIApk
ZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0
dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 15:05:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2432C26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 15:05:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 204B51A42CD;
	Thu, 12 May 2016 15:05:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0sBZ-0000Iy-BP; Thu, 12 May 2016 15:05:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0sBX-0000IK-RK
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 15:05:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0sBX-0001j9-Bm
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:05:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4344D2E80CC
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:05:55 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 14:54:27 -0000
From: dino99 <1580591@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=network-manager;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-collected bot-stop-nagging systemd-boot xenial
 yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9
X-Launchpad-Bug-Reporter: dino99 (9d9)
X-Launchpad-Bug-Modifier: dino99 (9d9)
References: <20160511125914.10034.90312.malonedeb@gac.canonical.com>
Message-Id: <20160512145428.7891.36955.malone@soybean.canonical.com>
Subject: [Bug 1580591] Re: "activate networking" : broken from recovery mode
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9628db6ef2c62adfdbddf6355d60613ae698a1fc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580591 <1580591@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This has also been met by other users, like:
http://ubuntuforums.org/showthread.php?t=2253852&p=13172673#post13172673

Looks like systemd is concerned here.

** Also affects: systemd (Ubuntu)
   Importance: Undecided
       Status: New

** Description changed:

- I have found that activation networking from the grub revovery mode is not possibLe.
- So this mode is useLess to update/upgrade/fix a broken intallation.
- Maybe it is reLated to systemd not taking care of the feature.
+ I have found that activating networking from the grub revovery mode is not possibLe.
+ So this mode is useless to update/upgrade/fix a broken intallation.
+ Maybe it is related to systemd not taking care of the feature.
  
  Get that probLem with yakkety
- --- 
+ ---
  ApportVersion: 2.20.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.10
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Package: grub2 (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Tags:  yakkety
  Uname: Linux 4.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1580591

Title:
  "activate networking" : broken from recovery mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1580591/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 15:31:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 39E2B26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 15:31:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 33CEF1A48BB;
	Thu, 12 May 2016 15:31:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0sZn-0003mY-Ot; Thu, 12 May 2016 15:30:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0sZm-0003mD-7Z
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 15:30:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0sZl-00044U-OT
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:30:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A27E52E80CB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:30:57 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 15:22:13 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=friendly-recovery;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-collected bot-stop-nagging systemd-boot xenial
 yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9
X-Launchpad-Bug-Reporter: dino99 (9d9)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160511125914.10034.90312.malonedeb@gac.canonical.com>
Message-Id: <20160512152214.10380.99519.launchpad@gac.canonical.com>
Subject: [Bug 1580591] Re: "activate networking" : broken from recovery mode
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 66a5c22ba81d50ce2dbab0e84861eb6f5619e1f2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580591 <1580591@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: systemd (Ubuntu) => friendly-recovery (Ubuntu)

** No longer affects: network-manager (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1580591

Title:
  "activate networking" : broken from recovery mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1580591/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 15:51:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3876F26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 15:51:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 33B1B1A48F6;
	Thu, 12 May 2016 15:51:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0stB-0005Fw-W3; Thu, 12 May 2016 15:51:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0stA-0005FP-94
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 15:51:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0st8-0007vG-8w
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:50:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A1E762E80D3
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:50:56 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 15:43:17 -0000
From: Launchpad Bug Tracker <1578663@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Released; importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Committed; importance=High; 
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=systemd; component=main; status=Fix Released; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adconrad janitor pitti
X-Launchpad-Bug-Reporter: Martin Pitt (pitti)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160505143103.24544.83927.malonedeb@gac.canonical.com>
Message-Id: <20160512154323.12179.60254.malone@ackee.canonical.com>
Subject: [Bug 1578663] Re: create DHCP exit hook for setting NTP servers
 through dhclient
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b7491e8290aaceab1bac38dd5e44b6cae4e41e18
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578663 <1578663@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package systemd - 229-6ubuntu1

---------------
systemd (229-6ubuntu1) yakkety; urgency=medium

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Hack to support system-image read-only /etc, and modify files in
      /etc/writable/ instead.

systemd (229-6) unstable; urgency=medium

  * systemd-container: Prefer renamed "btrfs-progs" package name over
    "btrfs-tools". (Closes: #822629)
  * systemd-container: Recommend libnss-mymachines. (Closes: #822615)
  * Drop systemd-dbg, in favor of debhelpers' automatic -dbgsym packages.
  * Drop Add-targets-for-compatibility-with-Debian-insserv-sy.patch; we don't
    need $x-display-manager any more as most/all DMs ship native services, and
    $mail-transport-agent is not widely used (not even by our default MTA
    exim4).
  * Unify our two patches for Debian specific configuration files.
  * Drop udev-re-enable-mount-propagation-for-udevd.patch, i. e. run udevd in
    its own slave mount name space again. laptop-mode-tools 1.68 fixed the
    original bug (#762018), thus add a Breaks: to earlier versions.
  * Ship fbdev-blacklist.conf in /lib/modprobe.d/ instead of /etc/modprobe.d/;
    remove the conffile on upgrades.
  * Replace util-Add-hidden-suffixes-for-ucf.patch with patch that got
    committed upstream.
  * Replace Stop-syslog.socket-when-entering-emergency-mode.patch with patch
    that got committed upstream.
  * debian/udev.README.Debian: Adjust documentation of MAC based naming for
    USB network cards to the udev rule, where this was moved to in 229-5.
  * debian/extra/init-functions.d/40-systemd: Invoke status command with
    --no-pager, to avoid blocking scripts that call an init.d script with
    "status" with an unexpected pager process. (Closes: #765175, LP: #1576409)
  * Add debian/extra/rules/70-debian-uaccess.rules: Make FIDO U2F dongles
    accessible to the user session. This avoids having to install libu2f-host0
    (which isn't discoverable at all) to make those devices work.
    (LP: #1387908)
  * libnss-resolve: Enable systemd-resolved.service on package installation,
    as this package makes little sense without resolved.
  * Add a DHCP exit hook for pushing received NTP servers into timesyncd.
    (LP: #1578663)
  * debian/udev.postinst: Fix migration check from the old persistent-net
    generator to not apply to chroots. (Closes: #813141)
  * Revert "enable TasksMax= for all services by default, and set it to 512".
    Introducing a default limit on number of threads broke a lot of software
    which regularly needs more, such as MySQL and RabbitMQ, or services that
    spawn off an indefinite number of subtasks that are not in a scope, like
    LXC or cron. 512 is way too much for most "simple" services, and it's way
    too little for the ones mentioned above. Effective (and much stricter)
    limits should instead be put into units individually.
    (Closes: #823530, LP: #1578080)
  * Split out udev rule to name USB network interfaces by MAC address into
    73-usb-net-by-mac.rules, so that it's easier to disable. (Closes: #824025)
  * 73-usb-net-by-mac.rules: Disable when net.ifnames=0 is specified on the
    kernel command line, to be consistent with disabling the *.link files.
  * 73-special-net-names.rule: Name the IBM integrated management module
    virtual USB network card "ibmimm". Thanks Marco d'Itri!

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 12 May 2016 10:30:59
+0200

** Changed in: systemd (Ubuntu Yakkety)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1578663

Title:
  create DHCP exit hook for setting NTP servers through dhclient

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1578663/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 15:51:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7E34526C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 15:51:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7ACAF1A48F3;
	Thu, 12 May 2016 15:51:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0stF-0005IV-Aw; Thu, 12 May 2016 15:51:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0stD-0005Gk-Jm
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 15:51:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0stB-0007pP-9w
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:51:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 432032E80DF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:51:00 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 15:43:17 -0000
From: Launchpad Bug Tracker <1578080@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=percona-xtradb-cluster-5.6;
 component=universe; status=Won't Fix; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Released; importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Committed; importance=High; 
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=charms; sourcepackage=percona-cluster;
 component=None; status=Won't Fix; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Confirmed; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: canonical-bootstack hitlist openstack verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adconrad brad-marshall james-page janitor pitti
X-Launchpad-Bug-Reporter: Brad Marshall (brad-marshall)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160504065609.24579.48561.malonedeb@gac.canonical.com>
Message-Id: <20160512154322.12179.22891.malone@ackee.canonical.com>
Subject: [Bug 1578080] Re: percona cluster hits resource limits in HA
 Openstack cloud with xenial
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3b30fe1519aee3030992fd78bda6b60e1ad7ed16
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578080 <1578080@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package systemd - 229-6ubuntu1

---------------
systemd (229-6ubuntu1) yakkety; urgency=medium

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Hack to support system-image read-only /etc, and modify files in
      /etc/writable/ instead.

systemd (229-6) unstable; urgency=medium

  * systemd-container: Prefer renamed "btrfs-progs" package name over
    "btrfs-tools". (Closes: #822629)
  * systemd-container: Recommend libnss-mymachines. (Closes: #822615)
  * Drop systemd-dbg, in favor of debhelpers' automatic -dbgsym packages.
  * Drop Add-targets-for-compatibility-with-Debian-insserv-sy.patch; we don't
    need $x-display-manager any more as most/all DMs ship native services, and
    $mail-transport-agent is not widely used (not even by our default MTA
    exim4).
  * Unify our two patches for Debian specific configuration files.
  * Drop udev-re-enable-mount-propagation-for-udevd.patch, i. e. run udevd in
    its own slave mount name space again. laptop-mode-tools 1.68 fixed the
    original bug (#762018), thus add a Breaks: to earlier versions.
  * Ship fbdev-blacklist.conf in /lib/modprobe.d/ instead of /etc/modprobe.d/;
    remove the conffile on upgrades.
  * Replace util-Add-hidden-suffixes-for-ucf.patch with patch that got
    committed upstream.
  * Replace Stop-syslog.socket-when-entering-emergency-mode.patch with patch
    that got committed upstream.
  * debian/udev.README.Debian: Adjust documentation of MAC based naming for
    USB network cards to the udev rule, where this was moved to in 229-5.
  * debian/extra/init-functions.d/40-systemd: Invoke status command with
    --no-pager, to avoid blocking scripts that call an init.d script with
    "status" with an unexpected pager process. (Closes: #765175, LP: #1576409)
  * Add debian/extra/rules/70-debian-uaccess.rules: Make FIDO U2F dongles
    accessible to the user session. This avoids having to install libu2f-host0
    (which isn't discoverable at all) to make those devices work.
    (LP: #1387908)
  * libnss-resolve: Enable systemd-resolved.service on package installation,
    as this package makes little sense without resolved.
  * Add a DHCP exit hook for pushing received NTP servers into timesyncd.
    (LP: #1578663)
  * debian/udev.postinst: Fix migration check from the old persistent-net
    generator to not apply to chroots. (Closes: #813141)
  * Revert "enable TasksMax= for all services by default, and set it to 512".
    Introducing a default limit on number of threads broke a lot of software
    which regularly needs more, such as MySQL and RabbitMQ, or services that
    spawn off an indefinite number of subtasks that are not in a scope, like
    LXC or cron. 512 is way too much for most "simple" services, and it's way
    too little for the ones mentioned above. Effective (and much stricter)
    limits should instead be put into units individually.
    (Closes: #823530, LP: #1578080)
  * Split out udev rule to name USB network interfaces by MAC address into
    73-usb-net-by-mac.rules, so that it's easier to disable. (Closes: #824025)
  * 73-usb-net-by-mac.rules: Disable when net.ifnames=0 is specified on the
    kernel command line, to be consistent with disabling the *.link files.
  * 73-special-net-names.rule: Name the IBM integrated management module
    virtual USB network card "ibmimm". Thanks Marco d'Itri!

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 12 May 2016 10:30:59
+0200

** Changed in: systemd (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1578080

Title:
  percona cluster hits resource limits in HA Openstack cloud with xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1578080/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 15:51:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AE15126C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 15:51:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AA7131A48EB;
	Thu, 12 May 2016 15:51:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0stG-0005JR-Ip; Thu, 12 May 2016 15:51:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0stG-0005Iz-6j
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 15:51:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0stE-0007vJ-Ak
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:51:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6C46F2E80D5
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:51:03 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 15:43:17 -0000
From: Launchpad Bug Tracker <1576409@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Fix Committed; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges brian-murray janitor pitti
X-Launchpad-Bug-Reporter: Martin Pitt (pitti)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160428205156.23997.89188.malonedeb@gac.canonical.com>
Message-Id: <20160512154321.12179.40047.malone@ackee.canonical.com>
Subject: [Bug 1576409] Re: calling init.d script with "status" invokes pager
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f0e8a17bd8869ce50f462d9d2e3818aa27b67cca
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576409 <1576409@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package systemd - 229-6ubuntu1

---------------
systemd (229-6ubuntu1) yakkety; urgency=medium

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Hack to support system-image read-only /etc, and modify files in
      /etc/writable/ instead.

systemd (229-6) unstable; urgency=medium

  * systemd-container: Prefer renamed "btrfs-progs" package name over
    "btrfs-tools". (Closes: #822629)
  * systemd-container: Recommend libnss-mymachines. (Closes: #822615)
  * Drop systemd-dbg, in favor of debhelpers' automatic -dbgsym packages.
  * Drop Add-targets-for-compatibility-with-Debian-insserv-sy.patch; we don't
    need $x-display-manager any more as most/all DMs ship native services, and
    $mail-transport-agent is not widely used (not even by our default MTA
    exim4).
  * Unify our two patches for Debian specific configuration files.
  * Drop udev-re-enable-mount-propagation-for-udevd.patch, i. e. run udevd in
    its own slave mount name space again. laptop-mode-tools 1.68 fixed the
    original bug (#762018), thus add a Breaks: to earlier versions.
  * Ship fbdev-blacklist.conf in /lib/modprobe.d/ instead of /etc/modprobe.d/;
    remove the conffile on upgrades.
  * Replace util-Add-hidden-suffixes-for-ucf.patch with patch that got
    committed upstream.
  * Replace Stop-syslog.socket-when-entering-emergency-mode.patch with patch
    that got committed upstream.
  * debian/udev.README.Debian: Adjust documentation of MAC based naming for
    USB network cards to the udev rule, where this was moved to in 229-5.
  * debian/extra/init-functions.d/40-systemd: Invoke status command with
    --no-pager, to avoid blocking scripts that call an init.d script with
    "status" with an unexpected pager process. (Closes: #765175, LP: #1576409)
  * Add debian/extra/rules/70-debian-uaccess.rules: Make FIDO U2F dongles
    accessible to the user session. This avoids having to install libu2f-host0
    (which isn't discoverable at all) to make those devices work.
    (LP: #1387908)
  * libnss-resolve: Enable systemd-resolved.service on package installation,
    as this package makes little sense without resolved.
  * Add a DHCP exit hook for pushing received NTP servers into timesyncd.
    (LP: #1578663)
  * debian/udev.postinst: Fix migration check from the old persistent-net
    generator to not apply to chroots. (Closes: #813141)
  * Revert "enable TasksMax= for all services by default, and set it to 512".
    Introducing a default limit on number of threads broke a lot of software
    which regularly needs more, such as MySQL and RabbitMQ, or services that
    spawn off an indefinite number of subtasks that are not in a scope, like
    LXC or cron. 512 is way too much for most "simple" services, and it's way
    too little for the ones mentioned above. Effective (and much stricter)
    limits should instead be put into units individually.
    (Closes: #823530, LP: #1578080)
  * Split out udev rule to name USB network interfaces by MAC address into
    73-usb-net-by-mac.rules, so that it's easier to disable. (Closes: #824025)
  * 73-usb-net-by-mac.rules: Disable when net.ifnames=0 is specified on the
    kernel command line, to be consistent with disabling the *.link files.
  * 73-special-net-names.rule: Name the IBM integrated management module
    virtual USB network card "ibmimm". Thanks Marco d'Itri!

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 12 May 2016 10:30:59
+0200

** Changed in: systemd (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1576409

Title:
  calling init.d script with "status" invokes pager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1576409/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 15:51:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 44B2826C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 15:51:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 40A941A48EF;
	Thu, 12 May 2016 15:51:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0stS-0005PR-5C; Thu, 12 May 2016 15:51:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0stO-0005NO-4S
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 15:51:14 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0stN-0008Kt-IA
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:51:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 879CB2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:51:13 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 15:41:51 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=oem-priority; status=Won't Fix; importance=Critical; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-bluetooth;
 component=main; status=In Progress; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=In Progress; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: franz-hsieh huck-bernhard seb128 wa113y3s
X-Launchpad-Bug-Reporter: Huck-bernhard (huck-bernhard)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160328115044.25037.27884.malonedeb@soybean.canonical.com>
Message-Id: <20160512154151.9250.21667.launchpad@soybean.canonical.com>
Subject: [Bug 1562822] Re: Bluetooth Browse Files... not working
X-Launchpad-Message-Rationale: Subscriber (indicator-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 03ca8afd6bc28b547264114e330d5b1076f1017b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562822 <1562822@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: indicator-bluetooth (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: indicator-bluetooth (Ubuntu)
   Importance: Undecided => High

** Changed in: indicator-bluetooth (Ubuntu)
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to indicator-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1562822

Title:
  Bluetooth Browse Files... not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1562822/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 15:51:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C492B26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 15:51:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C07F31A48F3;
	Thu, 12 May 2016 15:51:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0stV-0005RK-KK; Thu, 12 May 2016 15:51:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0stU-0005Qw-HY
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 15:51:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0stT-00009h-Rp
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:51:19 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B0A512E80CC
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 15:51:19 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 15:43:17 -0000
From: Launchpad Bug Tracker <1387908@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Released; importance=Undecided; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=systemd; component=main; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 0-vnfo-a alex-moreati arges berdario boteeka
 brian-murray cernekee guilhem-fr janitor pitti xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20141031002501.22593.22041.malonedeb@wampee.canonical.com>
Message-Id: <20160512154319.12179.14876.malone@ackee.canonical.com>
Subject: [Bug 1387908] Re: [udev] FIDO u2f security keys should be supported
 out of the box
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 799eee1fbbd0fb5b5db268a3996fccfeacf049e8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1387908 <1387908@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package systemd - 229-6ubuntu1

---------------
systemd (229-6ubuntu1) yakkety; urgency=medium

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Hack to support system-image read-only /etc, and modify files in
      /etc/writable/ instead.

systemd (229-6) unstable; urgency=medium

  * systemd-container: Prefer renamed "btrfs-progs" package name over
    "btrfs-tools". (Closes: #822629)
  * systemd-container: Recommend libnss-mymachines. (Closes: #822615)
  * Drop systemd-dbg, in favor of debhelpers' automatic -dbgsym packages.
  * Drop Add-targets-for-compatibility-with-Debian-insserv-sy.patch; we don't
    need $x-display-manager any more as most/all DMs ship native services, and
    $mail-transport-agent is not widely used (not even by our default MTA
    exim4).
  * Unify our two patches for Debian specific configuration files.
  * Drop udev-re-enable-mount-propagation-for-udevd.patch, i. e. run udevd in
    its own slave mount name space again. laptop-mode-tools 1.68 fixed the
    original bug (#762018), thus add a Breaks: to earlier versions.
  * Ship fbdev-blacklist.conf in /lib/modprobe.d/ instead of /etc/modprobe.d/;
    remove the conffile on upgrades.
  * Replace util-Add-hidden-suffixes-for-ucf.patch with patch that got
    committed upstream.
  * Replace Stop-syslog.socket-when-entering-emergency-mode.patch with patch
    that got committed upstream.
  * debian/udev.README.Debian: Adjust documentation of MAC based naming for
    USB network cards to the udev rule, where this was moved to in 229-5.
  * debian/extra/init-functions.d/40-systemd: Invoke status command with
    --no-pager, to avoid blocking scripts that call an init.d script with
    "status" with an unexpected pager process. (Closes: #765175, LP: #1576409)
  * Add debian/extra/rules/70-debian-uaccess.rules: Make FIDO U2F dongles
    accessible to the user session. This avoids having to install libu2f-host0
    (which isn't discoverable at all) to make those devices work.
    (LP: #1387908)
  * libnss-resolve: Enable systemd-resolved.service on package installation,
    as this package makes little sense without resolved.
  * Add a DHCP exit hook for pushing received NTP servers into timesyncd.
    (LP: #1578663)
  * debian/udev.postinst: Fix migration check from the old persistent-net
    generator to not apply to chroots. (Closes: #813141)
  * Revert "enable TasksMax= for all services by default, and set it to 512".
    Introducing a default limit on number of threads broke a lot of software
    which regularly needs more, such as MySQL and RabbitMQ, or services that
    spawn off an indefinite number of subtasks that are not in a scope, like
    LXC or cron. 512 is way too much for most "simple" services, and it's way
    too little for the ones mentioned above. Effective (and much stricter)
    limits should instead be put into units individually.
    (Closes: #823530, LP: #1578080)
  * Split out udev rule to name USB network interfaces by MAC address into
    73-usb-net-by-mac.rules, so that it's easier to disable. (Closes: #824025)
  * 73-usb-net-by-mac.rules: Disable when net.ifnames=0 is specified on the
    kernel command line, to be consistent with disabling the *.link files.
  * 73-special-net-names.rule: Name the IBM integrated management module
    virtual USB network card "ibmimm". Thanks Marco d'Itri!

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 12 May 2016 10:30:59
+0200

** Changed in: systemd (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1387908

Title:
  [udev] FIDO u2f security keys should be supported out of the box

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1387908/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 16:06:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F0C6526C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 16:06:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EBB761A48FC;
	Thu, 12 May 2016 16:06:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0t7r-0007oW-Rj; Thu, 12 May 2016 16:06:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0t7q-0007ki-1Y
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 16:06:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0t7p-00064L-EA
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 16:06:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 69BC32E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 16:06:09 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 15:59:56 -0000
From: Bug Watch Updater <1576409@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges brian-murray janitor pitti
X-Launchpad-Bug-Reporter: Martin Pitt (pitti)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160428205156.23997.89188.malonedeb@gac.canonical.com>
Message-Id: <20160512155958.4943.41342.launchpad@loganberry.canonical.com>
Subject: [Bug 1576409] Re: calling init.d script with "status" invokes pager
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 08569bb3b84eb740b986404332c8428d264a573d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576409 <1576409@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: systemd (Debian)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1576409

Title:
  calling init.d script with "status" invokes pager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1576409/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 16:11:22 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B478226C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 16:11:22 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ACD5D1A4912;
	Thu, 12 May 2016 16:11:22 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0tCr-0000Cv-J3; Thu, 12 May 2016 16:11:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0tCn-0000CI-4f
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 16:11:17 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0tCm-0003Gf-N9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 16:11:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A388B2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 16:11:16 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 16:05:01 -0000
From: Bug Watch Updater <1574090@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=brasero; status=Unknown; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=Fix Released; importance=High; assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=brasero; component=universe; status=In Progress; importance=High;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: febcrash gunnarhj janitor seb128 tomtomtom
X-Launchpad-Bug-Reporter: Olivier Febwin (febcrash)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160423190757.24128.20183.malonedeb@gac.canonical.com>
Message-Id: <20160512160502.4943.47359.launchpad@loganberry.canonical.com>
Subject: [Bug 1574090] Re: Brasero not translated at all on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 868076b82709e30a936c38599aaf0d2383e652f3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574090 <1574090@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: brasero
       Status: Confirmed => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1574090

Title:
  Brasero not translated at all on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/brasero/+bug/1574090/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 17:15:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3C58B26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 17:15:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 344611A4970;
	Thu, 12 May 2016 17:15:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0uDN-0007V7-3y; Thu, 12 May 2016 17:15:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0uDJ-0007QC-8p
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 17:15:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0uDI-0007dV-HB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 17:15:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 727DB2E807D
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 17:15:52 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 17:09:44 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 milestone=xenial-updates; status=Fix Committed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney neil.mayhew pitti ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512170944.551.91959.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d883b5dde5f97ce362e754872f10623f71ec5dcf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Laney: Debian has the fix too now, included in the 0.9.6 release which
should show up in Yakkety soonish.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 19:00:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 787A626C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 19:00:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7053E1A49CC;
	Thu, 12 May 2016 19:00:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0vqv-0001Me-Ar; Thu, 12 May 2016 19:00:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0vqu-0001M8-02
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 19:00:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0vqt-0005zt-DK
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 19:00:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4CA382E80CB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 19:00:51 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 18:51:02 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney neil.mayhew pitti ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512185103.679.70929.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cc2c99b08e5958144c420a40ff942e6615c4fd2c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: appstream (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: appstream (Ubuntu Xenial)
    Milestone: None => xenial-updates

** Changed in: appstream (Ubuntu)
    Milestone: xenial-updates => None

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 19:10:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2C8F926C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 19:10:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1FBA51A4911;
	Thu, 12 May 2016 19:10:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0w0Y-0002Gr-Oq; Thu, 12 May 2016 19:10:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0w0X-0002Gf-VB
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 19:10:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0w0X-0002T4-KV
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 19:10:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8E6AD2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 19:10:49 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 19:05:12 -0000
From: Amr Ibrahim <1581180@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shotwell; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
Message-Id: <20160512190512.13999.59207.malonedeb@soybean.canonical.com>
Subject: [Bug 1581180] [NEW] Update to Shotwell 0.23.0
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fab1cf809947602ab7cfcbd9eab0e7f35a8b6c1b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581180 <1581180@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

https://git.gnome.org/browse/shotwell/tree/NEWS

Shotwell 0.23.0 - 25 April 2016
-------------------------------

  * Allow thinner minimum sidebar (#718611)
  * Check .cache directory for read/write permissions (#737747)
  * Fix crash during metadata update (#739917)
  * Fixed Crop Ribbon / Control not visible (#747201)
  * Port to webkit2gtk-4.0 (#751709)
  * Have all soup sessions validate TLS certificates
  * Remove shell magic from Makefile
  * Remove calls to Posix.system()
  * Documentation fixes and improvements (#764800)
  * Fix CSS issue introduced with previous CSS improvements (#747637)
  * Don't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header setting is
    not set (#749874)
  * Use proper umask to create XDG_USER_CACHE and XDG_USER_DATA when they not
    exist (#765182)
  * Don't build the plugin twice
  * Call pkg-config only once, not every compiler call
  * Fix parallel builds not to build plugins several times over
  * Fix contradicting license in rejected.svg (#757643)

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=747637
 - https://bugzilla.gnome.org/show_bug.cgi?id=749874
 - https://bugzilla.gnome.org/show_bug.cgi?id=751709
 - https://bugzilla.gnome.org/show_bug.cgi?id=757643
 - https://bugzilla.gnome.org/show_bug.cgi?id=764800
 - https://bugzilla.gnome.org/show_bug.cgi?id=765182

Changed dependencies:
 - webkit2gtk instead of webkitgtk

** Affects: shotwell (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1581180

Title:
  Update to Shotwell 0.23.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1581180/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 19:45:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D3C5526C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 19:45:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CB46A1A4A75;
	Thu, 12 May 2016 19:45:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0wYT-0005pw-5M; Thu, 12 May 2016 19:45:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0wYS-0005pr-3N
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 19:45:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0wYO-0005mZ-Pu
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 19:45:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 814622E80D5
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 19:45:46 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 19:40:26 -0000
From: Amr Ibrahim <1581180@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shotwell; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160512190512.13999.59207.malonedeb@soybean.canonical.com>
Message-Id: <20160512194026.1084.16282.malone@chaenomeles.canonical.com>
Subject: [Bug 1581180] Re: Update to Shotwell 0.23.0
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e48372910b6c9ff9eae4b16adf09c3302c415ebf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581180 <1581180@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

SSBndWVzcyBpdCBjb3VsZCBhbHNvIGZpdCBmb3IgYW4gU1JVIGluIFhlbmlhbC4gVGhlIGN1cnJl
bnQgdmVyc2lvbiBpbgoxNi4wNCBpcyBhIHNuYXBzaG90IG9mIDAuMjMuMC1kZXZlbC4KCioqIERl
c2NyaXB0aW9uIGNoYW5nZWQ6CgogIGh0dHBzOi8vZ2l0Lmdub21lLm9yZy9icm93c2Uvc2hvdHdl
bGwvdHJlZS9ORVdTCiAgCiAgU2hvdHdlbGwgMC4yMy4wIC0gMjUgQXByaWwgMjAxNgogIC0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KICAKLSAgICogQWxsb3cgdGhpbm5lciBtaW5pbXVt
IHNpZGViYXIgKCM3MTg2MTEpCi0gICAqIENoZWNrIC5jYWNoZSBkaXJlY3RvcnkgZm9yIHJlYWQv
d3JpdGUgcGVybWlzc2lvbnMgKCM3Mzc3NDcpCi0gICAqIEZpeCBjcmFzaCBkdXJpbmcgbWV0YWRh
dGEgdXBkYXRlICgjNzM5OTE3KQotICAgKiBGaXhlZCBDcm9wIFJpYmJvbiAvIENvbnRyb2wgbm90
IHZpc2libGUgKCM3NDcyMDEpCi0gICAqIFBvcnQgdG8gd2Via2l0Mmd0ay00LjAgKCM3NTE3MDkp
Ci0gICAqIEhhdmUgYWxsIHNvdXAgc2Vzc2lvbnMgdmFsaWRhdGUgVExTIGNlcnRpZmljYXRlcwot
ICAgKiBSZW1vdmUgc2hlbGwgbWFnaWMgZnJvbSBNYWtlZmlsZQotICAgKiBSZW1vdmUgY2FsbHMg
dG8gUG9zaXguc3lzdGVtKCkKLSAgICogRG9jdW1lbnRhdGlvbiBmaXhlcyBhbmQgaW1wcm92ZW1l
bnRzICgjNzY0ODAwKQotICAgKiBGaXggQ1NTIGlzc3VlIGludHJvZHVjZWQgd2l0aCBwcmV2aW91
cyBDU1MgaW1wcm92ZW1lbnRzICgjNzQ3NjM3KQotICAgKiBEb24ndCB1c2UgR3RrSGVhZGVyQmFy
IG9uIGRpYWxvZ3MgaWYgdGhlIGd0ay1kaWFsb2dzLXVzZS1oZWFkZXIgc2V0dGluZyBpcwotICAg
ICBub3Qgc2V0ICgjNzQ5ODc0KQotICAgKiBVc2UgcHJvcGVyIHVtYXNrIHRvIGNyZWF0ZSBYREdf
VVNFUl9DQUNIRSBhbmQgWERHX1VTRVJfREFUQSB3aGVuIHRoZXkgbm90Ci0gICAgIGV4aXN0ICgj
NzY1MTgyKQotICAgKiBEb24ndCBidWlsZCB0aGUgcGx1Z2luIHR3aWNlCi0gICAqIENhbGwgcGtn
LWNvbmZpZyBvbmx5IG9uY2UsIG5vdCBldmVyeSBjb21waWxlciBjYWxsCi0gICAqIEZpeCBwYXJh
bGxlbCBidWlsZHMgbm90IHRvIGJ1aWxkIHBsdWdpbnMgc2V2ZXJhbCB0aW1lcyBvdmVyCi0gICAq
IEZpeCBjb250cmFkaWN0aW5nIGxpY2Vuc2UgaW4gcmVqZWN0ZWQuc3ZnICgjNzU3NjQzKQorIMKg
wqAqIEFsbG93IHRoaW5uZXIgbWluaW11bSBzaWRlYmFyICgjNzE4NjExKQorIMKgwqAqIENoZWNr
IC5jYWNoZSBkaXJlY3RvcnkgZm9yIHJlYWQvd3JpdGUgcGVybWlzc2lvbnMgKCM3Mzc3NDcpCisg
wqDCoCogRml4IGNyYXNoIGR1cmluZyBtZXRhZGF0YSB1cGRhdGUgKCM3Mzk5MTcpCisgwqDCoCog
Rml4ZWQgQ3JvcCBSaWJib24gLyBDb250cm9sIG5vdCB2aXNpYmxlICgjNzQ3MjAxKQorIMKgwqAq
IFBvcnQgdG8gd2Via2l0Mmd0ay00LjAgKCM3NTE3MDkpCisgwqDCoCogSGF2ZSBhbGwgc291cCBz
ZXNzaW9ucyB2YWxpZGF0ZSBUTFMgY2VydGlmaWNhdGVzCisgwqDCoCogUmVtb3ZlIHNoZWxsIG1h
Z2ljIGZyb20gTWFrZWZpbGUKKyDCoMKgKiBSZW1vdmUgY2FsbHMgdG8gUG9zaXguc3lzdGVtKCkK
KyDCoMKgKiBEb2N1bWVudGF0aW9uIGZpeGVzIGFuZCBpbXByb3ZlbWVudHMgKCM3NjQ4MDApCisg
wqDCoCogRml4IENTUyBpc3N1ZSBpbnRyb2R1Y2VkIHdpdGggcHJldmlvdXMgQ1NTIGltcHJvdmVt
ZW50cyAoIzc0NzYzNykKKyDCoMKgKiBEb24ndCB1c2UgR3RrSGVhZGVyQmFyIG9uIGRpYWxvZ3Mg
aWYgdGhlIGd0ay1kaWFsb2dzLXVzZS1oZWFkZXIgc2V0dGluZyBpcyBub3Qgc2V0ICgjNzQ5ODc0
KQorIMKgwqAqIFVzZSBwcm9wZXIgdW1hc2sgdG8gY3JlYXRlIFhER19VU0VSX0NBQ0hFIGFuZCBY
REdfVVNFUl9EQVRBIHdoZW4gdGhleSBub3QgZXhpc3QgKCM3NjUxODIpCisgwqDCoCogRG9uJ3Qg
YnVpbGQgdGhlIHBsdWdpbiB0d2ljZQorIMKgwqAqIENhbGwgcGtnLWNvbmZpZyBvbmx5IG9uY2Us
IG5vdCBldmVyeSBjb21waWxlciBjYWxsCisgwqDCoCogRml4IHBhcmFsbGVsIGJ1aWxkcyBub3Qg
dG8gYnVpbGQgcGx1Z2lucyBzZXZlcmFsIHRpbWVzIG92ZXIKKyDCoMKgKiBGaXggY29udHJhZGlj
dGluZyBsaWNlbnNlIGluIHJlamVjdGVkLnN2ZyAoIzc1NzY0MykKICAKICBCdWdzIGZpeGVkIGlu
IHRoaXMgcmVsZWFzZToKLSAgLSBodHRwczovL2J1Z3ppbGxhLmdub21lLm9yZy9zaG93X2J1Zy5j
Z2k/aWQ9NzQ3NjM3Ci0gIC0gaHR0cHM6Ly9idWd6aWxsYS5nbm9tZS5vcmcvc2hvd19idWcuY2dp
P2lkPTc0OTg3NAotICAtIGh0dHBzOi8vYnVnemlsbGEuZ25vbWUub3JnL3Nob3dfYnVnLmNnaT9p
ZD03NTE3MDkKLSAgLSBodHRwczovL2J1Z3ppbGxhLmdub21lLm9yZy9zaG93X2J1Zy5jZ2k/aWQ9
NzU3NjQzCi0gIC0gaHR0cHM6Ly9idWd6aWxsYS5nbm9tZS5vcmcvc2hvd19idWcuY2dpP2lkPTc2
NDgwMAotICAtIGh0dHBzOi8vYnVnemlsbGEuZ25vbWUub3JnL3Nob3dfYnVnLmNnaT9pZD03NjUx
ODIKKyDCoC0gaHR0cHM6Ly9idWd6aWxsYS5nbm9tZS5vcmcvc2hvd19idWcuY2dpP2lkPTc0NzYz
NworIMKgLSBodHRwczovL2J1Z3ppbGxhLmdub21lLm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NzQ5ODc0
CisgwqAtIGh0dHBzOi8vYnVnemlsbGEuZ25vbWUub3JnL3Nob3dfYnVnLmNnaT9pZD03NTE3MDkK
KyDCoC0gaHR0cHM6Ly9idWd6aWxsYS5nbm9tZS5vcmcvc2hvd19idWcuY2dpP2lkPTc1NzY0Mwor
IMKgLSBodHRwczovL2J1Z3ppbGxhLmdub21lLm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NzY0ODAwCisg
wqAtIGh0dHBzOi8vYnVnemlsbGEuZ25vbWUub3JnL3Nob3dfYnVnLmNnaT9pZD03NjUxODIKICAK
ICBDaGFuZ2VkIGRlcGVuZGVuY2llczoKLSAgLSB3ZWJraXQyZ3RrIGluc3RlYWQgb2Ygd2Via2l0
Z3RrCisgwqAtIHdlYmtpdDJndGsgaW5zdGVhZCBvZiB3ZWJraXRndGsKCi0tIApZb3UgcmVjZWl2
ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVu
dHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBzdWJzY3JpYmVkIHRvIHNob3R3ZWxsIGluIFVidW50
dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTgxMTgwCgpUaXRsZToKICBVcGRh
dGUgdG8gU2hvdHdlbGwgMC4yMy4wCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlz
IGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2Uvc2hv
dHdlbGwvK2J1Zy8xNTgxMTgwLytzdWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1haWxp
bmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50
dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 20:15:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8A63D26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 20:15:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 834711A4A75;
	Thu, 12 May 2016 20:15:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0x1Z-0000tg-Dr; Thu, 12 May 2016 20:15:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0x1Y-0000tT-Ru
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 20:15:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0x1Y-0000Pd-2J
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:15:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0C9D12E80CD
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:15:56 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 20:05:51 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=util-linux; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: util-linux
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
 webdesignbrian
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160512200551.7756.9532.malone@soybean.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 57c2d5df2a91787e9d9782b4c7ac68c8a09de644
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

RG8geW91IHRoaW5rIHRoYXQgwqsgYnVnIMK7IGluIGxpYmJsa2lkIGNhbiBhbHNvIGFmZmVjdCBh
dXRvLW1vdW50aW5nIG9mCmV4dGVybmFsIGhhcmQgZHJpdmVzIGFuZCB1c2Itc3RpY2sgc3RvcmFn
ZXMgPwoKLS0gCllvdSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3Ug
YXJlIGEgbWVtYmVyIG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQg
dG8gZ3ZmcyBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU3Nzc2
OAoKVGl0bGU6CiAgMTYuMDQgc29tZSBkdmQgZG8gbm90IG1vdW50IGF1dG9tYXRpY2FsbHkgKGJ1
dCBkbyBpbiAxNC4wNCkKClRvIG1hbmFnZSBub3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdv
IHRvOgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC91YnVudHUvK3NvdXJjZS9ndmZzLytidWcv
MTU3Nzc2OC8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5nIGxpc3QKZGVz
a3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUuY29tL21haWxt
YW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 20:30:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BAD8E26C27E3
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 20:30:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B576D1A47D6;
	Thu, 12 May 2016 20:30:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0xFq-0002we-7G; Thu, 12 May 2016 20:30:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0xFp-0002wU-7a
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 20:30:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0xFo-0003rI-TS
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:30:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CFB362E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:30:40 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 20:23:33 -0000
From: Oz Tiram <oz.tiram@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: oz-tiram
X-Launchpad-Bug-Reporter: Oz Tiram (oz-tiram)
X-Launchpad-Bug-Modifier: Oz Tiram (oz-tiram)
Message-Id: <20160512202333.941.27840.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1581205] [NEW] Inconsistent naming of application binary,
 package and self description
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3f55ba10c3c2c6ada45dd779add218048486ba59
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581205 <1581205@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When clicking on the about dialog in the help menus you will see the
following message:

Files

3.14.3

Access and organizer files.


This a very dumbed down message in sake of simplicity which leaves the users wondering which package installs this application. I don't care if GNOME dev's want to make life harder for their users. Ubuntu should strive for a better solution. 
Binary and the source packages are called nautilus, and the binary program file is also called nautilus. 

The name nautilus itself isn't very descriptive, and maybe bad for
marketing (what does nautilus Cephalopoda has to do with files???).
However, the about dialog should refer to the name of the binary
program. It should display something like:


Nautilus File Manager

3.14.3

Access and organizer files.

This message is more helpful when searching for help about the program
itself.

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1581205

Title:
  Inconsistent naming of application binary, package and self
  description

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1581205/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 20:30:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9565026C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 20:30:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8C4331A47C3;
	Thu, 12 May 2016 20:30:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0xFz-00030r-G7; Thu, 12 May 2016 20:30:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0xFy-00030V-N6
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 20:30:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0xFy-0003xt-6o
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:30:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 241FF2E8029
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:30:50 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 20:22:58 -0000
From: pst007x <turone@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Opinion; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 turone ximion
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: pst007x (turone)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160512202258.8887.58432.malone@gac.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 88b7fa7056573d1371ecace664e7998b0b2421b1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

So, this is not normal and is a bug.... however, this is not the place
to report this bug?

"not enough people caring about it." so what you are saying that using
this as a package manager is not high on the list of importance.

It is just strange that if the fault was with the packages then why are
ALL applications listed in Synaptic and MUON?

Anyway clearly no one seems that worried that it is currently broken....
so best to not use it and stick to alternatives.... No probs... Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579415

Title:
  Ubuntu Software Center does not display third party apps or all
  installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 20:43:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8F3BB26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 20:43:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 84B481A4416;
	Thu, 12 May 2016 20:43:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0xSM-0003mW-SS; Thu, 12 May 2016 20:43:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0xSI-0003mD-RF
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 20:43:34 +0000
Received: from chaenomeles.canonical.com ([91.189.89.119])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0xSI-0002VO-Le
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:43:34 +0000
Received: from chaenomeles.canonical.com (unknown [IPv6:::1])
 by chaenomeles.canonical.com (Postfix) with ESMTPS id 9A33C680666
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:43:34 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 20:43:34 -0000
From: Launchpad Bug Tracker <1555170@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=adwaita-icon-theme;
 component=main; status=New; importance=Undecided;
 assignee=will.cooke@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=New; importance=Low; assignee=will.cooke@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: christophe-braud seb128 willcooke
X-Launchpad-Bug-Reporter: Christophe Braud (christophe-braud)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160309152254.6483.39228.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1555170] [NEW] Bad icon for bluetooth sound device
X-Launchpad-Message-Rationale: Subscriber (adwaita-icon-theme in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160512204334.551.42104.launchpad@chaenomeles.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 03a95f5258a8c8b620cf90f087c0276b87599c0d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1555170 <1555170@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

WW91IGhhdmUgYmVlbiBzdWJzY3JpYmVkIHRvIGEgcHVibGljIGJ1ZzoKCjEpIFRoZSByZWxlYXNl
IG9mIFVidW50dSBJIGFtIHVzaW5nCkRlc2NyaXB0aW9uOglVYnVudHUgMTUuMTAKUmVsZWFzZToJ
MTUuMTAKCjIpIFRoZSB2ZXJzaW9uIG9mIHRoZSBwYWNrYWdlIEkgYW0gdXNpbmcKdW5pdHktY29u
dHJvbC1jZW50ZXI6CiAgSW5zdGFsbMOpwqA6IDE1LjA0LjArMTUuMTAuMjAxNTA5MjMtMHVidW50
dTEKICBDYW5kaWRhdMKgOiAxNS4wNC4wKzE1LjEwLjIwMTUwOTIzLTB1YnVudHUxCiBUYWJsZSBk
ZSB2ZXJzaW9uwqA6CiAqKiogMTUuMDQuMCsxNS4xMC4yMDE1MDkyMy0wdWJ1bnR1MSAwCiAgICAg
ICAgNTAwIGh0dHA6Ly9mci5hcmNoaXZlLnVidW50dS5jb20vdWJ1bnR1LyB3aWx5L21haW4gYW1k
NjQgUGFja2FnZXMKICAgICAgICAxMDAgL3Zhci9saWIvZHBrZy9zdGF0dXMKIAozKSBXaGF0IEkg
ZXhwZWN0ZWQgdG8gaGFwcGVuCkdldCBhIEJUIGljb24KCjQpIFdoYXQgaGFwcGVuZWQgaW5zdGVh
ZApBIGRlZmF1bHQgaWNvbiAoc2VlIGF0dGFjaG1lbnQpCgoKVGhhbmtzCgoqKiBBZmZlY3RzOiBh
ZHdhaXRhLWljb24tdGhlbWUgKFVidW50dSkKICAgICBJbXBvcnRhbmNlOiBVbmRlY2lkZWQKICAg
ICBBc3NpZ25lZTogV2lsbCBDb29rZSAod2lsbGNvb2tlKQogICAgICAgICBTdGF0dXM6IE5ldwoK
KiogQWZmZWN0czogdW5pdHktY29udHJvbC1jZW50ZXIgKFVidW50dSkKICAgICBJbXBvcnRhbmNl
OiBMb3cKICAgICBBc3NpZ25lZTogV2lsbCBDb29rZSAod2lsbGNvb2tlKQogICAgICAgICBTdGF0
dXM6IE5ldwoKLS0gCkJhZCBpY29uIGZvciBibHVldG9vdGggc291bmQgZGV2aWNlCmh0dHBzOi8v
YnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU1NTE3MApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90
aWZpY2F0aW9uIGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUgRGVza3RvcCBCdWdz
LCB3aGljaCBpcyBzdWJzY3JpYmVkIHRvIGFkd2FpdGEtaWNvbi10aGVtZSBpbiBVYnVudHUuCgot
LSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNv
bQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 20:50:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9FC2326C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 20:50:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 84BE61A4A46;
	Thu, 12 May 2016 20:50:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0xZA-0004Ou-5g; Thu, 12 May 2016 20:50:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0xZ8-0004OR-7q
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 20:50:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0xZ7-0003NZ-Rf
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:50:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C227B2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:50:37 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 20:43:33 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=adwaita-icon-theme;
 component=main; status=In Progress; importance=Low;
 assignee=will.cooke@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Invalid; importance=Low;
 assignee=will.cooke@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: christophe-braud seb128 willcooke
X-Launchpad-Bug-Reporter: Christophe Braud (christophe-braud)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160309152254.6483.39228.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512204334.551.94752.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1555170] Re: Bad icon for bluetooth sound device
X-Launchpad-Message-Rationale: Subscriber (adwaita-icon-theme in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 05d222164dd04f7e31bdfa9cbc2a310b24320cfd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1555170 <1555170@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: ubuntu-themes (Ubuntu) => adwaita-icon-theme
(Ubuntu)

** Changed in: adwaita-icon-theme (Ubuntu)
     Assignee: (unassigned) => Will Cooke (willcooke)

** Changed in: adwaita-icon-theme (Ubuntu)
   Importance: Undecided => Low

** Changed in: unity-control-center (Ubuntu)
       Status: New => Invalid

** Changed in: adwaita-icon-theme (Ubuntu)
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to adwaita-icon-theme in Ubuntu.
https://bugs.launchpad.net/bugs/1555170

Title:
  Bad icon for bluetooth sound device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adwaita-icon-theme/+bug/1555170/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 20:55:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BBB8826C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 20:55:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A5B871A441B;
	Thu, 12 May 2016 20:55:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0xe3-0004gq-K3; Thu, 12 May 2016 20:55:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0xe2-0004gf-16
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 20:55:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0xe1-0003mz-CA
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:55:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 598FA2E805B
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:55:41 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 20:45:49 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: oz-tiram
X-Launchpad-Bug-Reporter: Oz Tiram (oz-tiram)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160512202333.941.27840.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512204550.8440.83367.launchpad@soybean.canonical.com>
Subject: [Bug 1581205] Re: Inconsistent naming of application binary,
 package and self description
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fd66ef1408f2e4a445628be1ffd537899b926127
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581205 <1581205@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1581205

Title:
  Inconsistent naming of application binary, package and self
  description

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1581205/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 20:56:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E22C326C2764
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 20:56:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DA8571A4A80;
	Thu, 12 May 2016 20:56:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0xeN-0004nO-P6; Thu, 12 May 2016 20:56:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0xeM-0004my-LK
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 20:56:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0xeL-0003zz-Jp
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:56:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A63922E80CB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 20:56:00 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 20:46:31 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Opinion; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 turone ximion
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160512204631.21028.22351.malone@wampee.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: feae0f719f4eda46d1b9de97c6ff69de8718194d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Synaptic and Muon look at packages, which is something different than applications.
Applications and software with much metadata is in a different file. We generate the data from packages, but it is not the same as a package. In order to get enough metadata out, the packages must match some criteria, and meeting those is the job of the individual package maintainers.
So, your bug against gnome-software is actually a bug against Krita, bug #1576827 in particular.

Since samba is a technical thing, it will likely never be shown in a
tool like GNOME Software, instead it will be installed in an app
actually wants it.

3rd-party repos not being able to display apps is another, different
bug, bug#1576780

So, yeah, that's the whole story. Maybe this issue can be closed in GS
as invalid.

The "nobody cared enough" statement was basically me being frustrated with not enough people caring to fix their metadata, something which will improve in future, fortunately.
(We will also have more visible diagnostic messages in Debian soon, which should help fixing this issue. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806740 )

** Bug watch added: Debian Bug tracker #806740
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806740

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579415

Title:
  Ubuntu Software Center does not display third party apps or all
  installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 21:35:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A50C226C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 21:35:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 91D0D1A4A96;
	Thu, 12 May 2016 21:35:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0yGb-0000QJ-7q; Thu, 12 May 2016 21:35:33 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0yGa-0000Q7-7o
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 21:35:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0yGZ-0004W3-Rf
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 21:35:31 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C79CC2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 21:35:31 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 21:27:04 -0000
From: pst007x <turone@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Opinion; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 turone ximion
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: pst007x (turone)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160512212704.21417.39775.malone@wampee.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0d4ff8fa468bbe01f17748567c2bc68ed624df08
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Ok, thanks for the info.

Samba, for example, did appear in the old Ubuntu Software Center.... so
to understand you the METADATA info hasn't been updated to work with the
new Software Center in ubuntu...

So this includes already installed software too....

Ok thanks for helping me to understand...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579415

Title:
  Ubuntu Software Center does not display third party apps or all
  installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 21:41:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E2BB526C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 21:41:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DC6C71A4A69;
	Thu, 12 May 2016 21:41:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0yLs-0000e1-Q2; Thu, 12 May 2016 21:41:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0yLr-0000dN-DN
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 21:40:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0yLr-0007TO-1o
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 21:40:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 020212E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 21:40:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 21:33:24 -0000
From: pst007x <turone@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Opinion; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 turone ximion
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: pst007x (turone)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160512213324.476.21543.malone@chaenomeles.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6cb9c09c2adb2f1f2b996c8a920106cc113f336e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

http://news.softpedia.com/news/canonical-needs-your-help-to-make-gnome-
software-look-beautiful-in-ubuntu-16-04-501741.shtml

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579415

Title:
  Ubuntu Software Center does not display third party apps or all
  installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 21:45:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CCEF626C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 21:45:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C6B721A4AA6;
	Thu, 12 May 2016 21:45:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0yQQ-00015g-Nt; Thu, 12 May 2016 21:45:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0yQP-00014y-L1
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 21:45:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0yQP-0003q0-8e
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 21:45:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3F6932E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 21:45:41 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 21:40:24 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Opinion; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software-center software-center
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 turone ximion
X-Launchpad-Bug-Reporter: pst007x (turone)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160507185047.21626.98864.malonedeb@wampee.canonical.com>
Message-Id: <20160512214024.8031.42433.malone@soybean.canonical.com>
Subject: [Bug 1579415] Re: Ubuntu Software Center does not display third party
 apps or all installed apps
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1c4b5fdeeca1a6a0154206529674564416133c36
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579415 <1579415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Yeah, the old Ubuntu Software Center was designed to also replace Synaptic, while the new GNOME Software is for applications / fonts / other visible stuff only (the same as KDE Discover does).
Advanced users are encouraged to use Synaptic, Muon or the command-line directly.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1579415

Title:
  Ubuntu Software Center does not display third party apps or all
  installed apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1579415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 21:51:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8A2AF26C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 21:51:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 852D01A4AA7;
	Thu, 12 May 2016 21:51:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0yVa-0001eu-96; Thu, 12 May 2016 21:51:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0yVY-0001ef-CB
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 21:51:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0yVW-0004qO-7h
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 21:50:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9D4182E80E6
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 21:50:56 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 21:43:48 -0000
From: keshavbhatt <keshavnrj@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=In Progress; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: gnome-software
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: elthommo keshavnrj robert-ancell willcooke
X-Launchpad-Bug-Reporter: Will Cooke (willcooke)
X-Launchpad-Bug-Modifier: keshavbhatt (keshavnrj)
References: <20160218174145.570.33965.malonedeb@gac.canonical.com>
Message-Id: <20160512214348.7818.18635.malone@soybean.canonical.com>
Subject: [Bug 1547135] Re: Support purchasing software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8f616f29783b59dc2f476c514ea539873b8f70be
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1547135 <1547135@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have developed my own personal client to allow all my customers install apps they purchased from Ubuntu software center .
the client cost 15$ and it allow users install all apps developed by me for free lots of other features are to be planned in future .
details and updates :- 

14.04  - www.ktechpit.com/ubuntu/ktechpit-com-released-ubuntu-play-
store-ubuntu-14-04/

16.04  - http://www.ktechpit.com/ubuntu/ktechpit-com-released-ubuntu-
play-store-ubuntu-16-04/

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1547135

Title:
  Support purchasing software

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1547135/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 21:55:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 774F726C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 21:55:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 666FD1A4A99;
	Thu, 12 May 2016 21:55:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0yaI-0002UV-Pj; Thu, 12 May 2016 21:55:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0yaH-0002UC-C6
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 21:55:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0yaG-0006Bz-Rf
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 21:55:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C14BC2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 21:55:52 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 21:48:43 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gerald-maruccia-e
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
References: <20160501221929.5590.29150.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512214843.1018.43579.malone@chaenomeles.canonical.com>
Subject: [Bug 1577246] Re: Ubuntu 16.04 Unity : gedit window has no shadow
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c122f294394fd3c42ab3ad5c4204ce27fc7213b9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577246 <1577246@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

4oCmYW5kIGl0IGNhbWUgYmFjayAhCmh0dHA6Ly9ocGljcy5saS83NmMyZDdhCgotLSAKWW91IHJl
Y2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2Yg
VWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBnZWRpdCBpbiBVYnVu
dHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU3NzI0NgoKVGl0bGU6CiAgVWJ1
bnR1IDE2LjA0IFVuaXR5IDogZ2VkaXQgd2luZG93IGhhcyBubyBzaGFkb3cKClRvIG1hbmFnZSBu
b3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgpodHRwczovL2J1Z3MubGF1bmNocGFk
Lm5ldC91YnVudHUvK3NvdXJjZS9nZWRpdC8rYnVnLzE1NzcyNDYvK3N1YnNjcmlwdGlvbnMKCi0t
IApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29t
Cmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 22:00:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7D02926C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 22:00:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 76C081A3200;
	Thu, 12 May 2016 22:00:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0yf5-0002mo-9s; Thu, 12 May 2016 22:00:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0yf3-0002mZ-Rm
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 22:00:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0yf3-000722-Cl
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 22:00:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4915C2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 22:00:49 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 21:53:14 -0000
From: Nikita Yerenkov-Scott <1581229@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
Message-Id: <20160512215314.9393.87388.malonedeb@gac.canonical.com>
Subject: [Bug 1581229] [NEW] "Started" column not displayed for processes when
 column is enabled in settings
X-Launchpad-Message-Rationale: Subscriber (gnome-system-monitor in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: eabd4c784da0f40b28d638415409642a9bd128ec
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581229 <1581229@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I have recently noticed that in the gnome-system-monitor if I go into
the settings and tick the box for "Started" in the "Information fields"
section of that the "Processes" tab that the "Started" column is not
added and in fact this information is not seemingly displayed anywhere
except for in the "Properties" window for a process. But it would be
really useful if it did actually appear as a column so that you could
easily view the start times for multiple processes at the same time and
to also sort them in terms of that. I am running Ubuntu GNOME 15.10 with
GNOME 3.18 but I have also experienced the behaviour on Ubuntu GNOME
16.04 with GNOME 3.20, in fact when running it on that system through
Terminal this was the output (the exact moment I checked the "Started"
box in the settings to add that column I got the first bit of output and
then very quickly the other output followed):

    (gnome-system-monitor:2252): GLib-CRITICAL **: Source ID 73 was not found when attempting to remove it
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)
    
    (gnome-system-monitor:2252): Gtk-WARNING **: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node button, owner GtkButton)

** Affects: ubuntu-gnome
     Importance: Undecided
         Status: New

** Affects: gnome-system-monitor (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: wily xenial

** Also affects: ubuntu-gnome
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1581229

Title:
  "Started" column not displayed for processes when column is enabled in
  settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1581229/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 22:01:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 03F5426C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 22:01:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F41591A4AA0;
	Thu, 12 May 2016 22:01:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0yfQ-0002sw-QP; Thu, 12 May 2016 22:01:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0yfQ-0002s4-0p
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 22:01:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0yfO-0007D0-Vq
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 22:01:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 58C5E2E8253
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 22:01:03 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 21:51:14 -0000
From: Pander <121775@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus-cd-burner; status=Expired;
 importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus-cd-burner;
 component=universe; status=Invalid; importance=Wishlist;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: endolith pander seb128
X-Launchpad-Bug-Reporter: Pander (pander)
X-Launchpad-Bug-Modifier: Pander (pander)
References: <20070622174211.12789.52752.malonedeb@potassium.ubuntu.com>
Message-Id: <20160512215116.443.65031.launchpad@chaenomeles.canonical.com>
Subject: [Bug 121775] Re: List which filenames disable windows compability
 when writing CD/DVD
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c6b55c629e80f624a328c8c2d95d56e6d11a83f3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 121775 <121775@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus-cd-burner (Ubuntu)
       Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/121775

Title:
  List which filenames disable windows compability when writing CD/DVD

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus-cd-burner/+bug/121775/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 22:06:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ADCCB26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 22:06:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A7DDF1A4AB5;
	Thu, 12 May 2016 22:06:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0yk5-00037W-9H; Thu, 12 May 2016 22:06:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0yk4-00037E-8H
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 22:06:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0yk3-0000G7-Tw
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 22:05:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D38FF2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 22:05:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 21:59:47 -0000
From: Nikita Yerenkov-Scott <1581229@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160512215314.9393.87388.malonedeb@gac.canonical.com>
Message-Id: <20160512215947.303.96318.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1581229] Re: "Started" column not displayed for processes when
 column is enabled in settings
X-Launchpad-Message-Rationale: Subscriber (gnome-system-monitor in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8d6530d280c786c6ad73b1970ac661ba62ac2aaf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581229 <1581229@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- Start time for processes not displayed when column is enabled in settings
+ "Started" column not displayed for processes when column is enabled in settings

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1581229

Title:
  "Started" column not displayed for processes when column is enabled in
  settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1581229/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 22:15:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1E2DD26C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 22:15:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1832A1A4A55;
	Thu, 12 May 2016 22:15:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0ytV-00043d-1Y; Thu, 12 May 2016 22:15:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0ytT-00042D-TN
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 22:15:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0ytT-0004Pe-Ij
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 22:15:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 83A702E80C3
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 22:15:43 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 22:09:21 -0000
From: Nikita Yerenkov-Scott <1581229@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-system-monitor; status=Unknown;
 importance=Unknown; assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160512215314.9393.87388.malonedeb@gac.canonical.com>
Message-Id: <20160512220921.1051.57593.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1581229] Re: "Started" column not displayed for processes when
 column is enabled in settings
X-Launchpad-Message-Rationale: Subscriber (gnome-system-monitor in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3de22dc09263d6d911ddc1cb8cd310c241c80d90
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581229 <1581229@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: GNOME Bug Tracker #766352
   https://bugzilla.gnome.org/show_bug.cgi?id=766352

** Also affects: gnome-system-monitor via
   https://bugzilla.gnome.org/show_bug.cgi?id=766352
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1581229

Title:
  "Started" column not displayed for processes when column is enabled in
  settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/1581229/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 22:16:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6370826C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 22:16:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5F4991A4AA7;
	Thu, 12 May 2016 22:16:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0ytl-00048h-9K; Thu, 12 May 2016 22:16:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0ytk-00048W-5e
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 22:16:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0ytj-0004ke-MM
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 22:15:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9530C2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 22:15:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 22:06:46 -0000
From: "Alejandro J. Cura" <alecu@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=High;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mardy thomas-voss
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Alejandro J. Cura (alecu)
References: <20160121202216.11169.83083.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512220647.21125.62629.launchpad@wampee.canonical.com>
Subject: [Bug 1536774] Re: Service state should distinguish between
 enabled/disabled and active/inactive
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f8f1097f7096f53e36b27ca9e14317c15fc09d91
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1536774 <1536774@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: canonical-devices-system-image
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1536774

Title:
  Service state should distinguish between enabled/disabled and
  active/inactive

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1536774/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 22:16:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BC64B26C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 22:16:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B6A101A4AA8;
	Thu, 12 May 2016 22:16:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0yuN-0004CJ-LB; Thu, 12 May 2016 22:16:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0yuM-0004Bl-JT
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 22:16:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0yuL-0005AO-N5
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 22:16:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id ACB302E80C9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 22:16:37 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 22:08:48 -0000
From: Pander <131289@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-screensaver; status=Expired; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Invalid; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mrkanister-deactivatedaccount-deactivatedaccount
 pander pedro
X-Launchpad-Bug-Reporter: Pander (pander)
X-Launchpad-Bug-Modifier: Pander (pander)
References: <20070809121348.23065.35285.malonedeb@potassium.ubuntu.com>
Message-Id: <20160512220849.636.42042.launchpad@chaenomeles.canonical.com>
Subject: [Bug 131289] Re: Allow to add and remove screensavers to the
 shortlist of screensaver theme
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5ad7f9bd63cde155f158669985255aeee3a97d1e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 131289 <131289@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-screensaver (Ubuntu)
       Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/131289

Title:
  Allow to add and remove screensavers to the shortlist of screensaver
  theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-screensaver/+bug/131289/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 23:20:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8855326C27AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 23:20:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8150C1A4AE8;
	Thu, 12 May 2016 23:20:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b0zuP-00011I-JQ; Thu, 12 May 2016 23:20:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b0zuO-00010m-Gx
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 23:20:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b0zuO-0006Kf-7W
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 23:20:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 25D0B2E80CE
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 23:20:44 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 23:14:13 -0000
From: Nick W <nickinhelena@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph
 eggert-gnu isgjevori janitor kennybobs martin-weis-newsadress nickinhelena
 quhaiyan-rs ramayer+ubuntu rattskjelke rocket859 seb128 sharms sibe39
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Nick W (nickinhelena)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512231413.8480.33999.malone@soybean.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b657a7d93af78c0c63b1d51a50a9f6415535530a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I used the terminal to back up the gvfsd-smb-browse, then removed it. I
think I do not use this file for anything. It looks like the system is
still running fine as far as I can see. The CPU has a normal load after
boot up...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 23:40:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 10B0626C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 23:40:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0604E1A48EA;
	Thu, 12 May 2016 23:40:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b10Dr-0002JL-JO; Thu, 12 May 2016 23:40:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b10Dp-0002J6-TB
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 23:40:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b10Dp-0001XQ-Ex
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 23:40:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5CB392E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 23:40:49 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 23:32:12 -0000
From: elias krygsmann <krygsmann33@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: already-installed amd64 apport-package
 package-from-proposed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: krygsmann33
X-Launchpad-Bug-Reporter: elias krygsmann (krygsmann33)
X-Launchpad-Bug-Modifier: elias krygsmann (krygsmann33)
Message-Id: <20160512233213.8755.95475.malonedeb@gac.canonical.com>
Subject: [Bug 1581257] [NEW] package udev 229-4ubuntu6 failed to
 install/upgrade: package udev is already installed and configured
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dbe276676845a5aee40ae50b1dfb62e52ad4485c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581257 <1581257@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

automatic programme atualization failure

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: udev 229-4ubuntu6
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Thu May 12 20:24:42 2016
ErrorMessage: package udev is already installed and configured
InstallationDate: Installed on 2016-03-15 (58 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: Dell Inc. Inspiron 3442
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic root=UUID=ef6c3265-fa9c-448f-a31d-f5fc84e4debc ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: systemd
Title: package udev 229-4ubuntu6 failed to install/upgrade: package udev is already installed and configured
UpgradeStatus: Upgraded to xenial on 2016-04-23 (19 days ago)
dmi.bios.date: 07/13/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 0WVGRF
dmi.board.vendor: Dell Inc.
dmi.board.version: A08
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: dmi:bvnDellInc.:bvrA08:bd07/13/2015:svnDellInc.:pnInspiron3442:pvrNotSpecified:rvnDellInc.:rn0WVGRF:rvrA08:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 3442
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: already-installed amd64 apport-package package-from-proposed xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1581257

Title:
  package udev 229-4ubuntu6 failed to install/upgrade: package udev is
  already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1581257/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 12 23:40:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EC9D426C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 12 May 2016 23:40:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E435A1A4AC7;
	Thu, 12 May 2016 23:40:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b10Du-0002Li-S8; Thu, 12 May 2016 23:40:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b10Du-0002L8-1H
 for desktop-bugs@lists.ubuntu.com; Thu, 12 May 2016 23:40:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b10Dt-0001Zp-HB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 23:40:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6639F2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 12 May 2016 23:40:53 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 12 May 2016 23:34:07 -0000
From: Launchpad Bug Tracker <1555170@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=adwaita-icon-theme;
 component=main; status=Fix Released; importance=Low;
 assignee=will.cooke@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: christophe-braud janitor seb128 willcooke
X-Launchpad-Bug-Reporter: Christophe Braud (christophe-braud)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160309152254.6483.39228.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160512233409.12179.31648.malone@ackee.canonical.com>
Subject: [Bug 1555170] Re: [SRU] Bad icon for bluetooth sound device
X-Launchpad-Message-Rationale: Subscriber (adwaita-icon-theme in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: be5628e5db189e3d4217db3affd4b56625ba7316
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1555170 <1555170@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package adwaita-icon-theme - 3.18.0-2ubuntu4

---------------
adwaita-icon-theme (3.18.0-2ubuntu4) yakkety; urgency=medium

  * debian/control.in, debian/not-in-humanity.txt:
    - Include audio-speakers in the non-full theme, it's used by
      unity-control-center to represent bluetooth speakers
      (LP: #1555170)

 -- Will Cooke <will@whizzy.org>  Thu, 12 May 2016 21:33:48 +0100

** Changed in: adwaita-icon-theme (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to adwaita-icon-theme in Ubuntu.
https://bugs.launchpad.net/bugs/1555170

Title:
  [SRU] Bad icon for bluetooth sound device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adwaita-icon-theme/+bug/1555170/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 00:15:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 07C1626C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 00:15:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F071E1A45E8;
	Fri, 13 May 2016 00:15:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b10lh-0004u3-Sx; Fri, 13 May 2016 00:15:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b10lg-0004tr-Fm
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 00:15:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b10lf-0004en-Ts
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 00:15:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DFD7A2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 00:15:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 00:09:12 -0000
From: martyj <marty.jelen@seznam.cz>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor launchpad-startport martyzjakarty ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: martyj (martyzjakarty)
References: <20160408172851.31644.41193.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513000912.8031.64587.malone@soybean.canonical.com>
Subject: [Bug 1568056] Re: Official Package-Names Not Shown in Gnome-Software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3bf9efddd1157b9af35acbe13f5521952dbfaaab
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1568056 <1568056@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

100 % Agreed with Lonnie Lee Best.

My opinion is every user should known what package is going to install.
It is our right.

And there is no reason to hide that information. It is ONE line, ONE
name. Nothing more, nothing less.


@ Lonnie Lee Best

Better use [b]Aptik[/b] for your SW reinstall.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1568056

Title:
  Official Package-Names Not Shown in Gnome-Software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1568056/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 00:30:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8311A26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 00:30:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 74B0D1A4AD8;
	Fri, 13 May 2016 00:30:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b110D-0006j0-6A; Fri, 13 May 2016 00:30:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1109-0006ha-DR
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 00:30:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1109-0006BJ-1I
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 00:30:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 00B082E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 00:30:45 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 00:23:54 -0000
From: Bug Watch Updater <1581229@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-system-monitor; status=Confirmed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160512215314.9393.87388.malonedeb@gac.canonical.com>
Message-Id: <20160513002355.9643.55341.launchpad@loganberry.canonical.com>
Subject: [Bug 1581229] Re: "Started" column not displayed for processes when
 column is enabled in settings
X-Launchpad-Message-Rationale: Subscriber (gnome-system-monitor in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 48775484dfb8f44f6ef1351fe6f992910e1e47e8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581229 <1581229@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-system-monitor
       Status: Unknown => Confirmed

** Changed in: gnome-system-monitor
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1581229

Title:
  "Started" column not displayed for processes when column is enabled in
  settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/1581229/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 00:31:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E1E1A26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 00:31:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D55D21A4B06;
	Fri, 13 May 2016 00:31:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b110O-0006oH-LW; Fri, 13 May 2016 00:31:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b110N-0006na-04
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 00:30:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b110M-0006NE-Es
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 00:30:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 64A132E80BB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 00:30:58 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 00:24:34 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=yelp; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=yelp; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 saucy
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor sashnov
X-Launchpad-Bug-Reporter: Alexander Sashnov (sashnov)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20131220155801.16037.71972.malonedeb@wampee.canonical.com>
Message-Id: <20160513002434.303.99567.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1263145] Re: Ctrl+= should work as well as Ctrl++
X-Launchpad-Message-Rationale: Subscriber (yelp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0d2ec9c5fcaf0f166f453faee8f556c33434a9c7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1263145 <1263145@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: GNOME Bug Tracker #763964
   https://bugzilla.gnome.org/show_bug.cgi?id=763964

** Also affects: yelp via
   https://bugzilla.gnome.org/show_bug.cgi?id=763964
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in Ubuntu.
https://bugs.launchpad.net/bugs/1263145

Title:
  Ctrl+= should work as well as Ctrl++

To manage notifications about this bug go to:
https://bugs.launchpad.net/yelp/+bug/1263145/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 00:31:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0838126C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 00:31:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F06701A4B02;
	Fri, 13 May 2016 00:31:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b110P-0006qi-Ut; Fri, 13 May 2016 00:31:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b110O-0006o3-7f
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 00:31:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b110N-0006VU-Ma
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 00:30:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9FB572E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 00:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 00:24:50 -0000
From: Launchpad Bug Tracker <1263145@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=yelp; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=yelp; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 saucy
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor sashnov
X-Launchpad-Bug-Reporter: Alexander Sashnov (sashnov)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20131220155801.16037.71972.malonedeb@wampee.canonical.com>
Message-Id: <20160513002450.443.17813.malone@chaenomeles.canonical.com>
Subject: [Bug 1263145] Re: Ctrl+= should work as well as Ctrl++
X-Launchpad-Message-Rationale: Subscriber (yelp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d54712a4ef8196bb54fcebe9cb7ccfe12010ee5e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1263145 <1263145@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: yelp (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in Ubuntu.
https://bugs.launchpad.net/bugs/1263145

Title:
  Ctrl+= should work as well as Ctrl++

To manage notifications about this bug go to:
https://bugs.launchpad.net/yelp/+bug/1263145/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 00:50:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0B92526C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 00:50:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EF8BC1A4AE3;
	Fri, 13 May 2016 00:50:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b11JM-0000Kt-Kw; Fri, 13 May 2016 00:50:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b11JL-0000Ka-Er
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 00:50:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b11JK-00050d-W2
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 00:50:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D7C1E2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 00:50:34 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 00:45:32 -0000
From: Theophilus <1581269@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: theophilus79
X-Launchpad-Bug-Reporter: Theophilus (theophilus79)
X-Launchpad-Bug-Modifier: Theophilus (theophilus79)
Message-Id: <20160513004532.9393.99637.malonedeb@gac.canonical.com>
Subject: [Bug 1581269] [NEW] package systemd 229-4ubuntu4 [modified:
 usr/share/dbus-1/system-services/org.freedesktop.systemd1.service] failed to
 install/upgrade: unable to securely remove
 '/usr/bin/systemd-detect-virt.dpkg-new': Read-only file system
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 39addb8c7efab07e1a7be5c78a0a4e7c464bff9f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581269 <1581269@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKClRoaXMgcmVzdWx0ZWQgZnJvbSBzZWxlY3RpbmcgYW4gYXV0
b21hdGVkIGluc3RhbGwgZGFpbHkgb2YgdXBkYXRlcy4KClByb2JsZW1UeXBlOiBQYWNrYWdlCkRp
c3Ryb1JlbGVhc2U6IFVidW50dSAxNi4wNApQYWNrYWdlOiBzeXN0ZW1kIDIyOS00dWJ1bnR1NCBb
bW9kaWZpZWQ6IHVzci9zaGFyZS9kYnVzLTEvc3lzdGVtLXNlcnZpY2VzL29yZy5mcmVlZGVza3Rv
cC5zeXN0ZW1kMS5zZXJ2aWNlXQpQcm9jVmVyc2lvblNpZ25hdHVyZTogVWJ1bnR1IDQuNC4wLTIy
LjM5LWdlbmVyaWMgNC40LjgKVW5hbWU6IExpbnV4IDQuNC4wLTIyLWdlbmVyaWMgeDg2XzY0CkFw
cG9ydFZlcnNpb246IDIuMjAuMS0wdWJ1bnR1MgpBcmNoaXRlY3R1cmU6IGFtZDY0CkRhdGU6IFRo
dSBNYXkgMTIgMTg6MDc6MjkgMjAxNgpFcnJvck1lc3NhZ2U6IHVuYWJsZSB0byBzZWN1cmVseSBy
ZW1vdmUgJy91c3IvYmluL3N5c3RlbWQtZGV0ZWN0LXZpcnQuZHBrZy1uZXcnOiBSZWFkLW9ubHkg
ZmlsZSBzeXN0ZW0KSW5zdGFsbGF0aW9uRGF0ZTogSW5zdGFsbGVkIG9uIDIwMTYtMDUtMTAgKDIg
ZGF5cyBhZ28pCkluc3RhbGxhdGlvbk1lZGlhOiBVYnVudHUtU2VydmVyIDE2LjA0IExUUyAiWGVu
aWFsIFhlcnVzIiAtIFJlbGVhc2UgYW1kNjQgKDIwMTYwNDIwLjMpCk1hY2hpbmVUeXBlOiBHaWdh
Ynl0ZSBUZWNobm9sb2d5IENvLiwgTHRkLiBUbyBiZSBmaWxsZWQgYnkgTy5FLk0uClByb2NLZXJu
ZWxDbWRMaW5lOiBCT09UX0lNQUdFPS9ib290L3ZtbGludXotNC40LjAtMjItZ2VuZXJpYyByb290
PVVVSUQ9MTk0NmRhYjUtYjdlNy00ZWU5LTlkOTctZDM5YjUwZDE0YzE2IHJvClJlbGF0ZWRQYWNr
YWdlVmVyc2lvbnM6CiBkcGtnIDEuMTguNHVidW50dTEKIGFwdCAgMS4yLjEwdWJ1bnR1MQpTb3Vy
Y2VQYWNrYWdlOiBzeXN0ZW1kClN5c3RlbWREZWx0YToKIFtFWFRFTkRFRF0gICAvbGliL3N5c3Rl
bWQvc3lzdGVtL3N5c3RlbWQtdGltZXN5bmNkLnNlcnZpY2Ug4oaSIC9saWIvc3lzdGVtZC9zeXN0
ZW0vc3lzdGVtZC10aW1lc3luY2Quc2VydmljZS5kL2Rpc2FibGUtd2l0aC10aW1lLWRhZW1vbi5j
b25mCiBbRVhURU5ERURdICAgL2xpYi9zeXN0ZW1kL3N5c3RlbS9jbGFtYXYtZGFlbW9uLnNvY2tl
dCDihpIgL2V0Yy9zeXN0ZW1kL3N5c3RlbS9jbGFtYXYtZGFlbW9uLnNvY2tldC5kL2V4dGVuZC5j
b25mCiBbRVhURU5ERURdICAgL2xpYi9zeXN0ZW1kL3N5c3RlbS9yYy1sb2NhbC5zZXJ2aWNlIOKG
kiAvbGliL3N5c3RlbWQvc3lzdGVtL3JjLWxvY2FsLnNlcnZpY2UuZC9kZWJpYW4uY29uZgogCiAz
IG92ZXJyaWRkZW4gY29uZmlndXJhdGlvbiBmaWxlcyBmb3VuZC4KVGl0bGU6IHBhY2thZ2Ugc3lz
dGVtZCAyMjktNHVidW50dTQgW21vZGlmaWVkOiB1c3Ivc2hhcmUvZGJ1cy0xL3N5c3RlbS1zZXJ2
aWNlcy9vcmcuZnJlZWRlc2t0b3Auc3lzdGVtZDEuc2VydmljZV0gZmFpbGVkIHRvIGluc3RhbGwv
dXBncmFkZTogdW5hYmxlIHRvIHNlY3VyZWx5IHJlbW92ZSAnL3Vzci9iaW4vc3lzdGVtZC1kZXRl
Y3QtdmlydC5kcGtnLW5ldyc6IFJlYWQtb25seSBmaWxlIHN5c3RlbQpVcGdyYWRlU3RhdHVzOiBO
byB1cGdyYWRlIGxvZyBwcmVzZW50IChwcm9iYWJseSBmcmVzaCBpbnN0YWxsKQpkbWkuYmlvcy5k
YXRlOiAwMS8wOS8yMDE0CmRtaS5iaW9zLnZlbmRvcjogQW1lcmljYW4gTWVnYXRyZW5kcyBJbmMu
CmRtaS5iaW9zLnZlcnNpb246IEY1CmRtaS5ib2FyZC5hc3NldC50YWc6IFRvIGJlIGZpbGxlZCBi
eSBPLkUuTS4KZG1pLmJvYXJkLm5hbWU6IEYyQTg4WE0tRFMyCmRtaS5ib2FyZC52ZW5kb3I6IEdp
Z2FieXRlIFRlY2hub2xvZ3kgQ28uLCBMdGQuCmRtaS5ib2FyZC52ZXJzaW9uOiB4LngKZG1pLmNo
YXNzaXMuYXNzZXQudGFnOiBUbyBCZSBGaWxsZWQgQnkgTy5FLk0uCmRtaS5jaGFzc2lzLnR5cGU6
IDMKZG1pLmNoYXNzaXMudmVuZG9yOiBHaWdhYnl0ZSBUZWNobm9sb2d5IENvLiwgTHRkLgpkbWku
Y2hhc3Npcy52ZXJzaW9uOiBUbyBCZSBGaWxsZWQgQnkgTy5FLk0uCmRtaS5tb2RhbGlhczogZG1p
OmJ2bkFtZXJpY2FuTWVnYXRyZW5kc0luYy46YnZyRjU6YmQwMS8wOS8yMDE0OnN2bkdpZ2FieXRl
VGVjaG5vbG9neUNvLixMdGQuOnBuVG9iZWZpbGxlZGJ5Ty5FLk0uOnB2clRvYmVmaWxsZWRieU8u
RS5NLjpydm5HaWdhYnl0ZVRlY2hub2xvZ3lDby4sTHRkLjpybkYyQTg4WE0tRFMyOnJ2cngueDpj
dm5HaWdhYnl0ZVRlY2hub2xvZ3lDby4sTHRkLjpjdDM6Y3ZyVG9CZUZpbGxlZEJ5Ty5FLk0uOgpk
bWkucHJvZHVjdC5uYW1lOiBUbyBiZSBmaWxsZWQgYnkgTy5FLk0uCmRtaS5wcm9kdWN0LnZlcnNp
b246IFRvIGJlIGZpbGxlZCBieSBPLkUuTS4KZG1pLnN5cy52ZW5kb3I6IEdpZ2FieXRlIFRlY2hu
b2xvZ3kgQ28uLCBMdGQuCgoqKiBBZmZlY3RzOiBzeXN0ZW1kIChVYnVudHUpCiAgICAgSW1wb3J0
YW5jZTogVW5kZWNpZGVkCiAgICAgICAgIFN0YXR1czogTmV3CgoKKiogVGFnczogYW1kNjQgYXBw
b3J0LXBhY2thZ2UgeGVuaWFsCgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlv
biBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2gg
aXMgc3Vic2NyaWJlZCB0byBzeXN0ZW1kIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBh
ZC5uZXQvYnVncy8xNTgxMjY5CgpUaXRsZToKICBwYWNrYWdlIHN5c3RlbWQgMjI5LTR1YnVudHU0
IFttb2RpZmllZDogdXNyL3NoYXJlL2RidXMtMS9zeXN0ZW0tCiAgc2VydmljZXMvb3JnLmZyZWVk
ZXNrdG9wLnN5c3RlbWQxLnNlcnZpY2VdIGZhaWxlZCB0byBpbnN0YWxsL3VwZ3JhZGU6CiAgdW5h
YmxlIHRvIHNlY3VyZWx5IHJlbW92ZSAnL3Vzci9iaW4vc3lzdGVtZC1kZXRlY3QtdmlydC5kcGtn
LW5ldyc6CiAgUmVhZC1vbmx5IGZpbGUgc3lzdGVtCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBh
Ym91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytz
b3VyY2Uvc3lzdGVtZC8rYnVnLzE1ODEyNjkvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1
Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlz
dHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 01:30:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 505AF26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 01:30:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4691A1A4A33;
	Fri, 13 May 2016 01:30:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b11wN-0003pj-RG; Fri, 13 May 2016 01:30:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b11wM-0003pW-0z
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 01:30:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b11wL-0005Ct-LD
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 01:30:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 914302E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 01:30:53 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 01:22:04 -0000
From: Bug Watch Updater <1263145@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=yelp; status=Confirmed; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=yelp; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 saucy
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor sashnov
X-Launchpad-Bug-Reporter: Alexander Sashnov (sashnov)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20131220155801.16037.71972.malonedeb@wampee.canonical.com>
Message-Id: <20160513012205.22832.71659.launchpad@loganberry.canonical.com>
Subject: [Bug 1263145] Re: Ctrl+= should work as well as Ctrl++
X-Launchpad-Message-Rationale: Subscriber (yelp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2a0c25db3949fbf59fcfdfdc1600a5400d2aafe4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1263145 <1263145@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: yelp
       Status: Unknown => Confirmed

** Changed in: yelp
   Importance: Unknown => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in Ubuntu.
https://bugs.launchpad.net/bugs/1263145

Title:
  Ctrl+= should work as well as Ctrl++

To manage notifications about this bug go to:
https://bugs.launchpad.net/yelp/+bug/1263145/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 02:05:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 29FB326C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 02:05:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 212F41A4ACB;
	Fri, 13 May 2016 02:05:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b12UA-0006uc-0N; Fri, 13 May 2016 02:05:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b12U8-0006u3-CM
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 02:05:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b12U7-0006uf-RC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 02:05:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C4D7D2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 02:05:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 01:55:47 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor kakurady
X-Launchpad-Bug-Reporter: Kakurady Drakenar (kakurady)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160306191207.13106.46405.malonedeb@wampee.canonical.com>
Message-Id: <20160513015548.903.15103.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1553780] Re: nautilus assert failure:
 ERROR:nautilus-view.c:1834:rename_newly_added_folder: code should not be
 reached
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ae34323779f202da35b837d941771a27902f9d12
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1553780 <1553780@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1553780

Title:
  nautilus assert failure: ERROR:nautilus-
  view.c:1834:rename_newly_added_folder: code should not be reached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1553780/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 03:00:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5D99426C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 03:00:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4642E1A4989;
	Fri, 13 May 2016 03:00:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b13LQ-00037m-Pu; Fri, 13 May 2016 03:00:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b13LP-00037W-PT
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 03:00:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b13LP-0003sF-85
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 03:00:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4FD7F2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 03:00:49 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 02:55:35 -0000
From: Daniel Jenkins <jeukel@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-disk-utility;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jeukel
X-Launchpad-Bug-Reporter: Daniel Jenkins (jeukel)
X-Launchpad-Bug-Modifier: Daniel Jenkins (jeukel)
Message-Id: <20160513025535.21341.50386.malonedeb@wampee.canonical.com>
Subject: [Bug 1581294] [NEW] ext4 + lukz on 1TB crashes
X-Launchpad-Message-Rationale: Subscriber (gnome-disk-utility in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e9906f653eec72a331e14c1626c0384f9ed0cf87
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581294 <1581294@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Drive formated as gpt. Using the whole space, on ext4 + lukz options,
the program gives segmentation fault (core violation). I can format the
drive using gparted perfectly.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-disk-utility 3.18.3.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu May 12 20:52:33 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-05-12 (0 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 (20160421)
SourcePackage: gnome-disk-utility
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-disk-utility (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1581294

Title:
  ext4 + lukz on 1TB crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1581294/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 05:30:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0C3A626C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 05:30:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 045BE1A4B02;
	Fri, 13 May 2016 05:30:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b15ge-0007Dt-1v; Fri, 13 May 2016 05:30:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b15gc-0007Dg-I8
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 05:30:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b15gb-0001GS-UA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 05:30:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D1FB82E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 05:30:53 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 05:22:24 -0000
From: Walter Garcia-Fontes <walter.garcia@upf.edu>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport walter-garcia
X-Launchpad-Bug-Reporter: Walter Garcia-Fontes (walter-garcia)
X-Launchpad-Bug-Modifier: Walter Garcia-Fontes (walter-garcia)
References: <20160504150558.17061.6315.malonedeb@soybean.canonical.com>
Message-Id: <20160513052224.863.69242.malone@chaenomeles.canonical.com>
Subject: [Bug 1578260] Re: rhythmbox crashed with SIGABRT in Py_FatalError()
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d2f391abac01411cd7eeb90ca7cd7f145aedce12
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578260 <1578260@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is a bug in rhythmbox-plugin-radio-browser. If this pluing is disabled I cannot reproduce it. I have reported the bug in the issue tracker for this plugin:
https://github.com/fossfreedom/radio-browser/issues/18

** No longer affects: rhythmbox

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1578260

Title:
  rhythmbox crashed with SIGABRT in Py_FatalError()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1578260/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 06:20:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 13B8926C22C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 06:20:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0DA601A4619;
	Fri, 13 May 2016 06:20:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b16T0-0003TJ-3t; Fri, 13 May 2016 06:20:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b16Sz-0003T1-2J
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 06:20:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b16Sx-00081r-9y
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 06:20:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3A31A2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 06:20:51 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 06:12:47 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pitti theophilus79
X-Launchpad-Bug-Reporter: Theophilus (theophilus79)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160513004532.9393.99637.malonedeb@gac.canonical.com>
Message-Id: <20160513061247.9255.78904.malone@gac.canonical.com>
Subject: [Bug 1581269] Re: package systemd 229-4ubuntu4 [modified:
 usr/share/dbus-1/system-services/org.freedesktop.systemd1.service] failed to
 install/upgrade: unable to securely remove
 '/usr/bin/systemd-detect-virt.dpkg-new': Read-only file system
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e7680e75876ea5a01d79f3a881e690c26b1cef57
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581269 <1581269@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This looks like your Ubuntu partition was remounted read-only in the
middle of a dpkg upgrade, which usually indicates a hard disk failure. I
suggest to reboot into rescue mode, run an fsck, and "fix packages",
double-check that you have a backup of your data, and watch out for more
instances of this.

** Changed in: systemd (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1581269

Title:
  package systemd 229-4ubuntu4 [modified: usr/share/dbus-1/system-
  services/org.freedesktop.systemd1.service] failed to install/upgrade:
  unable to securely remove '/usr/bin/systemd-detect-virt.dpkg-new':
  Read-only file system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1581269/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 06:50:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8456B26C27F2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 06:50:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6F60B1A4AF7;
	Fri, 13 May 2016 06:50:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b16w6-00061K-5H; Fri, 13 May 2016 06:50:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b16w4-00060k-I2
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 06:50:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b16w3-0007ef-0o
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 06:50:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 807312E80CC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 06:50:54 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 06:44:42 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-disk-utility;
 component=main; status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jeukel seb128
X-Launchpad-Bug-Reporter: Daniel Jenkins (jeukel)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160513025535.21341.50386.malonedeb@wampee.canonical.com>
Message-Id: <20160513064442.373.99560.malone@chaenomeles.canonical.com>
Subject: [Bug 1581294] Re: ext4 + lukz on 1TB crashes
X-Launchpad-Message-Rationale: Subscriber (gnome-disk-utility in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 51d03001f1b0141f9f70424fcc2700defaf5ea97
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581294 <1581294@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

You might also want to get a backtrace of the issue following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash

** Changed in: gnome-disk-utility (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1581294

Title:
  ext4 + lukz on 1TB crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1581294/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 06:55:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 65D4626C27AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 06:55:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 59EFF1A4820;
	Fri, 13 May 2016 06:55:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b170e-0006PU-8Q; Fri, 13 May 2016 06:55:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b170d-0006PK-2V
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 06:55:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b170c-0008B0-M3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 06:55:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 946982E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 06:55:38 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 06:50:24 -0000
From: Pellaeon Lin <1581342@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-bluetooth;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pellaeon
X-Launchpad-Bug-Reporter: Pellaeon Lin (pellaeon)
X-Launchpad-Bug-Modifier: Pellaeon Lin (pellaeon)
Message-Id: <20160513065024.9903.4229.malonedeb@gac.canonical.com>
Subject: [Bug 1581342] [NEW] Bluetooth menu closes immediately after opening
X-Launchpad-Message-Rationale: Subscriber (indicator-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bc1bc94138ec979cca455c5849b436c921ae57df
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581342 <1581342@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Description:	Ubuntu 16.04 LTS
Release:	16.04

indicator-bluetooth: 0.0.6+16.04.20160214-0ubuntu1
fcitx: 1:4.2.9.1-1ubuntu1

Steps to reproduce:
1. click on the top-right bluetooth icon
2. the panel opens, but closes immediately

I do not observe similar behavior with other indicator menus.

If I click on other icons, like network/wifi icon, then move cursor on
bluetooth icon, bluetooth menu remains opened when cursor hovers it.

I suspect this might have something to do with fcitx, I have fcitx-rime
installed, if Rime (a input method) is enabled, during the brief time
bluetooth menu is opened, rime is disabled.

Any suggestion on how to debug further?

** Affects: indicator-bluetooth (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to indicator-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1581342

Title:
  Bluetooth menu closes immediately after opening

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-bluetooth/+bug/1581342/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 06:55:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0EAC126C27AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 06:55:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 058231A4B32;
	Fri, 13 May 2016 06:55:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b170t-0006Vg-PO; Fri, 13 May 2016 06:55:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b170s-0006V5-6M
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 06:55:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b170r-0008WN-Li
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 06:55:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 837462E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 06:55:53 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 06:46:29 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-system-monitor; status=Confirmed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160512215314.9393.87388.malonedeb@gac.canonical.com>
Message-Id: <20160513064630.8720.2553.launchpad@gac.canonical.com>
Subject: [Bug 1581229] Re: "Started" column not displayed for processes when
 column is enabled in settings
X-Launchpad-Message-Rationale: Subscriber (gnome-system-monitor in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b5554cc9844a5a1047d530d93b48da641501a14c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581229 <1581229@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-system-monitor (Ubuntu)
       Status: New => Triaged

** Changed in: gnome-system-monitor (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1581229

Title:
  "Started" column not displayed for processes when column is enabled in
  settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/1581229/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 06:56:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 28ED326C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 06:56:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2351D1A4B0D;
	Fri, 13 May 2016 06:56:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b171I-0006a5-2z; Fri, 13 May 2016 06:56:20 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b171G-0006ZY-Dl
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 06:56:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b171G-0000bH-2X
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 06:56:18 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 006442E8060
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 06:56:18 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 06:45:57 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=yelp; status=Confirmed; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=yelp; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 saucy
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor sashnov
X-Launchpad-Bug-Reporter: Alexander Sashnov (sashnov)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20131220155801.16037.71972.malonedeb@wampee.canonical.com>
Message-Id: <20160513064557.9051.81516.launchpad@gac.canonical.com>
Subject: [Bug 1263145] Re: Ctrl+= should work as well as Ctrl++
X-Launchpad-Message-Rationale: Subscriber (yelp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1b0ef96dcadab85cd44b2dd9487b2e3b74bd1257
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1263145 <1263145@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: yelp (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: yelp (Ubuntu)
       Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in Ubuntu.
https://bugs.launchpad.net/bugs/1263145

Title:
  Ctrl+= should work as well as Ctrl++

To manage notifications about this bug go to:
https://bugs.launchpad.net/yelp/+bug/1263145/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 08:20:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4C4C726C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 08:20:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 48BC81A48AF;
	Fri, 13 May 2016 08:20:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b18LD-00070P-76; Fri, 13 May 2016 08:20:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b18LC-000706-Jl
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 08:20:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b18LB-0004j9-0T
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:20:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 01E512E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:20:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 08:12:42 -0000
From: Jean-Baptiste Lallement <jean-baptiste.lallement@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; status=Confirmed;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=High;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mardy thomas-voss
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Jean-Baptiste Lallement (jibel)
References: <20160121202216.11169.83083.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513081243.679.57829.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1536774] Re: Service state should distinguish between
 enabled/disabled and active/inactive
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ccb79d3a77edfefc7ee36d9d236fec1bdf549c01
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1536774 <1536774@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: canonical-devices-system-image
       Status: New => Confirmed

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Summary changed:

- Service state should distinguish between enabled/disabled and  active/inactive
+ Location service state should distinguish between enabled/disabled and  active/inactive

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1536774

Title:
  Location service state should distinguish between enabled/disabled and
  active/inactive

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1536774/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 08:35:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C5C0E26C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 08:35:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BF8821A493A;
	Fri, 13 May 2016 08:35:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b18Zh-0000AC-NT; Fri, 13 May 2016 08:35:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b18Zg-00009p-N0
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 08:35:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b18Zf-0000vD-GP
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:35:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 597CA2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:35:55 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 08:25:48 -0000
From: Iain Lane <iain@orangesquash.org.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Committed; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=In Progress;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: rls-w-notfixing
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 janitor laney ltsampros muravjov-il r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Iain Lane (laney)
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160513082548.1141.45478.malone@chaenomeles.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 139af5c1f92809f58ec98be0da770c5e8baef0cc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

SSB1cGxvYWRlZCBnbm9tZS1zZXNzaW9uIHRvIHlha2tldHkgYW5kIHhlbmlhbAoKKiogQWxzbyBh
ZmZlY3RzOiBnbm9tZS1zZXNzaW9uIChVYnVudHUgWGVuaWFsKQogICBJbXBvcnRhbmNlOiBVbmRl
Y2lkZWQKICAgICAgIFN0YXR1czogTmV3CgoqKiBBbHNvIGFmZmVjdHM6IHVwc3RhcnQgKFVidW50
dSBYZW5pYWwpCiAgIEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAgICAgU3RhdHVzOiBOZXcKCioq
IENoYW5nZWQgaW46IGdub21lLXNlc3Npb24gKFVidW50dSkKICAgICAgIFN0YXR1czogSW4gUHJv
Z3Jlc3MgPT4gRml4IENvbW1pdHRlZAoKKiogQ2hhbmdlZCBpbjogZ25vbWUtc2Vzc2lvbiAoVWJ1
bnR1IFhlbmlhbCkKICAgICAgIFN0YXR1czogTmV3ID0+IEluIFByb2dyZXNzCgoqKiBDaGFuZ2Vk
IGluOiBnbm9tZS1zZXNzaW9uIChVYnVudHUgWGVuaWFsKQogICAgIEFzc2lnbmVlOiAodW5hc3Np
Z25lZCkgPT4gTWFyY28gVHJldmlzYW4gKFRyZXZpw7FvKSAoM3YxbjApCgotLSAKWW91IHJlY2Vp
dmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1
bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBnbm9tZS1zZXNzaW9uIGlu
IFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNDMzMDEzCgpUaXRsZToK
ICBTdXBlciAtPiBleGVjIHZzIEFsdC1GMiAtPiBleGVjIGhhdmUgZGlmZmVyZW50IGVudmlyb25t
ZW50CgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6
Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2UvZ25vbWUtc2Vzc2lvbi8rYnVnLzE0
MzMwMTMvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0
b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFu
L2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 08:36:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4EFA926C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 08:36:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4982A1A4AD6;
	Fri, 13 May 2016 08:36:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b18Zo-0000Dt-8A; Fri, 13 May 2016 08:36:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b18Zi-0000Af-M6
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 08:35:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b18Zh-00019Y-9m
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:35:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 46B4F2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:35:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 08:26:13 -0000
From: Launchpad Bug Tracker <1433013@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Committed; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=In Progress;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: rls-w-notfixing
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 janitor laney ltsampros muravjov-il r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160513082617.32690.20546.launchpad@ackee.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 53413a7bb6bfaae001b95fc98a4465b786fd9908
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Branch linked: lp:~ubuntu-desktop/gnome-session/ubuntu-xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1433013

Title:
  Super -> exec vs Alt-F2 -> exec have different environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1433013/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 08:40:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D3E0C26C22DA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 08:40:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C83DF1A4ACE;
	Fri, 13 May 2016 08:40:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b18eS-0000OM-7g; Fri, 13 May 2016 08:40:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b18eR-0000OC-7a
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 08:40:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b18eQ-0003Ep-SF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:40:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C1F752E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:40:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 08:35:40 -0000
From: "Andreas E." <1581377@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andreas-e
X-Launchpad-Bug-Reporter: Andreas E. (andreas-e)
X-Launchpad-Bug-Modifier: Andreas E. (andreas-e)
Message-Id: <20160513083540.8658.54975.malonedeb@gac.canonical.com>
Subject: [Bug 1581377] [NEW] text-scaling-factor changes from 1.0
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d87829dfbb1252ede95c533792a6edc3110e2892
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581377 <1581377@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

After upgrading from Ubuntu 15.10 to 16.04, org.gnome.desktop.interface
.text-scaling-factor is not anymore set to 1.0 (as before upgrade) and
it does not want to be set to this value.

When setting it via gnome-tweak-tool or dconf-editor, it grows again to
1.1875 which makes all fonts noticeably bigger than normal. This happens
with other input too, when inserting 0.5 it will grow to 0.59.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-settings-daemon 3.18.2-0ubuntu3
Uname: Linux 4.2.0-040200rc3-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri May 13 10:32:11 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-06-06 (341 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: gnome-settings-daemon
UpgradeStatus: Upgraded to xenial on 2016-05-12 (0 days ago)

** Affects: gnome-settings-daemon (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1581377

Title:
  text-scaling-factor changes from 1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1581377/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 08:41:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A49CF26C22C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 08:41:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9ED9E1A4AA6;
	Fri, 13 May 2016 08:41:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b18eh-0000R3-Eh; Fri, 13 May 2016 08:41:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b18eg-0000Qs-IX
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 08:41:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b18eg-0003Ta-61
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:41:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2C4012E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:41:06 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 08:33:51 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: desktop-trello-import
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: unflavored
X-Launchpad-Bug-Reporter: unflavored (unflavored)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160512023342.8480.9932.malonedeb@soybean.canonical.com>
Message-Id: <20160513083352.9360.274.launchpad@gac.canonical.com>
Subject: [Bug 1580836] Re: Gnome Software ignores software-properties-gtk
 "When there are other updates" setting
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 46e908e79aae22590e5a7c7228f1bd7d8b98a0bf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580836 <1580836@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: desktop-trello-import

** Summary changed:

- Gnome Software ignores software-properties-gtk "When there are other updates" setting
+ Gnome Software ignores software-properties-gtk "When there are other updates" setting and displays update notification too regularly

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1580836

Title:
  Gnome Software ignores software-properties-gtk "When there are other
  updates" setting and displays update notification too regularly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580836/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 08:41:32 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EB99C26C22C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 08:41:32 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E65DF1A4ABE;
	Fri, 13 May 2016 08:41:32 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b18f6-0000Xs-10; Fri, 13 May 2016 08:41:32 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b18f0-0000W2-Tn
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 08:41:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b18f0-0003rE-2O
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:41:26 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0E3512E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:41:26 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 08:34:41 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Incomplete; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Triaged; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba bastarmedia
 christian-dysthe danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall last-ship lucianogardim
 m982 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso prismbox1 seb128
 vipinmsx-z willcooke woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513083441.9360.66068.launchpad@gac.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cdfd2be4e08e64afc875b5366e349abd771130ff
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 08:45:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3DCCC26C22C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 08:45:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 331911A4AA6;
	Fri, 13 May 2016 08:45:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b18jD-0000lh-Ug; Fri, 13 May 2016 08:45:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b18jD-0000kx-2Y
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 08:45:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b18jA-0007qT-E9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:45:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 021362E8179
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:45:42 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 08:36:42 -0000
From: Amr Ibrahim <1581180@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shotwell; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=shotwell; component=main; 
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160512190512.13999.59207.malonedeb@soybean.canonical.com>
Message-Id: <20160513083643.8755.62693.launchpad@gac.canonical.com>
Subject: [Bug 1581180] Re: Update to Shotwell 0.23.0
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 12ee7f0275458ef9e371092f12168687dc3aa38e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581180 <1581180@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: Debian Bug tracker #824164
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824164

** Also affects: shotwell (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824164
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1581180

Title:
  Update to Shotwell 0.23.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1581180/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 08:46:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9F04126C22C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 08:46:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 97F621A48E0;
	Fri, 13 May 2016 08:46:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b18jl-0000uR-H6; Fri, 13 May 2016 08:46:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b18jh-0000rm-3Y
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 08:46:17 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b18jg-0000Ns-Fq
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:46:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 05C012E81EB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:46:08 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 08:39:35 -0000
From: Will Cooke <1506744@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Incomplete; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Triaged; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba bastarmedia
 christian-dysthe danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall last-ship lucianogardim
 m982 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso prismbox1 seb128
 vipinmsx-z willcooke woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513083935.1141.93810.malone@chaenomeles.canonical.com>
Subject: [Bug 1506744] Automatically added comment
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4ed8d60aac5b3d00cff8112c0c180a578cc9c95e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Added to Trello: https://trello.com/c/mt86ncA5/10-bug-1506744-newly-
installed-applications-do-not-show-in-the-dash

** Tags removed: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 08:51:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 18BD726C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 08:51:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0B81D1A4989;
	Fri, 13 May 2016 08:51:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b18oG-0001Mg-10; Fri, 13 May 2016 08:51:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b18oF-0001MQ-7M
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 08:50:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b18oD-0001HX-Af
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:50:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2B0922E80D3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:50:56 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 08:42:05 -0000
From: Will Cooke <1580836@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: unflavored willcooke
X-Launchpad-Bug-Reporter: unflavored (unflavored)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160512023342.8480.9932.malonedeb@soybean.canonical.com>
Message-Id: <20160513084205.7858.23298.malone@soybean.canonical.com>
Subject: [Bug 1580836] Automatically added comment
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a1b68fe1f9bc68dc0520284ed2c58f8dbf404114
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580836 <1580836@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Added to Trello: https://trello.com/c/tEdDZ6Cy/15-bug-1580836-gnome-
software-ignores-software-properties-gtk-when-there-are-other-updates-
setting-and-displays-update-notification

** Tags removed: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1580836

Title:
  Gnome Software ignores software-properties-gtk "When there are other
  updates" setting and displays update notification too regularly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580836/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 08:56:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B174F26C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 08:56:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A75D41A4AF1;
	Fri, 13 May 2016 08:56:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b18t8-0001hf-J6; Fri, 13 May 2016 08:56:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b18t7-0001hB-B2
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 08:56:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b18t6-0002To-Gr
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:56:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7DCF22E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 08:56:00 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 08:48:38 -0000
From: Paolo Montrasio <1280300@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Invalid; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: 15.10 amd64 apport-bug lockscreen resume rls-t-incoming
 suspend third-party-packages trusty
X-Launchpad-Bug-Information-Type: Public Security
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: yes
X-Launchpad-Bug-Commenters: cuc+ daniel-nuest es20490446e gabor-z gatonegro
 grandvizier gvaduha hartmut-php james-ubuntuone janitor java-avionicengineers
 logangarbarini mbp mdeslaur mez-pahlan paolo-paolomontrasio pcampbell146
 seth-arnold smagoun vds
X-Launchpad-Bug-Reporter: Steve Magoun (smagoun)
X-Launchpad-Bug-Modifier: Paolo Montrasio (paolo-paolomontrasio)
References: <20140214141225.1869.45456.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513084838.8689.82876.malone@gac.canonical.com>
Subject: [Bug 1280300] Re: Desktop contents displayed on resume,
 before lock screen is shown
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a72f7159ab04ec3fc3045478d7cc33f1d8ba8729
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1280300 <1280300@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug started happening on my laptop after installing 16.04. With
12.04 there never was any problem and I never had this problem with an
older laptop, from 8.04 to 15.10.

I'm running XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity

Given the suggestion at #17 I'll open a new bug for that DE. Everybody
should open a new bug for the DE you use.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1280300

Title:
  Desktop contents displayed on resume, before lock screen is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1280300/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 09:00:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 76EBC26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 09:00:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5AD621A4B0F;
	Fri, 13 May 2016 09:00:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b18xk-0002aZ-Ot; Fri, 13 May 2016 09:00:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b18xh-0002aK-T0
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 09:00:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b18xh-0002y8-JH
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 09:00:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 895AA2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 09:00:45 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 08:55:38 -0000
From: Paolo Montrasio <1581384@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: paolo-paolomontrasio
X-Launchpad-Bug-Reporter: Paolo Montrasio (paolo-paolomontrasio)
X-Launchpad-Bug-Modifier: Paolo Montrasio (paolo-paolomontrasio)
Message-Id: <20160513085538.7891.46167.malonedeb@soybean.canonical.com>
Subject: [Bug 1581384] [NEW] Desktop contents displayed on resume before lock
 screen is shown
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 11331f9223a0edab9962dcddcc87623ba53b0032
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581384 <1581384@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Following to the suggestion at https://bugs.launchpad.net/ubuntu/+source
/gnome-screensaver/+bug/1280300/comments/17 I'm opening this new bug.
It's very similar, possibly a duplicate, of #1280300 and  #1509711 but
apparently we have to open a bug for every desktop environment we use.

I'm on 16.04 with Gnome-Flashback Compiz, XDG_CURRENT_DESKTOP=GNOME-
Flashback:Unity

When I resume from sleep, the contents of my desktop (including any open
windows, emails, etc) are displayed onscreen briefly before the unlock
screen is shown. This potentially allows an attacker to view the
contents of a locked screen.

To reproduce:
1) Suspend a machine, e.g. by closing the lid
2) Resume the machine

Expected results:
Upon resume, the first thing shown onscreen is the screensaver unlock screen.

Actual results:
Upon resume, the first thing shown onscreen is the set of open windows that were displayed before the machine was put to sleep. After a second or two, the unlock screen is drawn and you have to enter a password to unlock the machine.

This is reproducible on my system.

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04 LTS
Release:	16.04
Codename:	xenial

Maybe the package involved is gnome-screesaver

 $ dpkg -l gnome-screensaver
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                          Version                     Architecture                Description
+++-=============================================-===========================-===========================-===============================================================================================
ii  gnome-screensaver                             3.6.1-7ubuntu4              amd64                       GNOME screen saver and locker

** Affects: gnome-screensaver (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1581384

Title:
  Desktop contents displayed on resume before lock screen is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1581384/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 09:06:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8D31826C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 09:06:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8475C1A4B0A;
	Fri, 13 May 2016 09:06:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1935-00031E-DY; Fri, 13 May 2016 09:06:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1934-00030j-9X
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 09:06:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1933-0004y3-W3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 09:06:18 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F1ACC2E805B
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 09:06:17 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 08:57:36 -0000
From: Johny Provoost <johny.provoost@skynet.be>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cellstorm jepe
X-Launchpad-Bug-Reporter: cellstorm (cellstorm)
X-Launchpad-Bug-Modifier: Johny Provoost (jepe)
References: <20120322153655.31402.16352.malonedeb@gac.canonical.com>
Message-Id: <20160513085736.21271.48017.malone@wampee.canonical.com>
Subject: [Bug 962260] Re: no icons when adding custom submenus  to panel
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 891aa637ee458eb8b0dc7c5637f3c8a11851e9c9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 962260 <962260@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Still don't see the icons in submenu's in 16.04 I created.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/962260

Title:
  no icons when adding custom submenus  to panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/962260/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 09:26:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 40AC026C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 09:26:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3A9C61A4B1D;
	Fri, 13 May 2016 09:26:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b19M9-0005x2-Ku; Fri, 13 May 2016 09:26:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b19M6-0005wR-IX
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 09:25:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b19M5-0000oe-Sy
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 09:25:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CC60A2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 09:25:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 09:18:08 -0000
From: Bug Watch Updater <1578080@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=percona-xtradb-cluster-5.6;
 component=universe; status=Won't Fix; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Released; importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Committed; importance=High; 
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=charms; sourcepackage=percona-cluster;
 component=None; status=Won't Fix; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: canonical-bootstack hitlist openstack verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adconrad brad-marshall james-page janitor pitti
X-Launchpad-Bug-Reporter: Brad Marshall (brad-marshall)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160504065609.24579.48561.malonedeb@gac.canonical.com>
Message-Id: <20160513091810.924.94207.launchpad@loganberry.canonical.com>
Subject: [Bug 1578080] Re: percona cluster hits resource limits in HA
 Openstack cloud with xenial
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 399944f630c3a06cc19bcffcf89d7998c09d996b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578080 <1578080@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: systemd (Debian)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1578080

Title:
  percona cluster hits resource limits in HA Openstack cloud with xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1578080/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 09:45:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5256226C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 09:45:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 495921A4B2E;
	Fri, 13 May 2016 09:45:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b19f4-0007zj-W0; Fri, 13 May 2016 09:45:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b19f3-0007zZ-Cc
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 09:45:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b19f3-0004cr-5q
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 09:45:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 203C12E80C1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 09:45:33 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 09:39:07 -0000
From: TarotChen <tao.chen@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: tarotchen
X-Launchpad-Bug-Reporter: TarotChen (tarotchen)
X-Launchpad-Bug-Modifier: TarotChen (tarotchen)
Message-Id: <20160513093907.8326.74215.malonedeb@soybean.canonical.com>
Subject: [Bug 1581417] [NEW] Cannot get a gps fix on krillin
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5c444daf4bba2773a2b9fb4117b7eee72d2e3886
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581417 <1581417@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

current build number: 334
device name: krillin
channel: ubuntu-touch/rc-proposed/bq-aquaris.en
last update: 2016-05-13 01:22:19
version version: 334
version ubuntu: 20160513
version device: 20160329-a9bacdb
version custom: 20160505-975-38-9


Steps:
1.Setup wifi and disabled cellular data
2.Open google map app(installed from ubuntu store), allow the trust prompt and tap on "center my location" 
3.Open browser with maps.google.com, allow the trust prompt and tap on "center my location"

4.Enable cellular data and disable wifi
5.Open google map app and tap on "center my location"
6.Open browser with maps.google.com and tap on "center my location"

Actual result:
All failed to get a gps fix

Expected result:
Should be able to find my location

** Affects: location-service (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1581417

Title:
  Cannot get a gps fix on krillin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1581417/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 10:06:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0DA1026C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 10:06:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 03DBE1A4B21;
	Fri, 13 May 2016 10:06:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b19yy-0000y3-9d; Fri, 13 May 2016 10:06:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b19yx-0000xn-LT
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 10:06:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b19yx-0002fZ-Fd
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 10:06:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 70BB62E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 10:06:07 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 09:58:25 -0000
From: Launchpad Bug Tracker <1433013@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=In Progress;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: rls-w-notfixing
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 janitor laney ltsampros muravjov-il r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160513095828.32712.13170.malone@ackee.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 02ba0e7713c71b285ffbe40928a4dfd7c28d429b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

VGhpcyBidWcgd2FzIGZpeGVkIGluIHRoZSBwYWNrYWdlIGdub21lLXNlc3Npb24gLSAzLjE4LjEu
Mi0xdWJ1bnR1MgoKLS0tLS0tLS0tLS0tLS0tCmdub21lLXNlc3Npb24gKDMuMTguMS4yLTF1YnVu
dHUyKSB5YWtrZXR5OyB1cmdlbmN5PW1lZGl1bQoKICAqIGRlYmlhbi9wYXRjaGVzL2V4cG9ydF9l
bnZfdG9fdXBzdGFydC5wYXRjaDoKICAgIC0gRXhwb3J0IGVudmlyb25tZW50IHZhcmlhYmxlcyB0
byB1cHN0YXJ0IGFzIHdlbGwsIGlmIGF2YWlsYWJsZSAoTFA6ICMxNDMzMDEzKQoKIC0tIE1hcmNv
IFRyZXZpc2FuIChUcmV2acOxbykgPG1hcmNvQHVidW50dS5jb20+ICBUaHUsIDEyIE1heSAyMDE2
CjE0OjQ0OjE5ICswMTAwCgoqKiBDaGFuZ2VkIGluOiBnbm9tZS1zZXNzaW9uIChVYnVudHUpCiAg
ICAgICBTdGF0dXM6IEZpeCBDb21taXR0ZWQgPT4gRml4IFJlbGVhc2VkCgotLSAKWW91IHJlY2Vp
dmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1
bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBnbm9tZS1zZXNzaW9uIGlu
IFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNDMzMDEzCgpUaXRsZToK
ICBTdXBlciAtPiBleGVjIHZzIEFsdC1GMiAtPiBleGVjIGhhdmUgZGlmZmVyZW50IGVudmlyb25t
ZW50CgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6
Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2UvZ25vbWUtc2Vzc2lvbi8rYnVnLzE0
MzMwMTMvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0
b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFu
L2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 10:10:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3E81E26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 10:10:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 344671A4912;
	Fri, 13 May 2016 10:10:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1A3a-0001om-3e; Fri, 13 May 2016 10:10:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1A3Y-0001o7-L2
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 10:10:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1A3Y-0005jz-4O
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 10:10:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E17AC2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 10:10:51 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 10:02:58 -0000
From: Bug Watch Updater <1581180@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shotwell; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=shotwell; component=main; 
 status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160512190512.13999.59207.malonedeb@soybean.canonical.com>
Message-Id: <20160513100259.3426.45245.launchpad@loganberry.canonical.com>
Subject: [Bug 1581180] Re: Update to Shotwell 0.23.0
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 09a5855e28890208a32deb7d2c3c4bc608a1fccc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581180 <1581180@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: shotwell (Debian)
       Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1581180

Title:
  Update to Shotwell 0.23.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1581180/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 10:15:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D002F26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 10:15:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C2B621A4ACE;
	Fri, 13 May 2016 10:15:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1A8G-00029N-Cw; Fri, 13 May 2016 10:15:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1A8F-00028w-1K
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 10:15:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1A8E-0007LB-Jc
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 10:15:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 91BDA2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 10:15:42 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 10:07:58 -0000
From: Iain Lane <iain@orangesquash.org.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=glib2.0; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=glib2.0; component=main; status=In Progress;
 importance=Undecided; assignee=iain@orangesquash.org.uk; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laney
X-Launchpad-Bug-Reporter: Iain Lane (laney)
X-Launchpad-Bug-Modifier: Iain Lane (laney)
Message-Id: <20160513100758.7891.46160.malonedeb@soybean.canonical.com>
Subject: [Bug 1581439] [NEW] [SRU] New stable release 2.48.1
X-Launchpad-Message-Rationale: Subscriber (glib2.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e2586f46191e744a5f8cf9eb24c2332866100d16
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581439 <1581439@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKClsgRGVzY3JpcHRpb24gXQoKVXBzdHJlYW0gaGF2ZSByZWxl
YXNlZCBhIG5ldyBidWdmaXggcmVsZWFzZS4KClsgQ2hhbmdlcyBdCgo+RnJvbSBORVdTOgoKQnVn
cyBmaXhlZDoKIDczMTk4OCBnbG9jYWxmaWxlOiBBdm9pZCBhIHBvdGVudGlhbCBOVUxMIHBvaW50
ZXIgZGVyZWZlcmVuY2UKIDc0NzEwNyBHVmFyaWFudCB2YXJhcmdzIGRvY3VtZW50YXRpb246IGdf
dmFyaWFudF9nZXQoKSBleGFtcGxlCiA3NDc0NzggZ19zeXN0ZW1fdGhyZWFkX3NldF9uYW1lKCkg
aXMgbm90IGltcGxlbWVudGVkIGZvciBndGhyZWFkLXdpbjMyCiA3NDg0NzQgZ19nZXRfbGFuZ3Vh
Z2VfbmFtZXMoKSBpcyBub3QgdGhyZWFkLXNhZmUKIDc0ODUzMCBndGhyZWFkOiBXMzIgaW1wbGVt
ZW50YXRpb24gb2YgZ19nZXRfbnVtX3Byb2Nlc3NvcnMoKSBoYXMgbGFtZSBmYWxsYmFjawogNzQ4
ODA2IEdWYXJpYW50OiBCZXR0ZXIgaW50cm9kdWN0aW9uIHRvIHRoZSBjb25jZXB0cyBhbmQgaXRz
IHVzZXMKIDc0OTYwNiB0ZXN0czogYWx3YXlzIHJlbW92ZSBhcHAuZGVza3RvcAogNzU4MTc0IEZp
eCBkb2N1bWVudGF0aW9uIHR5cG9zCiA3NTg3MzggVXNhZ2Ugb2YgR1R5cGUgcHJvcGVydGllcyBj
YXVzZXMgY3Jhc2hlcyBkdWUgdG8gZ3Vsb25nL2dwb2ludGVyIG1pc21hdGNoCiA3NjI5OTQgUmFj
ZSBjb25kaXRpb24gaW4gR0lPL0FwcEZpbGVDaG9vc2VyIGNyYXNoZXMgRmlyZWZveC9HdGszCiA3
NjMzNzkgY29kZWdlbjogQWRkIHN1cHBvcnQgZm9yIGdfYXV0b3B0ciB0byBnZGJ1cy1jb2RlZ2Vu
4oCTZ2VuZXJhdGVkIG9iamVjdHMKIDc2MzgyMSBidWlsZDogQWxzbyBkaXN0IFN5c3RlbXRhcCBm
aWxlcyBhbHdheXMgZm9yIGdvYmplY3QvCiA3NjQwOTIgZ3N0cmZ1bmNzOiBEb2N1bWVudCB0aGUg
YmVoYXZpb3VyIG9mIGdfc3Ryam9pbnYoKQogNzY0NTc0IGJ1aWxkOiBGaXggYWxsIHN0YXRmcygp
IHRlc3RzIGZhaWxpbmcKIDc2NDU3NSB0ZXN0czogRml4IGNvbXBpbGF0aW9uIGVycm9ycyBkdWUg
dG8gWTJLIGZvcm1hdCBwcm9ibGVtcwogNzY0Njg1IEdBcHBsaWNhdGlvbiBkb2N1bWVudGF0aW9u
IGFib3V0IGhhbmRsaW5nIGNvbW1hbmQtbGluZSBvcHRpb25zIGlzIGNvbmZ1c2luZwogNzY0NzU0
ICctJyBpbiBhcHBsaWNhdGlvbiBpZDogdW5icmVhayBidXMgYWN0aXZhdGlvbiBhbmQgbm90aWZp
Y2F0aW9ucwogNzY1OTU5IHNvY2tldDogc2V0IGZkIGZpZWxkIHRvIC0xIGFmdGVyIGNsb3Npbmcg
c29ja2V0CiA3NjU5OTAgVmlzdWFsIFN0dWRpbzogRGVmaW5lIGlubGluZSBvbmx5IHdoZW4gbmVj
ZXNzYXJ5CgpUcmFuc2xhdGlvbnMgdXBkYXRlZDoKIEJhc3F1ZSBsYW5ndWFnZQogQ2F0YWxhbgog
VmlldG5hbWVzZQogemhfQ04KClsgUUEsIHRlc3RpbmcsIHJlZ3Jlc3Npb24gcG90ZW50aWFsIF0K
ClVuZGVyIHRoZSBHTk9NRSBNUkUsIHlvdSBjYW4gYmVsaWV2ZSBhbGwgYnVncyB1cHN0cmVhbSBz
YXlzIGFyZSBmaXhlZAphcmUgcmVhbGx5IGZpeGVkLiBKdXN0IHRlc3QgdGhlIHN5c3RlbSBhbmQg
bWFrZSBzdXJlIHRoZXJlIGFyZSBubwpyZWdyZXNzaW9ucyAoZS5nLiBsb29rIGF0IGVycm9ycy51
YnVudHUuY29tKS4KCioqIEFmZmVjdHM6IGdsaWIyLjAgKFVidW50dSkKICAgICBJbXBvcnRhbmNl
OiBVbmRlY2lkZWQKICAgICAgICAgU3RhdHVzOiBGaXggUmVsZWFzZWQKCioqIEFmZmVjdHM6IGds
aWIyLjAgKFVidW50dSBYZW5pYWwpCiAgICAgSW1wb3J0YW5jZTogVW5kZWNpZGVkCiAgICAgQXNz
aWduZWU6IElhaW4gTGFuZSAobGFuZXkpCiAgICAgICAgIFN0YXR1czogSW4gUHJvZ3Jlc3MKCioq
IEFsc28gYWZmZWN0czogZ2xpYjIuMCAoVWJ1bnR1IFhlbmlhbCkKICAgSW1wb3J0YW5jZTogVW5k
ZWNpZGVkCiAgICAgICBTdGF0dXM6IE5ldwoKKiogQ2hhbmdlZCBpbjogZ2xpYjIuMCAoVWJ1bnR1
KQogICAgICAgU3RhdHVzOiBOZXcgPT4gRml4IFJlbGVhc2VkCgoqKiBDaGFuZ2VkIGluOiBnbGli
Mi4wIChVYnVudHUgWGVuaWFsKQogICAgICAgU3RhdHVzOiBOZXcgPT4gSW4gUHJvZ3Jlc3MKCioq
IENoYW5nZWQgaW46IGdsaWIyLjAgKFVidW50dSBYZW5pYWwpCiAgICAgQXNzaWduZWU6ICh1bmFz
c2lnbmVkKSA9PiBJYWluIExhbmUgKGxhbmV5KQoKLS0gCllvdSByZWNlaXZlZCB0aGlzIGJ1ZyBu
b3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVyIG9mIFVidW50dQpEZXNrdG9wIEJ1
Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gZ2xpYjIuMCBpbiBVYnVudHUuCmh0dHBzOi8vYnVn
cy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU4MTQzOQoKVGl0bGU6CiAgW1NSVV0gTmV3IHN0YWJsZSBy
ZWxlYXNlIDIuNDguMQoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBidWcgZ28g
dG86Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3VidW50dS8rc291cmNlL2dsaWIyLjAvK2J1
Zy8xNTgxNDM5LytzdWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApk
ZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFp
bG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 11:20:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1C99626C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 11:20:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 13C031A4B39;
	Fri, 13 May 2016 11:20:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1B9F-00015p-KZ; Fri, 13 May 2016 11:20:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1B9F-00015i-3Y
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 11:20:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1B9E-00017J-Ck
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 11:20:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 55F402E80CB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 11:20:48 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 11:14:39 -0000
From: Jean-Baptiste Lallement <jean-baptiste.lallement@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: tarotchen
X-Launchpad-Bug-Reporter: TarotChen (tarotchen)
X-Launchpad-Bug-Modifier: Jean-Baptiste Lallement (jibel)
References: <20160513093907.8326.74215.malonedeb@soybean.canonical.com>
Message-Id: <20160513111439.476.5073.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1581417] Re: Cannot get a gps fix on krillin
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 20235b580d12c9690d3bf9d8904627a9f50aa047
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581417 <1581417@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: canonical-devices-system-image
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1581417

Title:
  Cannot get a gps fix on krillin

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1581417/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 12:15:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1142226C27E3
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 12:15:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EDF471A4A81;
	Fri, 13 May 2016 12:15:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1C0Z-00071O-PL; Fri, 13 May 2016 12:15:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1C0Y-000712-G9
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 12:15:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1C0X-0006Ww-Vc
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 12:15:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EC59B2E8085
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 12:15:53 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 12:06:47 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; status=Confirmed;
 importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bobharvey cibersheep cjreeve curious-mitchell
 gareth-france janitor januari llamasfortesjm rolf-veen sergiqp stefan-kamps
 thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513120647.21201.68582.launchpad@wampee.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 94d6084ca9c94b59943cd5bedb6ce3b6098cd584
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: frieza
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 12:35:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 98F4326C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 12:35:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 92EF11A4B16;
	Fri, 13 May 2016 12:35:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1CJh-0000f8-DF; Fri, 13 May 2016 12:35:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1CJg-0000eu-PY
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 12:35:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1CJg-00065o-8n
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 12:35:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2E52D2E8005
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 12:35:40 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 12:28:22 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; status=Incomplete;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pat-mcgowan tarotchen
X-Launchpad-Bug-Reporter: TarotChen (tarotchen)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20160513093907.8326.74215.malonedeb@soybean.canonical.com>
Message-Id: <20160513122822.10380.48211.malone@gac.canonical.com>
Subject: [Bug 1581417] Re: Cannot get a gps fix on krillin
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bcb3f47e1c9cd2b5626df26f7f78ae13da355494
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581417 <1581417@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This can take up to 10 mins with a clear view of the sky. Where was this
test conducted and for how long?

In step 3 did you get a wifi based fix? That will not necessarily carry
over.

** Changed in: canonical-devices-system-image
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1581417

Title:
  Cannot get a gps fix on krillin

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1581417/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 12:55:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9321E26C27AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 12:55:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 89ACC1A4B1F;
	Fri, 13 May 2016 12:55:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1CdK-0002RC-ES; Fri, 13 May 2016 12:55:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1CdJ-0002Qg-Mk
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 12:55:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1CdJ-0000C9-2Z
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 12:55:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BE7792E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 12:55:56 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 12:48:02 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mieszko1st-deactivatedaccount seb128
X-Launchpad-Bug-Reporter: Mieszko Piast (mieszko1st-deactivatedaccount)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160504092849.17061.27114.malonedeb@soybean.canonical.com>
Message-Id: <20160513124802.8755.58255.malone@gac.canonical.com>
Subject: [Bug 1578129] Re: Can't drag&drop symlink to folder to bookmarks
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fc7aa382831e6650d093f76063aa45c98d64ae54
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578129 <1578129@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1578129

Title:
  Can't drag&drop symlink to folder to bookmarks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1578129/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 13:01:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 823A326C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 13:01:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 776B71A4B37;
	Fri, 13 May 2016 13:01:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1Cim-0003D2-Cn; Fri, 13 May 2016 13:01:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1Cil-0003CR-FE
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 13:01:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1Cik-0001LM-V9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 13:01:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D38DB2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 13:01:34 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 12:52:59 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: fmuro
X-Launchpad-Bug-Reporter: Fernando (fmuro)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
X-Launchpad-Bug-Duplicate: 1578792
References: <20160420144844.17661.3739.malonedeb@soybean.canonical.com>
Message-Id: <20160513125300.20995.87219.launchpad@wampee.canonical.com>
Subject: [Bug 1572611] Re: Nautilus (files) doesn't lock to launcher
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f723bf49a27e9e735b254b0bd42cb93e1c24a4ff
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572611 <1572611@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1578792 ***
    https://bugs.launchpad.net/bugs/1578792

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

** This bug has been marked a duplicate of bug 1578792
   nautilus/files doesn't show up in the launcher when unpinned

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1572611

Title:
  Nautilus (files) doesn't lock to launcher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1572611/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 13:05:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E917C26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 13:05:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DB9F31A4B3F;
	Fri, 13 May 2016 13:05:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1Cmk-0003WO-Kd; Fri, 13 May 2016 13:05:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1Cmj-0003W1-GR
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 13:05:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1Cmj-00030f-8R
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 13:05:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3193C2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 13:05:41 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 12:53:19 -0000
From: gaara <1581518@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: coredumped gimp text tool
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yoggic
X-Launchpad-Bug-Reporter: gaara (yoggic)
X-Launchpad-Bug-Modifier: gaara (yoggic)
Message-Id: <20160513125319.8854.16318.malonedeb@gac.canonical.com>
Subject: [Bug 1581518] [NEW] Gimp crashed with the text tool
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a92dcfbe5f14dd1aa73f19fa966717e7968d5ff3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581518 <1581518@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCkkgaGFkIHRvIGNvbW1lbnQgYSBKUEcgaW1hZ2Ugd2l0aCB0
aGUgdGV4dCB0b29sIHdpdGggbnVtYmVycywgaGVyZSBhcmUKdGhlIHN0ZXBzOgoKMSkgT3BlbiB0
aGUganBnOiBvawoyKSBDb21tZW50IHRoZSBpbWFnZToKLSBmaXJzdCBudW1iZXIgb2sKLSBzZWNv
bmQgbnVtYmVyIG9rCi0gdGhpcmQgbnVtYmVyOiBhZnRlciB0aGUgY2xpY2ssIHRoZSBidWc6IGNv
cmUgZHVtcGVyClRoaXMgYnVnIGFwcGVhcnMgZWFjaCB0aW1lIEkgdHJ5IHRvIGNvbW1lbnQgbXkg
SlBHLgoKSGVyZSBpcyB0aGUgcmVzdWx0IGluIHRoZSB0ZXJtaW5hbCAoaW4gZnJlbmNoKToKLS0t
LS0tLS0tLS0tLS0tLS0tLQooZ2ltcDoxNjk4OCk6IEd0ay1XQVJOSU5HICoqOiBUaGVtZSBkaXJl
Y3RvcnkgIG9mIHRoZW1lIG94eWdlbiBoYXMgbm8gc2l6ZSBmaWVsZAoKV2hpbGUgcGFyc2luZyBY
TVAgbWV0YWRhdGE6CkVycmV1ciDDoCBsYSBsaWduZSA0NiBjYXJhY3TDqHJlIDHCoDogTGEgZmlu
IGRlIGwnw6lsw6ltZW50IMKrwqBleGlmOkZsYXNowqDCuyBuJ2VzdCBwYXMgYXR0ZW5kdWUgZGFu
cyBjZSBjb250ZXh0ZQoKTWV0YWRhdGEgcGFyYXNpdGUgc2VlbXMgdG8gYmUgY29ycnVwdApXaGls
ZSBwYXJzaW5nIFhNUCBtZXRhZGF0YToKRXJyZXVyIMOgIGxhIGxpZ25lIDYwIGNhcmFjdMOocmUg
McKgOiBMYSBmaW4gZGUgbCfDqWzDqW1lbnQgwqvCoGV4aWY6Rmxhc2jCoMK7IG4nZXN0IHBhcyBh
dHRlbmR1ZSBkYW5zIGNlIGNvbnRleHRlCgpNZXRhZGF0YSBwYXJhc2l0ZSBzZWVtcyB0byBiZSBj
b3JydXB0Cgooc2NyaXB0LWZ1OjE2OTk2KTogTGliR2ltcEJhc2UtV0FSTklORyAqKjogc2NyaXB0
LWZ1OiBnaW1wX3dpcmVfcmVhZCgpOiBlcnJvcgpFcnJldXIgZGUgc2VnbWVudGF0aW9uIChjb3Jl
IGR1bXBlZCkKLS0tLS0tLS0tLS0tLS0tLS0tLQoKS3VidW50dSAxNi4wNCB4NjQsIGtlcm5lbCA0
LjQuMC0yMi1nZW5lcmljCgoqKiBBZmZlY3RzOiBnaW1wIChVYnVudHUpCiAgICAgSW1wb3J0YW5j
ZTogVW5kZWNpZGVkCiAgICAgICAgIFN0YXR1czogTmV3CgoKKiogVGFnczogY29yZWR1bXBlZCBn
aW1wIHRleHQgdG9vbAoKKiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCiAgSSBoYWQgdG8gY29tbWVu
dCBhIEpQRyBpbWFnZSB3aXRoIHRoZSB0ZXh0IHRvb2wgd2l0aCBudW1iZXJzLCBoZXJlIGFyZQog
IHRoZSBzdGVwczoKICAKICAxKSBPcGVuIHRoZSBqcGc6IG9rCiAgMikgQ29tbWVudCB0aGUgaW1h
Z2U6CiAgLSBmaXJzdCBudW1iZXIgb2sKICAtIHNlY29uZCBudW1iZXIgb2sKICAtIHRoaXJkIG51
bWJlcjogYWZ0ZXIgdGhlIGNsaWNrLCB0aGUgYnVnOiBjb3JlIGR1bXBlcgorIFRoaXMgYnVnIGFw
cGVhcnMgZWFjaCB0aW1lIEkgdHJ5IHRvIGNvbW1lbnQgbXkgSlBHLgorIAogIAogIEhlcmUgaXMg
dGhlIHJlc3VsdCBpbiB0aGUgdGVybWluYWwgKGluIGZyZW5jaCk6CiAgCiAgKGdpbXA6MTY5ODgp
OiBHdGstV0FSTklORyAqKjogVGhlbWUgZGlyZWN0b3J5ICBvZiB0aGVtZSBveHlnZW4gaGFzIG5v
CiAgc2l6ZSBmaWVsZAogIAogIFdoaWxlIHBhcnNpbmcgWE1QIG1ldGFkYXRhOgogIEVycmV1ciDD
oCBsYSBsaWduZSA0NiBjYXJhY3TDqHJlIDHCoDogTGEgZmluIGRlIGwnw6lsw6ltZW50IMKrwqBl
eGlmOkZsYXNowqDCuyBuJ2VzdCBwYXMgYXR0ZW5kdWUgZGFucyBjZSBjb250ZXh0ZQogIAogIE1l
dGFkYXRhIHBhcmFzaXRlIHNlZW1zIHRvIGJlIGNvcnJ1cHQKICBXaGlsZSBwYXJzaW5nIFhNUCBt
ZXRhZGF0YToKICBFcnJldXIgw6AgbGEgbGlnbmUgNjAgY2FyYWN0w6hyZSAxwqA6IExhIGZpbiBk
ZSBsJ8OpbMOpbWVudCDCq8KgZXhpZjpGbGFzaMKgwrsgbidlc3QgcGFzIGF0dGVuZHVlIGRhbnMg
Y2UgY29udGV4dGUKICAKICBNZXRhZGF0YSBwYXJhc2l0ZSBzZWVtcyB0byBiZSBjb3JydXB0CiAg
CiAgKHNjcmlwdC1mdToxNjk5Nik6IExpYkdpbXBCYXNlLVdBUk5JTkcgKio6IHNjcmlwdC1mdTog
Z2ltcF93aXJlX3JlYWQoKTogZXJyb3IKICBFcnJldXIgZGUgc2VnbWVudGF0aW9uIChjb3JlIGR1
bXBlZCkKICAKLSAKICBLdWJ1bnR1IDE2LjA0IHg2NCwga2VybmVsIDQuNC4wLTIyLWdlbmVyaWMK
CioqIERlc2NyaXB0aW9uIGNoYW5nZWQ6CgogIEkgaGFkIHRvIGNvbW1lbnQgYSBKUEcgaW1hZ2Ug
d2l0aCB0aGUgdGV4dCB0b29sIHdpdGggbnVtYmVycywgaGVyZSBhcmUKICB0aGUgc3RlcHM6CiAg
CiAgMSkgT3BlbiB0aGUganBnOiBvawogIDIpIENvbW1lbnQgdGhlIGltYWdlOgogIC0gZmlyc3Qg
bnVtYmVyIG9rCiAgLSBzZWNvbmQgbnVtYmVyIG9rCiAgLSB0aGlyZCBudW1iZXI6IGFmdGVyIHRo
ZSBjbGljaywgdGhlIGJ1ZzogY29yZSBkdW1wZXIKICBUaGlzIGJ1ZyBhcHBlYXJzIGVhY2ggdGlt
ZSBJIHRyeSB0byBjb21tZW50IG15IEpQRy4KICAKLSAKICBIZXJlIGlzIHRoZSByZXN1bHQgaW4g
dGhlIHRlcm1pbmFsIChpbiBmcmVuY2gpOgotIAotIChnaW1wOjE2OTg4KTogR3RrLVdBUk5JTkcg
Kio6IFRoZW1lIGRpcmVjdG9yeSAgb2YgdGhlbWUgb3h5Z2VuIGhhcyBubwotIHNpemUgZmllbGQK
KyAtLS0tLS0tLS0tLS0tLS0tLS0tCisgKGdpbXA6MTY5ODgpOiBHdGstV0FSTklORyAqKjogVGhl
bWUgZGlyZWN0b3J5ICBvZiB0aGVtZSBveHlnZW4gaGFzIG5vIHNpemUgZmllbGQKICAKICBXaGls
ZSBwYXJzaW5nIFhNUCBtZXRhZGF0YToKICBFcnJldXIgw6AgbGEgbGlnbmUgNDYgY2FyYWN0w6hy
ZSAxwqA6IExhIGZpbiBkZSBsJ8OpbMOpbWVudCDCq8KgZXhpZjpGbGFzaMKgwrsgbidlc3QgcGFz
IGF0dGVuZHVlIGRhbnMgY2UgY29udGV4dGUKICAKICBNZXRhZGF0YSBwYXJhc2l0ZSBzZWVtcyB0
byBiZSBjb3JydXB0CiAgV2hpbGUgcGFyc2luZyBYTVAgbWV0YWRhdGE6CiAgRXJyZXVyIMOgIGxh
IGxpZ25lIDYwIGNhcmFjdMOocmUgMcKgOiBMYSBmaW4gZGUgbCfDqWzDqW1lbnQgwqvCoGV4aWY6
Rmxhc2jCoMK7IG4nZXN0IHBhcyBhdHRlbmR1ZSBkYW5zIGNlIGNvbnRleHRlCiAgCiAgTWV0YWRh
dGEgcGFyYXNpdGUgc2VlbXMgdG8gYmUgY29ycnVwdAogIAogIChzY3JpcHQtZnU6MTY5OTYpOiBM
aWJHaW1wQmFzZS1XQVJOSU5HICoqOiBzY3JpcHQtZnU6IGdpbXBfd2lyZV9yZWFkKCk6IGVycm9y
CiAgRXJyZXVyIGRlIHNlZ21lbnRhdGlvbiAoY29yZSBkdW1wZWQpCisgLS0tLS0tLS0tLS0tLS0t
LS0tLQogIAogIEt1YnVudHUgMTYuMDQgeDY0LCBrZXJuZWwgNC40LjAtMjItZ2VuZXJpYwoKKiog
U3VtbWFyeSBjaGFuZ2VkOgoKLSBHaW1wIGNyYXNoZWQgd2hpdGggdGhlIHRleHQgdG9vbAorIEdp
bXAgY3Jhc2hlZCB3aXRoIHRoZSB0ZXh0IHRvb2wKCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcg
bm90aWZpY2F0aW9uIGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBC
dWdzLCB3aGljaCBpcyBzdWJzY3JpYmVkIHRvIGdpbXAgaW4gVWJ1bnR1LgpodHRwczovL2J1Z3Mu
bGF1bmNocGFkLm5ldC9idWdzLzE1ODE1MTgKClRpdGxlOgogIEdpbXAgY3Jhc2hlZCB3aXRoIHRo
ZSB0ZXh0IHRvb2wKClRvIG1hbmFnZSBub3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRv
OgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC91YnVudHUvK3NvdXJjZS9naW1wLytidWcvMTU4
MTUxOC8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5nIGxpc3QKZGVza3Rv
cC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUuY29tL21haWxtYW4v
bGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 13:16:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6806826C27D2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 13:16:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 624471A48CA;
	Fri, 13 May 2016 13:16:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1Cwu-0004gC-AS; Fri, 13 May 2016 13:16:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1Cws-0004fD-Th
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 13:16:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1Cws-0002OV-Cl
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 13:16:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4534D2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 13:16:10 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 13:08:29 -0000
From: JonH <Jon.Heisel@comcast.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: clarkendavis janitor jon-heisel
X-Launchpad-Bug-Reporter: Clarke Davis (clarkendavis)
X-Launchpad-Bug-Modifier: JonH (jon-heisel)
References: <20160427013153.5590.73754.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513130829.9250.49947.malone@soybean.canonical.com>
Subject: [Bug 1575447] Re: package gnome-menus 3.13.3-6ubuntu3 failed to
 install/upgrade: triggers looping, abandoned
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8cb4c0f247905f3fa2c10cb708b0097bd9ff8183
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575447 <1575447@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Upgrading from Ubuntu 15.01 to 16.04 saw this bug but upgrade continued
to end, but aborted after installing packages, but before clean-up.
Installer indicated that the system was not upgraded, but after a reboot
the system reported itself to be 16.04.  Did apt-get autoclean that
cleaned up a lot of unused packages.  Then did "sudo apt-get install
gnome-menus --reinstall" and got the following result:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/23.7 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 240745 files and directories currently installed.)
Preparing to unpack .../gnome-menus_3.13.3-6ubuntu3_amd64.deb ...
Unpacking gnome-menus (3.13.3-6ubuntu3) over (3.13.3-6ubuntu3) ...
Setting up gnome-menus (3.13.3-6ubuntu3) ...

It looks to me like there was not a problem to begin with?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1575447

Title:
  package gnome-menus 3.13.3-6ubuntu3 failed to install/upgrade:
  triggers looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/1575447/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 13:20:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7950426C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 13:20:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5B5CA1A4895;
	Fri, 13 May 2016 13:20:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1D1D-0005r6-T9; Fri, 13 May 2016 13:20:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1D1D-0005qw-CS
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 13:20:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1D1C-0003mA-UR
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 13:20:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DA5542E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 13:20:38 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 13:12:49 -0000
From: gaara <1581518@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: coredumped gimp text tool
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yoggic
X-Launchpad-Bug-Reporter: gaara (yoggic)
X-Launchpad-Bug-Modifier: gaara (yoggic)
References: <20160513125319.8854.16318.malonedeb@gac.canonical.com>
Message-Id: <20160513131250.9144.71644.launchpad@soybean.canonical.com>
Subject: [Bug 1581518] Re: Gimp crashed with the text tool
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: faab84a719a979bc00c52fe7c51535bc614fc751
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581518 <1581518@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCiAgSSBoYWQgdG8gY29tbWVudCBhIEpQRyBpbWFnZSB3
aXRoIHRoZSB0ZXh0IHRvb2wgd2l0aCBudW1iZXJzLCBoZXJlIGFyZQogIHRoZSBzdGVwczoKICAK
ICAxKSBPcGVuIHRoZSBqcGc6IG9rCiAgMikgQ29tbWVudCB0aGUgaW1hZ2U6Ci0gLSBmaXJzdCBu
dW1iZXIgb2sKLSAtIHNlY29uZCBudW1iZXIgb2sKLSAtIHRoaXJkIG51bWJlcjogYWZ0ZXIgdGhl
IGNsaWNrLCB0aGUgYnVnOiBjb3JlIGR1bXBlcgotIFRoaXMgYnVnIGFwcGVhcnMgZWFjaCB0aW1l
IEkgdHJ5IHRvIGNvbW1lbnQgbXkgSlBHLgorIC0gSWYgSSBjaG9vc2UgdGhlIGZvbnQgc2l6ZSBm
aXJzdCwgdGhlIGNyYXNoIGFwcGVuZHMKKyAtIElmIEkgd3JpdGUgc29tZXRoaW5nIGluIHRoZSBz
cXVhcmUgYW5kIGFmdGVyIEkgY2hvb3NlIHRoZSBmb250IHNpemUsIG5vIHByb2JsZW0uCisgCisg
VGhpcyBidWcgYXBwZWFycyBlYWNoIHRpbWUgSSB0cnkgdG8gY2hvb3NlIHRoZSBmb250IHNpemUg
YmVmb3JlIHdyaXRpbmcKKyBzb21ldGluZyBpbiBteSBKUEcuCisgCiAgCiAgSGVyZSBpcyB0aGUg
cmVzdWx0IGluIHRoZSB0ZXJtaW5hbCAoaW4gZnJlbmNoKToKICAtLS0tLS0tLS0tLS0tLS0tLS0t
CiAgKGdpbXA6MTY5ODgpOiBHdGstV0FSTklORyAqKjogVGhlbWUgZGlyZWN0b3J5ICBvZiB0aGVt
ZSBveHlnZW4gaGFzIG5vIHNpemUgZmllbGQKICAKICBXaGlsZSBwYXJzaW5nIFhNUCBtZXRhZGF0
YToKICBFcnJldXIgw6AgbGEgbGlnbmUgNDYgY2FyYWN0w6hyZSAxwqA6IExhIGZpbiBkZSBsJ8Op
bMOpbWVudCDCq8KgZXhpZjpGbGFzaMKgwrsgbidlc3QgcGFzIGF0dGVuZHVlIGRhbnMgY2UgY29u
dGV4dGUKICAKICBNZXRhZGF0YSBwYXJhc2l0ZSBzZWVtcyB0byBiZSBjb3JydXB0CiAgV2hpbGUg
cGFyc2luZyBYTVAgbWV0YWRhdGE6CiAgRXJyZXVyIMOgIGxhIGxpZ25lIDYwIGNhcmFjdMOocmUg
McKgOiBMYSBmaW4gZGUgbCfDqWzDqW1lbnQgwqvCoGV4aWY6Rmxhc2jCoMK7IG4nZXN0IHBhcyBh
dHRlbmR1ZSBkYW5zIGNlIGNvbnRleHRlCiAgCiAgTWV0YWRhdGEgcGFyYXNpdGUgc2VlbXMgdG8g
YmUgY29ycnVwdAogIAogIChzY3JpcHQtZnU6MTY5OTYpOiBMaWJHaW1wQmFzZS1XQVJOSU5HICoq
OiBzY3JpcHQtZnU6IGdpbXBfd2lyZV9yZWFkKCk6IGVycm9yCiAgRXJyZXVyIGRlIHNlZ21lbnRh
dGlvbiAoY29yZSBkdW1wZWQpCiAgLS0tLS0tLS0tLS0tLS0tLS0tLQogIAogIEt1YnVudHUgMTYu
MDQgeDY0LCBrZXJuZWwgNC40LjAtMjItZ2VuZXJpYwoKLS0gCllvdSByZWNlaXZlZCB0aGlzIGJ1
ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVyIG9mIFVidW50dQpEZXNrdG9w
IEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gZ2ltcCBpbiBVYnVudHUuCmh0dHBzOi8vYnVn
cy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU4MTUxOAoKVGl0bGU6CiAgR2ltcCBjcmFzaGVkIHdpdGgg
dGhlIHRleHQgdG9vbAoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBidWcgZ28g
dG86Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3VidW50dS8rc291cmNlL2dpbXAvK2J1Zy8x
NTgxNTE4LytzdWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNr
dG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1h
bi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 13:41:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A93C626C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 13:41:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A38601A2E71;
	Fri, 13 May 2016 13:41:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1DKz-0007zI-Mm; Fri, 13 May 2016 13:41:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1DKy-0007z2-R9
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 13:41:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1DKy-00030c-Fn
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 13:41:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 374892E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 13:41:04 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 13:31:30 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: eugenesan seb128
X-Launchpad-Bug-Reporter: Eugene San (eugenesan)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160420011041.23935.10601.malonedeb@gac.canonical.com>
Message-Id: <20160513133131.303.53592.malone@chaenomeles.canonical.com>
Subject: [Bug 1572361] Re: Dialog "Authentication is required to change your
 own user data" appears when chnaging keyboard language inside non-physical
 session
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0b41eba7cefc10d21f819dd9489e71081f8be918
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572361 <1572361@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

was likely the same as bug #1512002

** Changed in: accountsservice (Ubuntu)
       Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1572361

Title:
  Dialog "Authentication is required to change your own user data"
  appears when chnaging keyboard language inside non-physical session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1572361/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 13:46:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1DAC826C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 13:46:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 18A5B1A49BD;
	Fri, 13 May 2016 13:46:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1DPs-0000GB-NC; Fri, 13 May 2016 13:46:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1DPs-0000Fv-22
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 13:46:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1DPr-0005Xg-Me
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 13:46:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A9D8A2E8060
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 13:46:07 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 13:37:16 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=12;
 status=Confirmed; importance=Critical; assignee=alecu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mardy pat-mcgowan thomas-voss
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20160121202216.11169.83083.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513133717.8942.36528.malone@gac.canonical.com>
Subject: [Bug 1536774] Re: Location service state should distinguish between
 enabled/disabled and active/inactive
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8c1635c05ba6ad8c6b5ccf04afc947eea14e412f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1536774 <1536774@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is actually a critical requirement for certification and is needed
asap

** Changed in: canonical-devices-system-image
   Importance: Medium => Critical

** Changed in: canonical-devices-system-image
    Milestone: None => 12

** Changed in: canonical-devices-system-image
     Assignee: (unassigned) => Alejandro J. Cura (alecu)

** Changed in: location-service (Ubuntu)
   Importance: High => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1536774

Title:
  Location service state should distinguish between enabled/disabled and
  active/inactive

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1536774/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 14:00:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7A5DA26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 14:00:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7200A1A4B87;
	Fri, 13 May 2016 14:00:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1DeB-0002kp-J1; Fri, 13 May 2016 14:00:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1DeA-0002ke-JH
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 14:00:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1DeA-0000rL-17
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 14:00:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CDF082E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 14:00:53 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 13:52:43 -0000
From: Jean-Baptiste Lallement <jean-baptiste.lallement@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; status=Incomplete;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jibel pat-mcgowan tarotchen
X-Launchpad-Bug-Reporter: TarotChen (tarotchen)
X-Launchpad-Bug-Modifier: Jean-Baptiste Lallement (jibel)
References: <20160513093907.8326.74215.malonedeb@soybean.canonical.com>
Message-Id: <20160513135243.8854.13594.malone@gac.canonical.com>
Subject: [Bug 1581417] Re: Cannot get a gps fix on krillin
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7f592890e23eb7b9e90f7c3ec11fbcc94ebfdd93
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581417 <1581417@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I got a non-gps based fix relatively quickly but very very far from the
real location (more than 50km away and the other side of the bay), then
it took nearly 90 min to get a gps fix (phone outside in clear view of
the sky)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1581417

Title:
  Cannot get a gps fix on krillin

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1581417/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 14:30:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9888B26C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 14:30:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9329B1A49BD;
	Fri, 13 May 2016 14:30:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1E7F-0005tE-0W; Fri, 13 May 2016 14:30:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1E7E-0005sv-5H
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 14:30:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1E7D-0004ZI-Jy
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 14:30:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8B1EF2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 14:30:55 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 14:20:38 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney neil.mayhew pitti ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513142038.8720.16443.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 41c21cd134cef4d1f13d2af94af6657d41b93291
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This issue is resolved in Yakkety, nedds fixing in Xenial still.

The patch in -proposed resolves this issue for me.

** Changed in: appstream (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 14:41:25 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CC88126C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 14:41:25 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C49F81A4819;
	Fri, 13 May 2016 14:41:25 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1EHM-0006u1-EG; Fri, 13 May 2016 14:41:24 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1EHL-0006tq-8r
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 14:41:23 +0000
Received: from gac.canonical.com ([91.189.90.20])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1EHL-0001YG-1o
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 14:41:23 +0000
Received: from gac.canonical.com (unknown [IPv6:::1])
 by gac.canonical.com (Postfix) with ESMTPS id 07EAA5C0B44
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 14:41:23 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 14:41:22 -0000
From: Launchpad Bug Tracker <1580254@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=In Progress; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=accountsservice; component=main; status=In Progress;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: es20490446e gsandsds seb128
X-Launchpad-Bug-Reporter: Alberto Salvia Novella (es20490446e)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160510163319.443.37875.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1580254] [NEW] Cannot change accounts images
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160513144122.8689.66135.launchpad@gac.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 24c32aa941bfb34b57d6b993b4f2cdc4105fae98
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580254 <1580254@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

HOW TO REPRODUCE:
1. Go to "System Settings -> User Accounts"
2. Click on the user image at the left of the user name, and select a new image.

RESULT:
Image isn't changed.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity-control-center 15.04.0+16.04.20160413-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue May 10 18:28:06 2016
InstallationDate: Installed on 2016-05-02 (8 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: unity-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: accountsservice (Ubuntu)
     Importance: High
         Status: In Progress

** Affects: accountsservice (Ubuntu Xenial)
     Importance: High
         Status: In Progress


** Tags: amd64 apport-bug xenial
-- 
Cannot change accounts images
https://bugs.launchpad.net/bugs/1580254
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to accountsservice in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 14:46:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3404726C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 14:46:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2F0101A4873;
	Fri, 13 May 2016 14:46:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1EMb-0007NG-KG; Fri, 13 May 2016 14:46:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1EMa-0007N6-B1
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 14:46:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1EMY-0004c8-Ow
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 14:46:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 946272E80C1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 14:46:46 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 14:37:04 -0000
From: mamnmamn <1292451@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=unity; milestone=7.2.1; status=Fix Released;
 importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug lockscreen rls-t-incoming trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: antmarra dobey elias-hasle es20490446e hyperair
 janitor jasonodoom kumy mamnmamn marga-9 radler961-ubuntu sdeziel
X-Launchpad-Bug-Reporter: Chow Loong Jin (hyperair)
X-Launchpad-Bug-Modifier: mamnmamn (mamnmamn)
References: <20140314102855.15047.98356.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513143704.8942.65321.malone@gac.canonical.com>
Subject: [Bug 1292451] Re: screensaver re-locks itself after unlocking if the
 configured screen-off timer goes off while screen is locked
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f6aaccd790155bfba957ed4283c9fa8b9e79199d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1292451 <1292451@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I am seeing this on a number of Ubuntu 14.04 and 15.10 installs. 
the unity version on the 14.04 install is;
7.2.6+14.04.20151021-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1292451

Title:
  screensaver re-locks itself after unlocking if the configured screen-
  off timer goes off while screen is locked

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1292451/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 14:50:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8AD7326C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 14:50:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 85B711A323F;
	Fri, 13 May 2016 14:50:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1EQO-0007mZ-EH; Fri, 13 May 2016 14:50:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1EQL-0007l9-1v
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 14:50:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1EQK-0005pB-Fd
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 14:50:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5842E2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 14:50:40 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 14:41:58 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=In Progress; importance=High;
 assignee=seb128@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=accountsservice; component=main; status=In Progress;
 importance=High; assignee=seb128@ubuntu.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: es20490446e gsandsds seb128
X-Launchpad-Bug-Reporter: Alberto Salvia Novella (es20490446e)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160510163319.443.37875.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513144158.7891.50415.malone@soybean.canonical.com>
Subject: [Bug 1580254] Re: Cannot change accounts images
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 95fb49165f722d9a8d33b14f5e92a12487405a30
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580254 <1580254@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

It's a regression from
https://launchpad.net/ubuntu/+source/accountsservice/0.6.40-2ubuntu12

seems like those are needed

"      <allow_active>yes</allow_active>
      <allow_inactive>yes</allow_active>"

** Also affects: unity-control-center (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Changed in: unity-control-center (Ubuntu)
   Importance: Low => High

** Changed in: unity-control-center (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: unity-control-center (Ubuntu)
       Status: Triaged => In Progress

** Changed in: unity-control-center (Ubuntu Xenial)
       Status: New => In Progress

** Package changed: unity-control-center (Ubuntu) => accountsservice
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1580254

Title:
  Cannot change accounts images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1580254/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 14:55:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3194A26C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 14:55:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2054E1A4895;
	Fri, 13 May 2016 14:55:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1EVC-0008Eg-Nz; Fri, 13 May 2016 14:55:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1EVB-0008EV-ET
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 14:55:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1EVB-0007iQ-4t
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 14:55:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1846A2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 14:55:41 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 14:48:04 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
Message-Id: <20160513144804.21201.81205.malonedeb@wampee.canonical.com>
Subject: [Bug 1581567] [NEW] SRU regression, can't change own data
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f4c2290266d69141d19f898057ba607a776c9cd3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581567 <1581567@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

* Impact

Seems like
https://launchpad.net/ubuntu/+source/accountsservice/0.6.40-2ubuntu11
created issues, the allow_active/inactive rules they are needed
otherwise users can't change their name/icon/etc from the user panel in
unity-control-center...

* Test Case

- open unity-control-center
- go to the user panel
- try to change your user icon

it should work

* Regression potential

it's granting back rights that were given before, shouldn't create new
issues

** Affects: accountsservice (Ubuntu)
     Importance: High
         Status: Fix Committed

** Changed in: accountsservice (Ubuntu)
   Importance: Undecided => High

** Changed in: accountsservice (Ubuntu)
       Status: New => Fix Committed

** Description changed:

+ * Impact
+ 
  Seems like
  https://launchpad.net/ubuntu/+source/accountsservice/0.6.40-2ubuntu11
  created issues, the allow_active/inactive rules they are needed
  otherwise users can't change their name/icon/etc from the user panel in
  unity-control-center...
+ 
+ * Test Case
+ 
+ - open unity-control-center
+ - go to the user panel
+ - try to change your user icon
+ 
+ it should work
+ 
+ * Regression potential
+ 
+ it's granting back rights that were given before, shouldn't create new
+ issues

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1581567

Title:
  SRU regression, can't change own data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1581567/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 15:20:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8C89D26C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 15:20:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7FD9D1A4B3A;
	Fri, 13 May 2016 15:20:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1EtT-0003AI-6y; Fri, 13 May 2016 15:20:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1EtS-00039w-6a
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 15:20:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1EtR-00038N-RU
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 15:20:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C81DC2E8028
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 15:20:45 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 15:13:38 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=accountsservice; component=main; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: regression-release verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pitti seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160513144804.21201.81205.malonedeb@wampee.canonical.com>
Message-Id: <20160513151338.9016.94881.malone@gac.canonical.com>
Subject: [Bug 1581567] Re: SRU regression, can't change own data
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b7a0765a74f74f0710156d98a31094370aae5e91
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581567 <1581567@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Sebastien, or anyone else affected,

Accepted accountsservice into xenial-proposed. The package will build
now and be available at
https://launchpad.net/ubuntu/+source/accountsservice/0.6.40-2ubuntu11.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Also affects: accountsservice (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Changed in: accountsservice (Ubuntu Xenial)
       Status: New => Fix Committed

** Tags added: verification-needed

** Tags added: regression-release xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1581567

Title:
  SRU regression, can't change own data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1581567/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 15:21:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CB75426C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 15:21:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C223C1A4B46;
	Fri, 13 May 2016 15:21:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1Etn-0003Fz-Ml; Fri, 13 May 2016 15:21:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1Etm-0003FG-7o
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 15:21:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1Etk-0003B1-CA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 15:21:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D10532E80D6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 15:21:01 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 15:02:56 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gerald-maruccia-e
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
References: <20160501221929.5590.29150.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513150256.9250.16944.launchpad@soybean.canonical.com>
Subject: [Bug 1577246] Re: window has no shadow when run through gksudo
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5ab6464c30e4915c1111f1e478cc4be0d1366e68
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577246 <1577246@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- Ubuntu 16.04 Unity : gedit window has no shadow
+ window has no shadow when run through gksudo

** Description changed:

  Hi,
  
  as described in title.
  
  The gedit window has no shadow around its borders, which is quite
  annoying when opened above other white or light background window(s).
+ 
+ Happen only when run through gksudo.
+ 
+ Shadow is present with normal user.

** Changed in: gedit (Ubuntu)
       Status: Invalid => New

** Description changed:

  Hi,
  
  as described in title.
  
  The gedit window has no shadow around its borders, which is quite
  annoying when opened above other white or light background window(s).
  
- Happen only when run through gksudo.
+ Happen only and immediatly when run through (gk)sudo.
  
  Shadow is present with normal user.
+ 
+ It seems "confirmed" here https://forum.ubuntu-
+ fr.org/viewtopic.php?pid=21517385#p21517385
+ 
+ Comments #1 and #2 were made before kikito made me notice the sudo
+ parameter.

** Summary changed:

- window has no shadow when run through gksudo
+ window has no shadow when run through (gk)sudo

** Description changed:

  Hi,
  
  as described in title.
  
  The gedit window has no shadow around its borders, which is quite
  annoying when opened above other white or light background window(s).
  
  Happen only and immediatly when run through (gk)sudo.
  
  Shadow is present with normal user.
  
  It seems "confirmed" here https://forum.ubuntu-
  fr.org/viewtopic.php?pid=21517385#p21517385
  
- Comments #1 and #2 were made before kikito made me notice the sudo
+ Comments #1 and #2 written before kikito made me notice the sudo
  parameter.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1577246

Title:
  window has no shadow when run through (gk)sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1577246/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 15:30:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A6D8526C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 15:30:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9FC441A4B50;
	Fri, 13 May 2016 15:30:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1F38-0004dO-H4; Fri, 13 May 2016 15:30:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1F37-0004ck-5x
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 15:30:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1F36-0005zo-Ih
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 15:30:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 842D22E8085
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 15:30:44 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 15:24:02 -0000
From: Iain Lane <iain@orangesquash.org.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=gvfs; 
 component=main; status=In Progress; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laney
X-Launchpad-Bug-Reporter: Iain Lane (laney)
X-Launchpad-Bug-Modifier: Iain Lane (laney)
Message-Id: <20160513152402.8116.79925.malonedeb@soybean.canonical.com>
Subject: [Bug 1581577] [NEW] [SRU] New stable release 1.28.2
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3b31e4965290f249d222116f67278f8ede8368e7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581577 <1581577@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

[ Description ]

Upstream have released a new bugfix release.

[ Changes ]

>From NEWS:

Major changes in 1.28.2
=======================
* udisks2: Fix crash when mounting encrypted volume

[ QA, testing, regression potential ]

Under the GNOME MRE, you can believe all bugs upstream says are fixed
are really fixed. Just test the system and make sure there are no
regressions (e.g. look at errors.ubuntu.com).

** Affects: gvfs (Ubuntu)
     Importance: Undecided
         Status: Fix Released

** Affects: gvfs (Ubuntu Xenial)
     Importance: Undecided
         Status: In Progress

** Also affects: gvfs (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Changed in: gvfs (Ubuntu)
       Status: New => Fix Released

** Changed in: gvfs (Ubuntu Xenial)
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1581577

Title:
  [SRU] New stable release 1.28.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1581577/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 15:35:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 81C2126C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 15:35:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 77F021A4B5D;
	Fri, 13 May 2016 15:35:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1F7n-00051l-V3; Fri, 13 May 2016 15:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1F7k-00051a-Ju
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 15:35:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1F7k-0008Np-77
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 15:35:32 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 275F12E807D
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 15:35:32 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 15:30:24 -0000
From: Iain Lane <iain@orangesquash.org.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=gvfs; 
 component=main; status=In Progress; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laney
X-Launchpad-Bug-Reporter: Iain Lane (laney)
X-Launchpad-Bug-Modifier: Iain Lane (laney)
References: <20160513152402.8116.79925.malonedeb@soybean.canonical.com>
Message-Id: <20160513153024.443.51137.malone@chaenomeles.canonical.com>
Subject: [Bug 1581577] Re: [SRU] New stable release 1.28.2
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2f8860469255911a3f1bce87d2970660ff202dce
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581577 <1581577@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

As in the glib-networking SRU, I merged from Debian so picked up some
packaging changes. These ones are just Lintian overrides so I think they
are even more harmless, but again let me know if I should revert them.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1581577

Title:
  [SRU] New stable release 1.28.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1581577/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 16:26:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BCDDB26C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 16:26:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B6C1A1A4B6C;
	Fri, 13 May 2016 16:26:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1Fuh-0002N0-LP; Fri, 13 May 2016 16:26:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1FuE-0002J0-FP
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 16:25:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1FuE-0003yZ-6V
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 16:25:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 119172E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 16:25:38 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 16:16:16 -0000
From: brian <blec78@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-disk-utility;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=udisks2; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blec78
X-Launchpad-Bug-Reporter: brian (blec78)
X-Launchpad-Bug-Modifier: brian (blec78)
Message-Id: <20160513161616.21125.36566.malonedeb@wampee.canonical.com>
Subject: =?utf-8?q?=5BBug_1581594=5D_=5BNEW=5D_constantly_shows_wrong_tempe?=
 =?utf-8?b?cmF0dXJlICg5OcKwQyAp?=
X-Launchpad-Message-Rationale: Subscriber (gnome-disk-utility in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a20301fbd9da5ced4cfae7fafcb2302d20fbfe21
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581594 <1581594@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCkhlbGxvLCBoZXJlJ3MgbXkgc3lzdGVtIGluZm8KCn4kIGxz
Yl9yZWxlYXNlIC1yZApEZXNjcmlwdGlvbjoJVWJ1bnR1IDE2LjA0IExUUwpSZWxlYXNlOgkxNi4w
NAoKfiQgYXB0LWNhY2hlIHBvbGljeSB1ZGlza3MyCnVkaXNrczI6CiAgSW5zdGFsbGVkOiAyLjEu
Ny0xdWJ1bnR1MQogIENhbmRpZGF0ZTogMi4xLjctMXVidW50dTEKICBWZXJzaW9uIHRhYmxlOgog
KioqIDIuMS43LTF1YnVudHUxIDUwMAogICAgICAgIDUwMCBodHRwOi8vYXJjaGl2ZS51YnVudHUu
Y29tL3VidW50dSB4ZW5pYWwvbWFpbiBhbWQ2NCBQYWNrYWdlcwogICAgICAgIDEwMCAvdmFyL2xp
Yi9kcGtnL3N0YXR1cwoKCkhlcmUncyB0aGUgcHJvYmxlbTogdWRpc2tzMiBjb25zdGFudGx5IHNo
b3dzIHRoYXQgbXkgc3NkIHRlbXBlcmF0dXJlIGlzIDk5wrBDICgyMTDCsEYpLCBidXQgaW4gcmVh
bGl0eSBpdCdzIDMwwrBDCgoKfiQgc3VkbyBzbWFydGN0bCAtQSAvZGV2L3NkYQpzbWFydGN0bCA2
LjUgMjAxNi0wMS0yNCByNDIxNCBbeDg2XzY0LWxpbnV4LTQuNC4wLTIyLWdlbmVyaWNdIChsb2Nh
bCBidWlsZCkKQ29weXJpZ2h0IChDKSAyMDAyLTE2LCBCcnVjZSBBbGxlbiwgQ2hyaXN0aWFuIEZy
YW5rZSwgd3d3LnNtYXJ0bW9udG9vbHMub3JnCgo9PT0gU1RBUlQgT0YgUkVBRCBTTUFSVCBEQVRB
IFNFQ1RJT04gPT09ClNNQVJUIEF0dHJpYnV0ZXMgRGF0YSBTdHJ1Y3R1cmUgcmV2aXNpb24gbnVt
YmVyOiAxNgpWZW5kb3IgU3BlY2lmaWMgU01BUlQgQXR0cmlidXRlcyB3aXRoIFRocmVzaG9sZHM6
CklEIyBBVFRSSUJVVEVfTkFNRSAgICAgICAgICBGTEFHICAgICBWQUxVRSBXT1JTVCBUSFJFU0gg
VFlQRSAgICAgIFVQREFURUQgIFdIRU5fRkFJTEVEIFJBV19WQUxVRQogIDEgUmF3X1JlYWRfRXJy
b3JfUmF0ZSAgICAgMHgwMDBiICAgMTAwICAgMTAwICAgMDUwICAgIFByZS1mYWlsICBBbHdheXMg
ICAgICAgLSAgICAgICAwCiAgOSBQb3dlcl9Pbl9Ib3VycyAgICAgICAgICAweDAwMTIgICAxMDAg
ICAxMDAgICAwMDAgICAgT2xkX2FnZSAgIEFsd2F5cyAgICAgICAtICAgICAgIDI0CiAxMiBQb3dl
cl9DeWNsZV9Db3VudCAgICAgICAweDAwMTIgICAxMDAgICAxMDAgICAwMDAgICAgT2xkX2FnZSAg
IEFsd2F5cyAgICAgICAtICAgICAgIDUxCjE2OCBVbmtub3duX0F0dHJpYnV0ZSAgICAgICAweDAw
MTIgICAxMDAgICAxMDAgICAwMDAgICAgT2xkX2FnZSAgIEFsd2F5cyAgICAgICAtICAgICAgIDAK
MTcwIFVua25vd25fQXR0cmlidXRlICAgICAgIDB4MDAwMyAgIDEwMCAgIDEwMCAgIDAxMCAgICBQ
cmUtZmFpbCAgQWx3YXlzICAgICAgIC0gICAgICAgMjMxCjE3MyBVbmtub3duX0F0dHJpYnV0ZSAg
ICAgICAweDAwMTIgICAxMDAgICAxMDAgICAwMDAgICAgT2xkX2FnZSAgIEFsd2F5cyAgICAgICAt
ICAgICAgIDY1NTM5CjE5MiBQb3dlci1PZmZfUmV0cmFjdF9Db3VudCAweDAwMTIgICAxMDAgICAx
MDAgICAwMDAgICAgT2xkX2FnZSAgIEFsd2F5cyAgICAgICAtICAgICAgIDIzCjE5NCBUZW1wZXJh
dHVyZV9DZWxzaXVzICAgICAweDAwMjMgICAwNzAgICAwNzAgICAwMzAgICAgUHJlLWZhaWwgIEFs
d2F5cyAgICAgICAtICAgICAgIDMwIChNaW4vTWF4IDMwLzMwKQoyMTggVW5rbm93bl9BdHRyaWJ1
dGUgICAgICAgMHgwMDBiICAgMTAwICAgMTAwICAgMDUwICAgIFByZS1mYWlsICBBbHdheXMgICAg
ICAgLSAgICAgICAwCjIzMSBUZW1wZXJhdHVyZV9DZWxzaXVzICAgICAweDAwMTMgICAxMDAgICAx
MDAgICAwMDAgICAgUHJlLWZhaWwgIEFsd2F5cyAgICAgICAtICAgICAgIDk5CjI0MSBUb3RhbF9M
QkFzX1dyaXR0ZW4gICAgICAweDAwMTIgICAxMDAgICAxMDAgICAwMDAgICAgT2xkX2FnZSAgIEFs
d2F5cyAgICAgICAtICAgICAgIDMzNwoKCmluIHRoZSBHVUkgYXBwICgiRGlza3MiKSBpdCBzaG93
cyB0aGUgd3JvbmcgdGVtcGVyYXR1cmUgdG9vLiBoZGR0ZW1wCndvcmtzIHdlbGwgdGhvdWdoOgoK
fiQgc3VkbyBoZGR0ZW1wIC9kZXYvc2RhCi9kZXYvc2RhOiBQTlkgRVUgU1NEIENTMTMxMSAyNDBH
QjogMzDCsEMKCioqIEFmZmVjdHM6IGdub21lLWRpc2stdXRpbGl0eSAoVWJ1bnR1KQogICAgIElt
cG9ydGFuY2U6IFVuZGVjaWRlZAogICAgICAgICBTdGF0dXM6IE5ldwoKKiogQWZmZWN0czogdWRp
c2tzMiAoVWJ1bnR1KQogICAgIEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAgICAgICBTdGF0dXM6
IE5ldwoKKiogQWxzbyBhZmZlY3RzOiBnbm9tZS1kaXNrLXV0aWxpdHkgKFVidW50dSkKICAgSW1w
b3J0YW5jZTogVW5kZWNpZGVkCiAgICAgICBTdGF0dXM6IE5ldwoKLS0gCllvdSByZWNlaXZlZCB0
aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVyIG9mIFVidW50dQpE
ZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gZ25vbWUtZGlzay11dGlsaXR5IGlu
IFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTgxNTk0CgpUaXRsZToK
ICBjb25zdGFudGx5IHNob3dzIHdyb25nIHRlbXBlcmF0dXJlICg5OcKwQyApCgpUbyBtYW5hZ2Ug
bm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBh
ZC5uZXQvdWJ1bnR1Lytzb3VyY2UvZ25vbWUtZGlzay11dGlsaXR5LytidWcvMTU4MTU5NC8rc3Vi
c2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5nIGxpc3QKZGVza3RvcC1idWdzQGxp
c3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUuY29tL21haWxtYW4vbGlzdGluZm8v
ZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 16:35:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0EBF826C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 16:35:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 06D5D1A4B6E;
	Fri, 13 May 2016 16:35:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1G3v-0003r0-No; Fri, 13 May 2016 16:35:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1G3t-0003qk-W7
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 16:35:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1G3t-0007yM-Bq
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 16:35:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 377792E8085
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 16:35:37 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 16:25:46 -0000
From: Launchpad Bug Tracker <1581567@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=accountsservice; component=main; status=Fix Committed;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: regression-release verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor pitti seb128
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160513144804.21201.81205.malonedeb@wampee.canonical.com>
Message-Id: <20160513162548.32712.22439.malone@ackee.canonical.com>
Subject: [Bug 1581567] Re: SRU regression, can't change own data
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c470871460d53033047514a47b44e8647040e7dc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581567 <1581567@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package accountsservice - 0.6.40-2ubuntu13.1

---------------
accountsservice (0.6.40-2ubuntu13.1) yakkety; urgency=medium

  * debian/patches/change-own-data-inactive.patch:
    - use matching tags...

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 13 May 2016 17:03:31
+0200

** Changed in: accountsservice (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1581567

Title:
  SRU regression, can't change own data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1581567/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 16:50:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C76B126C23F4
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 16:50:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C292F1A4B4C;
	Fri, 13 May 2016 16:50:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1GIT-0005Pg-07; Fri, 13 May 2016 16:50:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1GIR-0005PS-UR
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 16:50:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1GIR-0006sn-H1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 16:50:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7479E2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 16:50:39 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 16:41:03 -0000
From: Launchpad Bug Tracker <1577246@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gerald-maruccia-e janitor
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160501221929.5590.29150.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513164103.9441.92124.malone@soybean.canonical.com>
Subject: [Bug 1577246] Re: window has no shadow when run through (gk)sudo
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a868fccb937ad33e00faa3f62ca728ce5faf2c4e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577246 <1577246@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gedit (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1577246

Title:
  window has no shadow when run through (gk)sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1577246/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 17:06:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B5A4026C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 17:06:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AF0B71A4B4D;
	Fri, 13 May 2016 17:06:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1GXL-0006e9-Mq; Fri, 13 May 2016 17:06:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1GXI-0006bK-RP
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 17:06:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1GXI-00022Z-Fx
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 17:06:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 640B02E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 17:06:00 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 16:59:54 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gerald-maruccia-e janitor
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
References: <20160501221929.5590.29150.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513165955.7818.74273.launchpad@soybean.canonical.com>
Subject: [Bug 1577246] Re: window has no shadow when run through (gk)sudo
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5706d8b706e0b4e016799c915923c8f30ba65b43
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577246 <1577246@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Description changed:

  Hi,
  
- as described in title.
+ ( Ubuntu 16.04 / Unity )
  
  The gedit window has no shadow around its borders, which is quite
  annoying when opened above other white or light background window(s).
  
  Happen only and immediatly when run through (gk)sudo.
  
  Shadow is present with normal user.
  
  It seems "confirmed" here https://forum.ubuntu-
  fr.org/viewtopic.php?pid=21517385#p21517385
  
  Comments #1 and #2 written before kikito made me notice the sudo
  parameter.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1577246

Title:
  window has no shadow when run through (gk)sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1577246/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 17:15:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6C3B826C218D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 17:15:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 661AA1A4897;
	Fri, 13 May 2016 17:15:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1Ggh-0008SJ-At; Fri, 13 May 2016 17:15:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1Ggg-0008Re-I7
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 17:15:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1Ggg-0006Wp-2c
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 17:15:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 126962E8085
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 17:15:42 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 17:08:08 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-disk-utility;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160513170808.21558.45374.malonedeb@wampee.canonical.com>
Subject: [Bug 1581619] [NEW] /usr/bin/gnome-disks:*** Error in
 `/usr/bin/gnome-disks': corrupted double-linked list: ADDR ***
X-Launchpad-Message-Rationale: Subscriber (gnome-disk-utility in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b6342a35c9b5b3fd42f9083a81c0cb4c95eaf600
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581619 <1581619@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding gnome-disk-utility.  This problem was most recently seen with
version 3.18.3.1-1ubuntu1, the problem page at
https://errors.ubuntu.com/problem/40b14051e11fc12fc24425706ed6df9af2e78fe7
contains more details.

** Affects: gnome-disk-utility (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1581619

Title:
  /usr/bin/gnome-disks:*** Error in `/usr/bin/gnome-disks': corrupted
  double-linked list: ADDR ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1581619/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 17:30:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5869B26C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 17:30:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 52D881A4B50;
	Fri, 13 May 2016 17:30:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1GvM-0001HP-8m; Fri, 13 May 2016 17:30:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1GvL-0001HE-I7
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 17:30:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1GvK-0004RU-V8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 17:30:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BD6442E80D2
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 17:30:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 17:22:13 -0000
From: lupa <lupa@inventati.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=blueman; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=blueman; component=universe;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=bluez; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: regression regression-release ua xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: akaname ali-abry army-r-c browning brumfield-glenn
 c0ffeeartc cacula christian-bizet columgaynor
 crew-j crm7290 cschramm
 davicaputo db4mt diwic dominik-christ fabien-beosfrance fragargon george97477
 gillies gregrwm harenberg henrodon hesse-hsr iliyanconev janitor
 jayanth-murthy jdr23bc jhundais johndoe99 jon-i-millard kamisli
 karim-sonbol279 kiori kolbeb larry-foxgulch lee-gixxer leet+ lissovoy lupa18
 mariosaleiro-z maxheise micaroni miguelqvd morland-chris mstefanski1987
 n4rps-m nachoarsuaga nachokb nhaines nichtsowichtig88 omri-stein
 pablomguevara pegngary pepmanuel qvovadis r0lf reidwicks rpkrawczyk
 santilli-gabriele seb128 sf-lp t-romaniv technologiclee thomas-pasch ulrith
 vanpivix vdragon waimangu wlainer wseverin wxl zakapior1983 zig-59
X-Launchpad-Bug-Reporter: Fabien Lusseau (fabien-beosfrance)
X-Launchpad-Bug-Modifier: lupa (lupa18)
References: <20140221111526.1869.61053.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160513172213.8689.6258.malone@gac.canonical.com>
Subject: [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not
 working after last couple of updates
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b6fd5443053a04072b025a12843c4fa38d5bd535
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1283003 <1283003@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

+1

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/blueman/+bug/1283003/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 17:50:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 72C6F26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 17:50:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 688E01A4B6A;
	Fri, 13 May 2016 17:50:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1HEg-0003rq-8w; Fri, 13 May 2016 17:50:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1HEf-0003pw-5K
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 17:50:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1HEe-0004hb-K6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 17:50:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 84B582E80D1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 17:50:48 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 17:43:00 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=12;
 status=In Progress; importance=High; assignee=alecu@canonical.com; 
X-Launchpad-Bug: product=ubuntu-ux; status=Opinion; importance=High;
 assignee=patricia.davila@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=High;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-scopes-shell;
 component=universe; status=In Progress; importance=High;
 assignee=pawel.stolowski@canonical.com; 
X-Launchpad-Bug-Tags: usability
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alecu dizzypaty janitor jasonyen michihenning
 pat-mcgowan stolowski strehl-t
X-Launchpad-Bug-Reporter: Thomas Strehl (strehl-t)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20150209145622.6543.52303.malonedeb@soybean.canonical.com>
Message-Id: <20160513174301.9526.13821.launchpad@soybean.canonical.com>
Subject: [Bug 1419829] Re: [Scope] location settings are enabled by default
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 448d5a071568ee759f7343c1eda77acf37757335
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1419829 <1419829@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: canonical-devices-system-image
    Milestone: 11 => 12

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1419829

Title:
  [Scope] location settings are enabled by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1419829/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 18:05:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E209826C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 18:05:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D61FB1A4B6E;
	Fri, 13 May 2016 18:05:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1HTK-0005gt-OX; Fri, 13 May 2016 18:05:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1HTK-0005gP-0C
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 18:05:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1HTJ-0000r3-B1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 18:05:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3F8592E80C2
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 18:05:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 17:56:41 -0000
From: John McAleely <john.mcaleely@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=12;
 status=Confirmed; importance=High; assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=High;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: location
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: costales janitor jibel pat-mcgowan ricsipontaz
 robinheroldich sergiqp thomas-voss
X-Launchpad-Bug-Reporter: costales (costales)
X-Launchpad-Bug-Modifier: John McAleely (john.mcaleely)
References: <20150926144232.8836.85406.malonedeb@gac.canonical.com>
Message-Id: <20160513175641.9290.38463.launchpad@gac.canonical.com>
Subject: [Bug 1500039] Re: Ubuntu Phone is not getting a mobile network cell
 triangulation position
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1446d575e0a0615329bcecf12d2cfb8ccc3ff255
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1500039 <1500039@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: canonical-devices-system-image
    Milestone: 11 => 12

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1500039

Title:
  Ubuntu Phone is not getting a mobile network cell triangulation
  position

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1500039/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 18:35:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C597326C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 18:35:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BAFEE1A4B70;
	Fri, 13 May 2016 18:35:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1Hw2-0000hU-IK; Fri, 13 May 2016 18:35:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1Hw1-0000h4-VQ
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 18:35:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1Hw1-0006B9-Gy
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 18:35:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 60DAC2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 18:35:37 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 18:27:57 -0000
From: Gottier <webdesignbrian@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=util-linux; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: util-linux
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
 webdesignbrian
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Gottier (webdesignbrian)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160513182757.21523.88582.malone@wampee.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 24952bba9466079741a014efe7b4d4ce8b168b3a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Regarding bug in libblkid affecting auto-mounting of USB storage
devices:

Attache 128MB               - WORKS
SanDisk Cruzer 2GB          - WORKS
EMTEC 8GB                   - WORKS
Kingston DataTraveler 512MB - WORKS
Unbranded USB stick 128MB   - WORKS
SanDisk Cruzer 256MB        - WORKS
Unbranded #2                - WORKS
Unbranded #3                - WORKS
Patriot 2GB                 - WORKS
SonicView                   - WORKS
Memorex UFD 128MB           - WORKS
Janome 64MB                 - WORKS
PNY 4GB                     - WORKS
Synchrony                   - WORKS

So every USB storage device that I tried works.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 18:40:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9B2C826C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 18:40:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8CDAA1A46D8;
	Fri, 13 May 2016 18:40:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1I1C-0001Tj-Dq; Fri, 13 May 2016 18:40:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1I1B-0001Sw-Ln
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 18:40:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1I1B-0000kP-7f
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 18:40:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 378C02E8060
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 18:40:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 18:32:23 -0000
From: Daniel Jenkins <jeukel@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-disk-utility;
 component=main; status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jeukel seb128
X-Launchpad-Bug-Reporter: Daniel Jenkins (jeukel)
X-Launchpad-Bug-Modifier: Daniel Jenkins (jeukel)
References: <20160513025535.21341.50386.malonedeb@wampee.canonical.com>
Message-Id: <20160513183224.21698.18250.launchpad@wampee.canonical.com>
Subject: [Bug 1581294] Re: ext4 + luks on 1TB crashes
X-Launchpad-Message-Rationale: Subscriber (gnome-disk-utility in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a2d02da2396af4b5ee4bb91ffea3dcb7e9e85ccc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581294 <1581294@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- ext4 + lukz on 1TB crashes
+ ext4 + luks on 1TB crashes

** Description changed:

- Drive formated as gpt. Using the whole space, on ext4 + lukz options,
+ Drive formated as gpt. Using the whole space, on ext4 + luks options,
  the program gives segmentation fault (core violation). I can format the
  drive using gparted perfectly.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-disk-utility 3.18.3.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu May 12 20:52:33 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-05-12 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 (20160421)
  SourcePackage: gnome-disk-utility
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1581294

Title:
  ext4 + luks on 1TB crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1581294/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 18:45:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A076326C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 18:45:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 975101A4B50;
	Fri, 13 May 2016 18:45:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1I5i-0001xo-C9; Fri, 13 May 2016 18:45:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1I5g-0001xZ-WA
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 18:45:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1I5g-0003gn-OG
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 18:45:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A5D7E2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 18:45:36 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 18:38:03 -0000
From: Leszek <1581640@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package package-from-proposed
 third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bigl-aff
X-Launchpad-Bug-Reporter: Leszek (bigl-aff)
X-Launchpad-Bug-Modifier: Leszek (bigl-aff)
Message-Id: <20160513183803.443.34641.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1581640] [NEW] package libpam-systemd:amd64 229-4ubuntu6 failed
 to install/upgrade: subprocess installed post-installation script
 returned error exit status 128
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0dcae8cfbc7b299619e387680c5998e01f5b5bae
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581640 <1581640@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

During installation of this package my PC froze and the only way was to
make reboot after switching to console (GUI was totally frozen)

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libpam-systemd:amd64 229-4ubuntu6
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Fri May 13 20:14:26 2016
ErrorMessage: subprocess installed post-installation script returned error exit status 128
InstallationDate: Installed on 2016-02-28 (75 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160225.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: systemd
Title: package libpam-systemd:amd64 229-4ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package package-from-proposed third-party-packages xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1581640

Title:
  package libpam-systemd:amd64 229-4ubuntu6 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1581640/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 18:46:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2306926C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 18:46:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1CF1A1A4B86;
	Fri, 13 May 2016 18:46:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1I62-00022Y-R1; Fri, 13 May 2016 18:45:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1I62-00022H-3r
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 18:45:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1I61-00044t-Io
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 18:45:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8C5FA2E8085
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 18:45:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 18:39:52 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=Confirmed; importance=High;
 assignee=None; 
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=backlog;
 status=Confirmed; importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=New; importance=Undecided;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: john.mcaleely morphis pat-mcgowan
X-Launchpad-Bug-Reporter: Simon Fels (morphis)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20160211201623.5438.26072.malonedeb@gac.canonical.com>
Message-Id: <20160513183952.8658.85295.launchpad@gac.canonical.com>
Subject: [Bug 1544712] Re: Don't require ofono to be available
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6f9710edd9aacca8b31cf4a432a61f39ee5f5874
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1544712 <1544712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: canonical-devices-system-image
    Milestone: 11 => backlog

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1544712

Title:
  Don't require ofono to be available

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1544712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 18:51:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7690126C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 18:51:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6C74F1A4B8D;
	Fri, 13 May 2016 18:51:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1IBE-0002cF-9I; Fri, 13 May 2016 18:51:20 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1IBA-0002b6-6Q
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 18:51:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1IB9-0004hI-8P
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 18:51:15 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1560F2E80E7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 18:51:08 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 18:41:57 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=12;
 status=Confirmed; importance=High; assignee=alecu@canonical.com; 
X-Launchpad-Bug: product=ubuntu-terminal-app; status=Incomplete;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-keyring;
 component=main; status=New; importance=High; assignee=pete.woods@canonical.com;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-network;
 component=universe; status=Confirmed; importance=High;
 assignee=pete.woods@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=openssh; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cjwatson janitor joolz madhemail-launchpad
 ruediger.kupper verzegnassi-stefano
X-Launchpad-Bug-Reporter: Joolz (joolz)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20160407072242.9781.92477.malonedeb@wampee.canonical.com>
Message-Id: <20160513184158.21698.53162.launchpad@wampee.canonical.com>
Subject: [Bug 1567250] Re: ssh signin problem since OTA-10
X-Launchpad-Message-Rationale: Subscriber (gnome-keyring in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f39de8bc50c4fc24946e7b4ceae29f003c508c33
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1567250 <1567250@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: canonical-devices-system-image
    Milestone: 11 => 12

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/1567250

Title:
  ssh signin problem since OTA-10

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567250/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 19:05:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3062C26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 19:05:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 28B561A4B8D;
	Fri, 13 May 2016 19:05:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1IPL-0003gJ-1V; Fri, 13 May 2016 19:05:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1IPK-0003fr-8N
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 19:05:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1IPJ-0001QW-UV
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 19:05:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E57C32E8047
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 19:05:53 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 18:57:55 -0000
From: Will Cooke <1578317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agustin-rc89 brad-figg cosmos-door josep-ubuntu
 jsalisbury walter-garcia willcooke
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160513185755.20886.19140.malone@wampee.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7b397b2b3fc29da88c0286db3a49f9e33bec4353
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

>From the Red Hat bug linked:

Richard Hughes 2016-01-08 04:34:44 EST
Can you try setting EnableOptionROM=false in /etc/fwupd.conf and rebooting please.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 20:25:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0CAAF26C22C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 20:25:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 05EAB1A4B8A;
	Fri, 13 May 2016 20:25:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1Jed-0003iP-Uw; Fri, 13 May 2016 20:25:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1Jec-0003go-JD
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 20:25:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1Jec-0002xh-70
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 20:25:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 25FFF2E8029
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 20:25:46 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 20:19:38 -0000
From: Gottier <webdesignbrian@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=util-linux; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: util-linux
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
 webdesignbrian
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Gottier (webdesignbrian)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160513201938.21341.23246.malone@wampee.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ca8ce4c49dd24304081bff3316bd0bf2e3a3e568
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Workaround (replacement of libblkid.so.1.1.0 with the one from Ubuntu
14.04) confirmed for CD-Roms, so bug applies to more than just DVDs.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 21:05:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4B40D26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 21:05:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3C7A41A4BD2;
	Fri, 13 May 2016 21:05:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1KHA-0007ba-7J; Fri, 13 May 2016 21:05:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1KH7-0007bT-Q2
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 21:05:33 +0000
Received: from wampee.canonical.com ([91.189.89.61])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1KH7-0007XB-Kh
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 21:05:33 +0000
Received: from wampee.canonical.com (localhost [127.0.0.1])
 by wampee.canonical.com (Postfix) with ESMTPS id 717323B011F
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 21:05:33 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 21:05:32 -0000
From: Launchpad Bug Tracker <1581470@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cypressyew gunnarhj janitor
X-Launchpad-Bug-Reporter: Po-Hsu Lin (cypressyew)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
References: <20160513110435.20886.12479.malonedeb@wampee.canonical.com>
Subject: [Bug 1581470] [NEW] gnome-language-selector crashes when trying to
 drag English to the top
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160513210532.20886.46701.launchpad@wampee.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f6dd0a2de67e2311952a198aa231fc298a39ce04
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581470 <1581470@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

CID: 201409-15485

I have this 16.04 system configured in Traditional Chinese (Taiwan), but
when I was trying to drag "English (United States)" back to the top, the
language selector will crash.

Steps:
1. Boot and make sure the system using Traditional Chinese (Taiwan)
2. Open Language Settings
3. Try to change the order by dragging English (United States) to the top.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: language-selector-gnome 0.165.1
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri May 13 06:55:03 2016
InstallationDate: Installed on 2016-05-04 (9 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
SourcePackage: language-selector
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: accountsservice (Ubuntu)
     Importance: High
         Status: Fix Committed


** Tags: amd64 apport-bug xenial
-- 
gnome-language-selector crashes when trying to drag English to the top
https://bugs.launchpad.net/bugs/1581470
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to accountsservice in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 21:15:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E18F526C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 21:15:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D8FF31A4BD4;
	Fri, 13 May 2016 21:15:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1KQo-00007b-W3; Fri, 13 May 2016 21:15:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1KQo-00007U-CG
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 21:15:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1KQo-00010b-4e
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 21:15:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1EB0C2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 21:15:34 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 21:05:49 -0000
From: Alexander Angelis <alexander.angelis@hotmail.co.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alexander-angelis
X-Launchpad-Bug-Reporter: Alexander Angelis (alexander-angelis)
X-Launchpad-Bug-Modifier: Alexander Angelis (alexander-angelis)
Message-Id: <20160513210549.8788.29668.malonedeb@gac.canonical.com>
Subject: [Bug 1581674] [NEW] package accountsservice 0.6.40-2ubuntu10 failed
 to install/upgrade: package is in a very bad inconsistent state;
 you should  reinstall it before attempting configuration
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 39c062493a8b33f9bfac1a7573b94b5b7b47103b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581674 <1581674@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Doesn't install in ubuntu 16.04

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: accountsservice 0.6.40-2ubuntu10
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Fri May 13 21:45:58 2016
ErrorMessage: package is in a very bad inconsistent state; you should  reinstall it before attempting configuration
InstallationDate: Installed on 2016-05-05 (8 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: accountsservice
Title: package accountsservice 0.6.40-2ubuntu10 failed to install/upgrade: package is in a very bad inconsistent state; you should  reinstall it before attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: accountsservice (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1581674

Title:
  package accountsservice 0.6.40-2ubuntu10 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1581674/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 21:15:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9B8BA26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 21:15:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 911E61A4B6D;
	Fri, 13 May 2016 21:15:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1KQs-00008r-Ar; Fri, 13 May 2016 21:15:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1KQr-00008R-Do
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 21:15:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1KQr-000132-60
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 21:15:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 23F3A2E8085
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 21:15:37 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 21:05:29 -0000
From: Gunnar Hjalmarsson <1581470@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=accountsservice; component=main; status=Fix Committed;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cypressyew gunnarhj janitor
X-Launchpad-Bug-Reporter: Po-Hsu Lin (cypressyew)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
X-Launchpad-Bug-Duplicate: 1581567
References: <20160513110435.20886.12479.malonedeb@wampee.canonical.com>
Message-Id: <20160513210530.20886.57726.malone@wampee.canonical.com>
Subject: [Bug 1581470] Re: gnome-language-selector crashes when trying to drag
 English to the top
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4b086f32f3fe02172e5b6c3d1663b236bc015af1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581470 <1581470@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1581567 ***
    https://bugs.launchpad.net/bugs/1581567

Thanks for your report, Po-Hsu Lin. This is actually an issue with
accountsservice, and will be fixed when accountsservice
0.6.40-2ubuntu11.1 makes it into xenial-updates (it's currently in
xenial-proposed).

** Package changed: language-selector (Ubuntu) => accountsservice
(Ubuntu)

** Changed in: accountsservice (Ubuntu)
   Importance: Undecided => High

** Changed in: accountsservice (Ubuntu)
       Status: Confirmed => Fix Committed

** Also affects: accountsservice (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Changed in: accountsservice (Ubuntu)
       Status: Fix Committed => Fix Released

** Changed in: accountsservice (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: accountsservice (Ubuntu Xenial)
       Status: New => Fix Committed

** This bug has been marked a duplicate of bug 1581567
   SRU regression, can't change own data

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1581470

Title:
  gnome-language-selector crashes when trying to drag English to the top

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1581470/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 21:41:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E9B8426C27D2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 21:41:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BF6FF1A4BA5;
	Fri, 13 May 2016 21:41:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1Kpd-00024j-5M; Fri, 13 May 2016 21:41:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1KpN-00023i-HR
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 21:40:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1KpN-0007WF-3P
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 21:40:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 04A512E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 21:40:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 21:32:32 -0000
From: mdo <1578317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agustin-rc89 brad-figg cosmos-door josep-ubuntu
 jsalisbury mdowle walter-garcia willcooke
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: mdo (mdowle)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160513213232.21236.78246.malone@wampee.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c660d7e50c70d5283e0ff761f20269693d242c99
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@willcooke  I just tried EnableOptionROM=false and rebooted.  No it made no difference.  I still needed to do :
    sudo rmmod usbhid
    sudo modprobe usbhid
and then the mouse worked again.  I've reverted back to EnableOptionROM=true.

Just to reiterate in case it helps, the USB mouse works fine after
reboot when the login password box appears.  But stops working after I
log in successfully and the desktop appears.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 13 22:01:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AF53B26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 13 May 2016 22:01:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A7F8B1A4BD9;
	Fri, 13 May 2016 22:01:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1L8t-0003qs-89; Fri, 13 May 2016 22:01:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1L8r-0003qc-LK
 for desktop-bugs@lists.ubuntu.com; Fri, 13 May 2016 22:01:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1L8r-0000V4-6o
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 22:01:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1E5632E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 13 May 2016 22:01:05 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 13 May 2016 21:51:44 -0000
From: Bug Watch Updater <1249611@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=totem; status=Invalid; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug gnome3-ppa saucy third-party-packages
 trusty utopic vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laurent-bonnaud
X-Launchpad-Bug-Reporter: Laurent Bonnaud (laurent-bonnaud)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20131109143610.24464.93474.malonedeb@gac.canonical.com>
Message-Id: <20160513215145.29855.21241.launchpad@loganberry.canonical.com>
Subject: [Bug 1249611] Re:  totem-video-thumbnailer fails on some file
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bab81913144034b21f488e30894de4c2d378bebb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1249611 <1249611@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: totem
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1249611

Title:
   totem-video-thumbnailer fails on some file

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/1249611/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 00:25:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A081826C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 00:25:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8CC731A4BA8;
	Sat, 14 May 2016 00:25:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1NOj-0000ph-8S; Sat, 14 May 2016 00:25:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1NOi-0000pX-3d
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 00:25:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1NOh-0004WJ-Rh
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 00:25:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 88BF02E80BF
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 00:25:35 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 00:16:13 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash gnome3-ppa gnome3-staging i386
 third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arma1975 janitor jbicha ug-bot
X-Launchpad-Bug-Reporter: Arma1975 (arma1975)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20160428163804.24033.82812.malonedeb@gac.canonical.com>
Message-Id: <20160514001614.8295.57488.malone@soybean.canonical.com>
Subject: [Bug 1576323] Re: gedit crashed with SIGSEGV in
 gtk_menu_button_set_popover()
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dd928570bce03597f316cb16f2c2122c33b27294
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576323 <1576323@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I experience this bug every time I try to run Gedit 3.20 on a regular
Ubuntu 16.04 LTS install (without Ubuntu GNOME) with the GNOME3 and
GNOME3 Staging PPAs for xenial.

I tried installing gnome-themes-standard and adwaita-icon-theme-full and
switched my theme to Adwaita but it didn't make a difference.

** Information type changed from Private to Public

** Summary changed:

- gedit crashed with SIGSEGV in gtk_menu_button_set_popover()
+ gedit 3.20 crashes in Unity with SIGSEGV in gtk_menu_button_set_popover()

** Also affects: gedit (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1576323

Title:
  gedit 3.20 crashes in Unity with SIGSEGV in
  gtk_menu_button_set_popover()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1576323/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 00:25:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A8EB226C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 00:25:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9F7631A4BA8;
	Sat, 14 May 2016 00:25:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1NOm-0000r9-D4; Sat, 14 May 2016 00:25:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1NOk-0000qN-KQ
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 00:25:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1NOk-0004Yw-94
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 00:25:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3B0442E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 00:25:38 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 00:17:04 -0000
From: Launchpad Bug Tracker <1576323@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash gnome3-ppa gnome3-staging i386
 third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arma1975 janitor jbicha ug-bot
X-Launchpad-Bug-Reporter: Arma1975 (arma1975)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160428163804.24033.82812.malonedeb@gac.canonical.com>
Message-Id: <20160514001704.10380.74334.malone@gac.canonical.com>
Subject: [Bug 1576323] Re: gedit 3.20 crashes in Unity with SIGSEGV in
 gtk_menu_button_set_popover()
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d033cefa0bda83cfef8468b56c35665616cfac6c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576323 <1576323@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gedit (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1576323

Title:
  gedit 3.20 crashes in Unity with SIGSEGV in
  gtk_menu_button_set_popover()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1576323/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 00:25:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B02A626C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 00:25:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A524E1A4BA8;
	Sat, 14 May 2016 00:25:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1NOo-0000sh-Hl; Sat, 14 May 2016 00:25:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1NOn-0000s9-7e
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 00:25:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1NOm-0004bt-Nr
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 00:25:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 910EF2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 00:25:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 00:17:10 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash gnome3-ppa gnome3-staging i386
 third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arma1975 janitor jbicha ug-bot
X-Launchpad-Bug-Reporter: Arma1975 (arma1975)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20160428163804.24033.82812.malonedeb@gac.canonical.com>
Message-Id: <20160514001711.21378.59738.launchpad@wampee.canonical.com>
Subject: [Bug 1576323] Re: gedit 3.20 crashes in Unity with SIGSEGV in
 gtk_menu_button_set_popover()
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 476554d9be757e29fd18d655ff5c8ec31bf25bf5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576323 <1576323@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: ubuntu-gnome
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1576323

Title:
  gedit 3.20 crashes in Unity with SIGSEGV in
  gtk_menu_button_set_popover()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1576323/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 01:25:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7B29126C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 01:25:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 757171A4BA4;
	Sat, 14 May 2016 01:25:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1OKu-0005VU-I0; Sat, 14 May 2016 01:25:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1OKu-0005VD-0t
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 01:25:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1OKt-00017U-CA
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 01:25:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3FD882E80CB
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 01:25:43 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 01:20:11 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash gnome3-ppa gnome3-staging i386
 third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arma1975 darkxst janitor jbicha ug-bot
X-Launchpad-Bug-Reporter: Arma1975 (arma1975)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160428163804.24033.82812.malonedeb@gac.canonical.com>
Message-Id: <20160514012011.9523.33256.malone@gac.canonical.com>
Subject: [Bug 1576323] Re: gedit 3.20 crashes in Unity with SIGSEGV in
 gtk_menu_button_set_popover()
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c160013295107d56c4c19ec16787eb433c764f02
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576323 <1576323@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have not seen that crash here.

It looks like it is failing to create the open_button menu, which uses
the pan-down-symbolic icon. I don't see how that icon could be missing
though, its part of adwaita-icon-theme (which is also used by ubuntu
themes)

** Changed in: ubuntu-gnome
    Milestone: None => yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1576323

Title:
  gedit 3.20 crashes in Unity with SIGSEGV in
  gtk_menu_button_set_popover()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1576323/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 03:20:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D187B26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 03:20:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B539B1A4B92;
	Sat, 14 May 2016 03:20:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1Q88-0006iw-PU; Sat, 14 May 2016 03:20:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1Q87-0006iY-P3
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 03:20:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1Q87-0008Ef-CQ
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 03:20:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 508BF2E8028
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 03:20:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 03:12:09 -0000
From: rjasmin <1581719@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: frazzledjazz
X-Launchpad-Bug-Reporter: rjasmin (frazzledjazz)
X-Launchpad-Bug-Modifier: rjasmin (frazzledjazz)
Message-Id: <20160514031209.751.81833.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1581719] [NEW] banshee aborts on horse-poo
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f66498a54ef3828c1ea939d675180c119165c488
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581719 <1581719@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

plugging in a i(phone in this case) anything while listening to banshee
causes internal failure, removal of device and banshee to abort.

iirc, banshee should pick up the device.

its a 5s.
I have force disabled pulse and am on alsa. instructions for this are elsewhere. touche for this but pulse is as busted as gnome3.

THIS SHOULD NOT HAPPEN.
hardware is internal to the motherboard and REMOVAL NOTICES are beligerent and acinine and NONSENSE.
NOTHING is REMOVED.
ALC 889 INTEL driver on CrossHairV(mind you a known SIN board but..) MUST certainly be broken.

also whist reporting this one:

Unhandled Exception:
System.ExecutionEngineException: Couldn't create thread
  at (wrapper managed-to-native) System.Threading.ThreadPool:RequestWorkerThread ()
  at System.Threading.ThreadPoolWorkQueue.EnsureThreadRequested () <0x7f8adf834790 + 0x00044> in <filename unknown>:0 
  at System.Threading.ThreadPoolWorkQueue.Dispatch () <0x7f8adf834cc0 + 0x000fc> in <filename unknown>:0 
  at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () <0x7f8adf836530 + 0x00008> in <filename unknown>:0 

Unhandled Exception:
System.ExecutionEngineException: Couldn't create thread
  at (wrapper managed-to-native) System.Threading.ThreadPool:RequestWorkerThread ()
  at System.Threading.ThreadPoolWorkQueue.EnsureThreadRequested () <0x7f8adf834790 + 0x00044> in <filename unknown>:0 
  at System.Threading.ThreadPoolWorkQueue.Dispatch () <0x7f8adf834cc0 + 0x000fc> in <filename unknown>:0 
  at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () <0x7f8adf836530 + 0x00008> in <filename unknown>:0 

yes I have caps (500) but if your threading over 500 we have an issue.
you are trying to forkbomb the system. only fedora as native prevention
and mitigation techniques that work OOBE.YOu have to force them on
debian based systems.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1581719

Title:
  banshee aborts on horse-poo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1581719/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 04:20:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 85C6326C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 04:20:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7AAD21A4BA1;
	Sat, 14 May 2016 04:20:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1R4E-0003aZ-Ng; Sat, 14 May 2016 04:20:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1R4C-0003aN-Lh
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 04:20:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1R4C-0001r1-DP
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 04:20:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 519112E8085
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 04:20:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 04:14:11 -0000
From: Launchpad Bug Tracker <1558539@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: rls-x-incoming rls-y-incoming
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor willcooke
X-Launchpad-Bug-Reporter: Will Cooke (willcooke)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160317125528.18215.97358.malonedeb@gac.canonical.com>
Message-Id: <20160514041412.8788.79000.malone@gac.canonical.com>
Subject: [Bug 1558539] Re: Consider enabling Alternative Toolbar plugin by
 default
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e554ccc6baa4fbda3b2ba3b76d988260384f0519
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1558539 <1558539@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: rhythmbox (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1558539

Title:
  Consider enabling Alternative Toolbar plugin by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1558539/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 05:30:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2254C26C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 05:30:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0D2A81A4947;
	Sat, 14 May 2016 05:30:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1SAD-0000as-RG; Sat, 14 May 2016 05:30:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1SAC-0000ai-PW
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 05:30:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1SAC-0003s6-FK
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 05:30:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 717D32E80C2
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 05:30:56 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 05:21:07 -0000
From: Anton Khabarov <2233009@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=evince; status=Unknown; importance=High; assignee=None;
X-Launchpad-Bug: product=poppler; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=poppler; component=main;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: trusty vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 2233009-f aacid alex-serpuxov asceriwili-nino
 buchtiyarov bycel denis-rackitniy djashlar doarten-ruslan g-gmx giner grakic
 ks-alexandr lioncub me-again mpsuzuki noizo oliver-joos-freenet pinotree
 reminov-tolyan seb128 sherba800 simplehuman slex-bi slovenskyweb sugip
 suslikkreal xavabova zeonchameleon
X-Launchpad-Bug-Reporter: lioncub (lioncub)
X-Launchpad-Bug-Modifier: Anton Khabarov (2233009-f)
References: <20140305105716.7819.44696.malonedeb@soybean.canonical.com>
Message-Id: <20160514052107.903.65308.malone@chaenomeles.canonical.com>
Subject: [Bug 1288182] Re: Cyrillic not displayed in the input field
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 86d12c2db515c97136e13d79982bd95fbd3666dc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1288182 <1288182@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

confirm this bug, Ubuntu 14.04 x64 with the latest updates. Evince
3.10.3

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1288182

Title:
  Cyrillic not displayed in the input field

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1288182/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 06:40:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B7E7626C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 06:40:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A97281A47DD;
	Sat, 14 May 2016 06:40:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1TFr-0005XY-Bj; Sat, 14 May 2016 06:40:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1TFq-0005XO-Eb
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 06:40:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1TFq-0000PF-5I
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 06:40:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 207B22E8085
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 06:40:50 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 06:32:22 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-control-center;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: darkxst sterlingcobb
X-Launchpad-Bug-Reporter: Sterling Cobb (sterlingcobb)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160514053410.8942.3720.malonedeb@gac.canonical.com>
Message-Id: <20160514063222.8755.21788.malone@gac.canonical.com>
Subject: [Bug 1581744] Re: User profile photo won't change
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 899f7dfd0aad473b8811f69f2667f555f8c602ec
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581744 <1581744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hi,
  Thanks for your bug report, there are people on #ubuntu-gnome, you just need to ask a question and then be patient!

Anyway I can confirm this issue on 3.20 (w/ gnome3-staging)

(gnome-control-center.real:18529): AccountsService-WARNING **:
SetIconFile call failed:
GDBus.Error:org.freedesktop.Accounts.Error.PermissionDenied: Not
authorized


** Changed in: ubuntu-gnome
    Milestone: None => yakkety

** Also affects: gnome-control-center (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: accountsservice (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1581744

Title:
  User profile photo won't change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1581744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 07:55:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 57D8726C2801
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 07:55:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 449341A47EB;
	Sat, 14 May 2016 07:55:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1UQJ-0003nh-2M; Sat, 14 May 2016 07:55:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1UQI-0003nR-RW
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 07:55:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1UQI-0003ZH-If
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 07:55:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8C9D02E80C1
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 07:55:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 07:49:05 -0000
From: Gunnar Hjalmarsson <1581744@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-control-center;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: darkxst sterlingcobb
X-Launchpad-Bug-Reporter: Sterling Cobb (sterlingcobb)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
X-Launchpad-Bug-Duplicate: 1581567
References: <20160514053410.8942.3720.malonedeb@gac.canonical.com>
Message-Id: <20160514074906.7818.13058.launchpad@soybean.canonical.com>
Subject: [Bug 1581744] Re: User profile photo won't change
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 47fa6424c6dccf7ddde8a4a92b8b9a513db85029
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581744 <1581744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1581567 ***
    https://bugs.launchpad.net/bugs/1581567

** This bug has been marked a duplicate of bug 1581567
   SRU regression, can't change own data

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1581744

Title:
  User profile photo won't change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1581744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 08:05:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1BA2F26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 08:05:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 152BD1A458A;
	Sat, 14 May 2016 08:05:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1UZy-0005SQ-IO; Sat, 14 May 2016 08:05:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1UZw-0005S8-J7
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 08:05:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1UZw-0005lP-Aa
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 08:05:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4035A2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 08:05:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 08:00:17 -0000
From: cirelli fabrizio <cirelli94@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug gnome3-ppa third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cirelli94
X-Launchpad-Bug-Reporter: cirelli fabrizio (cirelli94)
X-Launchpad-Bug-Modifier: cirelli fabrizio (cirelli94)
Message-Id: <20160514080017.21028.29704.malonedeb@wampee.canonical.com>
Subject: [Bug 1581760] [NEW] name of package
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2da2a285a30decc7e2c211b637037e383d7b8d30
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581760 <1581760@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

There isn't showed the name of the (meta-)package.
If I need to use a software via command-line I can't if not looking for it via apt search!

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-software 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Sat May 14 09:56:39 2016
InstallationDate: Installed on 2016-02-23 (80 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160222)
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug gnome3-ppa third-party-packages xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581760

Title:
  name of package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581760/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 08:55:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 514C726C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 08:55:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4B1A61A4745;
	Sat, 14 May 2016 08:55:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1VMV-0001qK-Pu; Sat, 14 May 2016 08:55:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1VMU-0001ny-A4
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 08:55:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1VMT-0000jV-HP
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 08:55:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 659082E80CB
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 08:55:49 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 08:47:19 -0000
From: Bug Watch Updater <491709@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=evolution; status=Expired; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution-data-server;
 component=main; status=Triaged; importance=Low;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Tags: apport-bug i386
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dogatemycomputer steveredmond
X-Launchpad-Bug-Reporter: Steve Redmond (steveredmond)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20091203035313.20131.85470.malonedeb@wampee.canonical.com>
Message-Id: <20160514084720.7600.47681.launchpad@loganberry.canonical.com>
Subject: [Bug 491709] Re: Evolution Fails to get more than One of Many new
 emails 
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 50e5ad24bf7ea28e3617a43eac37c55c75a8962c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 491709 <491709@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: evolution
       Status: New => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/491709

Title:
  Evolution Fails to get more than One of Many new emails

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution/+bug/491709/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 09:00:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6FC7426C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 09:00:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6ABFB1A4745;
	Sat, 14 May 2016 09:00:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1VRJ-0002L7-GU; Sat, 14 May 2016 09:00:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1VRH-0002Ks-Qk
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 09:00:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1VRH-0001EY-KK
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 09:00:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 964AA2E805B
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 09:00:47 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 08:52:05 -0000
From: Goth Queen <artistbraab@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: artistbraab
X-Launchpad-Bug-Reporter: Goth Queen (artistbraab)
X-Launchpad-Bug-Modifier: Goth Queen (artistbraab)
Message-Id: <20160514085206.21558.68354.malonedeb@wampee.canonical.com>
Subject: [Bug 1581768] [NEW] gnome-calculator doesn't calculate exchange rate
X-Launchpad-Message-Rationale: Subscriber (gnome-calculator in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 432aa31016e53cc7bce5390f845621460909668b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581768 <1581768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Concerns gnome-calculator 1:3.18.3-0ubuntu1

This version of gnome-calculator (part of the Xenial 16.04 LTS stack) does not calculate exchange rates, contrary to its predecessor.
It does still have a financial mode and the option to choose the currencies of choice.
However, selecting 2 currencies and entering a number leaves the result field blank.
Looking in ~/.cache/gnome-calculator/ shows that there are no currency exchange data/ files i.e. eurofxref-daily.xml and the xls file I remember from earlier gnome-calculator versions.
Restarting or choosing new currencies does not trigger the (renewed) download of the necessary external currency exchange data files.

** Affects: gnome-calculator (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calculator in Ubuntu.
https://bugs.launchpad.net/bugs/1581768

Title:
  gnome-calculator doesn't calculate exchange rate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1581768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 09:30:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8E60D26C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 09:30:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 865691A4820;
	Sat, 14 May 2016 09:30:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1VuI-00051m-22; Sat, 14 May 2016 09:30:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1VuG-00051S-Sa
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 09:30:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1VuG-0007bz-JM
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 09:30:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 871AC2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 09:30:44 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 09:23:16 -0000
From: Goth Queen <artistbraab@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: artistbraab
X-Launchpad-Bug-Reporter: Goth Queen (artistbraab)
X-Launchpad-Bug-Modifier: Goth Queen (artistbraab)
Message-Id: <20160514092317.8407.4774.malonedeb@soybean.canonical.com>
Subject: [Bug 1581775] [NEW] No option to (de)select add ons upon installation
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ef16b0096267a30f6128e5977f3fd19803c21b0e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581775 <1581775@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

With the Gnome Software Center (gnome-software
3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1) the option to
select or deselect certain additions disappears (as compared to the
earlier Ubuntu Software Centre). Example of this would be additional
gstreamer plugins with a media player install.

This can lead to more bug reports due to less transparency (user has no
clue what is being installed, main install fails because essential
elements are missing) and potential bloat (software centre installs
everything and the kitchen sink to make sure the install works).

A return of an interface with choice options as with the earlier Ubuntu
Software Centre seems preferrable.

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581775

Title:
  No option to (de)select add ons upon installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581775/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 09:50:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 69FFF26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 09:50:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5CDD11A461F;
	Sat, 14 May 2016 09:50:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1WDS-0006r0-N6; Sat, 14 May 2016 09:50:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1WDR-0006qq-S7
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 09:50:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1WDR-0004P4-DQ
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 09:50:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 58FF42E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 09:50:33 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 09:43:04 -0000
From: Stuart Langridge <sil-launchpad@kryogenix.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: sil
X-Launchpad-Bug-Reporter: Stuart Langridge (sil)
X-Launchpad-Bug-Modifier: Stuart Langridge (sil)
Message-Id: <20160514094304.8658.67982.malonedeb@gac.canonical.com>
Subject: [Bug 1581782] [NEW] Printed filed are incomplete (missing all text,
 some images) in evince but not flpsed
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f9032bdd08ccb1075c4713015bfbf6b5d150362e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581782 <1581782@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When I try to print PDFs from evince, the resulting printed page
contains only the first header image (if any) of the PDF and none of the
other images or text.

Additional information:

1. printing text from other non-PDF applications, such as LibreOffice Writer, works fine
2. printing the same PDF from flpsed works fine
3. printing the same PDF from xournal shows the same problem

This suggests that the issue is not specific to evince but is something
lower-level, but I don't know which lower-level component would be the
problem.

Since printing works fine from some places I don't believe this is a
printer problem, but if it helps my printer is a networked Kyocera Mita
FS-1010. I have tried using both the "Kyocera FS-1020
Foomatic/Postscript [en]" driver and the "recommended" "Kyocera Mita
FS-1010 [en]" driver and the same problem is evident.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: evince 3.10.3-0ubuntu10.2
ProcVersionSignature: Ubuntu 3.13.0-86.130-generic 3.13.11-ckt39
Uname: Linux 3.13.0-86-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: Unity
Date: Sat May 14 10:39:09 2016
InstallationDate: Installed on 2014-04-07 (768 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: evince
UpgradeStatus: Upgraded to trusty on 2014-04-25 (749 days ago)

** Affects: evince (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1581782

Title:
  Printed filed are incomplete (missing all text, some images) in evince
  but not flpsed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1581782/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 10:05:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3FF2026C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 10:05:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 362E81A4A9D;
	Sat, 14 May 2016 10:05:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1WS0-0007US-BE; Sat, 14 May 2016 10:05:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1WRz-0007UI-43
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 10:05:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1WRy-0006am-S5
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 10:05:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CA5712E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 10:05:34 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 09:58:30 -0000
From: Stuart Langridge <sil-launchpad@kryogenix.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: sil
X-Launchpad-Bug-Reporter: Stuart Langridge (sil)
X-Launchpad-Bug-Modifier: Stuart Langridge (sil)
References: <20160514094304.8658.67982.malonedeb@gac.canonical.com>
Message-Id: <20160514095830.20917.20079.malone@wampee.canonical.com>
Subject: [Bug 1581782] Re: Printed filed are incomplete (missing all text,
 some images) in evince but not flpsed
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 303fa6cf05a81115f718a427655da5f351eab6bb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581782 <1581782@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "Pictures of failing and successful print of same PDF"
   https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1581782/+attachment/4662788/+files/IMG_20160514_104358.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1581782

Title:
  Printed filed are incomplete (missing all text, some images) in evince
  but not flpsed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1581782/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 10:30:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A428F26C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 10:30:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 99B9F1A47C1;
	Sat, 14 May 2016 10:30:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1WqQ-0001MH-Gn; Sat, 14 May 2016 10:30:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1WqP-0001LH-0Z
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 10:30:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1WqO-0003Lw-GG
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 10:30:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6264F2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 10:30:48 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 10:23:16 -0000
From: Laurent Bonnaud <L.Bonnaud@laposte.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=totem; status=Invalid; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug gnome3-ppa saucy third-party-packages
 trusty utopic vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laurent-bonnaud
X-Launchpad-Bug-Reporter: Laurent Bonnaud (laurent-bonnaud)
X-Launchpad-Bug-Modifier: Laurent Bonnaud (laurent-bonnaud)
References: <20131109143610.24464.93474.malonedeb@gac.canonical.com>
Message-Id: <20160514102318.14093.56692.launchpad@soybean.canonical.com>
Subject: [Bug 1249611] Re:  totem-video-thumbnailer fails on some file
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1de24d3f87dea08a373edf4bbdc1ed0d5bd649a2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1249611 <1249611@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: totem (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1249611

Title:
   totem-video-thumbnailer fails on some file

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/1249611/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 10:50:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E216926C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 10:50:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CD92B1A30B6;
	Sat, 14 May 2016 10:50:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1X9b-0002Rh-Re; Sat, 14 May 2016 10:50:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1X9a-0002RX-Cu
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 10:50:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1X9a-0007Ri-1X
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 10:50:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EE74F2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 10:50:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 10:41:36 -0000
From: Launchpad Bug Tracker <1579160@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aapo-rantalainen janitor
X-Launchpad-Bug-Reporter: Aapo Rantalainen (aapo-rantalainen)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160506171911.863.66208.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160514104137.9255.29824.malone@gac.canonical.com>
Subject: [Bug 1579160] Re: second nautilus spawns errors 
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b092ea3856f6e43c84d5cc05ec8a51d7efd0636d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579160 <1579160@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1579160

Title:
  second nautilus spawns errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1579160/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 12:55:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C83C526C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 12:55:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BECF31A478A;
	Sat, 14 May 2016 12:55:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1Z6i-0005Yo-Ow; Sat, 14 May 2016 12:55:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1Z6h-0005YP-VZ
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 12:55:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1Z6h-0008Ls-Jf
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 12:55:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8545C2E80CC
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 12:55:47 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 12:48:38 -0000
From: Bug Watch Updater <120284@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=rhythmbox; status=Expired; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Triaged; importance=Wishlist;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cross+z lfaraone nattgew popey seb128
X-Launchpad-Bug-Reporter: =?utf-8?b?QWxhbiBQb3BlIO6DvyAocG9wZXkp?=
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20070613231203.9534.95162.malonedeb@potassium.ubuntu.com>
Message-Id: <20160514124840.16234.88730.launchpad@loganberry.canonical.com>
Subject: [Bug 120284] Re: video podcasts show as failed downloads
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9034cb7b54e60a0779b5f5db63ab946c6941910b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 120284 <120284@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: rhythmbox
       Status: Confirmed => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/120284

Title:
  video podcasts show as failed downloads

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/120284/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 14:40:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 60AA526C22C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 14:40:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 57DCC1A44B5;
	Sat, 14 May 2016 14:40:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1akP-0007ks-7s; Sat, 14 May 2016 14:40:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1akN-0007kU-KE
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 14:40:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1akN-0002qh-DJ
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 14:40:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 60D382E80C1
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 14:40:51 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 14:31:57 -0000
From: Bug Watch Updater <439239@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gtk; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=hundredpapercuts; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+2.0; component=main;
 status=Triaged; importance=Low; assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: millenniumbug notgary scottritchie seb128 vish
X-Launchpad-Bug-Reporter: Scott Ritchie (scottritchie)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20090930090548.32421.84868.malonedeb@gangotri.canonical.com>
Message-Id: <20160514143159.19185.61953.launchpad@loganberry.canonical.com>
Subject: [Bug 439239] Re: Selecting a folder to save to loses focus on file
 name
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a97aacf89617ffc7e5111aef843e975e8e98d61d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 439239 <439239@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gtk
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/439239

Title:
  Selecting a folder to save to loses focus on file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/439239/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 15:45:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 97D9926C27D2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 15:45:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 870FE1A4549;
	Sat, 14 May 2016 15:45:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1bl4-00062E-7N; Sat, 14 May 2016 15:45:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1bl3-00061n-0d
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 15:45:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1bl2-00086v-M0
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 15:45:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9AAC12E80BF
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 15:45:36 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 15:36:54 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=In Progress;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: desktop-trello-import rls-w-notfixing
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 janitor laney ltsampros muravjov-il r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160514153654.21698.70187.launchpad@wampee.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 641aefe99ccc60110b05e763de4d155ee679d861
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1433013

Title:
  Super -> exec vs Alt-F2 -> exec have different environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1433013/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 16:11:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 576B526C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 16:11:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 48B1B1A43EC;
	Sat, 14 May 2016 16:11:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1c9m-0008Lk-9D; Sat, 14 May 2016 16:11:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1c9l-0008L8-6T
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 16:11:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1c9k-0005d5-Kr
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 16:11:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9AED02E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 16:11:08 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 16:01:33 -0000
From: Launchpad Bug Tracker <1552156@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug gnome3-ppa third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9 janitor
X-Launchpad-Bug-Reporter: dino99 (9d9)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160302093035.2009.6199.malonedeb@gac.canonical.com>
Message-Id: <20160514160133.21271.38293.malone@wampee.canonical.com>
Subject: [Bug 1552156] Re: PyGIWarning: GdkX11 was imported without specifying
 a version first
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 832f0ea4e4cfe6459cce74a26787df1682e49bb7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1552156 <1552156@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-session (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1552156

Title:
  PyGIWarning: GdkX11 was imported without specifying a version first

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1552156/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 17:35:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F418826C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 17:35:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E586B1A456C;
	Sat, 14 May 2016 17:35:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1dTQ-0000wx-Ol; Sat, 14 May 2016 17:35:32 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1dTQ-0000wj-2n
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 17:35:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1dTP-0001R9-MZ
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 17:35:31 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A63002E80C2
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 17:35:31 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 17:25:29 -0000
From: Alexander Angelis <alexander.angelis@hotmail.co.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alexander-angelis brian-murray
X-Launchpad-Bug-Reporter: Alexander Angelis (alexander-angelis)
X-Launchpad-Bug-Modifier: Alexander Angelis (alexander-angelis)
References: <20160513210549.8788.29668.malonedeb@gac.canonical.com>
Message-Id: <20160514172529.476.44696.malone@chaenomeles.canonical.com>
Subject: [Bug 1581674] Re: package accountsservice 0.6.40-2ubuntu10 failed to
 install/upgrade: package is in a very bad inconsistent state;
 you should  reinstall it before attempting configuration
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 47ceee0ab7edb24f7ea0843116462a1459aa7e7e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581674 <1581674@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

It threw u[p a couple of errors but seems to be working fine now

** Changed in: accountsservice (Ubuntu)
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1581674

Title:
  package accountsservice 0.6.40-2ubuntu10 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1581674/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 20:25:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E543D26C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 20:25:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DB2F61A45A1;
	Sat, 14 May 2016 20:25:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1g8I-0007W8-FK; Sat, 14 May 2016 20:25:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1g81-0007Tn-64
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 20:25:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1g80-0005l3-Uh
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 20:25:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E0B862E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 20:25:36 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 20:15:42 -0000
From: Leopoldo Pena <leopenausa@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: leopenausa
X-Launchpad-Bug-Reporter: Leopoldo Pena (leopenausa)
X-Launchpad-Bug-Modifier: Leopoldo Pena (leopenausa)
Message-Id: <20160514201542.7964.15175.malonedeb@soybean.canonical.com>
Subject: [Bug 1581872] [NEW] Backport 3.20.2 to Ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b2b662a6186f2cf4544e50debab8cfd82c07510e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581872 <1581872@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Ubuntu 16.04 Xenial has Calendar 3.20.1 which still has the white corner
display bug. Since this is a LTS it would make sense to improve the look
and feel of a core app like a Calendar and backport 3.20.2. Will this
bug fix be backported?

** Affects: gnome-calendar (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1581872

Title:
  Backport 3.20.2 to Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1581872/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 20:31:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5722826C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 20:31:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 50A8D1A45DA;
	Sat, 14 May 2016 20:31:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1gDH-0007kX-9t; Sat, 14 May 2016 20:31:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1gDG-0007kH-Eq
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 20:31:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1gDG-0006UK-4e
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 20:31:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1C23A2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 20:31:02 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 20:23:44 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash gnome3-ppa gnome3-staging i386
 third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arma1975 darkxst janitor jbicha ug-bot
X-Launchpad-Bug-Reporter: Arma1975 (arma1975)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20160428163804.24033.82812.malonedeb@gac.canonical.com>
Message-Id: <20160514202345.443.51116.malone@chaenomeles.canonical.com>
Subject: [Bug 1576323] Re: gedit 3.20 crashes in Unity with SIGSEGV in
 gtk_menu_button_set_popover()
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0b6dad6b58eaa8f51b01dd9a810e66749e33da44
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576323 <1576323@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

gedit fails to start for me when I run:

XDG_CURRENT_DESKTOP=Unity gedit

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1576323

Title:
  gedit 3.20 crashes in Unity with SIGSEGV in
  gtk_menu_button_set_popover()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1576323/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 20:50:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6B42926C27D2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 20:50:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5FF851A4629;
	Sat, 14 May 2016 20:50:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1gWK-0000n4-MG; Sat, 14 May 2016 20:50:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1gWJ-0000mZ-F6
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 20:50:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1gWI-00029i-HR
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 20:50:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0CE392E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 20:50:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 20:43:51 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash gnome3-ppa gnome3-staging i386
 third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arma1975 darkxst janitor jbicha ug-bot
X-Launchpad-Bug-Reporter: Arma1975 (arma1975)
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160428163804.24033.82812.malonedeb@gac.canonical.com>
Message-Id: <20160514204351.21061.51351.malone@wampee.canonical.com>
Subject: [Bug 1576323] Re: gedit 3.20 crashes in Unity with SIGSEGV in
 gtk_menu_button_set_popover()
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 816e98b11221faacea77a71a9662178540e98c2b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576323 <1576323@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

XDG_CURRENT_DESKTOP=Unity gedit

(gedit:31630): Gtk-CRITICAL **: Error building template class
'GeditWindow' for an instance of type 'GeditWindow': .:2:8041 Invalid
object type 'GeditCloseButton'

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1576323

Title:
  gedit 3.20 crashes in Unity with SIGSEGV in
  gtk_menu_button_set_popover()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1576323/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 20:50:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2E07B26C27D2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 20:50:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 26F1D1A4621;
	Sat, 14 May 2016 20:50:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1gWO-0000pd-30; Sat, 14 May 2016 20:50:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1gWM-0000oO-OW
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 20:50:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1gWL-00029n-Nd
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 20:50:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4DB962E80D0
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 20:50:45 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 20:41:39 -0000
From: Tim Oliver <epistularumcapsa@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: epistularumcapsa janitor lei-pero riprop
X-Launchpad-Bug-Reporter: Leipero (lei-pero)
X-Launchpad-Bug-Modifier: Tim Oliver (epistularumcapsa)
References: <20160215222538.8019.82499.malonedeb@wampee.canonical.com>
Message-Id: <20160514204139.8689.47953.malone@gac.canonical.com>
Subject: [Bug 1545872] Re: Eye of gnome show menus in full screen in gnome
 session fallback mode
X-Launchpad-Message-Rationale: Subscriber (eog in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 25690196f756d8b5a6e7987ca12d280ed129a583
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1545872 <1545872@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same problem in Lubuntu 16.04, eog 3.18.2.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1545872

Title:
  Eye of gnome show menus in full screen in gnome session fallback mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1545872/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 21:20:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1C31426C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 21:20:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 10E471A34E3;
	Sat, 14 May 2016 21:20:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1gzN-0003Li-CB; Sat, 14 May 2016 21:20:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1gzI-0003Kk-Ly
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 21:20:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1gzI-00079W-Ak
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 21:20:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 434652E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 21:20:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 21:12:47 -0000
From: Gunnar Hjalmarsson <1574090@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=brasero; status=Unknown; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=Fix Released; importance=High; assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=brasero; component=universe; status=In Progress; importance=High;
 assignee=seb128@ubuntu.com; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: febcrash gunnarhj janitor seb128 tomtomtom
X-Launchpad-Bug-Reporter: Olivier Febwin (febcrash)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
References: <20160423190757.24128.20183.malonedeb@gac.canonical.com>
Message-Id: <20160514211247.9360.38862.malone@gac.canonical.com>
Subject: [Bug 1574090] Re: Brasero not translated at all on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1df0fcc278c88da86adf5537c9e3cb858a5db56b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574090 <1574090@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks for pointing out my mistake, Sebastien. Assigning the Xenial task
to you then.

** Changed in: brasero (Ubuntu Xenial)
     Assignee: Gunnar Hjalmarsson (gunnarhj) => Sebastien Bacher (seb128)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1574090

Title:
  Brasero not translated at all on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/brasero/+bug/1574090/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 21:25:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A776E26C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 21:25:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9E8D91A3480;
	Sat, 14 May 2016 21:25:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1h4N-00043q-Oy; Sat, 14 May 2016 21:25:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1h4M-00043E-5J
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 21:25:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1h4L-0007XF-KN
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 21:25:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 867B12E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 21:25:53 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 21:17:11 -0000
From: Bug Watch Updater <173317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=rhythmbox; status=Expired; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Triaged; importance=Wishlist;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jcollins kxra nattgew pedro trevorschauls
X-Launchpad-Bug-Reporter: Trevor Schauls (trevorschauls)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20071201203332.23596.1992.malonedeb@potassium.ubuntu.com>
Message-Id: <20160514211713.29524.66419.launchpad@loganberry.canonical.com>
Subject: [Bug 173317] Re: rhythmbox needs to support video
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 01ab6716c9edef97da062c8306e05e6a428bf410
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 173317 <173317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: rhythmbox
       Status: Confirmed => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/173317

Title:
  rhythmbox needs to support video

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/173317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 22:45:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B9A6726C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 22:45:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ACDB91A4426;
	Sat, 14 May 2016 22:45:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1iJb-0001xs-3n; Sat, 14 May 2016 22:45:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1iJa-0001xg-5j
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 22:45:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1iJZ-0003qH-Qe
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 22:45:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C879F2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 22:45:41 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 22:36:03 -0000
From: Edson <edsonn3to@outlook.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Committed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande edsonn3to
 egonholtz elberro janitor maverickct navjotjsingh pfeiffep seb128 vdragon
 ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Edson (edsonn3to)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160514223603.9250.48235.malone@soybean.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0e03f86dfa6286bdf2e53e8c66199d5d3ce0bbd0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Excuse me, I'm a complete beginner, but ... What is the solution? I use
Ubuntu GNOME 16.04 ... left me wait for the next version?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 23:21:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5739A26C27AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 23:21:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4EE501A3DEA;
	Sat, 14 May 2016 23:21:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1irx-0006S3-7d; Sat, 14 May 2016 23:21:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1irw-0006Rm-LA
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 23:21:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1irv-0000cj-NY
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 23:21:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 695D22E818E
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 23:21:09 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 23:14:19 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=hundredpapercuts; status=Fix Released;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: product=unity; milestone=7.4.0; status=Fix Released;
 importance=High; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 milestone=ubuntu-16.04; status=Fix Released; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 milestone=ubuntu-16.04; status=Fix Released; importance=High;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=nautilus; component=main; milestone=ubuntu-16.04;
 status=Fix Released; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=unity;
 component=main; milestone=ubuntu-16.04; status=Fix Released; importance=High; 
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug-Tags: desktop-bugscrub-triaged iso-testing regression-release
 vivid wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 4-in amribrahim1987 andre30correia aserovich
 b-memberships baddison1968 cprofitt dbp dstoya
 dubreucq dylan-coakley
 fedya-rtafov felicianotech fitojb fprietog frederik-nnaji janitor joshumax
 kakuro69 kapcom01 larionenkoruslan liamdawe lord-phoenix-rus lukycrociato
 mmagnis nattersep oliveiradeflavio philipp-noack-b pinnerup rg-8 ricsipontaz
 seb128 seth-666-tl tomas-rasymas turone ubuntuqa vincentthiele zvvubuntu
X-Launchpad-Bug-Reporter: Charles Profitt (cprofitt)
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20150417175412.32277.90209.malonedeb@gac.canonical.com>
Message-Id: <20160514231422.7787.27375.launchpad@soybean.canonical.com>
Subject: [Bug 1445595] Re: Empty trash from Launcher results in Nautilus
 window opening
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 14f8d6f18e3843fde7f858c95dcb857678de4851
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1445595 <1445595@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: unity
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1445595

Title:
  Empty trash from Launcher results in Nautilus window opening

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1445595/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 14 23:25:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DFCB426C27AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 14 May 2016 23:25:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D64231A4151;
	Sat, 14 May 2016 23:25:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1iwK-0006qA-Vd; Sat, 14 May 2016 23:25:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1iwK-0006pz-3x
 for desktop-bugs@lists.ubuntu.com; Sat, 14 May 2016 23:25:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1iwJ-00021w-Ox
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 23:25:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AC76F2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sat, 14 May 2016 23:25:43 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 14 May 2016 23:17:18 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Committed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande edsonn3to
 egonholtz elberro janitor maverickct navjotjsingh pfeiffep seb128 vdragon
 ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160514231718.8854.11403.malone@gac.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7269d98f33b0dba23ecbbeb8dfb277a29ff33ad7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This thing is a red herring - whatever issue you are experiencing, it
doesn't have anything to do with the broken symlink. If you want to
silence this message, you could just delete the symlink, if you want.
Otherwise, simply ignore it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 00:10:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 613A626C27D2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 00:10:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 53E521A4380;
	Sun, 15 May 2016 00:10:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1jdz-00037A-Cw; Sun, 15 May 2016 00:10:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1jdy-00036y-7f
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 00:10:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1jdx-0001Ci-S5
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 00:10:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C12FF2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 00:10:49 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 00:02:29 -0000
From: Adolfo Jayme <fitoschido@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: fitojb leopenausa
X-Launchpad-Bug-Reporter: Leopoldo Pena (leopenausa)
X-Launchpad-Bug-Modifier: Adolfo Jayme (fitojb)
X-Launchpad-Bug-Duplicate: 1565267
References: <20160514201542.7964.15175.malonedeb@soybean.canonical.com>
Message-Id: <20160515000229.8083.39316.malone@soybean.canonical.com>
Subject: [Bug 1581872] Re: Backport 3.20.2 to Ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f99aeda4eb695a7dea58d3bf432f95eef3f07717
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581872 <1581872@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KioqIFRoaXMgYnVnIGlzIGEgZHVwbGljYXRlIG9mIGJ1ZyAxNTY1MjY3ICoqKgogICAgaHR0cHM6
Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTY1MjY3CgpZb3XigJlyZSBjb25mdXNpbmcgU1JV
IGFuZCBiYWNrcG9ydHPigKYgQmVzaWRlcywgdGhpcyBidWcgaXMgYWxyZWFkeQpyZXBvcnRlZCAo
TFA6ICMxNTY1MjY3KTsgdGhlcmUgaXMgbm8gbmVlZCB0byBmaWxlIGR1cGxpY2F0ZXMg4oCUIHRo
ZQpjb3JyZWN0IHByb2NlZHVyZSBpcyB0byBub21pbmF0ZSBhbmQgYWRkIGEgYnVnIHRhc2sgZm9y
IGEgcmVsZWFzZS4KCioqIFRoaXMgYnVnIGhhcyBiZWVuIG1hcmtlZCBhIGR1cGxpY2F0ZSBvZiBi
dWcgMTU2NTI2NwogICBHbm9tZSBDYWxlbmRhciBoYXMgd2hpdGUgY29ybmVycwoKLS0gCllvdSBy
ZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVyIG9m
IFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gZ25vbWUtY2FsZW5k
YXIgaW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1ODE4NzIKClRp
dGxlOgogIEJhY2twb3J0IDMuMjAuMiB0byBVYnVudHUgMTYuMDQKClRvIG1hbmFnZSBub3RpZmlj
YXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC91
YnVudHUvK3NvdXJjZS9nbm9tZS1jYWxlbmRhci8rYnVnLzE1ODE4NzIvK3N1YnNjcmlwdGlvbnMK
Ci0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUu
Y29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVn
cw==

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 00:45:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5648326C22DA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 00:45:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4DB271A4386;
	Sun, 15 May 2016 00:45:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1kBe-0005kt-2D; Sun, 15 May 2016 00:45:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1kBc-0005kc-Qq
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 00:45:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1kBc-00085N-En
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 00:45:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5E0232E80CA
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 00:45:36 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 00:38:16 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=Fix Released; 
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash gnome3-ppa gnome3-staging i386
 third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arma1975 darkxst janitor jbicha ug-bot
X-Launchpad-Bug-Reporter: Arma1975 (arma1975)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20160428163804.24033.82812.malonedeb@gac.canonical.com>
Message-Id: <20160515003817.8689.84151.launchpad@gac.canonical.com>
Subject: [Bug 1576323] Re: gedit 3.20 crashes in Unity with SIGSEGV in
 gtk_menu_button_set_popover()
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 029260899db9ee029abab062bc54fa6415345ee1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576323 <1576323@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gedit (Ubuntu)
       Status: Confirmed => Fix Released

** Changed in: ubuntu-gnome
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1576323

Title:
  gedit 3.20 crashes in Unity with SIGSEGV in
  gtk_menu_button_set_popover()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1576323/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 00:50:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7454C26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 00:50:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 620421A3F73;
	Sun, 15 May 2016 00:50:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1kGT-0006jO-36; Sun, 15 May 2016 00:50:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1kGR-0006jB-Lu
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 00:50:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1kGR-0008I8-Bh
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 00:50:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5022E2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 00:50:35 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 00:45:00 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=Fix Released; 
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash gnome3-ppa gnome3-staging i386
 third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arma1975 darkxst janitor jbicha ug-bot
X-Launchpad-Bug-Reporter: Arma1975 (arma1975)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20160428163804.24033.82812.malonedeb@gac.canonical.com>
Message-Id: <20160515004500.7964.35909.malone@soybean.canonical.com>
Subject: [Bug 1576323] Re: gedit 3.20 crashes in Unity with SIGSEGV in
 gtk_menu_button_set_popover()
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 35cdf4edfd1589213efaee69c7f200e4870f8056
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576323 <1576323@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Updated the no-CSD patch and uploaded to the GNOME3 Staging PPA.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1576323

Title:
  gedit 3.20 crashes in Unity with SIGSEGV in
  gtk_menu_button_set_popover()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1576323/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 01:40:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A87E626C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 01:40:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9AEDD1A401B;
	Sun, 15 May 2016 01:40:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1l39-0003ba-1y; Sun, 15 May 2016 01:40:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1l37-0003bN-GA
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 01:40:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1l37-0001xe-5O
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 01:40:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 157DE2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 01:40:53 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 01:27:20 -0000
From: Jacob <denelsky6@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-tweak-tool;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: denelsky6
X-Launchpad-Bug-Reporter: Jacob (denelsky6)
X-Launchpad-Bug-Modifier: Jacob (denelsky6)
Message-Id: <20160515012721.8720.52818.malonedeb@gac.canonical.com>
Subject: [Bug 1581899] [NEW] Cant move workspace diagonaly to top left
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 640afa5b67c6d09786679f4db41de278928275ea
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581899 <1581899@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When using arrow keys in workspace switcher, cannot use up and left
arrow keys simultaneously to move diagonally to top left workspace
window from the bottom right workspace. Moving diagonally does work when
moving from bottom left workspace to top right for example, and all
other combinations diagonally seem to work fine, just cannot move from
bottom right to top left directly.

** Affects: unity (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: unity-tweak-tool (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: unity (Ubuntu)
   Importance: Undecided
       Status: New

** No longer affects: nautilus (Ubuntu)

** Also affects: unity-tweak-tool (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1581899

Title:
  Cant move workspace diagonaly to top left

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1581899/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 02:25:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2F2AE26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 02:25:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 14E4E1A4402;
	Sun, 15 May 2016 02:25:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1lkP-0007pL-FX; Sun, 15 May 2016 02:25:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1lkO-0007ox-6E
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 02:25:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1lkO-00071B-0O
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 02:25:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F2FCB2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 02:25:35 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 02:20:22 -0000
From: Launchpad Bug Tracker <1562733@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=apt; 
 component=main; status=Confirmed; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crichton crosser janitor juliank laney launchpad-startport luzfcb
 seb128 ximion
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160515022023.941.97267.malone@chaenomeles.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cf1f739fa1f990bfe2121a9455c3defd38b12fd4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: appstream (Ubuntu Xenial)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 02:25:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E1F5B26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 02:25:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D5C131A43FF;
	Sun, 15 May 2016 02:25:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1lkR-0007qs-Ng; Sun, 15 May 2016 02:25:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1lkQ-0007pz-8r
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 02:25:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1lkP-00071B-R1
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 02:25:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BFCC42E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 02:25:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 02:20:22 -0000
From: Launchpad Bug Tracker <1562733@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=apt; 
 component=main; status=Confirmed; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crichton crosser janitor juliank laney launchpad-startport luzfcb
 seb128 ximion
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160515022025.941.77282.malone@chaenomeles.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ea6404a501f1f7bff15d7a1fecaaa0932ba850f8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apt (Ubuntu Xenial)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 04:25:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0664126C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 04:25:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F2CB41A438E;
	Sun, 15 May 2016 04:25:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1ncs-0002Z7-Qw; Sun, 15 May 2016 04:25:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1ncr-0002YS-Dh
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 04:25:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1ncq-00089X-Rt
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 04:25:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CD9912E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 04:25:56 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 04:17:46 -0000
From: Launchpad Bug Tracker <1523041@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Expired; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor pitti rooker
X-Launchpad-Bug-Reporter: ^rooker (rooker)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20151205044014.15680.89346.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160515041746.16823.93673.malone@loganberry.canonical.com>
Subject: [Bug 1523041] Re: Lenovo S21e: brightness keys seem inversed
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9f7d3d93c1d08c9837884c1174236ac3fca5823d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1523041 <1523041@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

[Expired for systemd (Ubuntu) because there has been no activity for 60
days.]

** Changed in: systemd (Ubuntu)
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1523041

Title:
  Lenovo S21e: brightness keys seem inversed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1523041/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 08:01:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3796226C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 08:01:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 28CBC1A4203;
	Sun, 15 May 2016 08:01:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1qyx-0003rT-Fc; Sun, 15 May 2016 08:00:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1qyr-0003jg-Nb
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 08:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1qyq-0000G6-Li
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 08:00:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 947F72E80C3
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 08:00:52 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 07:55:31 -0000
From: Leopoldo Pena <leopenausa@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 leopenausa mohan-ram vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Leopoldo Pena (leopenausa)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160515075531.8887.93178.malone@gac.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar has white corners
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0f477f086226ea40140e1f886d898ed530ececd8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Bug still present in Xenial. 3.20.1 is the default installation in the
LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 09:50:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 10AF826C22DA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 09:50:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 00A131A3459;
	Sun, 15 May 2016 09:50:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1shC-00065j-UQ; Sun, 15 May 2016 09:50:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1shC-00065Y-3z
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 09:50:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1shB-0003Zw-Ek
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 09:50:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 649AB2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 09:50:45 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 09:42:11 -0000
From: elhoir <jfarroyo82@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jfarroyo82
X-Launchpad-Bug-Reporter: elhoir (jfarroyo82)
X-Launchpad-Bug-Modifier: elhoir (jfarroyo82)
Message-Id: <20160515094211.8326.43311.malonedeb@soybean.canonical.com>
Subject: [Bug 1581934] [NEW] metacity crashes too frequently
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6929b0962d4819a7b1af339e4e46665421839ce3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581934 <1581934@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

hello,

im using xenial, and since not too long metacity is crashing very
frequently for me

This is the message i have got now in dmesg:

[134445.530686] traps: metacity[11153] trap int3 ip:b6863699 sp:bfaedb70
error:0

i dont think its related but, for if its useful, im using Mesa from
here:

https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers

should i revert to stock one?

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: metacity 1:3.18.4-0ubuntu0.1
Uname: Linux 4.6.0-040600rc5-generic i686
ApportVersion: 2.20.1-0ubuntu2
Architecture: i386
CurrentDesktop: GNOME-Flashback:Unity
Date: Sun May 15 11:37:46 2016
InstallationDate: Installed on 2015-05-28 (352 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
SourcePackage: metacity
UpgradeStatus: Upgraded to xenial on 2015-12-13 (154 days ago)

** Affects: metacity (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386 third-party-packages xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1581934

Title:
  metacity crashes too frequently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1581934/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 10:30:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2DCE726C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 10:30:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1C33B1A37B6;
	Sun, 15 May 2016 10:30:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1tJv-0002GN-Ig; Sun, 15 May 2016 10:30:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1tJu-0002G6-22
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 10:30:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1tJt-0008Vl-Rs
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 10:30:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CAC702E80AF
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 10:30:45 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 10:18:37 -0000
From: Peter <1581938@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: petru-severin
X-Launchpad-Bug-Reporter: Peter (petru-severin)
X-Launchpad-Bug-Modifier: Peter (petru-severin)
Message-Id: <20160515101838.511.6769.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1581938] [NEW] Calculated review score is lower on Ubuntu 16.04
 than on Ubuntu 14.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d4fc3a37eff690251880e091e675e155ee331095
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581938 <1581938@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I am the author of WireframeSketcher tool for which I distribute debian
packages (wireframesketcherstudio). This is a commercial desktop app
that we registered through developer.ubuntu.com, and it has accumulated
some reviews and scores in the previous years. Ubuntu 14.04 shows 4
stars for WireframeSketcher. The same reviews are also visible under
Ubuntu 16.04, however only 2 stars are shown.

I've tried to calculate the score manually using a weighted average
formula and the score given on Ubuntu 14.04 is the one that is correct.

If this is a bug then please fix it. However if the score was lowered
intentionally, then I'd like to know why.

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "Review score on Ubuntu 16.04"
   https://bugs.launchpad.net/bugs/1581938/+attachment/4663187/+files/ubuntu1604.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581938

Title:
  Calculated review score is lower on Ubuntu 16.04 than on Ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581938/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 10:30:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2595D26C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 10:30:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1FE5C1A37C2;
	Sun, 15 May 2016 10:30:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1tJw-0002Gw-Lw; Sun, 15 May 2016 10:30:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1tJv-0002GS-Sk
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 10:30:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1tJv-00005J-Kh
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 10:30:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8BE022E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 10:30:47 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 10:19:10 -0000
From: Peter <1581938@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: petru-severin
X-Launchpad-Bug-Reporter: Peter (petru-severin)
X-Launchpad-Bug-Modifier: Peter (petru-severin)
References: <20160515101838.511.6769.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160515101910.9734.10047.malone@gac.canonical.com>
Subject: [Bug 1581938] Re: Calculated review score is lower in Ubuntu 16.04
 than in Ubuntu 14.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 974e1987c614cf4683c3845dea30761232ba14aa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581938 <1581938@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "Review score on Ubuntu 14.04"
   https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581938/+attachment/4663188/+files/ubuntu1404.png

** Summary changed:

- Calculated review score is lower in Ubuntu 16.04 than in Ubuntu 14.04
+ Calculated review score is lower on Ubuntu 16.04 than on Ubuntu 14.04

** Description changed:

- I am the author of WireframeSketcher tool for which I distribute deb
+ I am the author of WireframeSketcher tool for which I distribute debian
  packages (wireframesketcherstudio). This is a commercial desktop app
- that we registere through developer.ubuntu.com, and it accumulated some
- reviews and scores in the previous years. Ubuntu 14.04 shows 4 stars for
- WireframeSketcher. The same reviews are also visible under Ubuntu 16.04,
- however only stars are shown.
+ that we registered through developer.ubuntu.com, and it has accumulated
+ some reviews and scores in the previous years. Ubuntu 14.04 shows 4
+ stars for WireframeSketcher. The same reviews are also visible under
+ Ubuntu 16.04, however only 2 stars are shown.
  
  I've tried to calculate the score manually using a weighted average
  formula and the score given on Ubuntu 14.04 is the one that is correct.
  
  If this is a bug then please fix it. However if the score was lowered
  intentionally, then I'd like to know why.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581938

Title:
  Calculated review score is lower on Ubuntu 16.04 than on Ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581938/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 10:35:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3503A26C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 10:35:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2DB161A2E5D;
	Sun, 15 May 2016 10:35:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1tOc-0002cc-3Z; Sun, 15 May 2016 10:35:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1tOa-0002cA-Hi
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 10:35:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1tOa-0001tm-9K
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 10:35:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3E60E2E8060
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 10:35:36 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 10:30:00 -0000
From: Mieszko Piast <mieszko1st@wp.pl>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mieszko1st-deactivatedaccount seb128
X-Launchpad-Bug-Reporter: Mieszko Piast (mieszko1st-deactivatedaccount)
X-Launchpad-Bug-Modifier: Mieszko Piast (mieszko1st-deactivatedaccount)
References: <20160504092849.17061.27114.malonedeb@soybean.canonical.com>
Message-Id: <20160515103000.8821.71287.malone@gac.canonical.com>
Subject: [Bug 1578129] Re: Can't drag&drop symlink to folder to bookmarks
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c1edbc839b02eb5bbaa87812a5276bb0fa4998c3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578129 <1578129@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The bug has been already reported upstream by someone else.
https://bugzilla.gnome.org/show_bug.cgi?id=761013

** Bug watch added: GNOME Bug Tracker #761013
   https://bugzilla.gnome.org/show_bug.cgi?id=761013

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1578129

Title:
  Can't drag&drop symlink to folder to bookmarks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1578129/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 10:45:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D04F726C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 10:45:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C1DFC1A3CCE;
	Sun, 15 May 2016 10:45:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1tYL-0003Oc-KQ; Sun, 15 May 2016 10:45:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1tYL-0003OV-1e
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 10:45:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1tYK-0003ZT-OU
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 10:45:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B3F1E2E8060
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 10:45:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 10:36:52 -0000
From: Mieszko Piast <mieszko1st@wp.pl>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mieszko1st-deactivatedaccount seb128
X-Launchpad-Bug-Reporter: Mieszko Piast (mieszko1st-deactivatedaccount)
X-Launchpad-Bug-Modifier: Mieszko Piast (mieszko1st-deactivatedaccount)
References: <20160504092849.17061.27114.malonedeb@soybean.canonical.com>
Message-Id: <20160515103653.14093.17804.launchpad@soybean.canonical.com>
Subject: [Bug 1578129] Re: Can't drag&drop symlink to folder to bookmarks
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9d9ec2cda8ae8a4cff374b5e2ee4526c7962d012
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578129 <1578129@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: nautilus via
   https://bugzilla.gnome.org/show_bug.cgi?id=761013
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1578129

Title:
  Can't drag&drop symlink to folder to bookmarks

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1578129/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 11:45:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 87F9C26C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 11:45:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 806EA1A3E3D;
	Sun, 15 May 2016 11:45:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1uUP-0007dD-Lu; Sun, 15 May 2016 11:45:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1uUO-0007d0-R0
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 11:45:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1uUO-0004s4-Fj
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 11:45:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6A5DD2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 11:45:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 11:37:33 -0000
From: Bug Watch Updater <1578129@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mieszko1st-deactivatedaccount seb128
X-Launchpad-Bug-Reporter: Mieszko Piast (mieszko1st-deactivatedaccount)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160504092849.17061.27114.malonedeb@soybean.canonical.com>
Message-Id: <20160515113734.1148.84972.launchpad@loganberry.canonical.com>
Subject: [Bug 1578129] Re: Can't drag&drop symlink to folder to bookmarks
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 547e344eb370fb132693cff959fec24825180b9d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578129 <1578129@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus
       Status: Unknown => Confirmed

** Changed in: nautilus
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1578129

Title:
  Can't drag&drop symlink to folder to bookmarks

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1578129/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 12:01:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CB1C826C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 12:01:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C20811A3DA5;
	Sun, 15 May 2016 12:01:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1ujQ-0000Gt-EA; Sun, 15 May 2016 12:01:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1ujP-0000GX-M1
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 12:01:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1ujP-00067T-7q
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 12:01:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 185752E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 12:01:11 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 11:55:38 -0000
From: Amr Ibrahim <1304555@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 precise running-unity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ap10336 cyphermox
X-Launchpad-Bug-Reporter: Alex10336 (ap10336)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20140408171650.8963.27693.malonedeb@gac.canonical.com>
Message-Id: <20160515115540.21236.98427.launchpad@wampee.canonical.com>
Subject: [Bug 1304555] Re: MS Sculpt Touch Mouse
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0eeffe3da166b06835014ce712d2ee833366d15a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1304555 <1304555@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-bluetooth (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1304555

Title:
  MS Sculpt Touch Mouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1304555/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 12:01:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8904C26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 12:01:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 83A401A3DBC;
	Sun, 15 May 2016 12:01:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1ujS-0000IP-JF; Sun, 15 May 2016 12:01:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1ujR-0000Hy-TQ
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 12:01:13 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1ujR-00069v-Kj
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 12:01:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8B0A42E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 12:01:13 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 11:50:56 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-contacts;
 component=universe; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-control-center;
 component=universe; status=Fix Committed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=yelp; component=main;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=oneiric;
 sourcepackage=gnome-contacts; component=None; status=Won't Fix;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=oneiric;
 sourcepackage=gnome-control-center; component=None; status=Won't Fix;
 importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=oneiric;
 sourcepackage=nautilus; component=None; status=Won't Fix; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=oneiric; sourcepackage=yelp;
 component=None; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise;
 sourcepackage=gnome-contacts; component=universe; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise;
 sourcepackage=gnome-control-center; component=main; status=Fix Released;
 importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise;
 sourcepackage=nautilus; component=main; status=Confirmed; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise; sourcepackage=yelp;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jan-hoffmann janitor jbicha seb128
X-Launchpad-Bug-Reporter: Jan Hoffmann (jan-hoffmann)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20110917232445.21148.83542.malonedeb@wampee.canonical.com>
Message-Id: <20160515115057.373.3678.launchpad@chaenomeles.canonical.com>
Subject: [Bug 852911] Re: Yelp always displays Unity user guide
X-Launchpad-Message-Rationale: Subscriber (yelp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1cd2869af71b19001867059cc6d0aae64f5b72c5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 852911 <852911@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-control-center (Ubuntu)
     Assignee: Jeremy Bicha (jbicha) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in Ubuntu.
https://bugs.launchpad.net/bugs/852911

Title:
  Yelp always displays Unity user guide

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-contacts/+bug/852911/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 12:01:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AB82D26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 12:01:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A5A4C1A3E53;
	Sun, 15 May 2016 12:01:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1ujU-0000Jq-NA; Sun, 15 May 2016 12:01:16 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1ujU-0000JV-71
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 12:01:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1ujT-0006B8-St
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 12:01:15 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D80BC2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 12:01:15 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 11:52:48 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=Fix Committed; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: apport-collected icon icons oneiric patch precise trash
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andreas-kotowicz bdrung eldmannen+launchpad
 janitor jbicha trinikrono
X-Launchpad-Bug-Reporter: Fred (eldmannen+launchpad)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20110910104132.9770.42413.malonedeb@soybean.canonical.com>
Message-Id: <20160515115249.21028.75218.launchpad@wampee.canonical.com>
Subject: [Bug 846378] Re: Missing default Show Desktop icon
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f42f574072d88ca89f8e6d92ffd936064dd3e969
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 846378 <846378@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-panel (Ubuntu)
     Assignee: Jeremy Bicha (jbicha) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/846378

Title:
  Missing default Show Desktop icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/846378/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 13:55:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D5A4526C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 13:55:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CCBAD1A3D5D;
	Sun, 15 May 2016 13:55:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1wWQ-0002pe-6W; Sun, 15 May 2016 13:55:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1wWO-0002pM-Ms
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 13:55:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1wWN-0003RD-Tt
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 13:55:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2D80A2E80CF
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 13:55:51 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 13:45:43 -0000
From: Magnetar <1581961@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash need-amd64-retrace xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport magnetar
X-Launchpad-Bug-Reporter: Magnetar (magnetar)
X-Launchpad-Bug-Modifier: Magnetar (magnetar)
Message-Id: <20160515134543.406.25095.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1581961] [NEW] gedit crashed with SIGSEGV in g_closure_invoke()
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8e1985a814f45631dbcbe6551cd9d27024c36def
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581961 <1581961@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

gedit crashed with SIGSEGV in g_closure_invoke()

ProblemType: Crash
DistroRelease: Ubuntu 16.04
Package: gedit 3.18.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CasperVersion: 1.376
CurrentDesktop: Unity
Date: Sun May 15 13:28:26 2016
ExecutablePath: /usr/bin/gedit
LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcCmdline: gedit /media/username/TRANSCEND/20160423_usr_bin_unity-control-center.log
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x7f0444da22e2:	mov    0x18(%rax),%rdi
 PC (0x7f0444da22e2) ok
 source "0x18(%rax)" (0x000000b8) not located in a known VMA region (needed readable region)!
 destination "%rdi" ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: gedit
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/gedit/libgedit.so
 ?? () from /usr/lib/x86_64-linux-gnu/gedit/libgedit.so
 g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
Title: gedit crashed with SIGSEGV in g_closure_invoke()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: gedit (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-crash need-amd64-retrace xenial

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1581961

Title:
  gedit crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1581961/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 14:05:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4F54B26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 14:05:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3E8F21A3D89;
	Sun, 15 May 2016 14:05:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1wfr-0003Lm-PD; Sun, 15 May 2016 14:05:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1wfq-0003LZ-G2
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 14:05:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1wfq-0004yS-9v
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:05:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 41B0A2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:05:38 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 13:55:48 -0000
From: Apport retracing service <1581961@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport magnetar
X-Launchpad-Bug-Reporter: Magnetar (magnetar)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
References: <20160515134543.406.25095.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160515135548.21304.40272.malone@wampee.canonical.com>
Subject: [Bug 1581961] 
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 827c99284dc2918a75600ff556f2271baf2f31f4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581961 <1581961@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

StacktraceTop:
 update_actions_sensitivity (window=0x236c850) at gedit/gedit-window.c:638
 readonly_changed (file=<optimized out>, pspec=<optimized out>, window=0x236c850) at gedit/gedit-window.c:1960
 g_closure_invoke () from /tmp/apport_sandbox_OM3ar3/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 signal_emit_unlocked_R () from /tmp/apport_sandbox_OM3ar3/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 g_signal_emit_valist () from /tmp/apport_sandbox_OM3ar3/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1581961

Title:
  gedit crashed with SIGSEGV in update_actions_sensitivity()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1581961/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 14:05:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DCEDF26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 14:05:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D262E1A3D9C;
	Sun, 15 May 2016 14:05:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1wft-0003Mr-SZ; Sun, 15 May 2016 14:05:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1wfs-0003M7-TB
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 14:05:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1wfs-00050Y-HX
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:05:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6A9272E80AF
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:05:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 13:55:49 -0000
From: Apport retracing service <1581961@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport magnetar
X-Launchpad-Bug-Reporter: Magnetar (magnetar)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
References: <20160515134543.406.25095.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160515135549.8407.94505.malone@soybean.canonical.com>
Subject: [Bug 1581961] Stacktrace.txt
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 46e3c44bfa07eb9ebe29be905e49857142e0586e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581961 <1581961@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "Stacktrace.txt"
   https://bugs.launchpad.net/bugs/1581961/+attachment/4663306/+files/Stacktrace.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1581961

Title:
  gedit crashed with SIGSEGV in update_actions_sensitivity()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1581961/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 14:05:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0568526C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 14:05:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F11041A3D9B;
	Sun, 15 May 2016 14:05:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1wfw-0003Oj-W1; Sun, 15 May 2016 14:05:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1wfv-0003OK-Nn
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 14:05:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1wfv-00053G-2S
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:05:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8DA532E80CB
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:05:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 13:55:50 -0000
From: Apport retracing service <1581961@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport magnetar
X-Launchpad-Bug-Reporter: Magnetar (magnetar)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
References: <20160515134543.406.25095.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160515135550.981.47055.malone@chaenomeles.canonical.com>
Subject: [Bug 1581961] StacktraceSource.txt
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0a6200ed0f274a69eaebe6b0cd725b9efc974e4a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581961 <1581961@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "StacktraceSource.txt"
   https://bugs.launchpad.net/bugs/1581961/+attachment/4663307/+files/StacktraceSource.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1581961

Title:
  gedit crashed with SIGSEGV in update_actions_sensitivity()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1581961/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 14:05:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 12CE626C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 14:05:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0B9D11A3DA5;
	Sun, 15 May 2016 14:05:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1wfz-0003QE-3D; Sun, 15 May 2016 14:05:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1wfx-0003Pe-PG
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 14:05:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1wfx-00055y-F7
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:05:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5B4752E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:05:45 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 13:55:51 -0000
From: Apport retracing service <1581961@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport magnetar
X-Launchpad-Bug-Reporter: Magnetar (magnetar)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
References: <20160515134543.406.25095.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160515135551.10380.74532.malone@gac.canonical.com>
Subject: [Bug 1581961] ThreadStacktrace.txt
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4369ed9e33e6b2bbd398793f743ee56b4c88d16b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581961 <1581961@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "ThreadStacktrace.txt"
   https://bugs.launchpad.net/bugs/1581961/+attachment/4663308/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/1581961/+attachment/4663297/+files/CoreDump.gz

** Changed in: gedit (Ubuntu)
   Importance: Undecided => Medium

** Summary changed:

- gedit crashed with SIGSEGV in g_closure_invoke()
+ gedit crashed with SIGSEGV in update_actions_sensitivity()

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1581961

Title:
  gedit crashed with SIGSEGV in update_actions_sensitivity()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1581961/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 14:15:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 164C926C236C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 14:15:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 049F01A3D89;
	Sun, 15 May 2016 14:15:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1wpW-0004lK-PM; Sun, 15 May 2016 14:15:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1wpV-0004kw-Iu
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 14:15:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1wpV-0008Vb-7f
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:15:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2EB262E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:15:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 14:08:23 -0000
From: Magnetar <1581961@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport magnetar
X-Launchpad-Bug-Reporter: Magnetar (magnetar)
X-Launchpad-Bug-Modifier: Magnetar (magnetar)
References: <20160515134543.406.25095.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160515140823.21166.86455.launchpad@wampee.canonical.com>
Subject: [Bug 1581961] Re: gedit crashed with SIGSEGV in
 update_actions_sensitivity()
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8fd8dc3f19fdff2a3e08556ba38222a46cfa772a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581961 <1581961@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCiAgZ2VkaXQgY3Jhc2hlZCB3aXRoIFNJR1NFR1YgaW4g
Z19jbG9zdXJlX2ludm9rZSgpCisgCisgR2VkaXQgaGFzIGJlZW4gY3Jhc2hlZCB3aGVuIHRoaXMg
Y29tbWFuZCAiZ2tzdWRvIGdlZGl0CisgL2V0Yy9hcHBvcnQvY3Jhc2hkYi5jb25mIiBleGVjdXRl
ZCBpbiB0ZXJtaW5hbCAobGl2ZSBEVkQgbW9kZSkuCiAgCiAgUHJvYmxlbVR5cGU6IENyYXNoCiAg
RGlzdHJvUmVsZWFzZTogVWJ1bnR1IDE2LjA0CiAgUGFja2FnZTogZ2VkaXQgMy4xOC4zLTB1YnVu
dHU0CiAgUHJvY1ZlcnNpb25TaWduYXR1cmU6IFVidW50dSA0LjQuMC0yMS4zNy1nZW5lcmljIDQu
NC42CiAgVW5hbWU6IExpbnV4IDQuNC4wLTIxLWdlbmVyaWMgeDg2XzY0CiAgQXBwb3J0VmVyc2lv
bjogMi4yMC4xLTB1YnVudHUyCiAgQXJjaGl0ZWN0dXJlOiBhbWQ2NAogIENhc3BlclZlcnNpb246
IDEuMzc2CiAgQ3VycmVudERlc2t0b3A6IFVuaXR5CiAgRGF0ZTogU3VuIE1heSAxNSAxMzoyODoy
NiAyMDE2CiAgRXhlY3V0YWJsZVBhdGg6IC91c3IvYmluL2dlZGl0CiAgTGl2ZU1lZGlhQnVpbGQ6
IFVidW50dSAxNi4wNCBMVFMgIlhlbmlhbCBYZXJ1cyIgLSBSZWxlYXNlIGFtZDY0ICgyMDE2MDQy
MC4xKQogIFByb2NDbWRsaW5lOiBnZWRpdCAvbWVkaWEvdXNlcm5hbWUvVFJBTlNDRU5ELzIwMTYw
NDIzX3Vzcl9iaW5fdW5pdHktY29udHJvbC1jZW50ZXIubG9nCiAgUHJvY0Vudmlyb246Ci0gIFBB
VEg9KGN1c3RvbSwgbm8gdXNlcikKLSAgWERHX1JVTlRJTUVfRElSPTxzZXQ+Ci0gIExBTkc9ZW5f
VVMuVVRGLTgKLSAgU0hFTEw9L2Jpbi9iYXNoCisgwqBQQVRIPShjdXN0b20sIG5vIHVzZXIpCisg
wqBYREdfUlVOVElNRV9ESVI9PHNldD4KKyDCoExBTkc9ZW5fVVMuVVRGLTgKKyDCoFNIRUxMPS9i
aW4vYmFzaAogIFNlZ3ZBbmFseXNpczoKLSAgU2VnZmF1bHQgaGFwcGVuZWQgYXQ6IDB4N2YwNDQ0
ZGEyMmUyOgltb3YgICAgMHgxOCglcmF4KSwlcmRpCi0gIFBDICgweDdmMDQ0NGRhMjJlMikgb2sK
LSAgc291cmNlICIweDE4KCVyYXgpIiAoMHgwMDAwMDBiOCkgbm90IGxvY2F0ZWQgaW4gYSBrbm93
biBWTUEgcmVnaW9uIChuZWVkZWQgcmVhZGFibGUgcmVnaW9uKSEKLSAgZGVzdGluYXRpb24gIiVy
ZGkiIG9rCisgwqBTZWdmYXVsdCBoYXBwZW5lZCBhdDogMHg3ZjA0NDRkYTIyZTI6CW1vdiAgICAw
eDE4KCVyYXgpLCVyZGkKKyDCoFBDICgweDdmMDQ0NGRhMjJlMikgb2sKKyDCoHNvdXJjZSAiMHgx
OCglcmF4KSIgKDB4MDAwMDAwYjgpIG5vdCBsb2NhdGVkIGluIGEga25vd24gVk1BIHJlZ2lvbiAo
bmVlZGVkIHJlYWRhYmxlIHJlZ2lvbikhCisgwqBkZXN0aW5hdGlvbiAiJXJkaSIgb2sKICBTZWd2
UmVhc29uOiByZWFkaW5nIE5VTEwgVk1BCiAgU2lnbmFsOiAxMQogIFNvdXJjZVBhY2thZ2U6IGdl
ZGl0CiAgU3RhY2t0cmFjZVRvcDoKLSAgPz8gKCkgZnJvbSAvdXNyL2xpYi94ODZfNjQtbGludXgt
Z251L2dlZGl0L2xpYmdlZGl0LnNvCi0gID8/ICgpIGZyb20gL3Vzci9saWIveDg2XzY0LWxpbnV4
LWdudS9nZWRpdC9saWJnZWRpdC5zbwotICBnX2Nsb3N1cmVfaW52b2tlICgpIGZyb20gL3Vzci9s
aWIveDg2XzY0LWxpbnV4LWdudS9saWJnb2JqZWN0LTIuMC5zby4wCi0gID8/ICgpIGZyb20gL3Vz
ci9saWIveDg2XzY0LWxpbnV4LWdudS9saWJnb2JqZWN0LTIuMC5zby4wCi0gIGdfc2lnbmFsX2Vt
aXRfdmFsaXN0ICgpIGZyb20gL3Vzci9saWIveDg2XzY0LWxpbnV4LWdudS9saWJnb2JqZWN0LTIu
MC5zby4wCisgwqA/PyAoKSBmcm9tIC91c3IvbGliL3g4Nl82NC1saW51eC1nbnUvZ2VkaXQvbGli
Z2VkaXQuc28KKyDCoD8/ICgpIGZyb20gL3Vzci9saWIveDg2XzY0LWxpbnV4LWdudS9nZWRpdC9s
aWJnZWRpdC5zbworIMKgZ19jbG9zdXJlX2ludm9rZSAoKSBmcm9tIC91c3IvbGliL3g4Nl82NC1s
aW51eC1nbnUvbGliZ29iamVjdC0yLjAuc28uMAorIMKgPz8gKCkgZnJvbSAvdXNyL2xpYi94ODZf
NjQtbGludXgtZ251L2xpYmdvYmplY3QtMi4wLnNvLjAKKyDCoGdfc2lnbmFsX2VtaXRfdmFsaXN0
ICgpIGZyb20gL3Vzci9saWIveDg2XzY0LWxpbnV4LWdudS9saWJnb2JqZWN0LTIuMC5zby4wCiAg
VGl0bGU6IGdlZGl0IGNyYXNoZWQgd2l0aCBTSUdTRUdWIGluIGdfY2xvc3VyZV9pbnZva2UoKQog
IFVwZ3JhZGVTdGF0dXM6IE5vIHVwZ3JhZGUgbG9nIHByZXNlbnQgKHByb2JhYmx5IGZyZXNoIGlu
c3RhbGwpCiAgVXNlckdyb3VwczogYWRtIGNkcm9tIGRpcCBscGFkbWluIHBsdWdkZXYgc2FtYmFz
aGFyZSBzdWRvCgoqKiBEZXNjcmlwdGlvbiBjaGFuZ2VkOgoKICBnZWRpdCBjcmFzaGVkIHdpdGgg
U0lHU0VHViBpbiBnX2Nsb3N1cmVfaW52b2tlKCkKLSAKLSBHZWRpdCBoYXMgYmVlbiBjcmFzaGVk
IHdoZW4gdGhpcyBjb21tYW5kICJna3N1ZG8gZ2VkaXQKLSAvZXRjL2FwcG9ydC9jcmFzaGRiLmNv
bmYiIGV4ZWN1dGVkIGluIHRlcm1pbmFsIChsaXZlIERWRCBtb2RlKS4KICAKICBQcm9ibGVtVHlw
ZTogQ3Jhc2gKICBEaXN0cm9SZWxlYXNlOiBVYnVudHUgMTYuMDQKICBQYWNrYWdlOiBnZWRpdCAz
LjE4LjMtMHVidW50dTQKICBQcm9jVmVyc2lvblNpZ25hdHVyZTogVWJ1bnR1IDQuNC4wLTIxLjM3
LWdlbmVyaWMgNC40LjYKICBVbmFtZTogTGludXggNC40LjAtMjEtZ2VuZXJpYyB4ODZfNjQKICBB
cHBvcnRWZXJzaW9uOiAyLjIwLjEtMHVidW50dTIKICBBcmNoaXRlY3R1cmU6IGFtZDY0CiAgQ2Fz
cGVyVmVyc2lvbjogMS4zNzYKICBDdXJyZW50RGVza3RvcDogVW5pdHkKICBEYXRlOiBTdW4gTWF5
IDE1IDEzOjI4OjI2IDIwMTYKICBFeGVjdXRhYmxlUGF0aDogL3Vzci9iaW4vZ2VkaXQKICBMaXZl
TWVkaWFCdWlsZDogVWJ1bnR1IDE2LjA0IExUUyAiWGVuaWFsIFhlcnVzIiAtIFJlbGVhc2UgYW1k
NjQgKDIwMTYwNDIwLjEpCi0gUHJvY0NtZGxpbmU6IGdlZGl0IC9tZWRpYS91c2VybmFtZS9UUkFO
U0NFTkQvMjAxNjA0MjNfdXNyX2Jpbl91bml0eS1jb250cm9sLWNlbnRlci5sb2cKKyBQcm9jQ21k
bGluZTogZ2VkaXQgZmlsZS5sb2cKICBQcm9jRW52aXJvbjoKICDCoFBBVEg9KGN1c3RvbSwgbm8g
dXNlcikKICDCoFhER19SVU5USU1FX0RJUj08c2V0PgogIMKgTEFORz1lbl9VUy5VVEYtOAogIMKg
U0hFTEw9L2Jpbi9iYXNoCiAgU2VndkFuYWx5c2lzOgogIMKgU2VnZmF1bHQgaGFwcGVuZWQgYXQ6
IDB4N2YwNDQ0ZGEyMmUyOgltb3YgICAgMHgxOCglcmF4KSwlcmRpCiAgwqBQQyAoMHg3ZjA0NDRk
YTIyZTIpIG9rCiAgwqBzb3VyY2UgIjB4MTgoJXJheCkiICgweDAwMDAwMGI4KSBub3QgbG9jYXRl
ZCBpbiBhIGtub3duIFZNQSByZWdpb24gKG5lZWRlZCByZWFkYWJsZSByZWdpb24pIQogIMKgZGVz
dGluYXRpb24gIiVyZGkiIG9rCiAgU2VndlJlYXNvbjogcmVhZGluZyBOVUxMIFZNQQogIFNpZ25h
bDogMTEKICBTb3VyY2VQYWNrYWdlOiBnZWRpdAogIFN0YWNrdHJhY2VUb3A6CiAgwqA/PyAoKSBm
cm9tIC91c3IvbGliL3g4Nl82NC1saW51eC1nbnUvZ2VkaXQvbGliZ2VkaXQuc28KICDCoD8/ICgp
IGZyb20gL3Vzci9saWIveDg2XzY0LWxpbnV4LWdudS9nZWRpdC9saWJnZWRpdC5zbwogIMKgZ19j
bG9zdXJlX2ludm9rZSAoKSBmcm9tIC91c3IvbGliL3g4Nl82NC1saW51eC1nbnUvbGliZ29iamVj
dC0yLjAuc28uMAogIMKgPz8gKCkgZnJvbSAvdXNyL2xpYi94ODZfNjQtbGludXgtZ251L2xpYmdv
YmplY3QtMi4wLnNvLjAKICDCoGdfc2lnbmFsX2VtaXRfdmFsaXN0ICgpIGZyb20gL3Vzci9saWIv
eDg2XzY0LWxpbnV4LWdudS9saWJnb2JqZWN0LTIuMC5zby4wCiAgVGl0bGU6IGdlZGl0IGNyYXNo
ZWQgd2l0aCBTSUdTRUdWIGluIGdfY2xvc3VyZV9pbnZva2UoKQogIFVwZ3JhZGVTdGF0dXM6IE5v
IHVwZ3JhZGUgbG9nIHByZXNlbnQgKHByb2JhYmx5IGZyZXNoIGluc3RhbGwpCiAgVXNlckdyb3Vw
czogYWRtIGNkcm9tIGRpcCBscGFkbWluIHBsdWdkZXYgc2FtYmFzaGFyZSBzdWRvCgoqKiBEZXNj
cmlwdGlvbiBjaGFuZ2VkOgoKICBnZWRpdCBjcmFzaGVkIHdpdGggU0lHU0VHViBpbiBnX2Nsb3N1
cmVfaW52b2tlKCkKICAKICBQcm9ibGVtVHlwZTogQ3Jhc2gKICBEaXN0cm9SZWxlYXNlOiBVYnVu
dHUgMTYuMDQKICBQYWNrYWdlOiBnZWRpdCAzLjE4LjMtMHVidW50dTQKICBQcm9jVmVyc2lvblNp
Z25hdHVyZTogVWJ1bnR1IDQuNC4wLTIxLjM3LWdlbmVyaWMgNC40LjYKICBVbmFtZTogTGludXgg
NC40LjAtMjEtZ2VuZXJpYyB4ODZfNjQKICBBcHBvcnRWZXJzaW9uOiAyLjIwLjEtMHVidW50dTIK
ICBBcmNoaXRlY3R1cmU6IGFtZDY0CiAgQ2FzcGVyVmVyc2lvbjogMS4zNzYKICBDdXJyZW50RGVz
a3RvcDogVW5pdHkKICBEYXRlOiBTdW4gTWF5IDE1IDEzOjI4OjI2IDIwMTYKICBFeGVjdXRhYmxl
UGF0aDogL3Vzci9iaW4vZ2VkaXQKICBMaXZlTWVkaWFCdWlsZDogVWJ1bnR1IDE2LjA0IExUUyAi
WGVuaWFsIFhlcnVzIiAtIFJlbGVhc2UgYW1kNjQgKDIwMTYwNDIwLjEpCi0gUHJvY0NtZGxpbmU6
IGdlZGl0IGZpbGUubG9nCisgUHJvY0NtZGxpbmU6IGdlZGl0IGZpbGUubG9nIAogIFByb2NFbnZp
cm9uOgogIMKgUEFUSD0oY3VzdG9tLCBubyB1c2VyKQogIMKgWERHX1JVTlRJTUVfRElSPTxzZXQ+
CiAgwqBMQU5HPWVuX1VTLlVURi04CiAgwqBTSEVMTD0vYmluL2Jhc2gKICBTZWd2QW5hbHlzaXM6
CiAgwqBTZWdmYXVsdCBoYXBwZW5lZCBhdDogMHg3ZjA0NDRkYTIyZTI6CW1vdiAgICAweDE4KCVy
YXgpLCVyZGkKICDCoFBDICgweDdmMDQ0NGRhMjJlMikgb2sKICDCoHNvdXJjZSAiMHgxOCglcmF4
KSIgKDB4MDAwMDAwYjgpIG5vdCBsb2NhdGVkIGluIGEga25vd24gVk1BIHJlZ2lvbiAobmVlZGVk
IHJlYWRhYmxlIHJlZ2lvbikhCiAgwqBkZXN0aW5hdGlvbiAiJXJkaSIgb2sKICBTZWd2UmVhc29u
OiByZWFkaW5nIE5VTEwgVk1BCiAgU2lnbmFsOiAxMQogIFNvdXJjZVBhY2thZ2U6IGdlZGl0CiAg
U3RhY2t0cmFjZVRvcDoKICDCoD8/ICgpIGZyb20gL3Vzci9saWIveDg2XzY0LWxpbnV4LWdudS9n
ZWRpdC9saWJnZWRpdC5zbwogIMKgPz8gKCkgZnJvbSAvdXNyL2xpYi94ODZfNjQtbGludXgtZ251
L2dlZGl0L2xpYmdlZGl0LnNvCiAgwqBnX2Nsb3N1cmVfaW52b2tlICgpIGZyb20gL3Vzci9saWIv
eDg2XzY0LWxpbnV4LWdudS9saWJnb2JqZWN0LTIuMC5zby4wCiAgwqA/PyAoKSBmcm9tIC91c3Iv
bGliL3g4Nl82NC1saW51eC1nbnUvbGliZ29iamVjdC0yLjAuc28uMAogIMKgZ19zaWduYWxfZW1p
dF92YWxpc3QgKCkgZnJvbSAvdXNyL2xpYi94ODZfNjQtbGludXgtZ251L2xpYmdvYmplY3QtMi4w
LnNvLjAKICBUaXRsZTogZ2VkaXQgY3Jhc2hlZCB3aXRoIFNJR1NFR1YgaW4gZ19jbG9zdXJlX2lu
dm9rZSgpCiAgVXBncmFkZVN0YXR1czogTm8gdXBncmFkZSBsb2cgcHJlc2VudCAocHJvYmFibHkg
ZnJlc2ggaW5zdGFsbCkKICBVc2VyR3JvdXBzOiBhZG0gY2Ryb20gZGlwIGxwYWRtaW4gcGx1Z2Rl
diBzYW1iYXNoYXJlIHN1ZG8KCioqIERlc2NyaXB0aW9uIGNoYW5nZWQ6CgogIGdlZGl0IGNyYXNo
ZWQgd2l0aCBTSUdTRUdWIGluIGdfY2xvc3VyZV9pbnZva2UoKQogIAogIFByb2JsZW1UeXBlOiBD
cmFzaAogIERpc3Ryb1JlbGVhc2U6IFVidW50dSAxNi4wNAogIFBhY2thZ2U6IGdlZGl0IDMuMTgu
My0wdWJ1bnR1NAogIFByb2NWZXJzaW9uU2lnbmF0dXJlOiBVYnVudHUgNC40LjAtMjEuMzctZ2Vu
ZXJpYyA0LjQuNgogIFVuYW1lOiBMaW51eCA0LjQuMC0yMS1nZW5lcmljIHg4Nl82NAogIEFwcG9y
dFZlcnNpb246IDIuMjAuMS0wdWJ1bnR1MgogIEFyY2hpdGVjdHVyZTogYW1kNjQKICBDYXNwZXJW
ZXJzaW9uOiAxLjM3NgogIEN1cnJlbnREZXNrdG9wOiBVbml0eQogIERhdGU6IFN1biBNYXkgMTUg
MTM6Mjg6MjYgMjAxNgogIEV4ZWN1dGFibGVQYXRoOiAvdXNyL2Jpbi9nZWRpdAogIExpdmVNZWRp
YUJ1aWxkOiBVYnVudHUgMTYuMDQgTFRTICJYZW5pYWwgWGVydXMiIC0gUmVsZWFzZSBhbWQ2NCAo
MjAxNjA0MjAuMSkKLSBQcm9jQ21kbGluZTogZ2VkaXQgZmlsZS5sb2cgCisgUHJvY0NtZGxpbmU6
IGdlZGl0IGZpbGUubG9nCiAgUHJvY0Vudmlyb246CiAgwqBQQVRIPShjdXN0b20sIG5vIHVzZXIp
CiAgwqBYREdfUlVOVElNRV9ESVI9PHNldD4KICDCoExBTkc9ZW5fVVMuVVRGLTgKICDCoFNIRUxM
PS9iaW4vYmFzaAogIFNlZ3ZBbmFseXNpczoKICDCoFNlZ2ZhdWx0IGhhcHBlbmVkIGF0OiAweDdm
MDQ0NGRhMjJlMjoJbW92ICAgIDB4MTgoJXJheCksJXJkaQogIMKgUEMgKDB4N2YwNDQ0ZGEyMmUy
KSBvawogIMKgc291cmNlICIweDE4KCVyYXgpIiAoMHgwMDAwMDBiOCkgbm90IGxvY2F0ZWQgaW4g
YSBrbm93biBWTUEgcmVnaW9uIChuZWVkZWQgcmVhZGFibGUgcmVnaW9uKSEKICDCoGRlc3RpbmF0
aW9uICIlcmRpIiBvawogIFNlZ3ZSZWFzb246IHJlYWRpbmcgTlVMTCBWTUEKICBTaWduYWw6IDEx
CiAgU291cmNlUGFja2FnZTogZ2VkaXQKICBTdGFja3RyYWNlVG9wOgogIMKgPz8gKCkgZnJvbSAv
dXNyL2xpYi94ODZfNjQtbGludXgtZ251L2dlZGl0L2xpYmdlZGl0LnNvCiAgwqA/PyAoKSBmcm9t
IC91c3IvbGliL3g4Nl82NC1saW51eC1nbnUvZ2VkaXQvbGliZ2VkaXQuc28KICDCoGdfY2xvc3Vy
ZV9pbnZva2UgKCkgZnJvbSAvdXNyL2xpYi94ODZfNjQtbGludXgtZ251L2xpYmdvYmplY3QtMi4w
LnNvLjAKICDCoD8/ICgpIGZyb20gL3Vzci9saWIveDg2XzY0LWxpbnV4LWdudS9saWJnb2JqZWN0
LTIuMC5zby4wCiAgwqBnX3NpZ25hbF9lbWl0X3ZhbGlzdCAoKSBmcm9tIC91c3IvbGliL3g4Nl82
NC1saW51eC1nbnUvbGliZ29iamVjdC0yLjAuc28uMAogIFRpdGxlOiBnZWRpdCBjcmFzaGVkIHdp
dGggU0lHU0VHViBpbiBnX2Nsb3N1cmVfaW52b2tlKCkKICBVcGdyYWRlU3RhdHVzOiBObyB1cGdy
YWRlIGxvZyBwcmVzZW50IChwcm9iYWJseSBmcmVzaCBpbnN0YWxsKQogIFVzZXJHcm91cHM6IGFk
bSBjZHJvbSBkaXAgbHBhZG1pbiBwbHVnZGV2IHNhbWJhc2hhcmUgc3VkbwoKLS0gCllvdSByZWNl
aXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVyIG9mIFVi
dW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gZ2VkaXQgaW4gVWJ1bnR1
LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1ODE5NjEKClRpdGxlOgogIGdlZGl0
IGNyYXNoZWQgd2l0aCBTSUdTRUdWIGluIHVwZGF0ZV9hY3Rpb25zX3NlbnNpdGl2aXR5KCkKClRv
IG1hbmFnZSBub3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgpodHRwczovL2J1Z3Mu
bGF1bmNocGFkLm5ldC91YnVudHUvK3NvdXJjZS9nZWRpdC8rYnVnLzE1ODE5NjEvK3N1YnNjcmlw
dGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51
YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0
b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 14:25:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C9F8926C22C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 14:25:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C26401A3E9D;
	Sun, 15 May 2016 14:25:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1wzD-0005T5-Ky; Sun, 15 May 2016 14:25:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1wzD-0005Se-85
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 14:25:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1wzC-0002IV-Mp
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:25:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AA0372E80AF
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:25:38 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 14:16:41 -0000
From: ogladif <1573453@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blade19899 canalegrande charles-b-mathias
 cyberhumano elberro g-breysse hadriman hookedonhiken janitor kyalovincent
 mardalgo nkurbanov95 ogresto tero-terokankaanpera-deactivatedaccount v-paul-p
 y-baidiuk
X-Launchpad-Bug-Reporter: Imri Paloja (blade19899)
X-Launchpad-Bug-Modifier: ogladif (mardalgo)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160422081107.24544.98090.malonedeb@gac.canonical.com>
Message-Id: <20160515141641.823.81101.malone@chaenomeles.canonical.com>
Subject: [Bug 1573453] Re: gnome-software cant find
 libgs_plugin_xdg_app_reviews.so
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6a2affeba744ece51d9426abbd7784cf52ea69c4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573453 <1573453@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

same here...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573453

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1573453/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 14:45:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E5E1326C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 14:45:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DECE21A3E9D;
	Sun, 15 May 2016 14:45:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1xIq-00075p-Te; Sun, 15 May 2016 14:45:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1xIp-000750-P6
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 14:45:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1xIp-0007Cu-9i
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:45:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3FEA32E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 14:45:55 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 14:37:49 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 janitor jslewis91
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160417224714.17473.21671.malonedeb@soybean.canonical.com>
Message-Id: <20160515143750.10306.73680.launchpad@soybean.canonical.com>
Subject: [Bug 1571431] Re: Warnings after executing "nautilus -q" in terminal
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 532133b59bddc8aa74d38e7ef3b524a4ae96b987
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1571431 <1571431@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1571431

Title:
  Warnings after executing "nautilus -q" in terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1571431/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 16:30:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C81C526C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 16:30:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C122A1A3ECD;
	Sun, 15 May 2016 16:30:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1ywI-0007jM-Pa; Sun, 15 May 2016 16:30:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1ywH-0007ii-6e
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 16:30:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1ywG-0007EE-JB
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 16:30:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 53D2C2E80CC
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 16:30:44 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 16:24:45 -0000
From: Julian Andres Klode <juliank@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apt; component=main;
 status=In Progress; importance=High; assignee=juliank@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=apt; 
 component=main; status=Confirmed; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: rls-x-incoming xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 78luphr0rnk2nuqimstywepozxn9kl19tqh0tx66b5dki1xxsh5mkz9gl21a5rlwf-launchpad
 ads20000 crichton crosser janitor juliank laney launchpad-startport luzfcb
 seb128 ximion
X-Launchpad-Bug-Reporter: Eugene Crosser (crosser)
X-Launchpad-Bug-Modifier: Julian Andres Klode (juliank)
References: <20160328074613.30276.24371.malonedeb@gac.canonical.com>
Message-Id: <20160515162445.8942.25600.malone@gac.canonical.com>
Subject: [Bug 1562733] Re: apt signature requierements prevent updates from
 some repositories
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fef55d305c237137ce349a92d4d2406939dfe2c5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562733 <1562733@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Dropping the AppStream task, as that's more of an APT bug. With the SRU
and change in yakkety, appstream data is now generated even if some
updates failed.

Note that I chose not to close this bug report with those uploads, as
this bug report sort of keeps track of the larger problem of these error
class, and not the appstream-related aspect in particular.

With this most important problem gone, I consider marking this bug as
wontfix for xenial - Long term we will have a reworked handling of
untrusted repositories, but I think this is probably going to be to
invasive for xenial to backport.

** No longer affects: appstream (Ubuntu)

** No longer affects: appstream (Ubuntu Xenial)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1562733

Title:
  apt signature requierements prevent updates from some repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1562733/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 17:11:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C22C426C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 17:11:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AB4341A3FE9;
	Sun, 15 May 2016 17:11:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1zZr-0001ma-HR; Sun, 15 May 2016 17:11:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1zZq-0001mQ-Pe
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 17:11:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1zZp-00076R-QX
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 17:11:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5CF2A2E80D3
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 17:11:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 17:01:24 -0000
From: Norbert <1263591@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=Won't Fix; importance=Undecided;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=baltix; sourcepackage=gnome-panel; component=None;
 status=Confirmed; importance=Medium; assignee=mantas@akl.lt; 
X-Launchpad-Bug-Tags: patch vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alkisg janitor mitya57 nrbrtx
X-Launchpad-Bug-Reporter: Alkis Georgopoulos (alkisg)
X-Launchpad-Bug-Modifier: Norbert (nrbrtx)
References: <20131223033037.26755.79093.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160515170124.9086.4642.malone@gac.canonical.com>
Subject: [Bug 1263591] Re: Add notification-area to panel-default-layout.layout
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dfb09bc06d71aa500c6b18d549e409bca3d484f0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1263591 <1263591@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Bug exists in Ubuntu 16.04 LTS final in all sessions - Unity, GNOME
FlashBack Compiz & Metacity.

Guake is started, but there is no its icon in tray.
It is not user-friendly!

** Tags added: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1263591

Title:
  Add notification-area to panel-default-layout.layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1263591/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 17:16:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AF61C26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 17:16:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AA1D61A3FE2;
	Sun, 15 May 2016 17:16:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b1ze6-00022P-Lx; Sun, 15 May 2016 17:16:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b1ze5-00022F-Ph
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 17:16:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b1ze5-0008Iy-0J
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 17:16:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6AD7B2E80E3
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 17:15:59 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 17:07:17 -0000
From: Norbert <1263591@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=Won't Fix; importance=Undecided;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=baltix; sourcepackage=gnome-panel; component=None;
 status=Confirmed; importance=Medium; assignee=mantas@akl.lt; 
X-Launchpad-Bug-Tags: patch vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alkisg janitor mitya57 nrbrtx
X-Launchpad-Bug-Reporter: Alkis Georgopoulos (alkisg)
X-Launchpad-Bug-Modifier: Norbert (nrbrtx)
References: <20131223033037.26755.79093.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160515170717.21304.56969.malone@wampee.canonical.com>
Subject: [Bug 1263591] Re: Add notification-area to panel-default-layout.layout
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a36497d0ae8f1d3d6c2695c3d8595b4bf63c83a5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1263591 <1263591@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

After manual adding of 'Notification area' to gnome-panel in GNOME
FlashBack sessions there is no system tray in Unity session.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1263591

Title:
  Add notification-area to panel-default-layout.layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1263591/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 17:45:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E109926C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 17:45:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D229D1A40A2;
	Sun, 15 May 2016 17:45:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b206l-0004M8-Tf; Sun, 15 May 2016 17:45:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b206l-0004Ly-DL
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 17:45:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b206k-0006vb-Ue
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 17:45:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CF18A2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 17:45:38 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 17:37:42 -0000
From: Ben Mathews <beniam@yahoo.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-disk-utility;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: beniam
X-Launchpad-Bug-Reporter: Ben Mathews (beniam)
X-Launchpad-Bug-Modifier: Ben Mathews (beniam)
Message-Id: <20160515173742.9903.5003.malonedeb@gac.canonical.com>
Subject: [Bug 1581997] [NEW] The gnome-disks utility allows users to select
 LUKS+EXT4 without having cryptsetup installed
X-Launchpad-Message-Rationale: Subscriber (gnome-disk-utility in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 607b29482fb94d198df3af9de058688e6ff90a7c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581997 <1581997@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Using a clean install of Ubuntu 16.04, the gnome-disks utility offers
users the option of selecting UKS+EXT4 when formatting disks.  This
fails with:

Error creating LUKS device: Error spawning command-line `cryptsetup
luksOpen "/dev/sdb" "': Failed to execute child process "cryptsetup" (No
such file or directory) (g-exec-error-quark, 8) (udisks-error-quark, 0)

Installing the cryptsetup package resolves this error.

Suggested resolution:
1) Don't offer LUKS+EXT4 as an option if cryptsetup is not installed
 - or -
2) Rather than failing in the current manner, suggest to the user to install cryptsetup
 - or - 
3) Include cryptsetup in the base install by default

Additional information:
1) Release of Ubuntu I am using:
 Description:	Ubuntu 16.04 LTS
 Release:	16.04

2) The version of the package I are using:
gnome-disk-utility:
  Installed: 3.18.3.1-1ubuntu1
  Candidate: 3.18.3.1-1ubuntu1
  Version table:
 *** 3.18.3.1-1ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status

3) What I expected to happen: See above

4) What happened instead: See above

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-disk-utility 3.18.3.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: X-Cinnamon
Date: Sun May 15 10:22:40 2016
InstallationDate: Installed on 2016-04-22 (23 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gnome-disk-utility
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-disk-utility (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1581997

Title:
  The gnome-disks utility allows users to select LUKS+EXT4 without
  having cryptsetup installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1581997/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 18:11:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0367626C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 18:11:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F29771A4063;
	Sun, 15 May 2016 18:10:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b20VH-0006bI-10; Sun, 15 May 2016 18:10:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b20VD-0006a3-10
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 18:10:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b20VC-0003ce-KK
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 18:10:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7328C2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 18:10:54 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 18:03:57 -0000
From: Jung-Kyu Park <bagjunggyu@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash i386 raring running-unity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bagjunggyu
X-Launchpad-Bug-Reporter: Jung-Kyu Park (bagjunggyu)
X-Launchpad-Bug-Modifier: Jung-Kyu Park (bagjunggyu)
References: <20130213092838.20230.88304.malonedeb@wampee.canonical.com>
Message-Id: <20160515180359.20886.7480.launchpad@wampee.canonical.com>
Subject: [Bug 1123916] Re: upgrade -->reboot-->mount D:(ntfs for repositiry
 with win7) --> banshee --> chrome after that suddenly crashed 
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 788a3c97e8a47474538e173d977b9784ac00c234
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1123916 <1123916@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1123916

Title:
  upgrade -->reboot-->mount D:(ntfs for repositiry with win7) -->
  banshee --> chrome after that suddenly crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1123916/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 18:15:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D10C726C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 18:15:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CAD211A40DA;
	Sun, 15 May 2016 18:15:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b20Zq-0006td-Mr; Sun, 15 May 2016 18:15:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b20Zp-0006sk-ON
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 18:15:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b20Zp-0004Hl-9Y
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 18:15:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 430192E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 18:15:41 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 18:07:51 -0000
From: Jung-Kyu Park <bagjunggyu@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bagjunggyu
X-Launchpad-Bug-Reporter: Jung-Kyu Park (bagjunggyu)
X-Launchpad-Bug-Modifier: Jung-Kyu Park (bagjunggyu)
References: <20140409095153.8482.12348.malonedeb@gac.canonical.com>
Message-Id: <20160515180753.9903.98266.launchpad@gac.canonical.com>
Subject: [Bug 1304948] Re: gnome-terminal vanishing contents during minimize &
 showing windows
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c008b7365e838a0fd2f2cef807f10e9e5e797b36
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1304948 <1304948@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-terminal (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1304948

Title:
  gnome-terminal vanishing contents during minimize & showing windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1304948/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 19:25:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 78FC326C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 19:25:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6CDBF1A3D15;
	Sun, 15 May 2016 19:25:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b21fa-0003xU-Bb; Sun, 15 May 2016 19:25:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b21fY-0003wy-W1
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 19:25:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b21fY-0007TZ-JE
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 19:25:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 70E832E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 19:25:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 19:16:15 -0000
From: xtrchessreal <xtrchessreal@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: xtrchessreal
X-Launchpad-Bug-Reporter: xtrchessreal (xtrchessreal)
X-Launchpad-Bug-Modifier: xtrchessreal (xtrchessreal)
Message-Id: <20160515191615.21488.70240.malonedeb@wampee.canonical.com>
Subject: [Bug 1582011] [NEW] Swap Failed,
 Indefinite hang on reboot/shutdown "Reached target Shutdown"
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d7db3b3e7f7d36707ee044a2887d9698169031f8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582011 <1582011@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKClRoaXMgYnVnIGhhcyBiZWVuIGFmZmVjdGluZyBtZSBzaW5j
ZSAxNS4wNApQcmlvciB0byBzaHV0ZG93biBJIGFjdGl2YXRlIGRlYnVnLXNoZWxsICdzeXN0ZW1j
dGwgc3RhcnQgZGVidWctc2hlbGwnCkkgaGF2ZSBmb2xsb3dlZCBidWcgIzE0NjQ5MTcgYW5kIGlu
c3RhbGxlZCBYZW5pYWwtcHJvcG9zZWQgd2l0aCBzeXN0ZW1kIDIyOS00dWJ1bnR1NSBwYWNrYWdl
LiAgCkkgaGF2ZSBmaW5hbGx5IGNvbGxlY3RlZCBzaHV0ZG93biBpbmZvIHVzaW5nIHZ0OS4gIApJ
c3N1ZXMgY29sbGVjdGluZyBpbmZvIGR1ZSB0byB3aGF0IEkgYmVsaWV2ZSBpcyBhIHRpbWVvdXQg
d2hlcmUgdnQ5IGlzIG5vdCBhY3RpdmF0ZWQgd2hlbiBjdGwrYWx0K0Y5IGlzIHByZXNzZWQuICBJ
IHdhcyBhYmxlIHRvIGNvbGxlY3QgaW5mbyBpbiB2dDkgdG8gZmlsZSAic2h1dGRvd24udGV4dCIg
SSBhcHBlbmRlZCBvdXRwdXRzIHRvIGZpbGUgInNodXRkb3duLnRleHQiIHRoZSBmb2xsb3dpbmcg
Y29tbWFuZHMgaW4gdGhpcyBvcmRlcjoKc3lzdGVtY3RsIGxpc3Qtam9icyA+PnNodXRkb3duLnRl
eHQKc3lzdGVtY3RsIC0tZmFpbGVkID4+c2h1dGRvd24udGV4dAp1bmFtZSAtYSA+PnNodXRkb3du
LnRleHQKc3lzdGVtZCAtLXZlcnNpb24gPj5zaHV0ZG93bi50ZXh0CmxzYmxrID4+c2h1dGRvd24u
dGV4dApibGtpZCA+PnNodXRkb3duLnRleHQKam91cm5hbGN0bCAtYiA+PnNodXRkb3duLnRleHQK
c3lzdGVtY3RsIC1hbGwgPj5zaHV0ZG93bi50ZXh0CmpvdXJuYWxjdGwgLXhlID4+c2h1dGRvd24u
dGV4dAoKQWZ0ZXIgZ2FpbmluZyB0aGVzZSBkYXRhIEkgd2FzIG9ubHkgYWJsZSB0byBmaW5pc2gg
dGhlIHJlYm9vdCB3aXRoIHRoZSBhbHQrU3lzcnEgYW5kIFJFSVNVQiB3aGljaCBmb3JjZXMgYSBy
ZWJvb3QgZXZlbiB3aGVuIEkganVzdCB3YW50IHRvIHNodXRkb3duCkVhY2ggb3V0cHV0IEkgc2Vw
YXJhdGVkIHVwb24gbmV4dCBib290IGJ5IGhhbmQgd2l0aCBhIGxpbmUgIyMjIyMjIyMjIyMjIyMj
IyMjIyMjIyMjIyBmb3IgZWFzaWVyIHBlcnVzaW5nLgoKQXMgYSB3b3JrYXJvdW5kIGZvciBzaHV0
ZG93bi9yZWJvb3QgSSB0dXJuIHN3YXAgb2ZmLCAnc3VkbyBzd2Fwb2ZmIC1hICYmCnN5c3RlbWN0
bCBwb3dlcm9mZicgb3IgJ3N1ZG8gc3dhcG9mZiAtYSAmJiByZWJvb3QnICB3aGljaCBvY2Nhc2lv
bmFsbHkKZmFpbHMgaWYgU1dBUCBoYXMgbW9yZSBkYXRhIHRoYW4gYXZhaWxhYmxlIFJBTS4gIElu
IHRoYXQgbGF0dGVyIGNhc2UgSQphbSBsZWZ0IHdhaXRpbmcgZm9yIHRoZSBoYW5nIGFuZCB0aGVu
IHVzaW5nIGFsdCtTeXNycStSRUlTVUIgdG8gcmVib290CnRoZW4gc2h1dGRvd24gYWdhaW4gaW1t
ZWRpYXRlbHkgdXBvbiBib290IGJlZm9yZSBTV0FQIGhhcyBhIGNoYW5jZSB0bwpnYWluIGRhdGEs
IHRoZW4gSSBjYW4gdXNlIGFueSBmb3JtIG9mIGhhbHQsIHBvd2Vyb2ZmIG9yIG1lbnUgdG8Kc2h1
dGRvd24uCgpJIGhhdmUgYmVlbiB1bmFibGUgdG8gZ2V0IGFuc3dlcnMgZnJvbSBBc2tVYnVudHUg
b3IgdGhlIGFib3ZlIGxpc3RlZCBidWcKIzE0NjQ5MTcgIlJlYWNoZWQgdGFyZ2V0IFNodXRkb3du
IiAgSSBhbSBmaWxpbmcgdGhpcyBidWcgcGVyCmluc3RydWN0aW9ucyByZXF1ZXN0ZWQgaW4gdGhh
dCBidWcuICBPdGhlciBzeXN0ZW1kIGJ1Z3MgSSBoYXZlCnJlc2VhcmNoZWQgIzc4ODMwMyBEZWJp
YW4gYnVnIHJlcG9ydHMsICMyOTMwIEdpdGh1YiBhbmQgIzMwODcgR2l0aHViLgoKVGhhbmtzIGZv
ciB5b3VyIHRpbWUgYW5kIGVmZm9ydHMgdG8gaGVscCB3aXRoIHRoaXMgaXNzdWUuCgpQcm9ibGVt
VHlwZTogQnVnCkRpc3Ryb1JlbGVhc2U6IFVidW50dSAxNi4wNApQYWNrYWdlOiBzeXN0ZW1kIDIy
OS00dWJ1bnR1NQpQcm9jVmVyc2lvblNpZ25hdHVyZTogVWJ1bnR1IDQuNC4wLTIyLjM5LWdlbmVy
aWMgNC40LjgKVW5hbWU6IExpbnV4IDQuNC4wLTIyLWdlbmVyaWMgeDg2XzY0CkFwcG9ydFZlcnNp
b246IDIuMjAuMS0wdWJ1bnR1MgpBcmNoaXRlY3R1cmU6IGFtZDY0CkRhdGU6IFN1biBNYXkgMTUg
MTI6MDg6MzQgMjAxNgpFeGVjdXRhYmxlUGF0aDogL2xpYi9zeXN0ZW1kL3N5c3RlbWQKSW5zdGFs
bGF0aW9uRGF0ZTogSW5zdGFsbGVkIG9uIDIwMTUtMDYtMjkgKDMyMSBkYXlzIGFnbykKSW5zdGFs
bGF0aW9uTWVkaWE6IFVidW50dSAxNS4wNCAiVml2aWQgVmVydmV0IiAtIFJlbGVhc2UgYW1kNjQg
KDIwMTUwNDIyKQpNYWNoaW5lVHlwZTogU29ueSBDb3Jwb3JhdGlvbiBWR04tRlcyNTBKClByb2NF
bnZpcm9uOgogTEFORz1lbl9VUy5VVEYtOAogUEFUSD0oY3VzdG9tLCBubyB1c2VyKQogU0hFTEw9
L2Jpbi9iYXNoCiBYREdfUlVOVElNRV9ESVI9PHNldD4KUHJvY0tlcm5lbENtZExpbmU6IEJPT1Rf
SU1BR0U9L2Jvb3Qvdm1saW51ei00LjQuMC0yMi1nZW5lcmljIHJvb3Q9VVVJRD1iMDEwZTYxMS02
ZWZiLTQ5YTktYmZmMC01OWI5NTMzZDY1OWIgcm8gcmVzdW1lPVVVSUQ9OGJjYjQxNjktZjVhYi00
YWI2LWI2NDQtMjNlNTI4MDg4ZDQxIHVzYmNvcmUuYXV0b3N1c3BlbmQ9LTEKU291cmNlUGFja2Fn
ZTogc3lzdGVtZApTeXN0ZW1kRGVsdGE6CiBbRVhURU5ERURdICAgL2xpYi9zeXN0ZW1kL3N5c3Rl
bS9yYy1sb2NhbC5zZXJ2aWNlIOKGkiAvbGliL3N5c3RlbWQvc3lzdGVtL3JjLWxvY2FsLnNlcnZp
Y2UuZC9kZWJpYW4uY29uZgogW0VYVEVOREVEXSAgIC9ldGMvc3lzdGVtZC9zeXN0ZW0vZGlzcGxh
eS1tYW5hZ2VyLnNlcnZpY2Ug4oaSIC9saWIvc3lzdGVtZC9zeXN0ZW0vZGlzcGxheS1tYW5hZ2Vy
LnNlcnZpY2UuZC94ZGlhZ25vc2UuY29uZgogW0VYVEVOREVEXSAgIC9saWIvc3lzdGVtZC9zeXN0
ZW0vc3lzdGVtZC10aW1lc3luY2Quc2VydmljZSDihpIgL2xpYi9zeXN0ZW1kL3N5c3RlbS9zeXN0
ZW1kLXRpbWVzeW5jZC5zZXJ2aWNlLmQvZGlzYWJsZS13aXRoLXRpbWUtZGFlbW9uLmNvbmYKIAog
MyBvdmVycmlkZGVuIGNvbmZpZ3VyYXRpb24gZmlsZXMgZm91bmQuClVwZ3JhZGVTdGF0dXM6IFVw
Z3JhZGVkIHRvIHhlbmlhbCBvbiAyMDE2LTA0LTI2ICgxOCBkYXlzIGFnbykKZG1pLmJpb3MuZGF0
ZTogMDcvMjUvMjAwOApkbWkuYmlvcy52ZW5kb3I6IEFtZXJpY2FuIE1lZ2F0cmVuZHMgSW5jLgpk
bWkuYmlvcy52ZXJzaW9uOiBSMTA5MFkwCmRtaS5ib2FyZC5hc3NldC50YWc6IE4vQQpkbWkuYm9h
cmQubmFtZTogVkFJTwpkbWkuYm9hcmQudmVuZG9yOiBTb255IENvcnBvcmF0aW9uCmRtaS5ib2Fy
ZC52ZXJzaW9uOiBOL0EKZG1pLmNoYXNzaXMuYXNzZXQudGFnOiBOL0EKZG1pLmNoYXNzaXMudHlw
ZTogMTAKZG1pLmNoYXNzaXMudmVuZG9yOiBTb255IENvcnBvcmF0aW9uCmRtaS5jaGFzc2lzLnZl
cnNpb246IE4vQQpkbWkubW9kYWxpYXM6IGRtaTpidm5BbWVyaWNhbk1lZ2F0cmVuZHNJbmMuOmJ2
clIxMDkwWTA6YmQwNy8yNS8yMDA4OnN2blNvbnlDb3Jwb3JhdGlvbjpwblZHTi1GVzI1MEo6cHZy
QzYwMTFNTEs6cnZuU29ueUNvcnBvcmF0aW9uOnJuVkFJTzpydnJOL0E6Y3ZuU29ueUNvcnBvcmF0
aW9uOmN0MTA6Y3ZyTi9BOgpkbWkucHJvZHVjdC5uYW1lOiBWR04tRlcyNTBKCmRtaS5wcm9kdWN0
LnZlcnNpb246IEM2MDExTUxLCmRtaS5zeXMudmVuZG9yOiBTb255IENvcnBvcmF0aW9uCgoqKiBB
ZmZlY3RzOiBzeXN0ZW1kIChVYnVudHUpCiAgICAgSW1wb3J0YW5jZTogVW5kZWNpZGVkCiAgICAg
ICAgIFN0YXR1czogTmV3CgoKKiogVGFnczogYW1kNjQgYXBwb3J0LWJ1ZyB4ZW5pYWwKCioqIEF0
dGFjaG1lbnQgYWRkZWQ6ICJvdXRwdXQgdG8gbGlzdGVkIGNvbW1hbmRzIGluIGRlc2NyaXB0aW9u
IgogICBodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1ODIwMTEvK2F0dGFjaG1lbnQv
NDY2MzQ0Ni8rZmlsZXMvTWF5JTIwMTUlMjBzaHV0ZG93bi50ZXh0CgotLSAKWW91IHJlY2VpdmVk
IHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1
CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBzeXN0ZW1kIGluIFVidW50dS4K
aHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTgyMDExCgpUaXRsZToKICBTd2FwIEZh
aWxlZCwgSW5kZWZpbml0ZSBoYW5nIG9uIHJlYm9vdC9zaHV0ZG93biAiUmVhY2hlZCB0YXJnZXQK
ICBTaHV0ZG93biIKClRvIG1hbmFnZSBub3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRv
OgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC91YnVudHUvK3NvdXJjZS9zeXN0ZW1kLytidWcv
MTU4MjAxMS8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5nIGxpc3QKZGVz
a3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUuY29tL21haWxt
YW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 22:30:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 773E626C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 22:30:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6CF251A42C4;
	Sun, 15 May 2016 22:30:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b24Yo-0001eS-CF; Sun, 15 May 2016 22:30:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b24Yn-0001e6-1R
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 22:30:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b24Ym-0006e7-Jg
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 22:30:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 883162E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 22:30:52 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 22:20:41 -0000
From: Mohammad Bdour <moh.bdour@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jasondueck moh-bdour sunbear-c22
 thepowerpuffgirls
X-Launchpad-Bug-Reporter: The Powerpuff Girls (thepowerpuffgirls)
X-Launchpad-Bug-Modifier: Mohammad Bdour (moh-bdour)
References: <20160427054551.5424.98778.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160515222041.8480.84326.malone@soybean.canonical.com>
Subject: [Bug 1575484] Re: "Set document metadata failed"
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7132395d0d2764c5cd8b2ef0463e3c4ed396bd0c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575484 <1575484@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I also have the same issue.

(gedit:3499): Gtk-WARNING **: Calling Inhibit failed:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.gnome.SessionManager was not provided by any .service files

** (gedit:3499): WARNING **: Set document metadata failed: Setting
attribute metadata::gedit-spell-enabled not supported

** (gedit:3499): WARNING **: Set document metadata failed: Setting
attribute metadata::gedit-encoding not supported

** (gedit:3499): WARNING **: Set document metadata failed: Setting
attribute metadata::gedit-position not supported


After installing "xbacklight" only one message appears:
** (gedit:3664): WARNING **: Set document metadata failed: Setting attribute metadata::gedit-position not supported

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1575484

Title:
  "Set document metadata failed"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1575484/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 22:30:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BA21D26C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 22:30:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B16E51A42ED;
	Sun, 15 May 2016 22:30:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b24Yr-0001h3-J5; Sun, 15 May 2016 22:30:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b24Yq-0001gF-K7
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 22:30:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b24Yq-0006m6-4T
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 22:30:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0B2E72E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 22:30:56 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 22:22:51 -0000
From: Dmitriy <dimka.karp@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cpbl david-redeslinux dimka-karp janitor kapcom01
 matiss-v merlijn-sebrechts mniess nicolas-raoul
 ph-gachoud-gmail rsfmcj
 sandoval-alvarez sdfjsfjaei-hans simpre ubfan1 vamattom zzarko-gmail
X-Launchpad-Bug-Reporter: Merlijn Sebrechts (merlijn-sebrechts)
X-Launchpad-Bug-Modifier: Dmitriy (dimka-karp)
References: <20130806210919.6133.11887.malonedeb@soybean.canonical.com>
Message-Id: <20160515222251.32699.52941.malone@chaenomeles.canonical.com>
Subject: [Bug 1208993] Re: Ubuntu slows down and hangs while copying file
 from/to USB
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e8e10346209b341a9214ed41ec3bd374f1c4ceb8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1208993 <1208993@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The problem still exists in 16.04. And as I can see the ticket is not
assigned to anyone...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1208993

Title:
  Ubuntu slows down and hangs while copying file from/to USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1208993/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 15 22:35:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CDFBE26C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 15 May 2016 22:35:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C42F41A41E7;
	Sun, 15 May 2016 22:35:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b24dL-0001z0-Rj; Sun, 15 May 2016 22:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b24dH-0001xu-Bt
 for desktop-bugs@lists.ubuntu.com; Sun, 15 May 2016 22:35:31 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b24dH-0007jy-4t
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 22:35:31 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 212392E805B
 for <desktop-bugs@lists.ubuntu.com>; Sun, 15 May 2016 22:35:31 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 15 May 2016 22:29:50 -0000
From: antonioni <antonioni.rocha@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: eog refresh
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: antonioni-rocha
X-Launchpad-Bug-Reporter: antonioni (antonioni-rocha)
X-Launchpad-Bug-Modifier: antonioni (antonioni-rocha)
Message-Id: <20160515222951.21166.25231.malonedeb@wampee.canonical.com>
Subject: [Bug 1582034] [NEW] Eye Of Gnome doesn't refresh automatically the
 image when it is edited in 16.04
X-Launchpad-Message-Rationale: Subscriber (eog in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 54fe2f606bbe8276d51cb68672a0d92b4ef8a18c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582034 <1582034@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When a image is open in EOG and edited in a image editor (for example:
Gimp), the image in EOG isn't refreshed. I must browse to next or
previous image to refresh the edited image.

But, when I do it, the image showed in EOG is the first image in the
folder. When there is many images in the folder, the work becomes
terrible.

** Affects: eog (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: eog refresh

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1582034

Title:
  Eye Of Gnome doesn't refresh automatically the image when it is edited
  in 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1582034/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 00:15:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7D99026C22C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 00:15:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 648851A3D68;
	Mon, 16 May 2016 00:15:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b26CH-00043x-N7; Mon, 16 May 2016 00:15:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b26CH-00043i-46
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 00:15:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b26CG-0008OA-M3
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 00:15:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1CBEF2E818B
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 00:15:44 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 00:08:29 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=deja-dup; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laney mathew-hodson seb128 shankao
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20160318145930.18542.64308.malonedeb@gac.canonical.com>
Message-Id: <20160516000829.8821.25577.malone@gac.canonical.com>
Subject: [Bug 1559171] Re: Some apps listed twice in the "Installed" section
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c1bf9fac1e1f04a0b7127bbb04e3d8e647f17cd4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1559171 <1559171@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The imagemagick issue is Bug #1549732 so I'm that task from this bug.

** No longer affects: imagemagick (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1559171

Title:
  Some apps listed twice in the "Installed" section

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1559171/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 00:20:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1902A26C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 00:20:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F1FD51A3D72;
	Mon, 16 May 2016 00:20:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b26H6-0004Qx-LP; Mon, 16 May 2016 00:20:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b26H5-0004Qm-F2
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 00:20:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b26H5-0000Qa-7R
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 00:20:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2C7CB2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 00:20:43 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 00:13:28 -0000
From: photon <photonxp@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; milestone=ubuntu-8.10; status=Fix Released; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: chrisccoulson echo6-uk ginalinux hew itsmealso2
 mattbutler-2 nullack pavelsefranek photonxp seb128 sroecker taavikko
X-Launchpad-Bug-Reporter: Hew McLachlan (hew)
X-Launchpad-Bug-Modifier: photon (photonxp)
References: <20080722050049.10939.63350.malonedeb@potassium.ubuntu.com>
Message-Id: <20160516001328.10380.27016.malone@gac.canonical.com>
Subject: [Bug 250696] Re: Many processes are zombies
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 05454649856fffb8bc380d3e80a6facf66a9a35a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 250696 <250696@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I think the problem still exists with Xsession when use gdm to login, at least in 12.04.5 LTS:
(Yeah I know the release is not officially supported any more, just in case anybody is interested to trace back)
(For the moment I leave the comment here, before somebody is sure this is related to some other issue)
------------------------------------------------------------------
Part of the command ps axjf (The full result of this command is in the attachment):
 1543  2227  1539  1539 ?           -1 Sl       0   0:00      \_ /usr/lib/gdm/gdm-session-worker
 2227  2502  2502  2502 ?           -1 Ssl   1001   0:00          \_ gnome-session --session=ubuntu
 2502  2547  2502  2502 ?           -1 Z     1001   0:00              \_ [Xsession] <defunct>

The zombie Xsession process, listed with the ps -elf command:
$ ps -elf | grep defunct
1 Z theloginuser   2547  2502  0  80   0 -     0 exit   06:06 ?        00:00:00 [Xsession] <defunct>

The gnome-session parent process of the zombie, listed with the ps -elf command:
4 S theloginuser   2502  2227  0  80   0 - 98064 poll_s 06:06 ?        00:00:00 gnome-session --session=ubuntu
------------------------------------------------------------------
Version infomation:

$ apt-cache policy gnome-session
gnome-session:
  Installed: 3.2.1-0ubuntu8
  Candidate: 3.2.1-0ubuntu8
  Version table:
 *** 3.2.1-0ubuntu8 0
        500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ precise/main amd64 Packages
        100 /var/lib/dpkg/status

$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 12.04.5 LTS
Release:    12.04
Codename:    precise
------------------------------------------------------------------
There are reports on the Internet that this phenomenon may also occur in some old version of Fedora.

** Attachment added: "Xsession_zombie_ps_axjf.txt"
   https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/250696/+attachment/4663575/+files/Xsession_zombie_ps_axjf.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/250696

Title:
  Many processes are zombies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/250696/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 01:10:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CD7DC26C22C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 01:10:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C87CC1A3102;
	Mon, 16 May 2016 01:10:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b273h-0000P0-Lc; Mon, 16 May 2016 01:10:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b273g-0000Of-0W
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 01:10:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b273f-0007gd-KU
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 01:10:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8D53C2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 01:10:55 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 01:05:33 -0000
From: Gunnar Hjalmarsson <1259562@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=accountsservice; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Released; importance=Low;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gunnarhj janitor laney mike-catanzaro
 robert-ancell rstrode
X-Launchpad-Bug-Reporter: Gunnar Hjalmarsson (gunnarhj)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
References: <20131210140610.25807.66145.malonedeb@wampee.canonical.com>
Message-Id: <20160516010533.9325.59615.launchpad@gac.canonical.com>
Subject: [Bug 1259562] Re: Old guest users pollute accountsservice
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c06a18b6ea71b1ab603889bb1449634046d2d17e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1259562 <1259562@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** No longer affects: lightdm

** No longer affects: lightdm (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1259562

Title:
  Old guest users pollute accountsservice

To manage notifications about this bug go to:
https://bugs.launchpad.net/accountsservice/+bug/1259562/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 01:15:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1D6DB26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 01:15:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 09BBA1A400A;
	Mon, 16 May 2016 01:15:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b278G-0000i4-W6; Mon, 16 May 2016 01:15:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b278F-0000hs-II
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 01:15:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b278F-0001El-9M
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 01:15:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3457E2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 01:15:39 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 01:09:03 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=deja-dup; component=main; 
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laney mathew-hodson seb128 shankao
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20160318145930.18542.64308.malonedeb@gac.canonical.com>
Message-Id: <20160516010903.9734.95561.malone@gac.canonical.com>
Subject: [Bug 1559171] Re: Some apps listed twice in the "Installed" section
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 18c04f30ca511cbd96cb4ced4eeb23ffb49fb694
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1559171 <1559171@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I believe this was fixed in deja-dup with the appstream patch mentioned
in the changelog.

deja-dup (34.2-0ubuntu1) xenial; urgency=medium

  * New bug-fix upstream release:
    - Fixes restoring some files with unicode characters (LP: #1377873)
  * debian/patch/series:
    - Disable appstream patch, upstream merged it

 -- Michael Terry <mterry@ubuntu.com>  Thu, 07 Apr 2016 12:11:31 -0400

** No longer affects: gnome-software (Ubuntu)

** Changed in: deja-dup (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1559171

Title:
  Some apps listed twice in the "Installed" section

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1559171/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 01:30:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 51A8026C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 01:30:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 49D301A4069;
	Mon, 16 May 2016 01:30:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b27Mq-0004xZ-LK; Mon, 16 May 2016 01:30:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b27Mp-0004wk-6w
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 01:30:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b27Mo-0004Gl-Tl
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 01:30:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C5B6F2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 01:30:42 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 01:25:05 -0000
From: KeithG <1582048@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd-shim;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: grider-4
X-Launchpad-Bug-Reporter: KeithG (grider-4)
X-Launchpad-Bug-Modifier: KeithG (grider-4)
Message-Id: <20160516012505.20995.20291.malonedeb@wampee.canonical.com>
Subject: [Bug 1582048] [NEW] cannot timeout suspend GDM from logind
X-Launchpad-Message-Rationale: Subscriber (systemd-shim in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3c06bd994c8f11cddaffc1784dab7c0b9bf97bdf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582048 <1582048@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Previously (12.04 - 15.04), if I edited the /etc/systemd/logind.conf
file to auto suspend the GDM login screen it worked. Now, if I edit the
2 lines to cause a suspend if the login screen (GDM) is up and no one
logs in for 15 minutes, I get unintended random suspend from an active,
logged in user.

The edit I make is to uncomment 2 lines:
...
IdleAction=suspend
IdleActionSec=15min
...

This happens with 15.10 and 16.04 and is repeatable on my 3 machines. 1
is nvidia current, another nvidia legacy and another is i915. All were
clean installs (not upgraded)

Release:  
Description:	Ubuntu 16.04 LTS
Release:	16.04

Version:
systemd:
  Installed: 229-4ubuntu5
  Candidate: 229-4ubuntu5
  Version table:
 *** 229-4ubuntu5 500
        500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     229-4ubuntu4 500
        500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

What I expect:
If no user is logged in, the GDM screen should suspend. If a user is logged in, it should not suspend

What happens:
after a user logs in, the computer will suspend after 15 min. There is nothing odd in the dmesg log. It just appears as any suspend event. If a user is logged in, it should not suspend unless the user has a timeout and suspend set fort their login.

** Affects: systemd-shim (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd-shim in Ubuntu.
https://bugs.launchpad.net/bugs/1582048

Title:
  cannot timeout suspend GDM from logind

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1582048/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 01:35:31 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0D10826C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 01:35:31 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 067B61A40AF;
	Mon, 16 May 2016 01:35:31 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b27RR-0007Xq-W9; Mon, 16 May 2016 01:35:29 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b27RQ-0007X4-8i
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 01:35:28 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b27RQ-0006TR-2j
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 01:35:28 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0F15D2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 01:35:28 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 01:25:51 -0000
From: Sebastian Perez <sebastian.pb31@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: sebastian-pb31
X-Launchpad-Bug-Reporter: Sebastian Perez (sebastian-pb31)
X-Launchpad-Bug-Modifier: Sebastian Perez (sebastian-pb31)
Message-Id: <20160516012551.21663.96520.malonedeb@wampee.canonical.com>
Subject: [Bug 1582049] [NEW] Accountsservice fails to update user info
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d6d186bd704a479b6b4496789ffeb9dd6fd16369
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582049 <1582049@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Accountsservice version 0.6.40-2ubuntu11 fails to update user info of
the file /var/lib/AccountsService/users/<username>, for example changing
your wallpaper doesn't update the image of Lightdm since it reads the
path from this file. Workaround is downgrading both Accounsservice and
Libaccountsservice0 to the previous version.

sudo apt install accountsservice=0.6.40-2ubuntu10
libaccountsservice0=0.6.40-2ubuntu10

To prevent the packages from being updates to the broken version:

sudo apt-mark hold accountsservice libaccountsservice0

** Affects: accountsservice (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

- Accountsservice version 0.6.40-2ubuntu10 fails to update user info of
+ Accountsservice version 0.6.40-2ubuntu11 fails to update user info of
  the file /var/lib/AccountsService/users/<username>, for example changing
  your wallpaper doesn't update the image of Lightdm since it reads the
  path from this file. Workaround is downgrading both Accounsservice and
  Libaccountsservice0 to the previous version.
  
  sudo apt install accountsservice=0.6.40-2ubuntu10
  libaccountsservice0=0.6.40-2ubuntu10
  
  To prevent the packages from being updates to the broken version:
  
  sudo apt-mark hold accountsservice libaccountsservice0

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1582049

Title:
  Accountsservice fails to update user info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1582049/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 01:41:18 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3EECB26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 01:41:18 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3ABB21A2FBE;
	Mon, 16 May 2016 01:41:18 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b27X4-0000hI-54; Mon, 16 May 2016 01:41:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b27X3-0000h1-Af
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 01:41:17 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b27X2-00089m-VE
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 01:41:17 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E8D4A2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 01:41:16 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 01:35:39 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=linuxmint; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-jp-improvement; status=Fix Committed;
 importance=High; assignee=None; 
X-Launchpad-Bug: product=unzip; status=Unknown; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unzip; component=main;
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise; sourcepackage=unzip;
 component=main; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=quantal; sourcepackage=unzip;
 component=None; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=raring; sourcepackage=unzip;
 component=None; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=unzip; component=main;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=gentoo; sourcepackage=None; component=None;
 status=Won't Fix; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=mandriva; sourcepackage=unzip; component=None;
 status=Unknown; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=opensuse; sourcepackage=unzip; component=None;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: needs-reassignment patch verification-done-precise
 verification-done-quantal verification-done-raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 5-pavel adri2000 alex-kovtonuk
 alexander-v-shinkarenko alkisg amdlintuxos anaumov anixx bdrung boostcpp
 boxdom brian-murray brian-thomason bruno-ioda-net bwiedemann bybeu casier
 cbrmichi cdengler-z csredrat custard-py david15b dmitry-agafonov dreadlox
 dvaleev eremikhail eskaer-spamsink fagoth frol gnel hanipouspilot happyaron
 hater-zlin hggdh2 iloskutov janitor jr-weimprovise k-bx lanoxx lazy-kent
 libor-stefek linux-cool lionet llenchikk maco.m mahsiaochun marcus-haslam
 md-xytop meissner-i mityukov murznn nedanfor nvkinf ogiannhs pitti pry pth-3
 r0lf replicator-snail robert-jean-leleu rvbglas serg-sedov sergey-nagaytsev
 shimi-chen sladen steriosprosiniklis stpapadakis sungsuha-deactivatedaccount
 swamp-a techningeer tronic+mb48 unbob victorfuts vskvortsoff wise-1 x777ozon
 ynvich-gmail yuanchao
X-Launchpad-Bug-Reporter: Rolf Leggewie (r0lf)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20100515134506.1683.6035.malonedeb@palladium.canonical.com>
Message-Id: <20160516013539.9903.34933.launchpad@gac.canonical.com>
Subject: [Bug 580961] Re: unzip fails to deal correctly with filename encodings
X-Launchpad-Message-Rationale: Subscriber of Duplicate @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c8097f046cec861f889444d1f66eeb1f01be1bd8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 580961 <580961@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: Debian Bug tracker #682682
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682682

** Changed in: unzip (Debian)
       Status: Confirmed => Unknown

** Changed in: unzip (Debian)
 Remote watch: Debian Bug tracker #483290 => Debian Bug tracker #682682

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to a duplicate bug report (34667).
https://bugs.launchpad.net/bugs/580961

Title:
  unzip fails to deal correctly with filename encodings

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/580961/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 01:55:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2C47C26C236C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 01:55:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2144B1A3574;
	Mon, 16 May 2016 01:55:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b27kv-0003FS-I8; Mon, 16 May 2016 01:55:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b27ku-0003F9-LJ
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 01:55:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b27ku-00011d-9u
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 01:55:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2FD5D2E8011
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 01:55:36 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 01:49:27 -0000
From: Gunnar Hjalmarsson <1582049@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gunnarhj sebastian-pb31
X-Launchpad-Bug-Reporter: Sebastian Perez (sebastian-pb31)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
X-Launchpad-Bug-Duplicate: 1581567
References: <20160516012551.21663.96520.malonedeb@wampee.canonical.com>
Message-Id: <20160516014927.20995.82946.malone@wampee.canonical.com>
Subject: [Bug 1582049] Re: Accountsservice fails to update user info
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4957d8ab8907253030f0860f62d52bb652b3cae4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582049 <1582049@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1581567 ***
    https://bugs.launchpad.net/bugs/1581567

A corrected accountsservice version is available in xenial-proposed.

** This bug has been marked a duplicate of bug 1581567
   SRU regression, can't change own data

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1582049

Title:
  Accountsservice fails to update user info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1582049/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:01:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0C84226C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:01:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0326B1A36D8;
	Mon, 16 May 2016 02:01:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b27qf-0003tc-S5; Mon, 16 May 2016 02:01:33 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b27qS-0003rI-RT
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:01:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b27qS-0001cf-G2
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:01:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 77BA42E80C1
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:01:20 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 01:41:44 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=linuxmint; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-jp-improvement; status=Fix Committed;
 importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unzip; component=main;
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise; sourcepackage=unzip;
 component=main; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=quantal; sourcepackage=unzip;
 component=None; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=raring; sourcepackage=unzip;
 component=None; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=unzip; component=main;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=opensuse; sourcepackage=unzip; component=None;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: needs-reassignment patch verification-done-precise
 verification-done-quantal verification-done-raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 5-pavel adri2000 alex-kovtonuk
 alexander-v-shinkarenko alkisg amdlintuxos anaumov anixx bdrung boostcpp
 boxdom brian-murray brian-thomason bruno-ioda-net bwiedemann bybeu casier
 cbrmichi cdengler-z csredrat custard-py david15b dmitry-agafonov dreadlox
 dvaleev eremikhail eskaer-spamsink fagoth frol gnel hanipouspilot happyaron
 hater-zlin hggdh2 iloskutov janitor jr-weimprovise k-bx lanoxx lazy-kent
 libor-stefek linux-cool lionet llenchikk maco.m mahsiaochun marcus-haslam
 md-xytop meissner-i mityukov murznn nedanfor nvkinf ogiannhs pitti pry pth-3
 r0lf replicator-snail robert-jean-leleu rvbglas serg-sedov sergey-nagaytsev
 shimi-chen sladen steriosprosiniklis stpapadakis sungsuha-deactivatedaccount
 swamp-a techningeer tronic+mb48 unbob victorfuts vskvortsoff wise-1 x777ozon
 ynvich-gmail yuanchao
X-Launchpad-Bug-Reporter: Rolf Leggewie (r0lf)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20100515134506.1683.6035.malonedeb@palladium.canonical.com>
Message-Id: <20160516014144.981.40093.launchpad@chaenomeles.canonical.com>
Subject: [Bug 580961] Re: unzip fails to deal correctly with filename encodings
X-Launchpad-Message-Rationale: Subscriber of Duplicate @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ec2b1a4b6facbc6e311a762e0418930f950dd7c8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 580961 <580961@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch removed: Debian Bug tracker #483290
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483290

** Project changed: unzip => ubuntu-translations

** Changed in: ubuntu-translations
   Importance: Medium => Undecided

** Changed in: ubuntu-translations
       Status: Unknown => New

** Changed in: ubuntu-translations
 Remote watch: GNOME Bug Tracker #581496 => None

** No longer affects: ubuntu-translations

** Package changed: gentoo => ubuntu-translations

** Changed in: ubuntu-translations
   Importance: Medium => Undecided

** Changed in: ubuntu-translations
       Status: Won't Fix => New

** Changed in: ubuntu-translations
 Remote watch: Gentoo Bugzilla #69945 => None

** No longer affects: ubuntu-translations

** Bug watch removed: GNOME Bug Tracker #581496
   https://bugzilla.gnome.org/show_bug.cgi?id=581496

** Bug watch removed: GNOME Bug Tracker #611257
   https://bugzilla.gnome.org/show_bug.cgi?id=611257

** Bug watch removed: GNOME Bug Tracker #619116
   https://bugzilla.gnome.org/show_bug.cgi?id=619116

** Package changed: unzip (Mandriva) => ubuntu-translations

** Changed in: ubuntu-translations
   Importance: High => Undecided

** Changed in: ubuntu-translations
       Status: Unknown => New

** Changed in: ubuntu-translations
 Remote watch: Mandriva Linux #57965 => None

** No longer affects: ubuntu-translations

** Bug watch removed: Mandriva Linux #57965
   http://qa.mandriva.com/show_bug.cgi?id=57965

** Bug watch removed: KDE Bug Tracking System #204984
   https://bugs.kde.org/show_bug.cgi?id=204984

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to a duplicate bug report (34667).
https://bugs.launchpad.net/bugs/580961

Title:
  unzip fails to deal correctly with filename encodings

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/580961/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:15:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2F75526C22DA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:15:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 274011A0417;
	Mon, 16 May 2016 02:15:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b284a-00058z-9d; Mon, 16 May 2016 02:15:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b284O-00054I-Bu
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:15:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b284N-0005lF-U1
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:15:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DAC4A2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:15:43 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:09:04 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug maverick
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: awijit haelrai janitor mahsiaochun mathew-hodson
X-Launchpad-Bug-Reporter: ha el rai (haelrai)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20110423130130.12655.36595.malonedeb@soybean.canonical.com>
Message-Id: <20160516020904.9016.63799.malone@gac.canonical.com>
Subject: [Bug 769488] Re: file-roller problems when extracting rar files
 within windows-1256 encoded arabic files
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 21ee78fadd56e297cd2a19a1c7f44ccbd44220e8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 769488 <769488@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Reported fixed upstream.

** Also affects: file-roller
   Importance: Undecided
       Status: New

** Changed in: file-roller
   Importance: Undecided => Unknown

** Changed in: file-roller
       Status: New => Unknown

** Changed in: file-roller
 Remote watch: None => GNOME Bug Tracker #629202

** Changed in: file-roller (Ubuntu)
   Importance: Undecided => Medium

** Changed in: file-roller (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/769488

Title:
  file-roller problems when extracting rar files within windows-1256
  encoded arabic files

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/769488/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:20:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BAD28D48006
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:20:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B35821A2F7E;
	Mon, 16 May 2016 02:20:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b289N-0005bx-QZ; Mon, 16 May 2016 02:20:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b289M-0005bd-DO
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:20:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b289J-0006Oy-KJ
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:20:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 984A32E80C0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:20:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:12:58 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=linuxmint; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-jp-improvement; status=Fix Committed;
 importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unzip; component=main;
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise; sourcepackage=unzip;
 component=main; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=quantal; sourcepackage=unzip;
 component=None; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=raring; sourcepackage=unzip;
 component=None; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=unzip; component=main;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=opensuse; sourcepackage=unzip; component=None;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: needs-reassignment patch verification-done-precise
 verification-done-quantal verification-done-raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 5-pavel adri2000 alex-kovtonuk
 alexander-v-shinkarenko alkisg amdlintuxos anaumov anixx bdrung boostcpp
 boxdom brian-murray brian-thomason bruno-ioda-net bwiedemann bybeu casier
 cbrmichi cdengler-z csredrat custard-py david15b dmitry-agafonov dreadlox
 dvaleev eremikhail eskaer-spamsink fagoth frol gnel hanipouspilot happyaron
 hater-zlin hggdh2 iloskutov janitor jr-weimprovise k-bx lanoxx lazy-kent
 libor-stefek linux-cool lionet llenchikk maco.m mahsiaochun marcus-haslam
 md-xytop meissner-i mityukov murznn nedanfor nvkinf ogiannhs pitti pry pth-3
 r0lf replicator-snail robert-jean-leleu rvbglas serg-sedov sergey-nagaytsev
 shimi-chen sladen steriosprosiniklis stpapadakis sungsuha-deactivatedaccount
 swamp-a techningeer tronic+mb48 unbob victorfuts vskvortsoff wise-1 x777ozon
 ynvich-gmail yuanchao
X-Launchpad-Bug-Reporter: Rolf Leggewie (r0lf)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20100515134506.1683.6035.malonedeb@palladium.canonical.com>
Message-Id: <20160516021259.823.4262.launchpad@chaenomeles.canonical.com>
Subject: [Bug 580961] Re: unzip fails to deal correctly with filename encodings
X-Launchpad-Message-Rationale: Subscriber of Duplicate @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 54049a9125878b48c748bae0380e6b3d761945c4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 580961 <580961@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch removed: Gentoo Bugzilla #69945
   https://bugs.gentoo.org/show_bug.cgi?id=69945

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to a duplicate bug report (34667).
https://bugs.launchpad.net/bugs/580961

Title:
  unzip fails to deal correctly with filename encodings

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/580961/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:20:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6C618D48006
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:20:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 640A31A3102;
	Mon, 16 May 2016 02:20:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b289T-0005cz-6m; Mon, 16 May 2016 02:20:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b289S-0005ci-NP
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:20:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b289Q-0006R9-T9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:20:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B07392E80DF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:20:54 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:11:32 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Confirmed; importance=Low; assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Tags: apport-bug i386
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: daniel-sokolov davagui durtreg fundriver
 herbert-software imgx64 kovzol-particio luk-aichhorn mahsiaochun markusd112
 mattias-campe myjunkmail311006 seb128
X-Launchpad-Bug-Reporter: markusd112 (markusd112)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20091212105138.22560.27894.malonedeb@potassium.ubuntu.com>
Message-Id: <20160516021132.9523.11338.launchpad@gac.canonical.com>
Subject: [Bug 495880] Re: File Roller cannot handle archive that doesn't
 encode filenames in UTF-8
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a0c0ec55398cf257c8fa2ea0e2bb74e4358f6406
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 495880 <495880@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: GNOME Bug Tracker #306403
   https://bugzilla.gnome.org/show_bug.cgi?id=306403

** Also affects: file-roller via
   https://bugzilla.gnome.org/show_bug.cgi?id=306403
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/495880

Title:
  File Roller cannot handle archive that doesn't encode filenames in
  UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/495880/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:21:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 94166D48006
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:21:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 897221A30DB;
	Mon, 16 May 2016 02:21:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b289W-0005eh-J8; Mon, 16 May 2016 02:21:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b289V-0005dv-KW
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:21:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b289T-0006OG-HT
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:20:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 973412E80D6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:20:58 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:14:40 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=xarchiver;
 component=universe; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: al-tarakanoff aleq alexander-v-shinkarenko
 alexandr-opara alien4any angler-inbox ari-lp axe313 bkramber cbrmichi
 charlie-tca crichton d-u-thibault dmitry-agafonov for-serg gepard-games
 grin-sv h1bymask i-vohmin ilari-pablo ivan-s-borisov j-a-popov joyjerry
 kana-reiko kane-adam linux-serg malamut map+ masoris nikolai-raitsev nvkinf
 ogiannhs oleg-krutov orymate pavelprchal pedro pivu prodoomman seb128
 serg-sedov sergey-nr spammeroff steriosprosiniklis subsanek temik thunderamur
 tiras-dude triakin uzix varvar871 vent-nu veribaka victorfuts vkapas vlabla
 werru82 x-gh0st xask-bfg yusufbolu zeroadhesion zeugene
X-Launchpad-Bug-Reporter: Masoris (masoris)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
X-Launchpad-Bug-Duplicate: 580961
References: <20071221173922.27323.39840.malonedeb@gangotri.ubuntu.com>
Message-Id: <20160516021442.9081.37113.launchpad@soybean.canonical.com>
Subject: [Bug 177929] Re: Should autodetect filename character encoding in zip
 files
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ee656db0bd9f1ca20ed331a8333b3765efb55751
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 177929 <177929@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 580961 ***
    https://bugs.launchpad.net/bugs/580961

** Project changed: file-roller => ubuntu-translations

** Changed in: ubuntu-translations
   Importance: Medium => Undecided

** Changed in: ubuntu-translations
       Status: Confirmed => New

** Changed in: ubuntu-translations
 Remote watch: GNOME Bug Tracker #306403 => None

** No longer affects: ubuntu-translations

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/177929

Title:
  Should autodetect filename character encoding in zip files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/177929/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:30:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D629A26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:30:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CA40D1A2E23;
	Mon, 16 May 2016 02:30:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b28J3-0006Va-7u; Mon, 16 May 2016 02:30:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b28J1-0006Ug-Qu
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:30:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b28J1-00079G-Gi
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 78F2A2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:51 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:21:12 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 quantal
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mahsiaochun soloturn
X-Launchpad-Bug-Reporter: SoloTurn (soloturn)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
X-Launchpad-Bug-Duplicate: 1199239
References: <20121230164934.15712.70348.malonedeb@wampee.canonical.com>
Message-Id: <20160516022114.21236.26529.launchpad@wampee.canonical.com>
Subject: [Bug 1094702] Re: display correctly file names with utf-8 characters 
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dd4cedcaab412d1b5835389d8cdf571ca19a747b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1094702 <1094702@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1199239 ***
    https://bugs.launchpad.net/bugs/1199239

** This bug is no longer a duplicate of bug 592109
   ZIP archives with non-ASCII filenames cannot survive a round-trip in File Roller (when p7zip is not installed)
** This bug has been marked a duplicate of bug 1199239
   [SRU] unzip list utf-8 (non-ascii) filenames as ??

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1094702

Title:
  display correctly file names with utf-8 characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1094702/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:30:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DAD0026C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:30:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CD1D21A2E6B;
	Mon, 16 May 2016 02:30:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b28J4-0006Wk-GX; Mon, 16 May 2016 02:30:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b28J3-0006Vt-JZ
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:30:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b28J3-00079I-1b
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F23A92E80AF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:52 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:21:12 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: hanipouspilot he7d3r janitor
X-Launchpad-Bug-Reporter: Pilot6 (hanipouspilot)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
X-Launchpad-Bug-Duplicate: 1199239
References: <20120418182716.6671.8546.malonedeb@gac.canonical.com>
Message-Id: <20160516022113.21236.73182.launchpad@wampee.canonical.com>
Subject: [Bug 985129] Re: ZIP archives with filenames in Cyrillic can't be
 opened
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 88d957f2a2046cb418526850c8c3313a7385b893
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 985129 <985129@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1199239 ***
    https://bugs.launchpad.net/bugs/1199239

** This bug is no longer a duplicate of bug 592109
   ZIP archives with non-ASCII filenames cannot survive a round-trip in File Roller (when p7zip is not installed)
** This bug has been marked a duplicate of bug 1199239
   [SRU] unzip list utf-8 (non-ascii) filenames as ??

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/985129

Title:
  ZIP archives with filenames in Cyrillic can't be opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/985129/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:31:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5AB9326C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:31:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 54B4A1A2EF2;
	Mon, 16 May 2016 02:31:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b28JA-0006bO-5e; Mon, 16 May 2016 02:31:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b28J0-0006UJ-PA
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:30:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b28J0-0007C7-BW
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3E09A2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:50 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:21:12 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: thibdrev
X-Launchpad-Bug-Reporter: Thibault D (thibdrev)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
X-Launchpad-Bug-Duplicate: 1199239
References: <20130316162205.14228.2997.malonedeb@soybean.canonical.com>
Message-Id: <20160516022114.21236.76548.launchpad@wampee.canonical.com>
Subject: [Bug 1155989] Re: filenames get their accented letters replaced by
 "??" when zipped
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9414d40727acaa0bfe9bfd0c283baf2620b1f297
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1155989 <1155989@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1199239 ***
    https://bugs.launchpad.net/bugs/1199239

** This bug is no longer a duplicate of bug 592109
   ZIP archives with non-ASCII filenames cannot survive a round-trip in File Roller (when p7zip is not installed)
** This bug has been marked a duplicate of bug 1199239
   [SRU] unzip list utf-8 (non-ascii) filenames as ??

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1155989

Title:
  filenames get their accented letters replaced by "??" when zipped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1155989/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:31:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ACCBA26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:31:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A81D91A2F58;
	Mon, 16 May 2016 02:31:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b28JB-0006cH-5Q; Mon, 16 May 2016 02:31:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b28J5-0006XM-7V
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:30:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b28J4-000797-L5
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8E27C2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:54 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:21:12 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug apport-lpi oneiric running-unity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: garym-teledyn
X-Launchpad-Bug-Reporter: teledyn (garym-teledyn)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
X-Launchpad-Bug-Duplicate: 1199239
References: <20120406142317.2291.49585.malonedeb@gac.canonical.com>
Message-Id: <20160516022113.21236.37240.launchpad@wampee.canonical.com>
Subject: [Bug 975187] Re: zip files fail when using international character
 sets
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 782a55ef12bb2cd4fab3f7b6a81e339e063af756
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 975187 <975187@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1199239 ***
    https://bugs.launchpad.net/bugs/1199239

** This bug is no longer a duplicate of bug 592109
   ZIP archives with non-ASCII filenames cannot survive a round-trip in File Roller (when p7zip is not installed)
** This bug has been marked a duplicate of bug 1199239
   [SRU] unzip list utf-8 (non-ascii) filenames as ??

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/975187

Title:
  zip files fail when using international character sets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/975187/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:31:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8AD8926C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:31:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 871E71A2EF7;
	Mon, 16 May 2016 02:31:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b28JB-0006dR-Uv; Mon, 16 May 2016 02:31:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b28J6-0006YQ-LD
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:30:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b28J6-00079E-2J
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F02202E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:55 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:21:12 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug oneiric unity-2d
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: eduardo.riesco janitor pedro
 ubuntu-bugs-auftrags-killer
X-Launchpad-Bug-Reporter: Muelli (ubuntu-bugs-auftrags-killer)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
X-Launchpad-Bug-Duplicate: 1199239
References: <20110702121004.32726.95167.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160516022113.21236.78579.launchpad@wampee.canonical.com>
Subject: [Bug 804719] Re: Can't work with ZIP archives containing non-valid
 utf8 encoded filenames
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 599c0ace5cfa68b6922c06cdcf59d21c15ae35a6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 804719 <804719@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1199239 ***
    https://bugs.launchpad.net/bugs/1199239

** This bug is no longer a duplicate of bug 592109
   ZIP archives with non-ASCII filenames cannot survive a round-trip in File Roller (when p7zip is not installed)
** This bug has been marked a duplicate of bug 1199239
   [SRU] unzip list utf-8 (non-ascii) filenames as ??

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/804719

Title:
  Can't work with ZIP archives containing non-valid utf8 encoded
  filenames

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/804719/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:31:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1A8E226C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:31:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 15E561A2E97;
	Mon, 16 May 2016 02:31:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b28JD-0006fJ-Vh; Mon, 16 May 2016 02:31:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b28J9-0006bF-VP
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:31:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b28J9-00079C-9m
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3BDD82E80CC
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:23:23 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug lucid maverick
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amadinho10 jonathan.ernst mahsiaochun pedro slist
 thibdrev
X-Launchpad-Bug-Reporter: Jonathan Ernst (jonathan.ernst)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
X-Launchpad-Bug-Duplicate: 1199239
References: <20100619083610.23334.89399.malonedeb@soybean.canonical.com>
Message-Id: <20160516022324.9393.42468.launchpad@gac.canonical.com>
Subject: [Bug 596193] Re: file-roller doesn't handle zip archives containing
 accentued characters correctly
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9cd2a62f453dcb5640ee2010a542ba243972451f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 596193 <596193@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1199239 ***
    https://bugs.launchpad.net/bugs/1199239

** Project changed: file-roller => ubuntu-translations

** Changed in: ubuntu-translations
   Importance: Medium => Undecided

** Changed in: ubuntu-translations
       Status: Confirmed => New

** Changed in: ubuntu-translations
 Remote watch: GNOME Bug Tracker #306403 => None

** No longer affects: ubuntu-translations

** Bug watch removed: GNOME Bug Tracker #306403
   https://bugzilla.gnome.org/show_bug.cgi?id=306403

** This bug is no longer a duplicate of bug 592109
   ZIP archives with non-ASCII filenames cannot survive a round-trip in File Roller (when p7zip is not installed)
** This bug has been marked a duplicate of bug 1199239
   [SRU] unzip list utf-8 (non-ascii) filenames as ??

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/596193

Title:
  file-roller doesn't handle zip archives containing accentued
  characters correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/596193/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:31:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7A24B26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:31:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 75DB91A2E97;
	Mon, 16 May 2016 02:31:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b28JF-0006gk-0k; Mon, 16 May 2016 02:31:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b28JB-0006cy-Dd
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:31:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b28JA-000793-VD
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:31:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CC88A2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:31:00 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:21:12 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Unknown; importance=Critical;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: hanipouspilot koptev-oleg mahen mahsiaochun pedro
 santisolinho sorrodje valeryan-24
X-Launchpad-Bug-Reporter: Santi (santisolinho)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
X-Launchpad-Bug-Duplicate: 1199239
References: <20100610110243.5447.74542.malonedeb@potassium.ubuntu.com>
Message-Id: <20160516022115.21236.51249.launchpad@wampee.canonical.com>
Subject: [Bug 592109] Re: ZIP archives with non-ASCII filenames cannot survive
 a round-trip in File Roller (when p7zip is not installed)
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bdb23576ad47091bfce6bdceaacfd8b645f21ccb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 592109 <592109@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1199239 ***
    https://bugs.launchpad.net/bugs/1199239

** This bug has been marked a duplicate of bug 1199239
   [SRU] unzip list utf-8 (non-ascii) filenames as ??

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/592109

Title:
  ZIP archives with non-ASCII filenames cannot survive a round-trip in
  File Roller (when p7zip is not installed)

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/592109/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:31:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B5E7B26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:31:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B10971A2DB1;
	Mon, 16 May 2016 02:31:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b28JF-0006hL-Lq; Mon, 16 May 2016 02:31:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b28JD-0006en-6f
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:31:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b28JC-0007de-Pk
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:31:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C01BD2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:31:02 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:24:42 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=xarchiver;
 component=universe; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: al-tarakanoff aleq alexander-v-shinkarenko
 alexandr-opara alien4any angler-inbox ari-lp axe313 bkramber cbrmichi
 charlie-tca crichton d-u-thibault dmitry-agafonov for-serg gepard-games
 grin-sv h1bymask i-vohmin ilari-pablo ivan-s-borisov j-a-popov joyjerry
 kana-reiko kane-adam linux-serg malamut map+ masoris nikolai-raitsev nvkinf
 ogiannhs oleg-krutov orymate pavelprchal pedro pivu prodoomman seb128
 serg-sedov sergey-nr spammeroff steriosprosiniklis subsanek temik thunderamur
 tiras-dude triakin uzix varvar871 vent-nu veribaka victorfuts vkapas vlabla
 werru82 x-gh0st xask-bfg yusufbolu zeroadhesion zeugene
X-Launchpad-Bug-Reporter: Masoris (masoris)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
X-Launchpad-Bug-Duplicate: 580961
References: <20071221173922.27323.39840.malonedeb@gangotri.ubuntu.com>
Message-Id: <20160516022442.9144.38074.launchpad@soybean.canonical.com>
Subject: [Bug 177929] Re: Should autodetect filename character encoding in zip
 files
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9162656e8359509049c00c0112f43fcab4c79dae
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 177929 <177929@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 580961 ***
    https://bugs.launchpad.net/bugs/580961

** Bug watch removed: GNOME Bug Tracker #306403
   https://bugzilla.gnome.org/show_bug.cgi?id=306403

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/177929

Title:
  Should autodetect filename character encoding in zip files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/177929/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:31:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6FCE626C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:31:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6BA361A30D0;
	Mon, 16 May 2016 02:31:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b28JM-0006k5-40; Mon, 16 May 2016 02:31:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b28J7-0006Zr-W9
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:30:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b28J7-000793-KQ
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7B1222E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:30:57 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:21:12 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 natty unity-2d
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: duncan-lithgow
X-Launchpad-Bug-Reporter: Duncan Lithgow (duncan-lithgow)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
X-Launchpad-Bug-Duplicate: 1199239
References: <20110602184723.10756.45409.malonedeb@soybean.canonical.com>
Message-Id: <20160516022113.21236.16914.launchpad@wampee.canonical.com>
Subject: [Bug 791993] Re: file-roller mangles non English filenames without
 warning
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f2e2927b8fb869058a31e3c0e46b9baa46fd402d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 791993 <791993@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1199239 ***
    https://bugs.launchpad.net/bugs/1199239

** This bug is no longer a duplicate of bug 592109
   ZIP archives with non-ASCII filenames cannot survive a round-trip in File Roller (when p7zip is not installed)
** This bug has been marked a duplicate of bug 1199239
   [SRU] unzip list utf-8 (non-ascii) filenames as ??

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/791993

Title:
  file-roller mangles non English filenames without warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/791993/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:40:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E056C26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:40:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D801B1A2E21;
	Mon, 16 May 2016 02:40:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b28Sk-0007fE-Oe; Mon, 16 May 2016 02:40:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b28Sh-0007eM-Sz
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:40:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b28Sh-0001Bi-Kx
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:40:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 853BF2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:40:51 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:32:55 -0000
From: Kent Lin <1562822@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=oem-priority; status=New; importance=Critical;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-bluetooth;
 component=main; status=In Progress; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=In Progress; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: franz-hsieh huck-bernhard seb128 wa113y3s willcooke
X-Launchpad-Bug-Reporter: Huck-bernhard (huck-bernhard)
X-Launchpad-Bug-Modifier: Kent Lin (kent-jclin)
References: <20160328115044.25037.27884.malonedeb@soybean.canonical.com>
Message-Id: <20160516023257.1018.91784.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1562822] Re: Bluetooth Browse Files... not working
X-Launchpad-Message-Rationale: Subscriber (indicator-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 51539ffee0de3363e4485c61f4c0348508c3e014
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562822 <1562822@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: oem-priority
       Status: Won't Fix => New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to indicator-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1562822

Title:
  Bluetooth Browse Files... not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1562822/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 02:45:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 588BD26C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 02:45:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4FEA51A4161;
	Mon, 16 May 2016 02:45:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b28Xa-00089Z-7d; Mon, 16 May 2016 02:45:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b28XZ-00089O-3t
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 02:45:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b28XY-0002Z3-E0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:45:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 686972E80CD
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 02:45:52 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 02:36:26 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-jp-improvement; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unzip; component=main;
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise; sourcepackage=unzip;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=quantal; sourcepackage=unzip;
 component=None; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=raring; sourcepackage=unzip;
 component=None; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=opensuse; sourcepackage=unzip; component=None;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done-precise
 verification-done-quantal verification-done-raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 5-pavel adri2000 alex-kovtonuk
 alexander-v-shinkarenko alkisg amdlintuxos anaumov anixx bdrung boostcpp
 boxdom brian-murray brian-thomason bruno-ioda-net bwiedemann bybeu casier
 cbrmichi cdengler-z csredrat custard-py david15b dmitry-agafonov dreadlox
 dvaleev eremikhail eskaer-spamsink fagoth frol gnel hanipouspilot happyaron
 hater-zlin hggdh2 iloskutov janitor jr-weimprovise k-bx lanoxx lazy-kent
 libor-stefek linux-cool lionet llenchikk maco.m mahsiaochun marcus-haslam
 mathew-hodson md-xytop meissner-i mityukov murznn nedanfor nvkinf ogiannhs
 pitti pry pth-3 r0lf replicator-snail robert-jean-leleu rvbglas serg-sedov
 sergey-nagaytsev shimi-chen sladen steriosprosiniklis stpapadakis
 sungsuha-deactivatedaccount swamp-a techningeer tronic+mb48 unbob victorfuts
 vskvortsoff wise-1 x777ozon ynvich-gmail yuanchao
X-Launchpad-Bug-Reporter: Rolf Leggewie (r0lf)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20100515134506.1683.6035.malonedeb@palladium.canonical.com>
Message-Id: <20160516023627.863.20516.malone@chaenomeles.canonical.com>
Subject: [Bug 580961] Re: unzip fails to deal correctly with filename encodings
X-Launchpad-Message-Rationale: Subscriber of Duplicate @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e747ee75eded47360409636839a9c32d929b0e75
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 580961 <580961@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I've closed the remaining tasks. This particular bug was fixed in
Precise and later. For remaining issues in p7zip and file-roller, see
Bug #1382106 and Bug #495880

---------------
unzip (6.0-4ubuntu2) precise-proposed; urgency=low

  * Fix incorrectly displayed file names with UTF-8 characters.
    Add -DNO_WORKING_ISPRINT to build flags. (LP: #1199239, LP: #580961)
 -- Brian Murray <brian@ubuntu.com> Wed, 06 Nov 2013 10:21:26 -0800

** Project changed: file-roller => ubuntu-translations

** Changed in: ubuntu-translations
   Importance: Medium => Undecided

** Changed in: ubuntu-translations
       Status: Confirmed => New

** Changed in: ubuntu-translations
 Remote watch: GNOME Bug Tracker #306403 => None

** No longer affects: ubuntu-translations

** Package changed: unzip (Debian) => ubuntu-translations

** Changed in: ubuntu-translations
   Importance: Unknown => Undecided

** Changed in: ubuntu-translations
       Status: Unknown => New

** Changed in: ubuntu-translations
 Remote watch: Debian Bug tracker #682682 => None

** No longer affects: ubuntu-translations

** Project changed: linuxmint => ubuntu-translations

** No longer affects: ubuntu-translations

** Changed in: unzip (Ubuntu Precise)
   Importance: Undecided => High

** Changed in: unzip (Ubuntu Quantal)
   Importance: Undecided => High

** Changed in: ubuntu-jp-improvement
       Status: Fix Committed => Fix Released

** Tags removed: needs-reassignment

** Bug watch removed: GNOME Bug Tracker #306403
   https://bugzilla.gnome.org/show_bug.cgi?id=306403

** Bug watch removed: Debian Bug tracker #682682
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682682

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to a duplicate bug report (34667).
https://bugs.launchpad.net/bugs/580961

Title:
  unzip fails to deal correctly with filename encodings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-jp-improvement/+bug/580961/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 03:50:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4001626C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 03:50:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 36E101A3EFE;
	Mon, 16 May 2016 03:50:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b29YR-00057R-38; Mon, 16 May 2016 03:50:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b29YF-00056g-6S
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 03:50:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b29YE-0005VK-HO
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 03:50:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6C5042EA00D
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 03:50:38 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 03:41:44 -0000
From: Launchpad Bug Tracker <1562002@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug iso-testing xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: biji janitor ubuntuqa
X-Launchpad-Bug-Reporter: Biji (biji)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160325135707.3562.11053.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160516034144.21593.82183.malone@wampee.canonical.com>
Subject: [Bug 1562002] Re: Nautilus: lag after choosing action in top right
 menu
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f41b20197e4cb507333b32bad4e06f229e006d30
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562002 <1562002@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1562002

Title:
  Nautilus: lag after choosing action in top right menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1562002/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 07:51:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D627026C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 07:51:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CD3EC1A3C25;
	Mon, 16 May 2016 07:51:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2DJ5-00035g-MT; Mon, 16 May 2016 07:51:15 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2DIf-00033H-KW
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 07:50:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2DIf-0007LH-6y
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 07:50:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 321992E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 07:50:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 07:43:16 -0000
From: Lonnie Lee Best <1067876@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gvfs; status=New; importance=Low; assignee=None;
X-Launchpad-Bug: product=linuxmint; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=nautilus; status=New; importance=Medium; assignee=None;
X-Launchpad-Bug: product=udisks; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Low; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=udisks2; component=main;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=altlinux; sourcepackage=udisks2; component=None; 
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=None; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=gentoo; sourcepackage=nautilus; component=None; 
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=mandriva; sourcepackage=nautilus; component=None;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=opensuse; sourcepackage=None; component=None;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug quantal raring running-unity saucy trusty
 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 2-jano aju0203-3 artgtan azzar1 bmazimm boxnotify
 fenrrir hamidrjafari heyeokah iqtedariqbal
 janiktomanek janitor johnwang
 kermit666 launchpad-startport maikon mark-bennison maxb mirceamld n-hall
 norko-solko nrbrtx pitti psusi ru-vinzent seb128 stormi tecknode tholap
 vanvugt xartsak zeuthen zwylicht
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Lonnie Lee Best (launchpad-startport)
References: <20121017200451.14469.61445.malonedeb@gac.canonical.com>
Message-Id: <20160516074318.1018.15335.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1067876] Re: Missing "Safely Remove Drive" option from
 Quicklists. Only have "Eject".
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c2b69f3c100c5bb42bc41e5ddd2094c89fd2cf2c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1067876 <1067876@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1067876

Title:
  Missing "Safely Remove Drive" option from Quicklists. Only have
  "Eject".

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1067876/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 07:56:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B896426C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 07:56:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AF7F41A3853;
	Mon, 16 May 2016 07:56:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2DOL-0003Y7-TG; Mon, 16 May 2016 07:56:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2DNc-0003UT-As
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 07:55:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2DNb-0008H7-ML
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 07:55:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 877E42E80CD
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 07:55:55 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 07:48:50 -0000
From: Lonnie Lee Best <1067876@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gvfs; status=New; importance=Low; assignee=None;
X-Launchpad-Bug: product=linuxmint; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=nautilus; status=New; importance=Medium; assignee=None;
X-Launchpad-Bug: product=udisks; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Low; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=udisks2; component=main;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=altlinux; sourcepackage=udisks2; component=None; 
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=None; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=gentoo; sourcepackage=nautilus; component=None; 
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=mandriva; sourcepackage=nautilus; component=None;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=opensuse; sourcepackage=None; component=None;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug quantal raring running-unity saucy trusty
 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 2-jano aju0203-3 artgtan azzar1 bmazimm boxnotify
 fenrrir hamidrjafari heyeokah iqtedariqbal
 janiktomanek janitor johnwang
 kermit666 launchpad-startport maikon mark-bennison maxb mirceamld n-hall
 norko-solko nrbrtx pitti psusi ru-vinzent seb128 stormi tecknode tholap
 vanvugt xartsak zeuthen zwylicht
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Lonnie Lee Best (launchpad-startport)
References: <20121017200451.14469.61445.malonedeb@gac.canonical.com>
Message-Id: <20160516074850.7818.64831.malone@soybean.canonical.com>
Subject: [Bug 1067876] Re: Missing "Safely Remove Drive" option from
 Quicklists. Only have "Eject".
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f8675f7abdcb740832b45e4c4311c4c45525d3db
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1067876 <1067876@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Ubuntu 16.04 is also missing "Safely Remove Drive" option. Instead it
has the "Eject" option, but after selecting this option on an ESATA
external hard-drive it offers no feedback to indicate that the
"ejection" was successfully.

Because of this, I always have to shutdown my computer before unplugging
my ESATA external hard drive. Nothing else gives me any indication that
it is safe to unplug it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1067876

Title:
  Missing "Safely Remove Drive" option from Quicklists. Only have
  "Eject".

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1067876/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 08:41:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BDD7F26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 08:41:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A843D1A35A3;
	Mon, 16 May 2016 08:41:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2E5P-0000Zm-7p; Mon, 16 May 2016 08:41:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2E5N-0000ZV-Qd
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 08:41:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2E5N-00043F-CM
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 08:41:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4C0932E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 08:41:09 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 08:33:32 -0000
From: Launchpad Bug Tracker <1573674@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; status=Confirmed;
 importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-location;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug armhf vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cjreeve janitor popey thecosmicfrog
X-Launchpad-Bug-Reporter: Aaron Hastings (thecosmicfrog)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160422153818.17539.54611.malonedeb@soybean.canonical.com>
Message-Id: <20160516083333.511.11699.malone@chaenomeles.canonical.com>
Subject: [Bug 1573674] Re: Location indicator appears and reappears
 continually on BQ Aquaris M10
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3886472d55ecf8edee3c745e8d02c593986bcf0d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573674 <1573674@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: indicator-location (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573674

Title:
  Location indicator appears and reappears continually on BQ Aquaris M10

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573674/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 08:41:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 47D6A26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 08:41:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3EEDD1A35A3;
	Mon, 16 May 2016 08:41:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2E5R-0000as-As; Mon, 16 May 2016 08:41:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2E5P-0000aM-VW
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 08:41:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2E5P-00045g-Lz
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 08:41:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9960E2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 08:41:11 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 08:33:32 -0000
From: Launchpad Bug Tracker <1573674@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; status=Confirmed;
 importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-location;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug armhf vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cjreeve janitor popey thecosmicfrog
X-Launchpad-Bug-Reporter: Aaron Hastings (thecosmicfrog)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160422153818.17539.54611.malonedeb@soybean.canonical.com>
Message-Id: <20160516083334.511.53028.malone@chaenomeles.canonical.com>
Subject: [Bug 1573674] Re: Location indicator appears and reappears
 continually on BQ Aquaris M10
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7ed67d209c8d6ca81b7e0ba55fd7001da26a0a7b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573674 <1573674@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: location-service (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573674

Title:
  Location indicator appears and reappears continually on BQ Aquaris M10

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1573674/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 08:50:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D962926C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 08:50:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D01461A348B;
	Mon, 16 May 2016 08:50:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2EEW-0001Tp-Ce; Mon, 16 May 2016 08:50:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2EEV-0001Tc-6V
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 08:50:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2EEU-0005vM-P5
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 08:50:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A9C9E2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 08:50:34 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 08:41:01 -0000
From: Bratmaxe <1572661@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor marcel-456
 ockels toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: Bratmaxe (marcel-456)
X-Launchpad-Bug-Duplicate: 1545212
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160516084102.406.99398.malone@chaenomeles.canonical.com>
Subject: [Bug 1572661] Re: Ubuntu Gnome Bug -evolution translation
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a18c4b90fe50fac3d762121e7ba4d17fae9fa88f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1545212 ***
    https://bugs.launchpad.net/bugs/1545212

Workaround from here:

https://askubuntu.com/questions/763412/how-can-i-get-german-language-in-
evolution-for-ubuntu-16-04

1.
Download Evolution evolution_3.18.5.2.orig.tar.xz from here:

https://launchpad.net/ubuntu/xenial/+source/evolution

2.
Extract translation "{LANG}.po" for your language from "po" dir in archive

3.
Convert .po file to .mo:

msgfmt -cv -o /path/to/evolution-3.18.mo /path/to/{LANG}.po

4.
Copy evolution-3.18.mo to /usr/share/locale-langpack/{LANG}/LC_MESSAGES/evolution-3.18.mo

5.
Restart Evolution, enjoy.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1572661

Title:
  Ubuntu Gnome Bug -evolution translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1572661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 09:11:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 514E726C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 09:11:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 488B01A35E5;
	Mon, 16 May 2016 09:11:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2EYG-0003OW-I9; Mon, 16 May 2016 09:11:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2EYF-0003OI-5n
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 09:10:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2EYE-0003Cs-ES
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 09:10:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1459F2E80E2
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 09:10:56 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 09:04:07 -0000
From: rtimai <1542519@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nvidia-graphics-drivers-352;
 component=restricted; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=vlc; component=universe;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor marlinc rdenis rtimai
X-Launchpad-Bug-Reporter: Marlin Cremers (marlinc)
X-Launchpad-Bug-Modifier: rtimai (rtimai)
References: <20160205223906.15773.28223.malonedeb@gac.canonical.com>
Message-Id: <20160516090408.751.52403.malone@chaenomeles.canonical.com>
Subject: [Bug 1542519] Re: Double menu bar
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: da13a87b027770a9683825a2c72da6d015671184
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1542519 <1542519@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I am experiencing double menubars with

Gallium 0.4 on AMD RS880 (DRM 2.43.0, LLVM 3.8.0).
OS Driver: RS880M [Mobility Radeon HD 4225/4250]. 

So, double menubars in VLC is not nVidia-specific. Nor am I having any
similar issues in any other applications running on Unity.

Using the custom skin option removes the symptom at the expense of
convenient access, and the interface doesn't fit the screen but gets
shoved partway offscreen by the Unity launchbar, and it's not
resizeable. Because this issue is primarily cosmetic, I think many VLC
users are simply not bothering to report it. But it is annoying.

This is unbelievable! After I began posting this, I re-opened VLC to
check something, and the double menubar has disappeared -- just now! I
had just viewed a video a half-hour ago and the symptom was present. Now
it's gone!

Will report if it returns again...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1542519

Title:
  Double menu bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1542519/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 09:16:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2B89226C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 09:16:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 222701A3832;
	Mon, 16 May 2016 09:16:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2EdD-0004GZ-MZ; Mon, 16 May 2016 09:16:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2EdC-0004GP-Sp
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 09:16:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2EdC-0004uc-Hp
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 09:16:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 847C72E80BB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 09:16:06 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 09:05:49 -0000
From: Clement Lefebvre <root@linuxmint.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=evince; status=Confirmed; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=poppler; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: clementlefebvre learnerphp seb128 thebsom
X-Launchpad-Bug-Reporter: Mohammad (thebsom)
X-Launchpad-Bug-Modifier: Clement Lefebvre (clementlefebvre)
References: <20120606112148.21962.59719.malonedeb@wampee.canonical.com>
Message-Id: <20160516090550.981.83544.malone@chaenomeles.canonical.com>
Subject: [Bug 1009432] Re: document viewer search problem in right to left
 languages
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bef33c5787f44ca06454c32d936085ce34beb533
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1009432 <1009432@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

It looks like this was fixed upstream (and it's not an evince issue, but
a poppler one).

Patch: https://bugs.freedesktop.org/attachment.cgi?id=119908
Full discussion: https://bugs.freedesktop.org/show_bug.cgi?id=55977

** Bug watch added: freedesktop.org Bugzilla #55977
   https://bugs.freedesktop.org/show_bug.cgi?id=55977

** Also affects: poppler (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1009432

Title:
  document viewer search problem in right to left languages

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1009432/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 09:26:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F3B8E26C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 09:26:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ECAFC1A2C0E;
	Mon, 16 May 2016 09:26:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2Emz-0005Q7-Mo; Mon, 16 May 2016 09:26:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2Emx-0005Pu-V1
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 09:26:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2Emx-0000HB-GO
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 09:26:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 661372E80CA
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 09:26:11 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 09:18:06 -0000
From: rtimai <1542519@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nvidia-graphics-drivers-352;
 component=restricted; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=vlc; component=universe;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor marlinc rdenis rtimai
X-Launchpad-Bug-Reporter: Marlin Cremers (marlinc)
X-Launchpad-Bug-Modifier: rtimai (rtimai)
References: <20160205223906.15773.28223.malonedeb@gac.canonical.com>
Message-Id: <20160516091806.903.9030.malone@chaenomeles.canonical.com>
Subject: [Bug 1542519] Re: Double menu bar
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 567c85591f6683dc8d74246ad768f158d85742fe
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1542519 <1542519@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Double menubars in VLC returned with repeated test openings of different
video files. It doesn't seem to be file format-specific, occurs with
OGV, MP4, WMV formats. It seems it may be related to the default window
position. VLC un-maximized always opens partly off-screen in Unity (res
1366x768), too low and offset to the right of the screen edge, which I
repeatedly have to move the window into position manually. Will report
if I can discern any pattern of actions that trigger the double
menubars.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1542519

Title:
  Double menu bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1542519/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 09:45:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BACEB26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 09:45:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B3CD71A3829;
	Mon, 16 May 2016 09:45:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2F5r-0007C2-8A; Mon, 16 May 2016 09:45:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2F5p-00079v-Na
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 09:45:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2F5p-0007kd-CQ
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 09:45:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 454642E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 09:45:41 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 09:36:06 -0000
From: Marco Righi <1582142@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: marco-righi
X-Launchpad-Bug-Reporter: Marco Righi (marco-righi)
X-Launchpad-Bug-Modifier: Marco Righi (marco-righi)
Message-Id: <20160516093606.9903.46650.malonedeb@gac.canonical.com>
Subject: [Bug 1582142] [NEW] Gimp menu disaaperas from menu bar
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a889af7d1317701a00aaf4194ec7af38071057c3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582142 <1582142@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Hi, the Gimp menus have disappeared from the top menu bar. It is
happened after an upgrade (from scratch, only /home was not formatted)
from Ubuntu 14.04 to Ubuntu 16.04.

Please contact me if you need more information.

Best
MR

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gimp 2.8.16-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May 16 11:14:20 2016
InstallationDate: Installed on 2016-04-28 (17 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gimp
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gimp (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

** Attachment added: "Missing menu"
   https://bugs.launchpad.net/bugs/1582142/+attachment/4663726/+files/Schermata%20del%202016-05-16%2011-21-46.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1582142

Title:
  Gimp menu disaaperas from menu bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1582142/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 09:51:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AE5E926C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 09:51:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A70BF1A385F;
	Mon, 16 May 2016 09:51:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2FB0-0008EQ-JW; Mon, 16 May 2016 09:51:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2FAi-00087Z-5H
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 09:50:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2FAh-0000G0-OK
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 09:50:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B496E2E8011
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 09:50:43 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 09:42:20 -0000
From: Lonnie Lee Best <1568056@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor launchpad-startport martyj ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Lonnie Lee Best (launchpad-startport)
References: <20160408172851.31644.41193.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160516094220.21271.60252.malone@wampee.canonical.com>
Subject: [Bug 1568056] Re: Official Package-Names Not Shown in Gnome-Software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1a49c4ddf40d99d3535cb5b433f5078d1306e41a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1568056 <1568056@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Use Case:

Today, I discovered "auovia" in gnome-software:
http://neartalk.com/ss/2016-05-16_002_1200x1011.png

Before installing it, I'd like to take note of its package name. Since
gnome-software doesn't provide that information, I attempted to find it
myself:

user@pc:~$ sudo apt-get install audovia
[sudo] password for user: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package audovia
user@pc:~$ apt-cache search audovia
user@pc:~$ apt-cache search "audovia"

As you can see, none of these efforts returned the package-name. I shouldn't have to do a google search to discover what package gnome-software will be installing onto my computer when I click the "Install" button. This information should be in the "Details" sections shown here:
http://neartalk.com/ss/2016-05-16_002_1200x1011.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1568056

Title:
  Official Package-Names Not Shown in Gnome-Software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1568056/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 10:01:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A3BF726C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 10:01:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5A9A41A4483;
	Mon, 16 May 2016 10:01:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2FLB-00017e-BG; Mon, 16 May 2016 10:01:33 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2FLA-00017U-35
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 10:01:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2FL8-0004xa-TF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 10:01:30 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A9DD62E80D0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 10:01:30 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 09:52:04 -0000
From: Bug Watch Updater <495880@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Confirmed; importance=Low; assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Tags: apport-bug i386
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: daniel-sokolov davagui durtreg fundriver
 herbert-software imgx64 kovzol-particio luk-aichhorn mahsiaochun markusd112
 mattias-campe myjunkmail311006 seb128
X-Launchpad-Bug-Reporter: markusd112 (markusd112)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20091212105138.22560.27894.malonedeb@potassium.ubuntu.com>
Message-Id: <20160516095205.25494.67425.launchpad@loganberry.canonical.com>
Subject: [Bug 495880] Re: File Roller cannot handle archive that doesn't
 encode filenames in UTF-8
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c0277cea3a5bbd33529b4bcfce0756b50e60348b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 495880 <495880@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: file-roller
       Status: Unknown => Confirmed

** Changed in: file-roller
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/495880

Title:
  File Roller cannot handle archive that doesn't encode filenames in
  UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/495880/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 10:05:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D36F926C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 10:05:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CBD2D1A3328;
	Mon, 16 May 2016 10:05:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2FPI-0001KL-MZ; Mon, 16 May 2016 10:05:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2FPH-0001KB-Fh
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 10:05:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2FPH-0007cw-78
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 10:05:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 349722E80BB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 10:05:47 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 09:57:59 -0000
From: rtimai <1542519@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nvidia-graphics-drivers-352;
 component=restricted; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=vlc; component=universe;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor marlinc rdenis rtimai
X-Launchpad-Bug-Reporter: Marlin Cremers (marlinc)
X-Launchpad-Bug-Modifier: rtimai (rtimai)
References: <20160205223906.15773.28223.malonedeb@gac.canonical.com>
Message-Id: <20160516095759.406.2951.malone@chaenomeles.canonical.com>
Subject: [Bug 1542519] Re: Double menu bar
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 735640233e860a4cacefa4a550d6c42c813cc5a5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1542519 <1542519@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I believe I have found a reliable method of replicating the VLC double
menubar on my system.

It reliably appears upon leaving fullscreen (hotkey F) to restore the
window. I can maximize and restore the window size repeatedly without
the issue appearing, but once I select fullscreen, it returns when the
window is restored (either maximized or unmaximized.)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1542519

Title:
  Double menu bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1542519/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 11:40:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 19D2A26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 11:40:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0E1191A3433;
	Mon, 16 May 2016 11:40:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2GtO-0002eJ-7t; Mon, 16 May 2016 11:40:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2GtM-0002e2-US
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 11:40:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2GtM-0003O4-Fb
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 11:40:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 60B202E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 11:40:56 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 11:29:40 -0000
From: Johan Ehnberg <johan@ehnberg.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: johan-ehnberg
X-Launchpad-Bug-Reporter: Johan Ehnberg (johan-ehnberg)
X-Launchpad-Bug-Modifier: Johan Ehnberg (johan-ehnberg)
Message-Id: <20160516112940.9325.10787.malonedeb@gac.canonical.com>
Subject: [Bug 1582191] [NEW] Boot stalls for 90 seconds on mdadm
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9fbcbba1f29a22a03a86767af398e719f23da53a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582191 <1582191@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCk9uIGEgZnJlc2ggVWJ1bnR1IFhlbmlhbCAxNi4wNCBMVFMg
U2VydmVyIGluc3RhbGwsIHRoZSBib290IHN0YWxscyBmb3IKZXhhY3RseSA5MCBzZWNvbmRzIHdo
ZW4gdXNpbmcgYSBmYWlybHkgY29tcGxleCBwYXJ0aXRpb25pbmcgc2V0dXAuIEFmdGVyCnRoaXMs
IGV2ZXJ5dGhpbmcgd29ya3MgYXMgZXhwZWN0ZWQuCgpUaGUgcGFydGl0aW9uaW5nIGlzIGFzIGZv
bGxvd3M6Ci9zZGEgR1BUCi9zZGExIEVTUCAoL2Jvb3QvZWZpKQovc2RhMiByYWlkMSBtZDAgZXh0
NCAoL2Jvb3QpCi9zZGEzIHJhaWQxIG1kMSBsdWtzLHBhc3NwaHJhc2UgZXh0NCAoLykKL3NkYTQg
cmFpZDEgbWQyIGx1a3Msa2V5IHpmcwovc2RiIEdQVAovc2RiMSBFU1AgKGNvcHkgb2YgL2Jvb3Qv
ZWZpKQovc2RiMiByYWlkMSBtZDAgZXh0NCAoL2Jvb3QpCi9zZGIzIHJhaWQxIG1kMSBsdWtzLHBh
c3NwaHJhc2UgZXh0NCAoLykKL3NkYjQgcmFpZDEgbWQyIGx1a3Msa2V5IHpmcwovc2RjIEdQVAov
c2RjMSBsdWtzLGtleSB4ZnMKL3NkZCBHUFQKL3NkZDEgbHVrcyxrZXkgeGZzCi9zZGQyIGx1a3Ms
cmFuZG9tIHN3YXAKClRoaXMgbWF5IGJlIGFuIGluc3RhbGxlciBvciBtZGFkbSBidWcgaW5zdGVh
ZCAtIEkgaGF2ZSBub3QgYmVlbiBhYmxlIHRvCmV4YWN0bHkgZGV0ZXJtaW5lIHRoZSBjYXVzZSBv
ZiB0aGUgYnVnLgoKSSBoYXZlIHNldmVyYWwgaWRlbnRpY2FsIHNlcnZlcnMsIGFsbCBzaG93aW5n
IHRoZSBzYW1lIHN5bXB0b20sIHNvIGl0CnNob3VsZCBub3QgYmUgZHVlIHRvIGJyb2tlbiBoYXJk
d2FyZSAoYWx0aG91Z2ggZGVzaWduIGZsYXdzIGFyZSBvbiB0aGUKdGFibGUpLgoKVGhlIGtleSBz
ZWVtcyB0byBiZSBpbiB0aGVzZSBsaW5lcyBmcm9tIGpvdXJuYWxjdGw6Ci4uLgpNYXkgMTYgMTQ6
MDY6MDggbW9sbml4IGtlcm5lbDogYnJpZGdlOiBhdXRvbWF0aWMgZmlsdGVyaW5nIHZpYSBhcnAv
aXAvaXA2dGFibGVzIGhhcyBiZWVuIGRlcHJlY2F0ZWQuIFVwZGF0ZSB5b3VyIHNjcmlwdHMgdG8g
bG9hZCBicl9uZXRmaWx0ZXIgaWYgeW91IG5lZWQgdGhpcy4KTWF5IDE2IDE0OjA2OjA4IG1vbG5p
eCBrZXJuZWw6IGRldmljZSBlbm8xIGVudGVyZWQgcHJvbWlzY3VvdXMgbW9kZQpNYXkgMTYgMTQ6
MDY6MDggbW9sbml4IHN5c3RlbWQtdWRldmRbNjg5XTogUHJvY2VzcyAnL2xpYi91ZGV2L2hkcGFy
bScgZmFpbGVkIHdpdGggZXhpdCBjb2RlIDUuCk1heSAxNiAxNDowNjowOCBtb2xuaXggc3lzdGVt
ZC11ZGV2ZFs3MDFdOiBQcm9jZXNzICcvbGliL3VkZXYvaGRwYXJtJyBmYWlsZWQgd2l0aCBleGl0
IGNvZGUgNS4KTWF5IDE2IDE0OjA2OjA4IG1vbG5peCBzeXN0ZW1kLXVkZXZkWzcwN106IFByb2Nl
c3MgJy9saWIvdWRldi9oZHBhcm0nIGZhaWxlZCB3aXRoIGV4aXQgY29kZSA1LgpNYXkgMTYgMTQ6
MDY6MDggbW9sbml4IHN5c3RlbWRbMV06IFN0YXJ0ZWQgTW9uaXRvcmluZyBvZiBMVk0yIG1pcnJv
cnMsIHNuYXBzaG90cyBldGMuIHVzaW5nIGRtZXZlbnRkIG9yIHByb2dyZXNzIHBvbGxpbmcuCk1h
eSAxNiAxNDowNjowOCBtb2xuaXggc3lzdGVtZC11ZGV2ZFs3MDFdOiBQcm9jZXNzICcvc2Jpbi9t
ZGFkbSAtLWluY3JlbWVudGFsIC9kZXYvc2RhMiAtLW9mZnJvb3QnIGZhaWxlZCB3aXRoIGV4aXQg
Y29kZSAxLgpNYXkgMTYgMTQ6MDY6MDggbW9sbml4IHN5c3RlbWQtdWRldmRbNzA3XTogUHJvY2Vz
cyAnL3NiaW4vbWRhZG0gLS1pbmNyZW1lbnRhbCAvZGV2L3NkYTMgLS1vZmZyb290JyBmYWlsZWQg
d2l0aCBleGl0IGNvZGUgMS4KTWF5IDE2IDE0OjA2OjA4IG1vbG5peCBzeXN0ZW1kWzFdOiBGb3Vu
ZCBkZXZpY2UgU2Ftc3VuZ19TU0RfODUwX0VWT18yNTBHQiBFRklceDIwU3lzdGVtXHgyMFBhcnRp
dGlvbi4KTWF5IDE2IDE0OjA2OjA4IG1vbG5peCBzeXN0ZW1kLXVkZXZkWzcwOF06IFByb2Nlc3Mg
Jy9zYmluL21kYWRtIC0taW5jcmVtZW50YWwgL2Rldi9zZGE0IC0tb2Zmcm9vdCcgZmFpbGVkIHdp
dGggZXhpdCBjb2RlIDEuCk1heSAxNiAxNDowNjowOCBtb2xuaXggc3lzdGVtZC11ZGV2ZFs2ODld
OiBQcm9jZXNzICcvc2Jpbi9tZGFkbSAtLWluY3JlbWVudGFsIC9kZXYvc2RiMyAtLW9mZnJvb3Qn
IGZhaWxlZCB3aXRoIGV4aXQgY29kZSAxLgpNYXkgMTYgMTQ6MDY6MDggbW9sbml4IHN5c3RlbWRb
MV06IFJlYWNoZWQgdGFyZ2V0IExvY2FsIEZpbGUgU3lzdGVtcyAoUHJlKS4KTWF5IDE2IDE0OjA2
OjA4IG1vbG5peCBzeXN0ZW1kLXVkZXZkWzcwMV06IFByb2Nlc3MgJy9zYmluL21kYWRtIC0taW5j
cmVtZW50YWwgL2Rldi9zZGI0IC0tb2Zmcm9vdCcgZmFpbGVkIHdpdGggZXhpdCBjb2RlIDEuCk1h
eSAxNiAxNDowNjowOCBtb2xuaXggc3lzdGVtZC11ZGV2ZFs2OTldOiBQcm9jZXNzICcvc2Jpbi9t
ZGFkbSAtLWluY3JlbWVudGFsIC9kZXYvc2RiMiAtLW9mZnJvb3QnIGZhaWxlZCB3aXRoIGV4aXQg
Y29kZSAxLgpNYXkgMTYgMTQ6MDY6MDggbW9sbml4IHN5c3RlbWQtdWRldmRbNzA2XTogUHJvY2Vz
cyAnL2xpYi91ZGV2L2hkcGFybScgZmFpbGVkIHdpdGggZXhpdCBjb2RlIDUuCk1heSAxNiAxNDow
NjowOCBtb2xuaXgga2VybmVsOiBpcG1pX3NpIElQSTAwMDE6MDA6IFRoZSBCTUMgZG9lcyBub3Qg
c3VwcG9ydCBjbGVhcmluZyB0aGUgcmVjdiBpcnEgYml0LCBjb21wZW5zYXRpbmcsIGJ1dCB0aGUg
Qk1DIG5lZWRzIHRvIGJlIGZpeGVkLgpNYXkgMTYgMTQ6MDY6MDggbW9sbml4IGtlcm5lbDogaXBt
aV9zaSBJUEkwMDAxOjAwOiBGb3VuZCBuZXcgQk1DIChtYW5faWQ6IDB4MDAyYTdjLCBwcm9kX2lk
OiAweDA4NmQsIGRldl9pZDogMHgyMCkKLi4uCgpQcm9ibGVtVHlwZTogQnVnCkRpc3Ryb1JlbGVh
c2U6IFVidW50dSAxNi4wNApQYWNrYWdlOiBzeXN0ZW1kIDIyOS00dWJ1bnR1NQpQcm9jVmVyc2lv
blNpZ25hdHVyZTogVWJ1bnR1IDQuNC4wLTIyLjM5LWdlbmVyaWMgNC40LjgKVW5hbWU6IExpbnV4
IDQuNC4wLTIyLWdlbmVyaWMgeDg2XzY0Ck5vbmZyZWVLZXJuZWxNb2R1bGVzOiB6ZnMgenVuaWNv
ZGUgemNvbW1vbiB6bnZwYWlyIHphdmwKQXBwb3J0VmVyc2lvbjogMi4yMC4xLTB1YnVudHUyCkFy
Y2hpdGVjdHVyZTogYW1kNjQKRGF0ZTogTW9uIE1heSAxNiAxNDoxNzozMSAyMDE2Ckluc3RhbGxh
dGlvbkRhdGU6IEluc3RhbGxlZCBvbiAyMDE2LTA1LTE1ICgwIGRheXMgYWdvKQpJbnN0YWxsYXRp
b25NZWRpYTogVWJ1bnR1LVNlcnZlciAxNi4wNCBMVFMgIlhlbmlhbCBYZXJ1cyIgLSBSZWxlYXNl
IGFtZDY0ICgyMDE2MDQyMC4zKQpNYWNoaW5lVHlwZTogU3VwZXJtaWNybyBTdXBlciBTZXJ2ZXIK
UHJvY0tlcm5lbENtZExpbmU6IEJPT1RfSU1BR0U9L3ZtbGludXotNC40LjAtMjItZ2VuZXJpYy5l
Zmkuc2lnbmVkIHJvb3Q9VVVJRD0wY2E2NTMwOC0zZjcwLTQyMzEtOGY1Zi1lNjg1ODNhNmQ1YjMg
cm8KU291cmNlUGFja2FnZTogc3lzdGVtZApTeXN0ZW1kRGVsdGE6CsKgW0VYVEVOREVEXSAgIC9s
aWIvc3lzdGVtZC9zeXN0ZW0vc3lzdGVtZC10aW1lc3luY2Quc2VydmljZSDihpIgL2xpYi9zeXN0
ZW1kL3N5c3RlbS9zeXN0ZW1kLXRpbWVzeW5jZC5zZXJ2aWNlLmQvZGlzYWJsZS13aXRoLXRpbWUt
ZGFlbW9uLmNvbmYKwqBbRVhURU5ERURdICAgL2xpYi9zeXN0ZW1kL3N5c3RlbS9yYy1sb2NhbC5z
ZXJ2aWNlIOKGkiAvbGliL3N5c3RlbWQvc3lzdGVtL3JjLWxvY2FsLnNlcnZpY2UuZC9kZWJpYW4u
Y29uZgoKwqAyIG92ZXJyaWRkZW4gY29uZmlndXJhdGlvbiBmaWxlcyBmb3VuZC4KVXBncmFkZVN0
YXR1czogTm8gdXBncmFkZSBsb2cgcHJlc2VudCAocHJvYmFibHkgZnJlc2ggaW5zdGFsbCkKZG1p
LmJpb3MuZGF0ZTogMDEvMDQvMjAxNgpkbWkuYmlvcy52ZW5kb3I6IEFtZXJpY2FuIE1lZ2F0cmVu
ZHMgSW5jLgpkbWkuYmlvcy52ZXJzaW9uOiAxLjBjCmRtaS5ib2FyZC5hc3NldC50YWc6IFRvIGJl
IGZpbGxlZCBieSBPLkUuTS4KZG1pLmJvYXJkLm5hbWU6IFgxMFNEVi00Qy1UTE40RgpkbWkuYm9h
cmQudmVuZG9yOiBTdXBlcm1pY3JvCmRtaS5ib2FyZC52ZXJzaW9uOiAyLjAwCmRtaS5jaGFzc2lz
LmFzc2V0LnRhZzogVG8gQmUgRmlsbGVkIEJ5IE8uRS5NLgpkbWkuY2hhc3Npcy50eXBlOiAxNwpk
bWkuY2hhc3Npcy52ZW5kb3I6IFN1cGVybWljcm8KZG1pLmNoYXNzaXMudmVyc2lvbjogMDEyMzQ1
Njc4OQpkbWkubW9kYWxpYXM6IGRtaTpidm5BbWVyaWNhbk1lZ2F0cmVuZHNJbmMuOmJ2cjEuMGM6
YmQwMS8wNC8yMDE2OnN2blN1cGVybWljcm86cG5TdXBlclNlcnZlcjpwdnIwMTIzNDU2Nzg5OnJ2
blN1cGVybWljcm86cm5YMTBTRFYtNEMtVExONEY6cnZyMi4wMDpjdm5TdXBlcm1pY3JvOmN0MTc6
Y3ZyMDEyMzQ1Njc4OToKZG1pLnByb2R1Y3QubmFtZTogU3VwZXIgU2VydmVyCmRtaS5wcm9kdWN0
LnZlcnNpb246IDAxMjM0NTY3ODkKZG1pLnN5cy52ZW5kb3I6IFN1cGVybWljcm8KCioqIEFmZmVj
dHM6IHN5c3RlbWQgKFVidW50dSkKICAgICBJbXBvcnRhbmNlOiBVbmRlY2lkZWQKICAgICAgICAg
U3RhdHVzOiBOZXcKCgoqKiBUYWdzOiBhbWQ2NCBhcHBvcnQtYnVnIHhlbmlhbAoKKiogRGVzY3Jp
cHRpb24gY2hhbmdlZDoKCiAgT24gYSBmcmVzaCBVYnVudHUgWGVuaWFsIDE2LjA0IExUUyBTZXJ2
ZXIgaW5zdGFsbCwgdGhlIGJvb3Qgc3RhbGxzIGZvcgogIGV4YWN0bHkgOTAgc2Vjb25kcyB3aGVu
IHVzaW5nIGEgZmFpcmx5IGNvbXBsZXggcGFydGl0aW9uaW5nIHNldHVwLiBBZnRlcgogIHRoaXMs
IGV2ZXJ5dGhpbmcgd29ya3MgYXMgZXhwZWN0ZWQuCiAgCiAgVGhlIHBhcnRpdGlvbmluZyBpcyBh
cyBmb2xsb3dzOgogIC9zZGEgR1BUCiAgL3NkYTEgRVNQICgvYm9vdC9lZmkpCiAgL3NkYTIgcmFp
ZDEgbWQwIGV4dDQgKC9ib290KQogIC9zZGEzIHJhaWQxIG1kMSBsdWtzLHBhc3NwaHJhc2UgZXh0
NCAoLykKICAvc2RhNCByYWlkMSBtZDIgbHVrcyxrZXkgemZzCiAgL3NkYiBHUFQKICAvc2RiMSBF
U1AgKGNvcHkgb2YgL2Jvb3QvZWZpKQogIC9zZGIyIHJhaWQxIG1kMCBleHQ0ICgvYm9vdCkKICAv
c2RiMyByYWlkMSBtZDEgbHVrcyxwYXNzcGhyYXNlIGV4dDQgKC8pCiAgL3NkYjQgcmFpZDEgbWQy
IGx1a3Msa2V5IHpmcwogIC9zZGMgR1BUCiAgL3NkYzEgbHVrcyxrZXkgeGZzCiAgL3NkZCBHUFQK
ICAvc2RkMSBsdWtzLGtleSB4ZnMKLSAvc2RkMSBsdWtzLHJhbmRvbSBzd2FwCisgL3NkZDIgbHVr
cyxyYW5kb20gc3dhcAogIAogIFRoaXMgbWF5IGJlIGFuIGluc3RhbGxlciBvciBtZGFkbSBidWcg
aW5zdGVhZCAtIEkgaGF2ZSBub3QgYmVlbiBhYmxlIHRvCiAgZXhhY3RseSBkZXRlcm1pbmUgdGhl
IGNhdXNlIG9mIHRoZSBidWcuCiAgCiAgSSBoYXZlIHNldmVyYWwgaWRlbnRpY2FsIHNlcnZlcnMs
IGFsbCBzaG93aW5nIHRoZSBzYW1lIHN5bXB0b20sIHNvIGl0CiAgc2hvdWxkIG5vdCBiZSBkdWUg
dG8gYnJva2VuIGhhcmR3YXJlIChhbHRob3VnaCBkZXNpZ24gZmxhd3MgYXJlIG9uIHRoZQogIHRh
YmxlKS4KICAKICBUaGUga2V5IHNlZW1zIHRvIGJlIGluIHRoZXNlIGxpbmVzIGZyb20gam91cm5h
bGN0bDoKICAuLi4KICBNYXkgMTYgMTQ6MDY6MDggbW9sbml4IGtlcm5lbDogYnJpZGdlOiBhdXRv
bWF0aWMgZmlsdGVyaW5nIHZpYSBhcnAvaXAvaXA2dGFibGVzIGhhcyBiZWVuIGRlcHJlY2F0ZWQu
IFVwZGF0ZSB5b3VyIHNjcmlwdHMgdG8gbG9hZCBicl9uZXRmaWx0ZXIgaWYgeW91IG5lZWQgdGhp
cy4KICBNYXkgMTYgMTQ6MDY6MDggbW9sbml4IGtlcm5lbDogZGV2aWNlIGVubzEgZW50ZXJlZCBw
cm9taXNjdW91cyBtb2RlCiAgTWF5IDE2IDE0OjA2OjA4IG1vbG5peCBzeXN0ZW1kLXVkZXZkWzY4
OV06IFByb2Nlc3MgJy9saWIvdWRldi9oZHBhcm0nIGZhaWxlZCB3aXRoIGV4aXQgY29kZSA1Lgog
IE1heSAxNiAxNDowNjowOCBtb2xuaXggc3lzdGVtZC11ZGV2ZFs3MDFdOiBQcm9jZXNzICcvbGli
L3VkZXYvaGRwYXJtJyBmYWlsZWQgd2l0aCBleGl0IGNvZGUgNS4KICBNYXkgMTYgMTQ6MDY6MDgg
bW9sbml4IHN5c3RlbWQtdWRldmRbNzA3XTogUHJvY2VzcyAnL2xpYi91ZGV2L2hkcGFybScgZmFp
bGVkIHdpdGggZXhpdCBjb2RlIDUuCiAgTWF5IDE2IDE0OjA2OjA4IG1vbG5peCBzeXN0ZW1kWzFd
OiBTdGFydGVkIE1vbml0b3Jpbmcgb2YgTFZNMiBtaXJyb3JzLCBzbmFwc2hvdHMgZXRjLiB1c2lu
ZyBkbWV2ZW50ZCBvciBwcm9ncmVzcyBwb2xsaW5nLgogIE1heSAxNiAxNDowNjowOCBtb2xuaXgg
c3lzdGVtZC11ZGV2ZFs3MDFdOiBQcm9jZXNzICcvc2Jpbi9tZGFkbSAtLWluY3JlbWVudGFsIC9k
ZXYvc2RhMiAtLW9mZnJvb3QnIGZhaWxlZCB3aXRoIGV4aXQgY29kZSAxLgogIE1heSAxNiAxNDow
NjowOCBtb2xuaXggc3lzdGVtZC11ZGV2ZFs3MDddOiBQcm9jZXNzICcvc2Jpbi9tZGFkbSAtLWlu
Y3JlbWVudGFsIC9kZXYvc2RhMyAtLW9mZnJvb3QnIGZhaWxlZCB3aXRoIGV4aXQgY29kZSAxLgog
IE1heSAxNiAxNDowNjowOCBtb2xuaXggc3lzdGVtZFsxXTogRm91bmQgZGV2aWNlIFNhbXN1bmdf
U1NEXzg1MF9FVk9fMjUwR0IgRUZJXHgyMFN5c3RlbVx4MjBQYXJ0aXRpb24uCiAgTWF5IDE2IDE0
OjA2OjA4IG1vbG5peCBzeXN0ZW1kLXVkZXZkWzcwOF06IFByb2Nlc3MgJy9zYmluL21kYWRtIC0t
aW5jcmVtZW50YWwgL2Rldi9zZGE0IC0tb2Zmcm9vdCcgZmFpbGVkIHdpdGggZXhpdCBjb2RlIDEu
CiAgTWF5IDE2IDE0OjA2OjA4IG1vbG5peCBzeXN0ZW1kLXVkZXZkWzY4OV06IFByb2Nlc3MgJy9z
YmluL21kYWRtIC0taW5jcmVtZW50YWwgL2Rldi9zZGIzIC0tb2Zmcm9vdCcgZmFpbGVkIHdpdGgg
ZXhpdCBjb2RlIDEuCiAgTWF5IDE2IDE0OjA2OjA4IG1vbG5peCBzeXN0ZW1kWzFdOiBSZWFjaGVk
IHRhcmdldCBMb2NhbCBGaWxlIFN5c3RlbXMgKFByZSkuCiAgTWF5IDE2IDE0OjA2OjA4IG1vbG5p
eCBzeXN0ZW1kLXVkZXZkWzcwMV06IFByb2Nlc3MgJy9zYmluL21kYWRtIC0taW5jcmVtZW50YWwg
L2Rldi9zZGI0IC0tb2Zmcm9vdCcgZmFpbGVkIHdpdGggZXhpdCBjb2RlIDEuCiAgTWF5IDE2IDE0
OjA2OjA4IG1vbG5peCBzeXN0ZW1kLXVkZXZkWzY5OV06IFByb2Nlc3MgJy9zYmluL21kYWRtIC0t
aW5jcmVtZW50YWwgL2Rldi9zZGIyIC0tb2Zmcm9vdCcgZmFpbGVkIHdpdGggZXhpdCBjb2RlIDEu
CiAgTWF5IDE2IDE0OjA2OjA4IG1vbG5peCBzeXN0ZW1kLXVkZXZkWzcwNl06IFByb2Nlc3MgJy9s
aWIvdWRldi9oZHBhcm0nIGZhaWxlZCB3aXRoIGV4aXQgY29kZSA1LgogIE1heSAxNiAxNDowNjow
OCBtb2xuaXgga2VybmVsOiBpcG1pX3NpIElQSTAwMDE6MDA6IFRoZSBCTUMgZG9lcyBub3Qgc3Vw
cG9ydCBjbGVhcmluZyB0aGUgcmVjdiBpcnEgYml0LCBjb21wZW5zYXRpbmcsIGJ1dCB0aGUgQk1D
IG5lZWRzIHRvIGJlIGZpeGVkLgogIE1heSAxNiAxNDowNjowOCBtb2xuaXgga2VybmVsOiBpcG1p
X3NpIElQSTAwMDE6MDA6IEZvdW5kIG5ldyBCTUMgKG1hbl9pZDogMHgwMDJhN2MsIHByb2RfaWQ6
IDB4MDg2ZCwgZGV2X2lkOiAweDIwKQogIC4uLgogIAogIFByb2JsZW1UeXBlOiBCdWcKICBEaXN0
cm9SZWxlYXNlOiBVYnVudHUgMTYuMDQKICBQYWNrYWdlOiBzeXN0ZW1kIDIyOS00dWJ1bnR1NQog
IFByb2NWZXJzaW9uU2lnbmF0dXJlOiBVYnVudHUgNC40LjAtMjIuMzktZ2VuZXJpYyA0LjQuOAog
IFVuYW1lOiBMaW51eCA0LjQuMC0yMi1nZW5lcmljIHg4Nl82NAogIE5vbmZyZWVLZXJuZWxNb2R1
bGVzOiB6ZnMgenVuaWNvZGUgemNvbW1vbiB6bnZwYWlyIHphdmwKICBBcHBvcnRWZXJzaW9uOiAy
LjIwLjEtMHVidW50dTIKICBBcmNoaXRlY3R1cmU6IGFtZDY0CiAgRGF0ZTogTW9uIE1heSAxNiAx
NDoxNzozMSAyMDE2CiAgSW5zdGFsbGF0aW9uRGF0ZTogSW5zdGFsbGVkIG9uIDIwMTYtMDUtMTUg
KDAgZGF5cyBhZ28pCiAgSW5zdGFsbGF0aW9uTWVkaWE6IFVidW50dS1TZXJ2ZXIgMTYuMDQgTFRT
ICJYZW5pYWwgWGVydXMiIC0gUmVsZWFzZSBhbWQ2NCAoMjAxNjA0MjAuMykKICBNYWNoaW5lVHlw
ZTogU3VwZXJtaWNybyBTdXBlciBTZXJ2ZXIKICBQcm9jS2VybmVsQ21kTGluZTogQk9PVF9JTUFH
RT0vdm1saW51ei00LjQuMC0yMi1nZW5lcmljLmVmaS5zaWduZWQgcm9vdD1VVUlEPTBjYTY1MzA4
LTNmNzAtNDIzMS04ZjVmLWU2ODU4M2E2ZDViMyBybwogIFNvdXJjZVBhY2thZ2U6IHN5c3RlbWQK
ICBTeXN0ZW1kRGVsdGE6Ci0gIFtFWFRFTkRFRF0gICAvbGliL3N5c3RlbWQvc3lzdGVtL3N5c3Rl
bWQtdGltZXN5bmNkLnNlcnZpY2Ug4oaSIC9saWIvc3lzdGVtZC9zeXN0ZW0vc3lzdGVtZC10aW1l
c3luY2Quc2VydmljZS5kL2Rpc2FibGUtd2l0aC10aW1lLWRhZW1vbi5jb25mCi0gIFtFWFRFTkRF
RF0gICAvbGliL3N5c3RlbWQvc3lzdGVtL3JjLWxvY2FsLnNlcnZpY2Ug4oaSIC9saWIvc3lzdGVt
ZC9zeXN0ZW0vcmMtbG9jYWwuc2VydmljZS5kL2RlYmlhbi5jb25mCi0gIAotICAyIG92ZXJyaWRk
ZW4gY29uZmlndXJhdGlvbiBmaWxlcyBmb3VuZC4KKyDCoFtFWFRFTkRFRF0gICAvbGliL3N5c3Rl
bWQvc3lzdGVtL3N5c3RlbWQtdGltZXN5bmNkLnNlcnZpY2Ug4oaSIC9saWIvc3lzdGVtZC9zeXN0
ZW0vc3lzdGVtZC10aW1lc3luY2Quc2VydmljZS5kL2Rpc2FibGUtd2l0aC10aW1lLWRhZW1vbi5j
b25mCisgwqBbRVhURU5ERURdICAgL2xpYi9zeXN0ZW1kL3N5c3RlbS9yYy1sb2NhbC5zZXJ2aWNl
IOKGkiAvbGliL3N5c3RlbWQvc3lzdGVtL3JjLWxvY2FsLnNlcnZpY2UuZC9kZWJpYW4uY29uZgor
IAorIMKgMiBvdmVycmlkZGVuIGNvbmZpZ3VyYXRpb24gZmlsZXMgZm91bmQuCiAgVXBncmFkZVN0
YXR1czogTm8gdXBncmFkZSBsb2cgcHJlc2VudCAocHJvYmFibHkgZnJlc2ggaW5zdGFsbCkKICBk
bWkuYmlvcy5kYXRlOiAwMS8wNC8yMDE2CiAgZG1pLmJpb3MudmVuZG9yOiBBbWVyaWNhbiBNZWdh
dHJlbmRzIEluYy4KICBkbWkuYmlvcy52ZXJzaW9uOiAxLjBjCiAgZG1pLmJvYXJkLmFzc2V0LnRh
ZzogVG8gYmUgZmlsbGVkIGJ5IE8uRS5NLgogIGRtaS5ib2FyZC5uYW1lOiBYMTBTRFYtNEMtVExO
NEYKICBkbWkuYm9hcmQudmVuZG9yOiBTdXBlcm1pY3JvCiAgZG1pLmJvYXJkLnZlcnNpb246IDIu
MDAKICBkbWkuY2hhc3Npcy5hc3NldC50YWc6IFRvIEJlIEZpbGxlZCBCeSBPLkUuTS4KICBkbWku
Y2hhc3Npcy50eXBlOiAxNwogIGRtaS5jaGFzc2lzLnZlbmRvcjogU3VwZXJtaWNybwogIGRtaS5j
aGFzc2lzLnZlcnNpb246IDAxMjM0NTY3ODkKICBkbWkubW9kYWxpYXM6IGRtaTpidm5BbWVyaWNh
bk1lZ2F0cmVuZHNJbmMuOmJ2cjEuMGM6YmQwMS8wNC8yMDE2OnN2blN1cGVybWljcm86cG5TdXBl
clNlcnZlcjpwdnIwMTIzNDU2Nzg5OnJ2blN1cGVybWljcm86cm5YMTBTRFYtNEMtVExONEY6cnZy
Mi4wMDpjdm5TdXBlcm1pY3JvOmN0MTc6Y3ZyMDEyMzQ1Njc4OToKICBkbWkucHJvZHVjdC5uYW1l
OiBTdXBlciBTZXJ2ZXIKICBkbWkucHJvZHVjdC52ZXJzaW9uOiAwMTIzNDU2Nzg5CiAgZG1pLnN5
cy52ZW5kb3I6IFN1cGVybWljcm8KCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0
aW9uIGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGlj
aCBpcyBzdWJzY3JpYmVkIHRvIHN5c3RlbWQgaW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNo
cGFkLm5ldC9idWdzLzE1ODIxOTEKClRpdGxlOgogIEJvb3Qgc3RhbGxzIGZvciA5MCBzZWNvbmRz
IG9uIG1kYWRtCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoK
aHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2Uvc3lzdGVtZC8rYnVnLzE1
ODIxOTEvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0
b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFu
L2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 11:41:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1314626C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 11:41:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0AEA31A355B;
	Mon, 16 May 2016 11:41:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2Gtg-0002jd-UP; Mon, 16 May 2016 11:41:16 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2Gte-0002iT-T6
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 11:41:14 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2Gte-0003dK-An
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 11:41:14 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 457192E80CB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 11:41:14 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 11:32:15 -0000
From: GingwinJoe <1253096@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=empathy; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=hundredpapercuts; status=Confirmed; importance=High; 
 assignee=djg5@princeton.edu; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=empathy; component=universe;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug saucy third-party-packages trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alexandre-mbm atlantide djg5 es20490446e janitor
 mehdix oyvinst ubuntu2016 walter-garcia watermark86
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98yvind_Stegard_=28oyvinst=29?=
X-Launchpad-Bug-Modifier: GingwinJoe (atlantide)
References: <20131120141703.19840.6923.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160516113215.340.77822.malone@chaenomeles.canonical.com>
Subject: [Bug 1253096] Re: Cannot add IRC account with NickServ password
X-Launchpad-Message-Rationale: Subscriber (empathy in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2655df5de63bfc516ecd1aade6953dc5a3d46387
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1253096 <1253096@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Is this ever going to get fixed??

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1253096

Title:
  Cannot add IRC account with NickServ password

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/1253096/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 11:50:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 836CE26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 11:50:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7C1471A36C4;
	Mon, 16 May 2016 11:50:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2H31-0004hG-36; Mon, 16 May 2016 11:50:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2H2z-0004gH-SU
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 11:50:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2H2x-0006NE-Ua
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 11:50:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7F08A2E80CF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 11:50:51 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 11:42:39 -0000
From: Amr Ibrahim <1294015@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=trusty.3; status=Triaged;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gjs; component=universe;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty; sourcepackage=gjs; 
 component=universe; status=Confirmed; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=gnome-settings-daemon; component=main; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic; sourcepackage=gjs; 
 component=universe; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=gnome-settings-daemon; component=main; status=Won't Fix;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 apport darkxst janitor olive r0lf
X-Launchpad-Bug-Reporter: =?utf-8?q?Olivier_Cort=C3=A8s_=28olive=29?=
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20140318094418.18850.22675.malonedeb@wampee.canonical.com>
Message-Id: <20160516114239.8480.27290.malone@soybean.canonical.com>
Subject: [Bug 1294015] Re: gjs-console crashed with signal 5 in
 g_settings_bind_with_mapping()
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 685202428c3572cfde3ea916e7456a03e1ca671e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1294015 <1294015@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Is this fixed in Xenial or later?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1294015

Title:
  gjs-console crashed with signal 5 in g_settings_bind_with_mapping()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1294015/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 12:35:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D140E26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 12:35:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C6F891A35D6;
	Mon, 16 May 2016 12:35:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2HkN-0000lD-Kk; Mon, 16 May 2016 12:35:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2HkM-0000kK-6C
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 12:35:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2HkL-0006cf-L4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 12:35:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6A5B82E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 12:35:41 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 12:28:52 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jfarroyo82 mitya57
X-Launchpad-Bug-Reporter: elhoir (jfarroyo82)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20160515094211.8326.43311.malonedeb@soybean.canonical.com>
Message-Id: <20160516122852.863.55431.malone@chaenomeles.canonical.com>
Subject: [Bug 1581934] Re: metacity crashes too frequently
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1d1bc3825e571315c6a6216a77c1a0d4a41da37b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581934 <1581934@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hi,

It would be nice to get some stacktrace of the crash, either generated
by apport or manually, using instructions at
https://wiki.ubuntu.com/DebuggingProgramCrash.

** Changed in: metacity (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1581934

Title:
  metacity crashes too frequently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1581934/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 13:55:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5932C26C22DA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 13:55:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 521EA1A3797;
	Mon, 16 May 2016 13:55:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2J00-0002fH-0q; Mon, 16 May 2016 13:55:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2Izy-0002ed-BA
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 13:55:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2Izx-0001ye-Vn
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 13:55:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EB4642E808D
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 13:55:53 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 13:46:49 -0000
From: Cyrilco <cyrilco@free.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blade19899 canalegrande charles-b-mathias
 cyberhumano cyrilco elberro g-breysse hadriman hookedonhiken janitor
 kyalovincent mardalgo nkurbanov95 ogresto
 tero-terokankaanpera-deactivatedaccount v-paul-p y-baidiuk
X-Launchpad-Bug-Reporter: Imri Paloja (blade19899)
X-Launchpad-Bug-Modifier: Cyrilco (cyrilco)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160422081107.24544.98090.malonedeb@gac.canonical.com>
Message-Id: <20160516134649.20962.76238.malone@wampee.canonical.com>
Subject: [Bug 1573453] Re: gnome-software cant find
 libgs_plugin_xdg_app_reviews.so
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: deb81bae0d61c8e193b0bb14fa290ca4599133a2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573453 <1573453@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

I have the same issue

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573453

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1573453/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 14:37:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 448FA26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 14:37:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3D86F1A367F;
	Mon, 16 May 2016 14:37:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2Jdj-0008C3-4p; Mon, 16 May 2016 14:36:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2Jdh-0008Az-Ar
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 14:36:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2Jdh-0003QJ-0K
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 14:36:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E7F092E8060
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 14:36:56 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 14:27:47 -0000
From: "Thomas A. F. Thorne" <1364285@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Expired; importance=Critical; assignee=None; 
X-Launchpad-Bug-Tags: apport-recoverableproblem i386 utopic
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9 bapjo75 fitojb janitor mjblenner tafthorne
X-Launchpad-Bug-Reporter: jo (bapjo75)
X-Launchpad-Bug-Modifier: Thomas A. F. Thorne (tafthorne)
References: <20140902085233.9012.80623.malonedeb@gac.canonical.com>
Message-Id: <20160516142748.8295.51960.malone@soybean.canonical.com>
Subject: [Bug 1364285] Re: nautilus does not start
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 92e4fd2a399c01d695108bc58e5a4b00a070383c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1364285 <1364285@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have apparently seen this error on:
$ uname -a
Linux thorne-ul-dt 3.16.0-71-generic #91~14.04.1-Ubuntu SMP Mon Apr 18 19:43:36 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
I do not know how I caused it to happen though.  The automatic error reporting brought me here.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1364285

Title:
  nautilus does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1364285/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 15:25:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7E35926C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 15:25:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 73AE51A375B;
	Mon, 16 May 2016 15:25:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2KOr-0007OM-9k; Mon, 16 May 2016 15:25:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2KOq-0007Nz-Fp
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 15:25:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2KOq-0007fV-34
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 15:25:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 11CAA2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 15:25:40 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 15:17:08 -0000
From: =?utf-8?b?6LO05a625Lqo?= <laichiaheng@outlook.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laichiaheng
X-Launchpad-Bug-Reporter: =?utf-8?b?6LO05a625LqoIChsYWljaGlhaGVuZyk=?=
X-Launchpad-Bug-Modifier: =?utf-8?b?6LO05a625LqoIChsYWljaGlhaGVuZyk=?=
Message-Id: <20160516151708.8480.23852.malonedeb@soybean.canonical.com>
Subject: [Bug 1582275] [NEW] I can't find sshfs
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0fd4ac6577bc2096b5337e4fd2214475bd315fb1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582275 <1582275@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

As title

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-software 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May 16 22:27:43 2016
InstallationDate: Installed on 2016-04-22 (24 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1582275

Title:
  I can't find sshfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1582275/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 15:25:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C446F26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 15:25:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BF1AA1A3770;
	Mon, 16 May 2016 15:25:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2KP1-0007SM-ML; Mon, 16 May 2016 15:25:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2KP0-0007Rl-A3
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 15:25:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2KOz-0007oG-RM
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 15:25:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C6DD82E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 15:25:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 15:20:22 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor launchpad-startport martyj ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160408172851.31644.41193.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160516152022.20886.89055.malone@wampee.canonical.com>
Subject: [Bug 1568056] Re: Official Package-Names Not Shown in Gnome-Software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5b47f0b655ce24a379101e7ba45de9f1e142a0bb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1568056 <1568056@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

That still doesn't include information on why you need to know the package name at all...
In any case, most stuff in the AppStream cache can be queried via `appstreamcli search audovia` (and it shows the package name on the CLI).
If you really think this is necessary, I suggest you to take this upstream (report a bug at GNOME and link it here). If it gets accepted, we will have the change downstream soon.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1568056

Title:
  Official Package-Names Not Shown in Gnome-Software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1568056/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 16:01:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A28C226C21DB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 16:01:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9B6A91A37A3;
	Mon, 16 May 2016 16:01:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2Kx5-0004Pr-5s; Mon, 16 May 2016 16:01:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2Kx3-0004Pg-UP
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 16:01:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2Kx3-0003Mm-HU
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 16:01:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7CE122E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 16:01:01 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 15:54:17 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shotwell; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=shotwell; component=main; 
 status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20160512190512.13999.59207.malonedeb@soybean.canonical.com>
Message-Id: <20160516155418.7964.36796.launchpad@soybean.canonical.com>
Subject: [Bug 1581180] Re: Update to Shotwell 0.23.0
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: db226297277f09dfa815f818bce8333f2fd524b6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581180 <1581180@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1581180

Title:
  Update to Shotwell 0.23.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1581180/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 16:45:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A426226C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 16:45:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A06521A37A5;
	Mon, 16 May 2016 16:45:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2LeW-0002fO-ES; Mon, 16 May 2016 16:45:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2LeV-0002fC-4j
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 16:45:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2LeU-0002a5-LA
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 16:45:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7694E2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 16:45:54 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 16:37:34 -0000
From: =?utf-8?q?Ad=C3=A1n_S=C3=A1nchez_de_Pedro?= <adan.sdpc@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome-flashback; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adan-sdpc debug-ito gregory-brancq janitor
 leesharp mitya57 mystic-mirage sde suletom ville-ranki wosc
X-Launchpad-Bug-Reporter: Mystic-Mirage (mystic-mirage)
X-Launchpad-Bug-Modifier: =?utf-8?q?Ad=C3=A1n_S=C3=A1nchez_de_Pedro_=28adan?=
 =?utf-8?q?-sdpc=29?=
References: <20151003180435.1647.28860.malonedeb@wampee.canonical.com>
Message-Id: <20160516163734.981.16079.malone@chaenomeles.canonical.com>
Subject: [Bug 1502476] Re: Totem menubar is displayed in fullscreen mode
 during gnome-flaskback session
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 46b7522f26418c026f9b22e70c65a01e19ed6bbb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1502476 <1502476@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same problem on 16.04 with both xfce4 and cinnamon-session.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1502476

Title:
  Totem menubar is displayed in fullscreen mode during gnome-flaskback
  session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome-flashback/+bug/1502476/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 19:25:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2E0B826C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 19:25:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 178DD1A37E0;
	Mon, 16 May 2016 19:25:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2O9H-0005hX-IE; Mon, 16 May 2016 19:25:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2O9H-0005h9-1y
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 19:25:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2O9G-0002uB-4n
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 19:25:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2185D2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 19:25:50 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 19:15:17 -0000
From: jeuxjeux20 <yaniaitamara@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gtk; status=Incomplete; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug dist-upgrade third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yaniaitamara
X-Launchpad-Bug-Reporter: jeuxjeux20 (yaniaitamara)
X-Launchpad-Bug-Modifier: jeuxjeux20 (yaniaitamara)
References: <20160516180038.21698.1270.malonedeb@wampee.canonical.com>
Message-Id: <20160516191518.9526.2715.launchpad@soybean.canonical.com>
Subject: [Bug 1582344] Re: Progress bars not filled while downloading the
 packages on "Details" section
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e6eb519a3eaa608c9408121441e22c85ceb96600
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582344 <1582344@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: gtk+3.0 (Ubuntu)
   Importance: Undecided
       Status: New

** Summary changed:

- Progress bars not filled while downloading the packages on "Details" section
+ Progress bars not filled on the majority of GTK apps

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1582344

Title:
  Progress bars not filled on the majority of GTK apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1582344/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 19:45:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AAE6626C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 19:45:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A34A31A3C5A;
	Mon, 16 May 2016 19:45:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2OSW-0007QA-C7; Mon, 16 May 2016 19:45:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2OSU-0007Ps-Ih
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 19:45:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2OST-0006R3-T9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 19:45:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DA3322E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 19:45:41 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 19:36:00 -0000
From: jeuxjeux20 <yaniaitamara@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug dist-upgrade third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yaniaitamara
X-Launchpad-Bug-Reporter: jeuxjeux20 (yaniaitamara)
X-Launchpad-Bug-Modifier: jeuxjeux20 (yaniaitamara)
References: <20160516180038.21698.1270.malonedeb@wampee.canonical.com>
Message-Id: <20160516193600.9734.76224.launchpad@gac.canonical.com>
Subject: [Bug 1582344] Re: Progress bars not filled on the majority of GTK apps
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fa23c03d6e0d6d4a7839f0ea507c6f95dc044d5d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582344 <1582344@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** No longer affects: gtk

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1582344

Title:
  Progress bars not filled on the majority of GTK apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1582344/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 20:15:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CE8CD26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 20:15:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C42701A3C38;
	Mon, 16 May 2016 20:15:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2OvW-0001R5-ND; Mon, 16 May 2016 20:15:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2OvS-0001Pv-Qf
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 20:15:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2OvS-0005TT-Is
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 20:15:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7307F2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 20:15:38 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 20:06:06 -0000
From: TJ <ubuntu@iam.tj>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: tj
X-Launchpad-Bug-Reporter: TJ (tj)
X-Launchpad-Bug-Modifier: TJ (tj)
Message-Id: <20160516200606.8854.66946.malonedeb@gac.canonical.com>
Subject: [Bug 1582394] [NEW] [16.04, lxc] Failed to reset devices.list on ...
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 79eef790dece0326bd6282d2f36a6f8604174e3d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582394 <1582394@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

This seems to be identical to Bug #1413193 which affected 15.04 and was
marked Fix Released.

On a 16.04 host with a 16.04 container:

$ lxc-create -t download -n vpn01 -- -d ubuntu -r xenial -a amd64
$ lxc-start -n vpn02 -d

the container syslog shows repeated instances of "Failed to reset
devices.list on ..." and continues generating such messages:

$ grep devices.list .local/share/lxc/vpn01/rootfs/var/log/syslog

May 16 14:37:20 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/systemd-remount-fs.service: Operation not permitted
May 16 14:37:20 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/systemd-random-seed.service: Operation not permitted
May 16 14:37:23 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/rc-local.service: Operation not permitted
May 16 14:37:23 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/resolvconf.service: Operation not permitted
May 16 14:37:23 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/getty-static.service: Operation not permitted
May 16 14:37:23 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/systemd-user-sessions.service: Operation not permitted
May 16 14:37:23 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/console-getty.service: Operation not permitted
May 16 14:37:23 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/systemd-update-utmp-runlevel.service: Operation not permitted
May 16 14:37:23 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/rc-local.service: Operation not permitted
May 16 14:52:51 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/systemd-tmpfiles-clean.service: Operation not permitted
May 16 14:52:51 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/ondemand.service: Operation not permitted
May 16 15:29:30 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/console-getty.service: Operation not permitted
May 16 15:31:11 vpn01 systemd[1]: Failed to reset devices.list on /system.slice/console-getty.service: Operation not permitted

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1582394

Title:
  [16.04, lxc] Failed to reset devices.list on ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1582394/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 21:05:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3B0C426C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 21:05:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 354CF1A3809;
	Mon, 16 May 2016 21:05:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2Pi7-0007Cy-Ox; Mon, 16 May 2016 21:05:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2Pi6-0007Ch-Mn
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 21:05:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2Pi6-00009D-Bz
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 21:05:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 58D6E2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 21:05:54 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 20:57:04 -0000
From: Lonnie Lee Best <1568056@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor launchpad-startport martyj ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Lonnie Lee Best (launchpad-startport)
References: <20160408172851.31644.41193.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160516205705.21125.77477.malone@wampee.canonical.com>
Subject: [Bug 1568056] Re: Official Package-Names Not Shown in Gnome-Software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: af47f11d1122f0bfbf4485027d604816e7eb71fc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1568056 <1568056@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The fact that I (and others) want to know the package-name is reason enough, but I already gave other good reasons in post 4:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1568056/comments/4

Post 6 was to emphasize how difficult it can be to find the package name and to emphasize the convenience gained from "simply providing that information in the details section" here:
http://neartalk.com/ss/2016-05-16_002_1200x1011.png

I will take you suggestion of posting this upstream as well.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1568056

Title:
  Official Package-Names Not Shown in Gnome-Software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1568056/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 21:11:26 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 978DA26C236C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 21:11:26 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8F8081A3D0F;
	Mon, 16 May 2016 21:11:26 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2PnS-0007fU-G6; Mon, 16 May 2016 21:11:26 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2PnR-0007f7-1Q
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 21:11:25 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2PnQ-0001ee-FN
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 21:11:24 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 711782E80C0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 21:11:24 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 21:01:22 -0000
From: Andrea Azzarone <andrea.azzarone@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Incomplete; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity; component=main; 
 status=In Progress; importance=High;
 assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Triaged; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba bastarmedia
 christian-dysthe danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall last-ship lucianogardim
 m982 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso prismbox1 seb128
 vipinmsx-z willcooke woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Andrea Azzarone (azzar1)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160516210122.9222.41231.launchpad@gac.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8b4c50c55a85ad73a6b4f22ce53dd784afc14ac8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: libunity (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: libunity (Ubuntu)
       Status: New => In Progress

** Changed in: libunity (Ubuntu)
     Assignee: (unassigned) => Andrea Azzarone (azzar1)

** Changed in: libunity (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 21:11:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B058C26C236C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 21:11:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A96821A3D81;
	Mon, 16 May 2016 21:11:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2PnV-0007h7-Jz; Mon, 16 May 2016 21:11:29 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2PnU-0007gb-A4
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 21:11:28 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2PnT-0001kB-G3
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 21:11:27 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 51E9A2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 21:11:27 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 21:02:08 -0000
From: Launchpad Bug Tracker <1506744@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Incomplete; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity; component=main; 
 status=In Progress; importance=High;
 assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Triaged; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba bastarmedia
 christian-dysthe danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall last-ship lucianogardim
 m982 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso prismbox1 seb128
 vipinmsx-z willcooke woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160516210229.9433.22497.launchpad@ackee.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 06b3fd3d7bf626277e56314028f098aa0eb374cf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Branch linked: lp:~azzar1/libunity/fix-1506744

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 21:20:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 58DA826C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 21:20:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4F78B1A3CDF;
	Mon, 16 May 2016 21:20:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2PwZ-0000AW-3s; Mon, 16 May 2016 21:20:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2PwX-0000AB-57
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 21:20:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2PwW-0004sD-E1
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 21:20:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D836E2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 21:20:47 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 21:11:16 -0000
From: Apport retracing service <1582402@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash third-party-packages yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport fabiomarconi
X-Launchpad-Bug-Reporter: Fabio Marconi (fabiomarconi)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
X-Launchpad-Bug-Duplicate: 1541383
References: <20160516205720.21304.98074.malonedeb@wampee.canonical.com>
Message-Id: <20160516211116.8981.24114.malone@gac.canonical.com>
Subject: [Bug 1582402] Re: gvfsd-mtp crashed with SIGSEGV in
 libusb_bulk_transfer()
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8f86abe0a42bde1c587f89b404192e1f045e97df
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582402 <1582402@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1541383 ***
    https://bugs.launchpad.net/bugs/1541383

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1541383, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/1582402/+attachment/4664061/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   https://bugs.launchpad.net/bugs/1582402/+attachment/4664063/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   https://bugs.launchpad.net/bugs/1582402/+attachment/4664066/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   https://bugs.launchpad.net/bugs/1582402/+attachment/4664067/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   https://bugs.launchpad.net/bugs/1582402/+attachment/4664068/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   https://bugs.launchpad.net/bugs/1582402/+attachment/4664069/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   https://bugs.launchpad.net/bugs/1582402/+attachment/4664070/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1541383

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1582402

Title:
  gvfsd-mtp crashed with SIGSEGV in libusb_bulk_transfer()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1582402/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 21:30:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1F0E826C22DA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 21:30:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0FF6F1A36C9;
	Mon, 16 May 2016 21:30:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2Q6C-00019I-0R; Mon, 16 May 2016 21:30:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2Q6B-000191-9w
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 21:30:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2Q6A-0005by-Ti
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 21:30:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CB05C2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 21:30:46 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 21:20:39 -0000
From: Justin Goetz <justing@justingoetz.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=bluez; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-user-share;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=obexd; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: berend-pobox janitor justing-8 lacus1aestatis
 mateusz2238-n
X-Launchpad-Bug-Reporter: mati piela (mateusz2238-n)
X-Launchpad-Bug-Modifier: Justin Goetz (justing-8)
References: <20151226192115.18834.95836.malonedeb@wampee.canonical.com>
Message-Id: <20160516212039.9903.81082.malone@gac.canonical.com>
Subject: [Bug 1529395] Re: Cannot receive file from smartphone
X-Launchpad-Message-Rationale: Subscriber (gnome-user-share in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3b55907ee227f3cf876b76736b0f4ba39e1185c7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1529395 <1529395@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Similar issue as well. Running 15.10 and transferring file from Android
KitKat device. Error Log:

May 16 17:17:23 justin-pc001-i7 obexd[3231]: CONNECT(0x0), (null)(0xffffffff)
May 16 17:17:23 justin-pc001-i7 obexd[3231]: CONNECT(0x0), (null)(0x0)
May 16 17:17:24 justin-pc001-i7 obexd[3231]: PUT(0x2), (null)(0xffffffff)
May 16 17:17:24 justin-pc001-i7 gnome-session[2874]: ** (gnome-user-share:3218): WARNING **: 'Bonded' authorization method not implemented
May 16 17:17:24 justin-pc001-i7 obexd[3231]: Agent replied with an error: org.bluez.obex.Error.Rejected, Not Authorized
May 16 17:17:24 justin-pc001-i7 obexd[3231]: PUT(0x2), FORBIDDEN(0x43)
May 16 17:17:24 justin-pc001-i7 obexd[3231]: DISCONNECT(0x1), (null)(0xffffffff)
May 16 17:17:24 justin-pc001-i7 obexd[3231]: DISCONNECT(0x1), SUCCESS(0x20)
May 16 17:17:24 justin-pc001-i7 obexd[3231]: disconnected: Transport got disconnected
May 16 17:17:24 justin-pc001-i7 bluetoothd[20826]: Unable to get io data for Object Push: getpeername: Transport endpoint is not connected (107)

I have obexftp installed as well as enabled Personal file sharing options for bluetooth. 
Hope this bug can get fixed soon.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-user-share in Ubuntu.
https://bugs.launchpad.net/bugs/1529395

Title:
  Cannot receive file from smartphone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1529395/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 23:21:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CBA4026C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 23:21:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BC3B81A3FDC;
	Mon, 16 May 2016 23:21:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2Rov-0001wP-O0; Mon, 16 May 2016 23:21:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2Rou-0001vN-3Y
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 23:21:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2Ror-0002gv-Tz
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:21:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 483392E80DE
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:21:01 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 23:12:40 -0000
From: Andrea Azzarone <andrea.azzarone@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=In Progress; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity; component=main; 
 status=In Progress; importance=High;
 assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba azzar1 bastarmedia
 christian-dysthe danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall last-ship lucianogardim
 m982 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso prismbox1 seb128
 vipinmsx-z willcooke woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Andrea Azzarone (azzar1)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160516231243.551.12873.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a5884160df933a903dcd7e5594a0a334b87691ab
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: unity (Ubuntu)
       Status: Triaged => Invalid

** Changed in: gnome-menus (Ubuntu)
       Status: Triaged => In Progress

** Changed in: unity (Ubuntu)
     Assignee: Andrea Azzarone (azzar1) => (unassigned)

** No longer affects: unity

** Changed in: gnome-menus (Ubuntu)
     Assignee: (unassigned) => Andrea Azzarone (azzar1)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 23:25:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B0BE326C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 23:25:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AAA031A3FF9;
	Mon, 16 May 2016 23:25:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2RtX-0002lU-EG; Mon, 16 May 2016 23:25:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2RtW-0002lI-Cv
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 23:25:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2RtV-0003tX-O0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:25:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 987692E80D0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:25:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 23:18:08 -0000
From: Andrea Azzarone <andrea.azzarone@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=In Progress; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity; component=main; 
 status=In Progress; importance=High;
 assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba azzar1 bastarmedia
 christian-dysthe danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall last-ship lucianogardim
 m982 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso prismbox1 seb128
 vipinmsx-z willcooke woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Andrea Azzarone (azzar1)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160516231808.8720.91332.malone@gac.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d9c1b73365826582ba0981c3daba6e54581fdbd2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Seb128 Please find attached a quilt patch for gnome-menus that should
workaround the problem. Please note that
https://code.launchpad.net/~azzar1/libunity/fix-1506744/+merge/294855 is
also required.

** Patch added: "80_file_monitor_delayed.patch"
   https://bugs.launchpad.net/ubuntu/+source/libunity/+bug/1506744/+attachment/4664152/+files/80_file_monitor_delayed.patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 23:35:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 502A426C22DA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 23:35:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 43F641A3F73;
	Mon, 16 May 2016 23:35:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2S2y-0003a0-BJ; Mon, 16 May 2016 23:35:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2S2x-0003Zp-LL
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 23:35:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2S2x-0007wt-3t
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:35:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1B83B2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:35:35 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 23:29:07 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=devhelp; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
Message-Id: <20160516232907.20842.66451.malonedeb@wampee.canonical.com>
Subject: [Bug 1582440] [NEW] Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (devhelp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0c0bc1a7e4ad280f3a980a35cd57915adb432cc7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582440 <1582440@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Update to 3.20

** Affects: devhelp (Ubuntu)
     Importance: Wishlist
         Status: Triaged


** Tags: upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to devhelp in Ubuntu.
https://bugs.launchpad.net/bugs/1582440

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/devhelp/+bug/1582440/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 23:35:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7953426C22DA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 23:35:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 720121A3FFD;
	Mon, 16 May 2016 23:35:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2S2z-0003au-Gp; Mon, 16 May 2016 23:35:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2S2y-0003aA-NB
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 23:35:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2S2y-0007wy-7f
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:35:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 367F72E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:35:36 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 23:29:36 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=devhelp; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160516232907.20842.66451.malonedeb@wampee.canonical.com>
Message-Id: <20160516232936.10034.56054.malone@gac.canonical.com>
Subject: [Bug 1582440] Re: Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (devhelp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2993b802a26bc70b2ba3da1c168f899882406249
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582440 <1582440@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Required GTK+ 3.19.3 (bug 1576576)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to devhelp in Ubuntu.
https://bugs.launchpad.net/bugs/1582440

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/devhelp/+bug/1582440/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 23:36:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 654FE26C22DA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 23:36:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5E6D41A3F73;
	Mon, 16 May 2016 23:36:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2S3W-0003q0-4e; Mon, 16 May 2016 23:36:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2S39-0003eM-9U
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 23:35:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2S38-0008D4-W3
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:35:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E8D802E80BB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:35:46 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 23:26:27 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160510040804.9051.50690.malonedeb@gac.canonical.com>
Message-Id: <20160516232627.21698.56071.malone@wampee.canonical.com>
Subject: [Bug 1580007] Re: Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (eog in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f2827f5bc1e71c4814651dfa94c8278d4bb37487
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580007 <1580007@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Required GTK+ 3.19.3 (bug 1576576)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1580007

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1580007/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 23:40:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1188126C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 23:40:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 080421A3FFD;
	Mon, 16 May 2016 23:40:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2S83-0004Y9-Tp; Mon, 16 May 2016 23:40:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2S82-0004XP-04
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 23:40:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2S81-00017Y-Lz
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:40:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 83B372E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:40:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 23:35:36 -0000
From: Amr Ibrahim <1582443@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
Message-Id: <20160516233536.8887.38085.malonedeb@gac.canonical.com>
Subject: [Bug 1582443] [NEW] [SRU] Update to 3.18.3 in Xenial
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 38c59395ab6fcbfc1572d8fb0f68f4d70b3925de
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582443 <1582443@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

https://git.gnome.org/browse/gnome-settings-
daemon/tree/NEWS?h=gnome-3-18

==============
Version 3.18.3
==============

Plugins:
- Make all D-Bus calls cancellable, and fix possible user-after-free crashers

Housekeeping:
- Don't remove X11's socket when cleaning tmp

Power:
- Don't change the brightness from a sensor when in another session

Rfkill:
- Make kernel calls cancellable
- When turning off a platform rfkill, turn on Bluetooth in a second pass

Wacom:
- Fix Wacom buttons not working
- Fix possible infinite loop when remapping outputs
- Fix a memory leak

** Affects: gnome-settings-daemon (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1582443

Title:
  [SRU] Update to 3.18.3 in Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1582443/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 23:40:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 27E3F26C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 23:40:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1DCC51A4026;
	Mon, 16 May 2016 23:40:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2S84-0004Ym-Vj; Mon, 16 May 2016 23:40:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2S83-0004Xs-Hz
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 23:40:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2S83-00019F-6K
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:40:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 144752E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:40:51 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 23:33:22 -0000
From: Amr Ibrahim <1582442@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
Message-Id: <20160516233322.8326.93985.malonedeb@soybean.canonical.com>
Subject: [Bug 1582442] [NEW] [SRU] Update to 3.18.3 in Xenial
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e44fa0da9d2c8f207154578b6b874188202cbaf2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582442 <1582442@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

https://git.gnome.org/browse/gnome-bluetooth/tree/NEWS

ver 3.18.3:
- Trust devices paired from the remote device

** Affects: gnome-bluetooth (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1582442

Title:
  [SRU] Update to 3.18.3 in Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1582442/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 16 23:50:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5153B26C22FE
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 16 May 2016 23:50:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 44FF51A4057;
	Mon, 16 May 2016 23:50:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2SHZ-0005Fc-0T; Mon, 16 May 2016 23:50:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2SHY-0005F8-3O
 for desktop-bugs@lists.ubuntu.com; Mon, 16 May 2016 23:50:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2SHX-0002GU-NF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:50:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9F42A2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 16 May 2016 23:50:39 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 23:44:57 -0000
From: Amr Ibrahim <1571262@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-control-center; status=Unknown;
 importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-control-center;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cyphermox murrayc teslas-moustache-t
X-Launchpad-Bug-Reporter: Mathieu Trudel-Lapierre (cyphermox)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160416230210.5590.19431.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160516234458.21523.4413.launchpad@wampee.canonical.com>
Subject: [Bug 1571262] Re: my computer's name is not "Bastien's computer"
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9c98d6c5d2198c8df27223895bdd30a2f24bdffe
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1571262 <1571262@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: gnome-bluetooth (Ubuntu) => gnome-control-center
(Ubuntu)

** Bug watch added: GNOME Bug Tracker #760168
   https://bugzilla.gnome.org/show_bug.cgi?id=760168

** Also affects: gnome-control-center via
   https://bugzilla.gnome.org/show_bug.cgi?id=760168
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1571262

Title:
  my computer's name is not "Bastien's computer"

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1571262/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 00:05:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A82D226C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 00:05:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9239B1A2D50;
	Tue, 17 May 2016 00:05:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2SW3-0007Ct-1K; Tue, 17 May 2016 00:05:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2SW2-0007Cj-5u
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 00:05:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2SW1-0004KM-PT
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:05:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A32752E80BB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:05:37 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 23:59:10 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
Message-Id: <20160516235911.21663.32698.malonedeb@wampee.canonical.com>
Subject: [Bug 1582449] [NEW] Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b57633f9dcc39ce796201f53ff2d89306a502151
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582449 <1582449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Update to 3.20

** Affects: gedit (Ubuntu)
     Importance: Wishlist
         Status: Triaged


** Tags: upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1582449

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1582449/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 00:05:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5A9FE26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 00:05:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4FA581A3747;
	Tue, 17 May 2016 00:05:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2SW5-0007Dp-4b; Tue, 17 May 2016 00:05:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2SW4-0007DH-2b
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 00:05:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2SW3-0004KR-Oc
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:05:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A4F692E8005
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:05:39 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 16 May 2016 23:59:31 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160516235911.21663.32698.malonedeb@wampee.canonical.com>
Message-Id: <20160516235931.8689.49222.malone@gac.canonical.com>
Subject: [Bug 1582449] Re: Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2505f80551f6076f5fd82fecb2a3767b7f43a1b1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582449 <1582449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Requires GTK+ 3.19.0 (bug 1576576)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1582449

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1582449/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 00:05:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 481D226C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 00:05:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3C6E31A2D50;
	Tue, 17 May 2016 00:05:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2SWB-0007GI-9P; Tue, 17 May 2016 00:05:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2SW6-0007ET-5f
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 00:05:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2SW5-0004KO-Rj
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:05:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C61542E8005
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:05:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 00:00:10 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shotwell; component=main; 
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=shotwell; component=main; 
 status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160512190512.13999.59207.malonedeb@soybean.canonical.com>
Message-Id: <20160517000012.21488.8444.launchpad@wampee.canonical.com>
Subject: [Bug 1581180] Re: Update to Shotwell 0.23.0
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3969d1fe2e373359a01e3bc631833154115364a1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581180 <1581180@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: shotwell (Ubuntu)
       Status: New => Triaged

** Changed in: shotwell (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1581180

Title:
  Update to Shotwell 0.23.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1581180/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 00:15:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9C43826C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 00:15:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 741931A409E;
	Tue, 17 May 2016 00:15:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2Sfs-0000eK-3w; Tue, 17 May 2016 00:15:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2Sfr-0000eA-4h
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 00:15:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2Sfq-0006wx-Qr
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:15:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B521A2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:15:46 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 00:07:30 -0000
From: Amr Ibrahim <1582443@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160516233536.8887.38085.malonedeb@gac.canonical.com>
Message-Id: <20160517000730.9222.79668.malone@gac.canonical.com>
Subject: [Bug 1582443] Re: [SRU] Update to 3.18.3 in Xenial
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 591863de5621ed3f7ccda2c9d4501db29155307b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582443 <1582443@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Side note:

There are some bluetooth fixes in the 3.18 branch of gnome-control-center after 3.18.2 was released,
https://git.gnome.org/browse/gnome-control-center/log/?h=gnome-3-18

Those bluetooth fixes are combined with the rfkill fixes in gnome-
settings-daemon 3.18.3.

Upstream did not release a source package for gnome-control-center
3.18.3, should Ubuntu cherry-pick the fixes for Xenial? For example, it
fixes this bug #1571262.

See this gnome bug for reference
https://bugzilla.gnome.org/show_bug.cgi?id=760168

** Bug watch added: GNOME Bug Tracker #760168
   https://bugzilla.gnome.org/show_bug.cgi?id=760168

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1582443

Title:
  [SRU] Update to 3.18.3 in Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1582443/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 00:25:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7B56E26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 00:25:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 73E811A3519;
	Tue, 17 May 2016 00:25:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2SpQ-0001tp-Bl; Tue, 17 May 2016 00:25:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2SpP-0001tW-L1
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 00:25:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2SpP-0000Fk-9Y
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:25:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3296A2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:25:39 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 00:16:15 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-logs;
 component=universe; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
Message-Id: <20160517001616.1051.89886.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1582454] [NEW] Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (gnome-logs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1be7865faf8250ad44876b8b2090acc136cdce78
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582454 <1582454@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Update to 3.20

** Affects: gnome-logs (Ubuntu)
     Importance: Wishlist
         Status: Triaged


** Tags: upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-logs in Ubuntu.
https://bugs.launchpad.net/bugs/1582454

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-logs/+bug/1582454/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 00:25:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A90D926C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 00:25:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A257F1A3725;
	Tue, 17 May 2016 00:25:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2SpT-0001wd-HL; Tue, 17 May 2016 00:25:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2SpS-0001vZ-B2
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 00:25:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2SpR-0000GI-Ti
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:25:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CDB0D2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:25:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 00:20:12 -0000
From: Amr Ibrahim <1582442@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160516233322.8326.93985.malonedeb@soybean.canonical.com>
Message-Id: <20160517002012.8854.36720.malone@gac.canonical.com>
Subject: [Bug 1582442] Re: [SRU] Update to 3.18.3 in Xenial
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a1ec602aaaef77e21db85777e0b4c45c363b1a97
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582442 <1582442@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Debian has 3.18.3.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1582442

Title:
  [SRU] Update to 3.18.3 in Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1582442/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 00:30:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 28ABA26C22DA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 00:30:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0ED481A3725;
	Tue, 17 May 2016 00:30:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2SuU-0002d1-Hv; Tue, 17 May 2016 00:30:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2SuT-0002co-NN
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 00:30:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2SuT-0000l3-3K
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:30:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 02D932E80CE
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 00:30:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 00:25:09 -0000
From: Ubuntu Foundations Team Bug Bot <1506744@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=In Progress; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity; component=main; 
 status=In Progress; importance=High;
 assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug patch wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba azzar1 bastarmedia
 christian-dysthe crichton danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall last-ship lucianogardim
 m982 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso prismbox1 seb128
 vipinmsx-z willcooke woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Ubuntu Foundations Team Bug Bot (crichton)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517002509.8854.87256.malone@gac.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 287edaae42a7d129af9f60bb860f4dd389b11c3d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The attachment "80_file_monitor_delayed.patch" seems to be a patch.  If
it isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 04:00:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 19DD126C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 04:00:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E673D1A35B2;
	Tue, 17 May 2016 04:00:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2WBf-0003qv-4v; Tue, 17 May 2016 04:00:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2WBe-0003ql-2Q
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 04:00:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2WBd-0007mL-IJ
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 04:00:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 732082E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 04:00:49 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 03:55:40 -0000
From: SunBear <sunbear.c22@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: sunbear-c22
X-Launchpad-Bug-Reporter: SunBear (sunbear-c22)
X-Launchpad-Bug-Modifier: SunBear (sunbear-c22)
Message-Id: <20160517035540.941.22138.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1582496] [NEW] GLib-GObject-CRITICAL failures by Nautilus in
 Ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0e35f652138a1a32c2e91d2eb5959c841f6a180b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582496 <1582496@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I submitted this question a week but did not receive an answer or advice
to solving them. https://answers.launchpad.net/ubuntu/+source/gnome-
session/+question/293479

These failures are still plaguing my syslog every time I activate
Nautilus.

Appreciate help to resolve these failures.


============ Earlier question ============================
After a recent updating, I notice these failures in the systemlogs. 

May  9 16:34:59 Eliot gnome-session[1562]: gnome-session-binary[1562]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May  9 16:34:59 Eliot gnome-session-binary[1562]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May  9 16:34:59 Eliot gnome-session[1562]: gnome-session-binary[1562]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May  9 16:34:59 Eliot gnome-session-binary[1562]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May  9 16:34:59 Eliot gnome-session[1562]: gnome-session-binary[1562]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May  9 16:34:59 Eliot gnome-session-binary[1562]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May  9 16:34:59 Eliot gnome-session[1562]: gnome-session-binary[1562]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May  9 16:34:59 Eliot gnome-session-binary[1562]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May  9 16:34:59 Eliot gnome-session[1562]: gnome-session-binary[1562]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May  9 16:34:59 Eliot gnome-session-binary[1562]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May  9 16:34:59 Eliot gnome-session[1562]: gnome-session-binary[1562]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May  9 16:34:59 Eliot gnome-session-binary[1562]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May  9 16:35:01 Eliot org.gnome.zeitgeist.Engine[1400]: (zeitgeist-daemon:2197): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed
May  9 16:42:54 Eliot gnome-session[1576]: (nautilus:2606): GLib-GObject-CRITICAL **: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
May  9 16:59:53 Eliot gnome-session[1576]: (nautilus:2842): GLib-GObject-CRITICAL **: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
May  9 17:00:19 Eliot gnome-session[1576]: (nautilus:2857): GLib-GObject-CRITICAL **: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

The last three failures appears whenever I activate nautilus.  Nautilus
will appear and work as usual.

How can I resolve these failure notices?  Thanks in advance.

** Affects: gnome-session (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1582496

Title:
  GLib-GObject-CRITICAL failures by Nautilus in Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1582496/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 04:25:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5829A26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 04:25:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4237B1A3695;
	Tue, 17 May 2016 04:25:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2WZj-0005hO-4I; Tue, 17 May 2016 04:25:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2WZh-0005gi-L6
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 04:25:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2WZh-00057Z-A1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 04:25:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3AE222E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 04:25:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 04:18:29 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: petru-severin
X-Launchpad-Bug-Reporter: Peter (petru-severin)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160515101838.511.6769.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517041830.9393.14820.launchpad@gac.canonical.com>
Subject: [Bug 1581938] Re: Calculated review score is lower on Ubuntu 16.04
 than on Ubuntu 14.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6d98c379a0e03edcaa40dd61ef8a9a7fd1981eab
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581938 <1581938@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581938

Title:
  Calculated review score is lower on Ubuntu 16.04 than on Ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581938/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 06:35:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6413726C2835
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 06:35:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 587D81A3781;
	Tue, 17 May 2016 06:35:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2Ybk-0005BY-8D; Tue, 17 May 2016 06:35:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2Ybb-000582-3Q
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 06:35:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2Yba-0004M6-O1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 06:35:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A21412E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 06:35:46 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 06:28:13 -0000
From: Launchpad Bug Tracker <819085@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug apport-lpi i386 natty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jrussell-88 nimai-sil
X-Launchpad-Bug-Reporter: Nimai Chand Sil (nimai-sil)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20110801012635.13815.42061.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517062814.8788.74127.malone@gac.canonical.com>
Subject: [Bug 819085] Re: I cannot open files with extensions  .tar.001,
 tar.002, tar.003
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b1773c83a36bc2c0ddc3ef8ebce9904aae95cd3c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 819085 <819085@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: file-roller (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/819085

Title:
  I cannot open files with extensions  .tar.001, tar.002, tar.003

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/819085/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 06:41:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D0CBA26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 06:41:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BE15E1A375B;
	Tue, 17 May 2016 06:41:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2Ygp-0005dZ-EV; Tue, 17 May 2016 06:41:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2Ygo-0005dP-Ol
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 06:41:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2Ygo-0005FH-85
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 06:41:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 12BC62E80AF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 06:41:10 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 06:32:18 -0000
From: John Russell <819085@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug apport-lpi i386 natty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jrussell-88 nimai-sil
X-Launchpad-Bug-Reporter: Nimai Chand Sil (nimai-sil)
X-Launchpad-Bug-Modifier: John Russell (jrussell-88)
References: <20110801012635.13815.42061.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517063218.551.88850.malone@chaenomeles.canonical.com>
Subject: [Bug 819085] Re: I cannot open files with extensions  .tar.001,
 tar.002, tar.003
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e0645832ac99562e989f5fa2de63c353a962cc26
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 819085 <819085@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Ubuntu 15.10 x64
File Roller 3.16.4-1ubuntu3

File Roller doesn't recognise an archive file as a tar file unless it
ends .tar.

Whereas it recognises .r01 .r02 etc as rar files

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/819085

Title:
  I cannot open files with extensions  .tar.001, tar.002, tar.003

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/819085/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 06:45:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 158D426C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 06:45:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0E63A1A3465;
	Tue, 17 May 2016 06:45:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2YlG-0006LO-Gy; Tue, 17 May 2016 06:45:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2YlF-0006L4-0E
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 06:45:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2YlE-0005yU-Gl
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 06:45:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6D7A62E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 06:45:44 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 06:38:00 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mieszko1st-deactivatedaccount seb128
X-Launchpad-Bug-Reporter: Mieszko Piast (mieszko1st-deactivatedaccount)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160504092849.17061.27114.malonedeb@soybean.canonical.com>
Message-Id: <20160517063801.21096.16805.launchpad@wampee.canonical.com>
Subject: [Bug 1578129] Re: Can't drag&drop symlink to folder to bookmarks
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 979315909088841122632cfd6b6297dc134aef60
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578129 <1578129@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus (Ubuntu)
       Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1578129

Title:
  Can't drag&drop symlink to folder to bookmarks

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1578129/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 06:50:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3583626C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 06:50:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 291A31A3423;
	Tue, 17 May 2016 06:50:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2YqG-0007gv-7q; Tue, 17 May 2016 06:50:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2YqF-0007gY-2I
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 06:50:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2YqD-0007T8-Qp
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 06:50:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A42C92E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 06:50:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 06:41:06 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=evince; status=Confirmed; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=poppler; component=main;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: clementlefebvre learnerphp seb128 thebsom
X-Launchpad-Bug-Reporter: Mohammad (thebsom)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20120606112148.21962.59719.malonedeb@wampee.canonical.com>
Message-Id: <20160517064106.8689.94886.malone@gac.canonical.com>
Subject: [Bug 1009432] Re: document viewer search problem in right to left
 languages
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f0bfeeb9bac3499853971fdcb02c77b9be8c16dc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1009432 <1009432@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

the current version includes those changes

** Changed in: poppler (Ubuntu)
   Importance: Undecided => Low

** Changed in: poppler (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1009432

Title:
  document viewer search problem in right to left languages

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/1009432/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 06:50:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C688326C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 06:50:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A52D51A2A56;
	Tue, 17 May 2016 06:50:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2YqI-0007iE-Fc; Tue, 17 May 2016 06:50:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2YqH-0007hL-5N
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 06:50:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2YqF-0007TH-Kk
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 06:50:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 988BB2E8072
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 06:50:55 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 06:41:35 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: daniel-sokolov davagui durtreg fundriver
 herbert-software imgx64 kovzol-particio luk-aichhorn mahsiaochun markusd112
 mattias-campe myjunkmail311006 seb128
X-Launchpad-Bug-Reporter: markusd112 (markusd112)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20091212105138.22560.27894.malonedeb@potassium.ubuntu.com>
Message-Id: <20160517064135.9255.52069.launchpad@gac.canonical.com>
Subject: [Bug 495880] Re: File Roller cannot handle archive that doesn't
 encode filenames in UTF-8
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b1ea2fd48361bc229d4d23823da444ed18a544f5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 495880 <495880@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: file-roller (Ubuntu)
       Status: Confirmed => Triaged

** Changed in: file-roller (Ubuntu)
     Assignee: Ubuntu Desktop Bugs (desktop-bugs) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/495880

Title:
  File Roller cannot handle archive that doesn't encode filenames in
  UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/495880/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 07:16:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EFBCA26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 07:16:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EA3FB1A37D2;
	Tue, 17 May 2016 07:16:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2ZET-0001pq-1P; Tue, 17 May 2016 07:15:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2ZER-0001p3-C0
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 07:15:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2ZEQ-0006SE-Kf
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 07:15:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9A3002E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 07:15:54 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 07:08:11 -0000
From: =?utf-8?q?Konrad_Zapa=C5=82owicz?= <konrad.zapalowicz@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=bluez; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-user-share;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=obexd; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: berend-pobox janitor justing-8 kzapalowicz
 lacus1aestatis mateusz2238-n
X-Launchpad-Bug-Reporter: mati piela (mateusz2238-n)
X-Launchpad-Bug-Modifier: =?utf-8?q?Konrad_Zapa=C5=82owicz_=28kzapalowicz?=
 =?utf-8?q?=29?=
References: <20151226192115.18834.95836.malonedeb@wampee.canonical.com>
Message-Id: <20160517070811.8658.35865.malone@gac.canonical.com>
Subject: [Bug 1529395] Re: Cannot receive file from smartphone
X-Launchpad-Message-Rationale: Subscriber (gnome-user-share in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 570554605ec343f81a019d615fba0feb98de80fa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1529395 <1529395@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hey,

For you to know the file transfers via Bluetooth are one of the
priorities in our roadmap. We are hoping to be ready to work on it soon
and deliver it this year. Best, Konrad

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-user-share in Ubuntu.
https://bugs.launchpad.net/bugs/1529395

Title:
  Cannot receive file from smartphone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1529395/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 08:11:27 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6A41126C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 08:11:27 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 64E631A37F1;
	Tue, 17 May 2016 08:11:27 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2a6A-0001X0-8N; Tue, 17 May 2016 08:11:26 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2a68-0001WG-U9
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 08:11:24 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2a68-00010c-Fi
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 08:11:24 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 75FF72E80C3
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 08:11:24 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 08:05:47 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: petru-severin
X-Launchpad-Bug-Reporter: Peter (petru-severin)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160515101838.511.6769.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517080548.679.85899.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1581938] Re: Calculated review score is lower on Ubuntu 16.04
 than on Ubuntu 14.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1de39e30aa0501d76a217f1852dbf7b341a72f1f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581938 <1581938@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581938

Title:
  Calculated review score is lower on Ubuntu 16.04 than on Ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581938/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 08:15:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2607B26C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 08:15:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0660D1A37BE;
	Tue, 17 May 2016 08:15:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2aAG-0002PB-Lb; Tue, 17 May 2016 08:15:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2aAE-0002Oy-Ui
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 08:15:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2aAE-0002N3-Hv
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 08:15:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7CD8A2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 08:15:38 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 08:10:02 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160516233536.8887.38085.malonedeb@gac.canonical.com>
Message-Id: <20160517081002.9903.77802.launchpad@gac.canonical.com>
Subject: [Bug 1582443] Re: [SRU] Update to 3.18.3 in Xenial
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: de9c4c7972680cb7d8f4a454284f66f9dee31103
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582443 <1582443@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1582443

Title:
  [SRU] Update to 3.18.3 in Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1582443/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 08:15:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C809B26C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 08:15:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C19761A3770;
	Tue, 17 May 2016 08:15:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2aAH-0002QA-PN; Tue, 17 May 2016 08:15:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2aAG-0002PA-Pn
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 08:15:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2aAG-0002Oo-D1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 08:15:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 558B62E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 08:15:40 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 08:07:16 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=New; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160516233322.8326.93985.malonedeb@soybean.canonical.com>
Message-Id: <20160517080717.9360.80040.launchpad@gac.canonical.com>
Subject: [Bug 1582442] Re: [SRU] Update to 3.18.3 in Xenial
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cc4dd8af82ff5c9c26160c5b34257094029673b7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582442 <1582442@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-bluetooth (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1582442

Title:
  [SRU] Update to 3.18.3 in Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1582442/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 08:21:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4BCEC26C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 08:21:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 439F91A3545;
	Tue, 17 May 2016 08:21:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2aFQ-00035M-E7; Tue, 17 May 2016 08:21:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2aFP-00035B-3g
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 08:20:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2aFM-00035c-Rt
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 08:20:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 298AE2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 08:20:56 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 08:14:13 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell seb128
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160516235911.21663.32698.malonedeb@wampee.canonical.com>
Message-Id: <20160517081413.21341.33587.malone@wampee.canonical.com>
Subject: [Bug 1582449] Re: Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8fa32a8b3521460100807df032e44c3a5e3d53e5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582449 <1582449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

those "require new gtk" can probably be patched out to unblock the
updates if we want/need (likely some commits about the css changes to
roll out)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1582449

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1582449/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 08:30:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B14AA26C282D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 08:30:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A25BA1A37BE;
	Tue, 17 May 2016 08:30:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2aP2-0004jx-8S; Tue, 17 May 2016 08:30:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2aP1-0004jn-Cd
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 08:30:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2aP0-0004yX-OC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 08:30:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A472D2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 08:30:54 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 08:22:12 -0000
From: Amr Ibrahim <1582443@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987
X-Launchpad-Bug-Reporter: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160516233536.8887.38085.malonedeb@gac.canonical.com>
Message-Id: <20160517082212.21096.47765.malone@wampee.canonical.com>
Subject: [Bug 1582443] Re: [SRU] Update to 3.18.3 in Xenial
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 656b12f529fa496c19e057e5f94b6346a1515aa4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582443 <1582443@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Maybe we can ask upstream to release gnome-control-center 3.18.3?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1582443

Title:
  [SRU] Update to 3.18.3 in Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1582443/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 08:56:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BAA8426C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 08:56:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B41EB1A3877;
	Tue, 17 May 2016 08:56:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2ao1-0008B8-Jf; Tue, 17 May 2016 08:56:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2anz-0008AX-P5
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 08:56:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2anz-0005ZO-1e
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 08:56:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 894382E818D
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 08:56:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 08:48:51 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laichiaheng seb128
X-Launchpad-Bug-Reporter: =?utf-8?b?6LO05a625LqoIChsYWljaGlhaGVuZyk=?=
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160516151708.8480.23852.malonedeb@soybean.canonical.com>
Message-Id: <20160517084852.9393.10602.malone@gac.canonical.com>
Subject: [Bug 1582275] Re: I can't find sshfs
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 46a3e29d0b2358f8ff9922e81286d5ba39b73623
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582275 <1582275@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug, gnome-software is meant to install desktop
applications though, for technical items you can use synaptic/the
command line

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-software (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1582275

Title:
  I can't find sshfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1582275/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 09:21:25 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CBBE426C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 09:21:25 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C58121A3870;
	Tue, 17 May 2016 09:21:25 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2bBq-0002nn-Dh; Tue, 17 May 2016 09:21:22 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2bBq-0002nV-0S
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 09:21:22 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2bBp-00068m-J2
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 09:21:21 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7C8882E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 09:21:21 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 09:13:51 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug iso-testing xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: biji janitor seb128 ubuntuqa
X-Launchpad-Bug-Reporter: Biji (biji)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160325135707.3562.11053.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517091351.21304.90777.malone@wampee.canonical.com>
Subject: [Bug 1562002] Re: Nautilus: lag after choosing action in top right
 menu
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fab7d1773835954d98183c3f238a2d48f4b8326e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562002 <1562002@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report, I think that was reported before and
specific to GNOME sessions ... do you get the issue under Unity?

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1562002

Title:
  Nautilus: lag after choosing action in top right menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1562002/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 09:26:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ED89026C21AD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 09:26:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E6C491A2FEA;
	Tue, 17 May 2016 09:26:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2bGJ-0003WO-TC; Tue, 17 May 2016 09:25:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2bGI-0003Vy-NK
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 09:25:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2bGH-0007gu-Sc
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 09:25:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CA3962E80C3
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 09:25:57 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 09:17:21 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: eog refresh
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: antonioni-rocha seb128
X-Launchpad-Bug-Reporter: antonioni (antonioni-rocha)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160515222951.21166.25231.malonedeb@wampee.canonical.com>
Message-Id: <20160517091721.903.2588.malone@chaenomeles.canonical.com>
Subject: [Bug 1582034] Re: Eye Of Gnome doesn't refresh automatically the
 image when it is edited in 16.04
X-Launchpad-Message-Rationale: Subscriber (eog in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2fb12f347b98464da321b8e2f04cbdc8b0069323
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582034 <1582034@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Changed in: eog (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1582034

Title:
  Eye Of Gnome doesn't refresh automatically the image when it is edited
  in 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1582034/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 09:35:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D5C1926C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 09:35:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CAA3A1A3770;
	Tue, 17 May 2016 09:35:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2bPs-00056M-MB; Tue, 17 May 2016 09:35:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2bPr-00055z-7C
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 09:35:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2bPq-00029Y-Ea
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 09:35:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5BEB72E80CC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 09:35:50 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 09:26:54 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-calendar; component=main; status=In Progress;
 importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 leopenausa mohan-ram seb128 vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160517092654.8854.61274.malone@gac.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar has white corners
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9b2639ba716a7b4059f34ea3e5dfe34ba5849337
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

https://launchpad.net/ubuntu/+source/gnome-calendar/3.20.2-0ubuntu1

** Also affects: gnome-calendar (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Changed in: gnome-calendar (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: gnome-calendar (Ubuntu Xenial)
       Status: New => In Progress

** Changed in: gnome-calendar (Ubuntu Xenial)
   Importance: High => Low

** Changed in: gnome-calendar (Ubuntu)
   Importance: Medium => Low

** Changed in: gnome-calendar (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 09:35:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4133926C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 09:35:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3632B1A37BF;
	Tue, 17 May 2016 09:35:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2bPw-00058R-Uh; Tue, 17 May 2016 09:35:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2bPv-000589-U0
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 09:35:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2bPv-0002GK-2h
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 09:35:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BA2392E80CE
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 09:35:54 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 09:29:00 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: b-ob janitor lei-pero riprop
X-Launchpad-Bug-Reporter: Leipero (lei-pero)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160215222538.8019.82499.malonedeb@wampee.canonical.com>
Message-Id: <20160517092901.589.39244.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1545872] Re: Eye of gnome show menus in full screen in gnome
 session fallback mode
X-Launchpad-Message-Rationale: Subscriber (eog in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b088d76fd3112ba732ed2fb3e95e1334279fd66f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1545872 <1545872@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: eog (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1545872

Title:
  Eye of gnome show menus in full screen in gnome session fallback mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1545872/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 09:46:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9CDB926C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 09:46:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8F5EF1A3599;
	Tue, 17 May 2016 09:46:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2bZf-0006rO-Is; Tue, 17 May 2016 09:45:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2bZe-0006rD-37
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 09:45:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2bZd-0007Cx-Cn
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 09:45:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 494BC2E80E9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 09:45:56 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 09:36:33 -0000
From: Khurshid Alam <khurshid.alam@linuxmail.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jelmorini mehdix
X-Launchpad-Bug-Reporter: Nicola Jelmorini (jelmorini)
X-Launchpad-Bug-Modifier: Khurshid Alam (khurshid-alam)
References: <20140428204941.18470.21282.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517093634.21271.90498.launchpad@wampee.canonical.com>
Subject: [Bug 1313914] Re: Rhythmbox zeitgeist plugin doesn't activate when
 selected in Rhythmbox plugin preferences
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f6b00c3f230e4956b638be880d529f881bc3dec1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1313914 <1313914@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: xenial yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1313914

Title:
  Rhythmbox zeitgeist plugin doesn't activate when selected in Rhythmbox
  plugin preferences

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1313914/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 10:16:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6A5F726C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 10:16:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 62B381A3462;
	Tue, 17 May 2016 10:16:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2c3N-0001OM-At; Tue, 17 May 2016 10:16:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2c2v-0001FL-PB
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 10:16:13 +0000
Received: from chaenomeles.canonical.com ([91.189.89.119])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2c2t-0006Dn-JZ
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 10:16:12 +0000
Received: from chaenomeles.canonical.com (unknown [IPv6:::1])
 by chaenomeles.canonical.com (Postfix) with ESMTPS id 4CB57680C7B
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 10:16:11 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 10:16:11 -0000
From: Launchpad Bug Tracker <1458158@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: armin-breiteneder crichton crutchinva hurley42
 janitor markus-kettunen mattias-stubin re1nald0
X-Launchpad-Bug-Reporter: Rei (re1nald0)
X-Launchpad-Bug-Modifier: Mattias H (mattias-stubin)
References: <20150523110713.19536.55328.malonedeb@soybean.canonical.com>
Subject: [Bug 1458158] [NEW] Lock Screen Closes Applications
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160517101611.476.66879.launchpad@chaenomeles.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4c1c4c1f3022ff47b08b5d2b76765881b6ede2d5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1458158 <1458158@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

When I use Lock Screen, all applications were closed after the screen
was unlocked. Usually when I unlocked the locked screen, all of opened
applications were still there. However, recently things didn't work like
before and sometimes I have to enter password twice before I can unlock
the screen.

Ubuntu: 14.04 
Desktop Environment: Unity

** Affects: gnome-screensaver (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: bot-comment trusty
-- 
Lock Screen Closes Applications
https://bugs.launchpad.net/bugs/1458158
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 10:26:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2207B26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 10:26:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 195061A338C;
	Tue, 17 May 2016 10:26:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2cCN-00030i-Rb; Tue, 17 May 2016 10:25:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2cCK-0002ym-7W
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 10:25:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2cCJ-0008Sp-M4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 10:25:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A41B22E8072
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 10:25:55 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 10:16:08 -0000
From: Mattias H <1458158@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: armin-breiteneder crichton crutchinva hurley42
 janitor markus-kettunen mattias-stubin re1nald0
X-Launchpad-Bug-Reporter: Rei (re1nald0)
X-Launchpad-Bug-Modifier: Mattias H (mattias-stubin)
References: <20150523110713.19536.55328.malonedeb@soybean.canonical.com>
Message-Id: <20160517101609.476.71472.malone@chaenomeles.canonical.com>
Subject: [Bug 1458158] Re: Lock Screen Closes Applications
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: da90416744a940f55c239b300389be102c692a87
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1458158 <1458158@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Affects me after upgrading from 15.10 to 16.04. Also one of my two
external screens goes black and wont come back until I reboot. Please
let me know what else you need in order to find the issue.

** Package changed: ubuntu => gnome-screensaver (Ubuntu)

** Changed in: gnome-screensaver (Ubuntu)
       Status: Expired => New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1458158

Title:
  Lock Screen Closes Applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1458158/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 12:46:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A997126C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 12:46:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A21EE1A319F;
	Tue, 17 May 2016 12:46:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2eNv-00089z-G7; Tue, 17 May 2016 12:46:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2eNt-000895-US
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 12:46:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2eNt-0007Qo-5V
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 12:46:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 731D32E81A0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 12:46:00 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 12:36:59 -0000
From: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; status=Confirmed;
 importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell gareth-france janitor januari llamasfortesjm rolf-veen
 sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Alfonso Sanchez-Beato (alfonsosanchezbeato)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517123659.21304.2880.malone@wampee.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ef99cd969d0534b26974a397b997cf192d99e0a7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

/usr/bin/ubuntu-location-serviced is crashing for me when I load google
maps in the browser and try to get my location by touching the bullseye
in the page. This is the backtrace I see:

#0  0x00000000 in ?? ()
#1  0xf56549d6 in nmea_reader_parse (r=0xf54c0818) at hardware/mediatek/gps/HAL/gps_mtk_aosp.c:2299
#2  nmea_reader_addc (c=<optimized out>, r=0xf54c0818) at hardware/mediatek/gps/HAL/gps_mtk_aosp.c:2326
#3  gps_state_thread (arg=0xf565f544) at hardware/mediatek/gps/HAL/gps_mtk_aosp.c:3863
#4  0xf7696436 in thread_start_wrapper (arg=0xf5a179a0) at ubuntu/platform-api/android/hybris/ubuntu_application_gps_for_hybris.cpp:155
#5  0xf7413490 in start_thread (arg=0x0) at pthread_create.c:335
#6  0xf72d0c4c in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:89 from /lib/arm-linux-gnueabihf/libc.so.6

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 13:01:23 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 251EF26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 13:01:23 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1C7B11A33B3;
	Tue, 17 May 2016 13:01:23 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2ecf-00011u-Sp; Tue, 17 May 2016 13:01:17 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2ece-00011O-J0
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 13:01:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2ecc-0002hn-UU
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:01:15 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C92B32E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:01:14 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 12:54:08 -0000
From: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; status=Confirmed;
 importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell gareth-france janitor januari llamasfortesjm rolf-veen
 sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Alfonso Sanchez-Beato (alfonsosanchezbeato)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517125408.7818.41095.malone@soybean.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 797f72406845267312a06fce076bbf95c6797c09
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The crash happens when trying to call gnss_sv_status_cb(), which appears
in the definition of GpsCallbacks in the device gps.h, but not in the
AOSP one.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 13:11:18 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4F61426C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 13:11:18 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 47F781A3499;
	Tue, 17 May 2016 13:11:18 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2emM-0002ch-6Y; Tue, 17 May 2016 13:11:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2emL-0002cE-35
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 13:11:17 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2emK-0000A3-S8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:11:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D13E32E8060
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:11:16 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 13:03:43 -0000
From: Phillip Susi <psusi@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libatasmart; component=main;
 status=In Progress; importance=Undecided; assignee=psusi@ubuntu.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blec78 psusi
X-Launchpad-Bug-Reporter: brian (blec78)
X-Launchpad-Bug-Modifier: Phillip Susi (psusi)
References: <20160513161616.21125.36566.malonedeb@wampee.canonical.com>
Message-Id: <20160517130343.511.60460.malone@chaenomeles.canonical.com>
Subject: =?utf-8?q?=5BBug_1581594=5D_Re=3A_constantly_shows_wrong_temperatu?=
 =?utf-8?b?cmUgKDk5wrBDICk=?=
X-Launchpad-Message-Rationale: Subscriber (gnome-disk-utility in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ca1bc999c32d09b32dc3a834eb0d71026326a5fb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581594 <1581594@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

SXQgc2VlbXMgdGhhdCB0aGlzIGV4dHJhIGF0dHJpYnV0ZSBuZWVkcyB0byBub3QgYmUgdHJlYXRl
ZCBhcwp0ZW1wZXJhdHVyZS4gIEkgaGF2ZSBwYXRjaGVkIGxpYmF0YXNtYXJ0IHRvIGRvIHRoaXMu
ICBQbGVhc2UgdHJ5IHRoZQp2ZXJzaW9uIGluIG15IHBwYSBhbmQgc2VlIGlmIGl0IHJlc29sdmVz
IGl0IGZvciB5b3UuICBZb3UgY2FuIGFkZCBteSBwcGEKYnkgcnVubmluZyBzdWRvIGFkZC1hcHQt
cmVwb3NpdG9yeSBwcGE6cHN1c2kvcHBhLCB0aGVuIGFuIGFwdC1nZXQgdXBkYXRlCmFuZCB1cGdy
YWRlIHNob3VsZCBpbnN0YWxsIHRoZSBuZXcgdmVyc2lvbiBvZiBsaWJhdGFzbWFydC4KCgoqKiBO
byBsb25nZXIgYWZmZWN0czogZ25vbWUtZGlzay11dGlsaXR5IChVYnVudHUpCgoqKiBQYWNrYWdl
IGNoYW5nZWQ6IHVkaXNrczIgKFVidW50dSkgPT4gbGliYXRhc21hcnQgKFVidW50dSkKCioqIENo
YW5nZWQgaW46IGxpYmF0YXNtYXJ0IChVYnVudHUpCiAgICAgICBTdGF0dXM6IE5ldyA9PiBJbiBQ
cm9ncmVzcwoKKiogQ2hhbmdlZCBpbjogbGliYXRhc21hcnQgKFVidW50dSkKICAgICBBc3NpZ25l
ZTogKHVuYXNzaWduZWQpID0+IFBoaWxsaXAgU3VzaSAocHN1c2kpCgotLSAKWW91IHJlY2VpdmVk
IHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1
CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBnbm9tZS1kaXNrLXV0aWxpdHkg
aW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1ODE1OTQKClRpdGxl
OgogIGNvbnN0YW50bHkgc2hvd3Mgd3JvbmcgdGVtcGVyYXR1cmUgKDk5wrBDICkKClRvIG1hbmFn
ZSBub3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgpodHRwczovL2J1Z3MubGF1bmNo
cGFkLm5ldC91YnVudHUvK3NvdXJjZS9saWJhdGFzbWFydC8rYnVnLzE1ODE1OTQvK3N1YnNjcmlw
dGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51
YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0
b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 13:31:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7F32426C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 13:31:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 756D81A3489;
	Tue, 17 May 2016 13:31:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2f5R-0004pr-OC; Tue, 17 May 2016 13:31:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2f5Q-0004ph-K7
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 13:31:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2f5Q-0004pX-6U
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:31:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 230962E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:31:00 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 13:24:48 -0000
From: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; status=Confirmed;
 importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell gareth-france janitor januari llamasfortesjm rolf-veen
 sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Alfonso Sanchez-Beato (alfonsosanchezbeato)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517132448.373.84902.malone@chaenomeles.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9eccc56a02a56630dcc0a013f5dba5f237143253
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hmm, in fact it looks more like the whole GpsCallbacks structure
contains garbage, so it is probably an initialization issue.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 13:34:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7D86426C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 13:34:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7318C1A3499;
	Tue, 17 May 2016 13:34:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2f9B-0004zY-0s; Tue, 17 May 2016 13:34:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2f9A-0004zN-5T
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 13:34:52 +0000
Received: from chaenomeles.canonical.com ([91.189.89.119])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2f99-00060R-Vl
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:34:51 +0000
Received: from chaenomeles.canonical.com (unknown [IPv6:::1])
 by chaenomeles.canonical.com (Postfix) with ESMTPS id E807468057A
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:34:51 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 13:34:51 -0000
From: Launchpad Bug Tracker <1581888@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: ui
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bph seb128
X-Launchpad-Bug-Reporter: Blair Houghton (bph)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160514224425.7818.10471.malonedeb@soybean.canonical.com>
Subject: [Bug 1581888] [NEW] Open command toggles between default paths
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160517133451.373.33106.launchpad@chaenomeles.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a238a8613f3da1123f62d82146265f056920c636
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581888 <1581888@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

Start gnome-system-log. Click on the gear button and select Open. The
Open Log dialog opens, showing contents at default path /var/log.
Dismiss that dialog. Again click the gear button and select Open. The
same dialog opens, but the path is now ~. Closing and opening the dialog
repeatedly toggles between the same two paths.

The behavior changes after the dialog is used to browse to a different
directory and successfully open a file (but not after simply opening a
file in the default directory). Then it remembers the last path as the
default between invocations of gnome-system-log, as expected.

** Affects: gtk+3.0 (Ubuntu)
     Importance: Low
         Status: Triaged


** Tags: ui
-- 
Open command toggles between default paths
https://bugs.launchpad.net/bugs/1581888
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 13:41:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7C43B26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 13:41:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 737341A34EE;
	Tue, 17 May 2016 13:41:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2fF8-0006g5-AU; Tue, 17 May 2016 13:41:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2fF3-0006eG-RI
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 13:40:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2fF3-0000rD-84
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:40:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 39CE72E80AF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:40:57 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 13:34:50 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gtk; status=Unknown; importance=Unknown; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: ui
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bph seb128
X-Launchpad-Bug-Reporter: Blair Houghton (bph)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160514224425.7818.10471.malonedeb@soybean.canonical.com>
Message-Id: <20160517133450.373.60123.malone@chaenomeles.canonical.com>
Subject: [Bug 1581888] Re: Open command toggles between default paths
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e261a5b3a1eb88eb740ade10c1e07154bcc1daa3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581888 <1581888@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

That looks like that gtk report,
https://bugzilla.gnome.org/show_bug.cgi?id=766122

** Bug watch added: GNOME Bug Tracker #766122
   https://bugzilla.gnome.org/show_bug.cgi?id=766122

** Package changed: gnome-system-log (Ubuntu) => gtk+3.0 (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
       Status: New => Triaged

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=766122
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1581888

Title:
  Open command toggles between default paths

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1581888/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 13:46:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E50E826C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 13:46:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DDBFD1A34EB;
	Tue, 17 May 2016 13:46:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2fK1-0008Jm-Uv; Tue, 17 May 2016 13:46:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2fK1-0008JV-CO
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 13:46:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2fK0-0003VW-Pa
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:46:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B159F2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:46:04 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 13:38:52 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: armin-breiteneder crichton crutchinva hurley42
 janitor markus-kettunen mattias-stubin re1nald0 seb128
X-Launchpad-Bug-Reporter: Rei (re1nald0)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20150523110713.19536.55328.malonedeb@soybean.canonical.com>
Message-Id: <20160517133852.511.58278.malone@chaenomeles.canonical.com>
Subject: [Bug 1458158] Re: Lock Screen Closes Applications
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1b1ca8fc7fb8bc0e07edc346b4f536e783824ed1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1458158 <1458158@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

the original bug was closed, if you still have similar issues on newer
versions with Unity better to register a new bug using ubuntu-bug unity

** Changed in: gnome-screensaver (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-screensaver (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1458158

Title:
  Lock Screen Closes Applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1458158/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 13:56:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3F10E26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 13:56:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 35D981A35F4;
	Tue, 17 May 2016 13:56:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2fTv-0000ut-20; Tue, 17 May 2016 13:56:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2fTs-0000uW-Vs
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 13:56:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2fTs-000732-Ly
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:56:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A29A32E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 13:56:16 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 13:47:45 -0000
From: Ara Pulido <ara@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=oem-priority; status=Incomplete; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=glib2.0; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug caja gnome-media-handling gvfs
 iso-testing rls-x-incoming running-unity trusty ubuntu-gnome ubuntu-mate
 utopic wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bbarrett909 bild85 bootpanic bsperger darkxst
 davidecapod effell gloonie janitor kallenbachalex lbsolost m-iannaccone
 max-maxbarry mc3man myglaren nathan1465-5 nturner rlrevell-k s4eve sampub
 srees18 stimpeh tooblies ubuntuqa veikk0.ma wayward4now whblakey zheoffec
 zzarko-gmail
X-Launchpad-Bug-Reporter: Marco Scannadinari (zheoffec)
X-Launchpad-Bug-Modifier: Ara Pulido (apulido)
References: <20121022185632.16325.3283.malonedeb@wampee.canonical.com>
Message-Id: <20160517134747.9734.82430.launchpad@gac.canonical.com>
Subject: [Bug 1069964] Re: Two processes attempt to mount blank optical discs
X-Launchpad-Message-Rationale: Subscriber (glib2.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 122e7197cea1473b9f0ae6d317e6a5ebebbafde5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1069964 <1069964@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: oem-priority
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1069964

Title:
  Two processes attempt to mount blank optical discs

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1069964/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 14:28:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 26C0726C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 14:28:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 20F5D1A2F11;
	Tue, 17 May 2016 14:28:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2fzA-0005x4-1U; Tue, 17 May 2016 14:28:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2fxP-0005V5-VD
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 14:26:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2fxP-0001tq-45
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 14:26:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8562F2E80E0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 14:26:44 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 14:18:47 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jelmorini mehdix
X-Launchpad-Bug-Reporter: Nicola Jelmorini (jelmorini)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20140428204941.18470.21282.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517141849.21304.75908.launchpad@wampee.canonical.com>
Subject: [Bug 1313914] Re: Rhythmbox zeitgeist plugin doesn't activate when
 selected in Rhythmbox plugin preferences
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 42e9fcd38f878b287c8b9f3d0fed2f80975b096e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1313914 <1313914@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1313914

Title:
  Rhythmbox zeitgeist plugin doesn't activate when selected in Rhythmbox
  plugin preferences

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1313914/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 14:31:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8660A26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 14:31:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 800E31A3F2E;
	Tue, 17 May 2016 14:31:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2g2E-0006Im-Dd; Tue, 17 May 2016 14:31:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2g2D-0006IA-Fi
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 14:31:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2g2C-0004SR-L4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 14:31:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6304F2E80CC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 14:31:43 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 14:22:31 -0000
From: Tony Maro <744619@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 maverick
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9-michael-1 barathn jacotb janitor kainalu-boi
 philpem stanislas-couix tonymaro
X-Launchpad-Bug-Reporter: Jaco (jacotb)
X-Launchpad-Bug-Modifier: Tony Maro (tonymaro)
References: <20110328222226.17808.70715.malonedeb@wampee.canonical.com>
Message-Id: <20160517142231.589.92772.malone@chaenomeles.canonical.com>
Subject: [Bug 744619] Re: Screen doesn't unlock; stuck on "Checking"
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 61123f392677437f62635ddfd041fc7d95715d33
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 744619 <744619@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks for that tip Michael.  Sad, but after updating to 16.04 the
problem persists.  I can't seem to find a permanent fix.

I've also changed video cards (nvidia 960 now) so the vid card itself
apparently wasn't involved.  This is an upgrade install all the way from
12.04 if I remember correctly, so I wonder if it's a leftover setting of
some sort that's screwing it up.

The other possibility for me that is different is I use LDAP
authentication (using sssd now, but previously directly with ldap and
pam) so I wonder if it's something in the underlying authentication
system and gnome 3 that causes it.  I'm the only person in the
organization running Gnome 3, everyone else is on Unity and doesn't
experience it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/744619

Title:
  Screen doesn't unlock; stuck on "Checking"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/744619/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 14:31:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A2B6126C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 14:31:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 999911A3EEA;
	Tue, 17 May 2016 14:31:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2g2F-0006Jc-FZ; Tue, 17 May 2016 14:31:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2g2E-0006IU-3B
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 14:31:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2g2D-0004SF-Ef
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 14:31:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 80B6E2E818F
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 14:31:44 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 14:21:41 -0000
From: Scott Moore <574342@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aheinlein joachim maco.m marilyn-pythontrainer
 maxmax nizamov-shawkat packaging-2 pedro persaudsamuel rafal-maj-it schumaml
 scottbomb tanghus turbolad995 uqbar wacha
X-Launchpad-Bug-Reporter: Andreas Heinlein (aheinlein)
X-Launchpad-Bug-Modifier: Scott Moore (scottbomb)
References: <20100503100536.20654.67991.malonedeb@soybean.canonical.com>
Message-Id: <20160517142141.863.73452.malone@chaenomeles.canonical.com>
Subject: [Bug 574342] Re: GIMP set as default pdf viewer
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1a4679792c43b5c16e62d65b0ca9ec163fa9d102
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 574342 <574342@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is still present with Kubuntu 14.04. This (oddly enough) appears to
have something to do with Firefox. If I open a PDF within Dolphin, it
opens with Okular like it should. If I download a PDF and click the
download button in FF to open it, it opens in Gimp.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/574342

Title:
  GIMP set as default pdf viewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/574342/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 14:41:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E2D2E26C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 14:41:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D99441A4254;
	Tue, 17 May 2016 14:41:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2gBw-0007gt-Pr; Tue, 17 May 2016 14:41:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2gBr-0007fP-Hy
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 14:41:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2gBo-0007x6-LI
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 14:41:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DF8D72E81EF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 14:41:19 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 14:35:33 -0000
From: Tony Maro <744619@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 maverick
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9-michael-1 barathn jacotb janitor kainalu-boi
 philpem stanislas-couix tonymaro
X-Launchpad-Bug-Reporter: Jaco (jacotb)
X-Launchpad-Bug-Modifier: Tony Maro (tonymaro)
References: <20110328222226.17808.70715.malonedeb@wampee.canonical.com>
Message-Id: <20160517143534.21626.90536.malone@wampee.canonical.com>
Subject: [Bug 744619] Re: Screen doesn't unlock; stuck on "Checking"
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0774908217a7495343fe648442a3915cbec3ed13
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 744619 <744619@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Actually one more comment - I was digging into my auth.log and it may be
video related.  The logs when it failed to unlock and when it succeeds
are identical.  I then noticed that one of my three monitors shows
garbage at the bottom when I tap the top left corner to bring up the app
chooser view in Gnome 3.

It makes me wonder if the screensaver isn't authenticating you properly,
then just failing to go away...

Logs on a successful unlock and on a failure look identical:

May 17 10:31:46 river gnome-screensaver-dialog: pam_unix(gnome-screensaver:auth): authentication failure; logname= uid=1000 euid=1000 tty=:0.0 ruser= rhost=  user=tony
May 17 10:31:47 river gnome-screensaver-dialog: pam_sss(gnome-screensaver:auth): authentication success; logname= uid=1000 euid=1000 tty=:0.0 ruser= rhost= user=tony
May 17 10:31:47 river gnome-screensaver-dialog: gkr-pam: unlocked login keyring

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/744619

Title:
  Screen doesn't unlock; stuck on "Checking"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/744619/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 14:51:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E036426C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 14:51:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DB7E11A4323;
	Tue, 17 May 2016 14:51:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2gL3-000066-Og; Tue, 17 May 2016 14:51:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2gL2-00005r-FH
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 14:51:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2gKz-0003qO-Lg
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 14:51:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A2ABB2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 14:51:09 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 14:44:39 -0000
From: payo <parfaitg@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=firefox; status=Fix Released; importance=High;
 assignee=None; 
X-Launchpad-Bug: product=network-manager; status=New; importance=Undecided;
 assignee=duke.m16@gmail.com; 
X-Launchpad-Bug: product=ntrack; status=Invalid; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: product=usb-adsl-modem-manager; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=empathy; component=universe;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Invalid; importance=Low;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=firefox-3.0; component=main;
 status=Fix Released; importance=Medium; assignee=dsriyono@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=network-manager;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=network-manager-applet;
 component=main; milestone=ubuntu-8.10; status=Fix Released; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=pidgin; component=universe;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=hardy; sourcepackage=empathy;
 component=None; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=hardy;
 sourcepackage=evolution; component=None; status=Invalid; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=hardy;
 sourcepackage=firefox-3.0; component=None; status=Fix Released;
 importance=Undecided; assignee=dsriyono@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=hardy;
 sourcepackage=network-manager; component=None; status=Invalid;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=hardy;
 sourcepackage=network-manager-applet; component=None; status=Invalid;
 importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=hardy; sourcepackage=pidgin;
 component=None; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=intrepid;
 sourcepackage=empathy; component=None; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=intrepid;
 sourcepackage=evolution; component=None; status=Invalid; importance=Low;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=intrepid;
 sourcepackage=firefox-3.0; component=None; status=Invalid; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=intrepid;
 sourcepackage=network-manager; component=None; status=Won't Fix;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=intrepid;
 sourcepackage=network-manager-applet; component=None; milestone=ubuntu-8.10;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=intrepid;
 sourcepackage=pidgin; component=None; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=baltix; sourcepackage=None; component=None;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: metabug
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9 a-sloman abalinskiy aenertia alex-mercurio
 alexschultze anomaly256 antistress areginato-hotmail asac avilayabharathy
 bcardarella bdaggg be-webdeveloper-st beauman beltzner benc bendis
 benjamin-heil bernardo-bandos bipinthite blackmoon bshanks2 caillon cartes
 catmatist cgofftn charlie2 chewearn chilicuil chrisjan-botha
 christian-mannss-de colina cyphermox darryl-moores dcbw dmnewman drizad
 dsriyono dtownsend dzidek23 eric-eric-elliott ernst-gumpinger evzen-subrt
 fandens-oldemoder fiorix fmichl george-gatewood gin18 gnomefreak
 guildofghostwriters guimenez hce heimlich heisroot hercikj hg42 hugo-mariani
 hwertz hyc igor-chudov indicava ivan-babkin jamesward janitor jeffgbaker
 jim-jimkyle jkohler2 jneves joerlend.schinstad johndoe32102002 johnny-one-eye
 jon-number-none joni-kurronen jorsuscrip joverstreet1 jsmanian79
 junk123-deactivatedaccount-deactivatedaccount kaie kelong-2000 kevin-405
 klaus-trillke kmf kombainerkinoman kopa koresho-seshra
 kristian-erik-hermansen ld-dubois lealcy lees-safe-mail linde lipps-steve
 lorenzo-colitti maco.m mahdee-jameel mail-eduard-wulff marc-schmitzer
 marcello-anni marcia-mozilla martin-lichtvoll massibeccaria matti-mversen
 mattias-campe mbanner mc44 mconnor metalsmith-rangeweb mh+mozilla
 michael-weisberg mistrynitesh mozdev mozilla mozilla-hachi mozilla06b
 mrwoodbrick msmalin mvieuxmaire nchristy08 neill-rutherford nick-colgan nitep
 nsoranzo parfaitg parthobenerjee partner55105605
 pavolzetor-deactivatedaccount peter4 peterroots petr-dulos pkhannah polyvotis
 primes2h pwd-manager qioeujqioejqioe-deactivatedaccount r-a-g-fey r0bb3d
 rarsa reed reinhard-scherer roc-ocallahan rovano rumfisken russ-dill
 ryan.waldroop rzayev-sehriyar samuel-sidler+old seb128 secretlondon sfan
 shaver shwan-ciyako sia-neriman simon-springnuts-orangehome simontol slash
 sokraates stephane-gregoire stevemozbug stevenharperuk sushkov swistakers
 sylvain-pasche takeda64 tc-kirby tdavid-scott3 thom-pischke tjwilson1
 todd-cooper trollenlord tue-gmx tyler-downer v-spagnolo vince06fr
 weblev-deactivatedaccount wiltave-zipmail wjeremy wmichae xtc4uall yanlin-p
 ykphuah zash
X-Launchpad-Bug-Reporter: chrismine (chrisjan-botha)
X-Launchpad-Bug-Modifier: payo (parfaitg)
References: <20080214172234.24330.39062.malonedeb@potassium.ubuntu.com>
Message-Id: <00001dd57d52$5106dd76$4b52da99$@yahoo.fr>
Subject: [Bug 191889] useful links
X-Launchpad-Message-Rationale: Subscriber @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 51981688b668ce4ec8d80a1144d908a89751a1a2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 191889 <191889@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hey,
Here are some useful links that I've chosen just for you, check it out <http://titroprytru.helpcpkids.com/chest.php?sc>

parfaitg@yahoo.fr

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/191889

Title:
  [MASTER] [WORKAROUND] "Offline Mode" feature fails to detect proper
  online state for networks that are managed outside of network manager.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/191889/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 15:01:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6EA0426C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 15:01:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6A3961A4553;
	Tue, 17 May 2016 15:01:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2gUp-0001SG-BQ; Tue, 17 May 2016 15:01:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2gUc-0001QI-45
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 15:01:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2gUb-0007jK-RK
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 15:01:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BE2742E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 15:01:05 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 14:54:24 -0000
From: Launchpad Bug Tracker <1577505@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor oleg-secondary
X-Launchpad-Bug-Reporter: Oleg (oleg-secondary)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
X-Launchpad-Bug-Duplicate: 1521302
References: <20160502182004.25147.90538.malonedeb@wampee.canonical.com>
Message-Id: <20160517145424.9086.64997.malone@gac.canonical.com>
Subject: [Bug 1577505] Re: gnome-terminal window does not restore it's size
 after been maximized
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a33541814660f2ac5029a5e739400c987f02cd8a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577505 <1577505@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1521302 ***
    https://bugs.launchpad.net/bugs/1521302

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-terminal (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1577505

Title:
  gnome-terminal window does not restore it's size after been maximized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1577505/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 15:41:28 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AAEC726C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 15:41:28 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A21CC1A3CAA;
	Tue, 17 May 2016 15:41:28 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2h7g-0002so-GJ; Tue, 17 May 2016 15:41:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2h7f-0002sN-DA
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 15:41:27 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2h7e-0006hY-SA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 15:41:26 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BBEF62E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 15:41:26 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 15:34:34 -0000
From: =?utf-8?q?Thomas_Vo=C3=9F?= <1573168@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; status=Confirmed;
 importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell gareth-france janitor januari llamasfortesjm rolf-veen
 sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517153434.941.20470.malone@chaenomeles.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c5f456eaab83ca7a4492a806d410d807c4531df2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Alfonso: Thanks a lot for the backtrace, I think the underlying issue
is a race on initialization, see frame #6: start thread is presented
with a null pointer. With that, I think we are seeing a race on boot and
whenever the gps first receives an NMEA sequence, trying to hand it to
upper layers of the stack, things go south with a segfault being the
ultimate consequence.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 15:50:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D5BA326C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 15:50:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D013E1A45E5;
	Tue, 17 May 2016 15:50:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2hGq-00049g-Qh; Tue, 17 May 2016 15:50:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2hGp-00049E-2U
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 15:50:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2hGm-0001Ua-Tu
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 15:50:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B00F12E80D4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 15:50:49 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 15:42:21 -0000
From: Launchpad Bug Tracker <1562822@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=oem-priority; status=New; importance=Critical;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-bluetooth;
 component=main; status=In Progress; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: franz-hsieh huck-bernhard janitor seb128 wa113y3s
 willcooke
X-Launchpad-Bug-Reporter: Huck-bernhard (huck-bernhard)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160328115044.25037.27884.malonedeb@soybean.canonical.com>
Message-Id: <20160517154223.2940.96176.malone@ackee.canonical.com>
Subject: [Bug 1562822] Re: Bluetooth Browse Files... not working
X-Launchpad-Message-Rationale: Subscriber (indicator-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cd30367395aecf1aada20a708b791ce8735764f6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562822 <1562822@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package unity-control-center -
15.04.0+16.10.20160512-0ubuntu1

---------------
unity-control-center (15.04.0+16.10.20160512-0ubuntu1) yakkety; urgency=medium

  * bluetooh: remove leftover "browse" button, the backend used was
    removed during the bluez5 update and the panel callbacks were
    cleaned out, the button is doing nothing else than confusing users
    (LP: #1562822)
  * update Ubuntu version for the new 16.10 serie

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 12 May 2016 14:12:08
+0000

** Changed in: unity-control-center (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to indicator-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1562822

Title:
  Bluetooth Browse Files... not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1562822/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 15:51:18 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5DE6726C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 15:51:18 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 580FA1A45E1;
	Tue, 17 May 2016 15:51:18 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2hHC-0004DB-8Z; Tue, 17 May 2016 15:51:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2hHA-0004Cw-V9
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 15:51:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2hHA-000235-LH
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 15:51:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9F0D72E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 15:51:16 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 15:43:12 -0000
From: Michael Buksas <michael@buksas.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-screensaver;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 maverick
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9-michael-1 barathn jacotb janitor kainalu-boi
 philpem stanislas-couix tonymaro
X-Launchpad-Bug-Reporter: Jaco (jacotb)
X-Launchpad-Bug-Modifier: Michael Buksas (9-michael-1)
References: <20110328222226.17808.70715.malonedeb@wampee.canonical.com>
Message-Id: <20160517154312.551.39579.malone@chaenomeles.canonical.com>
Subject: [Bug 744619] Re: Screen doesn't unlock; stuck on "Checking"
X-Launchpad-Message-Rationale: Subscriber (gnome-screensaver in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3b3a2b0cb284c3f320e57419a501d39b9c65488b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 744619 <744619@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I'm using ordinary password authentication here. This system has also
been through multiple upgrades, but I haven't upgraded to 16.04 yet. I
run Gnome 3 on another machine without this problem (but I probably get
that password right more often).

Let me know if there is anything I can look up or test on this machine
to help.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/744619

Title:
  Screen doesn't unlock; stuck on "Checking"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/744619/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 16:05:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4DBB826C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 16:05:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3D5521A4562;
	Tue, 17 May 2016 16:05:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2hV3-0005s9-2D; Tue, 17 May 2016 16:05:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2hV1-0005ru-UL
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 16:05:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2hV1-0007z9-OK
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 16:05:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AE7CA2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 16:05:35 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 15:58:20 -0000
From: deltabert <bert.tammer@xs4all.nl>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-package i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bert-tammer
X-Launchpad-Bug-Reporter: deltabert (bert-tammer)
X-Launchpad-Bug-Modifier: deltabert (bert-tammer)
Message-Id: <20160517155820.10306.14056.malonedeb@soybean.canonical.com>
Subject: [Bug 1582795] [NEW] package systemd 229-4ubuntu5 failed to
 install/upgrade: subprocess installed pre-removal script returned error exit
 status 2
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 069a755d934d6a8540d83411058724620721fd9b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582795 <1582795@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCk9jY3VycmVkIGFmdGVyIHVwZ3JhZGluZyBmcm9tIDE1LjEw
IHRvIDE2LjA0CgpQcm9ibGVtVHlwZTogUGFja2FnZQpEaXN0cm9SZWxlYXNlOiBVYnVudHUgMTYu
MDQKUGFja2FnZTogc3lzdGVtZCAyMjktNHVidW50dTUKUHJvY1ZlcnNpb25TaWduYXR1cmU6IFVi
dW50dSA0LjQuMC0yMi4zOS1nZW5lcmljIDQuNC44ClVuYW1lOiBMaW51eCA0LjQuMC0yMi1nZW5l
cmljIGk2ODYKQXBwb3J0VmVyc2lvbjogMi4yMC4xLTB1YnVudHUyCkFyY2hpdGVjdHVyZTogaTM4
NgpEYXRlOiBTYXQgTWF5IDE0IDIwOjM1OjI1IDIwMTYKRHVwbGljYXRlU2lnbmF0dXJlOgogRGUt
Y29uZmlndXJpbmcgdWRldiAoMjI1LTF1YnVudHU5LjEpIC4uLgogZHBrZzogZXJyb3IgcHJvY2Vz
c2luZyBhcmNoaXZlIC92YXIvY2FjaGUvYXB0L2FyY2hpdmVzL3N5c3RlbWRfMjI5LTR1YnVudHU1
X2kzODYuZGViICgtLXVucGFjayk6CiAgc3VicHJvY2VzcyBpbnN0YWxsZWQgcHJlLXJlbW92YWwg
c2NyaXB0IHJldHVybmVkIGVycm9yIGV4aXQgc3RhdHVzIDIKRXJyb3JNZXNzYWdlOiBzdWJwcm9j
ZXNzIGluc3RhbGxlZCBwcmUtcmVtb3ZhbCBzY3JpcHQgcmV0dXJuZWQgZXJyb3IgZXhpdCBzdGF0
dXMgMgpJbnN0YWxsYXRpb25EYXRlOiBJbnN0YWxsZWQgb24gMjAxNS0xMS0wOSAoMTg5IGRheXMg
YWdvKQpJbnN0YWxsYXRpb25NZWRpYTogVWJ1bnR1LU1BVEUgMTUuMTAgIldpbHkgV2VyZXdvbGYi
IC0gUmVsZWFzZSBpMzg2ICgyMDE1MTAyMSkKTHN1c2I6CiBCdXMgMDAxIERldmljZSAwMDE6IElE
IDFkNmI6MDAwMiBMaW51eCBGb3VuZGF0aW9uIDIuMCByb290IGh1YgogQnVzIDAwNSBEZXZpY2Ug
MDAxOiBJRCAxZDZiOjAwMDEgTGludXggRm91bmRhdGlvbiAxLjEgcm9vdCBodWIKIEJ1cyAwMDQg
RGV2aWNlIDAwMTogSUQgMWQ2YjowMDAxIExpbnV4IEZvdW5kYXRpb24gMS4xIHJvb3QgaHViCiBC
dXMgMDAzIERldmljZSAwMDE6IElEIDFkNmI6MDAwMSBMaW51eCBGb3VuZGF0aW9uIDEuMSByb290
IGh1YgogQnVzIDAwMiBEZXZpY2UgMDAxOiBJRCAxZDZiOjAwMDEgTGludXggRm91bmRhdGlvbiAx
LjEgcm9vdCBodWIKTWFjaGluZVR5cGU6IElCTSAxODcxRDMzClBjY2FyZGN0bElkZW50OgogU29j
a2V0IDA6CiAgIG5vIHByb2R1Y3QgaW5mbyBhdmFpbGFibGUKUGNjYXJkY3RsU3RhdHVzOgogU29j
a2V0IDA6CiAgIG5vIGNhcmQKUHJvY0tlcm5lbENtZExpbmU6IEJPT1RfSU1BR0U9L2Jvb3Qvdm1s
aW51ei00LjQuMC0yMi1nZW5lcmljIHJvb3Q9VVVJRD0xMTdhYTFlNi0zODk3LTQ3NDItOTAzNC1h
MzNjNzVjZDc5NjUgcm8gcXVpZXQgc3BsYXNoIHZ0LmhhbmRvZmY9NwpSZWxhdGVkUGFja2FnZVZl
cnNpb25zOgogZHBrZyAxLjE4LjR1YnVudHUxLjEKIGFwdCAgMS4yLjEwdWJ1bnR1MQpTb3VyY2VQ
YWNrYWdlOiBzeXN0ZW1kClN5c3RlbWREZWx0YToKIFtFWFRFTkRFRF0gICAvbGliL3N5c3RlbWQv
c3lzdGVtL3N5c3RlbWQtdGltZXN5bmNkLnNlcnZpY2Ug4oaSIC9saWIvc3lzdGVtZC9zeXN0ZW0v
c3lzdGVtZC10aW1lc3luY2Quc2VydmljZS5kL2Rpc2FibGUtd2l0aC10aW1lLWRhZW1vbi5jb25m
CiBbRVhURU5ERURdICAgL2xpYi9zeXN0ZW1kL3N5c3RlbS9yYy1sb2NhbC5zZXJ2aWNlIOKGkiAv
bGliL3N5c3RlbWQvc3lzdGVtL3JjLWxvY2FsLnNlcnZpY2UuZC9kZWJpYW4uY29uZgogCiAyIG92
ZXJyaWRkZW4gY29uZmlndXJhdGlvbiBmaWxlcyBmb3VuZC4KVGl0bGU6IHBhY2thZ2Ugc3lzdGVt
ZCAyMjktNHVidW50dTUgZmFpbGVkIHRvIGluc3RhbGwvdXBncmFkZTogc3VicHJvY2VzcyBpbnN0
YWxsZWQgcHJlLXJlbW92YWwgc2NyaXB0IHJldHVybmVkIGVycm9yIGV4aXQgc3RhdHVzIDIKVXBn
cmFkZVN0YXR1czogVXBncmFkZWQgdG8geGVuaWFsIG9uIDIwMTYtMDUtMTYgKDAgZGF5cyBhZ28p
CmRtaS5iaW9zLmRhdGU6IDA1LzE4LzIwMDYKZG1pLmJpb3MudmVuZG9yOiBJQk0KZG1pLmJpb3Mu
dmVyc2lvbjogNzBFVDY2V1cgKDEuMjYgKQpkbWkuYm9hcmQubmFtZTogMTg3MUQzMwpkbWkuYm9h
cmQudmVuZG9yOiBJQk0KZG1pLmJvYXJkLnZlcnNpb246IE5vdCBBdmFpbGFibGUKZG1pLmNoYXNz
aXMuYXNzZXQudGFnOiBMM0RHVk0wCmRtaS5jaGFzc2lzLnR5cGU6IDEwCmRtaS5jaGFzc2lzLnZl
bmRvcjogSUJNCmRtaS5jaGFzc2lzLnZlcnNpb246IE5vdCBBdmFpbGFibGUKZG1pLm1vZGFsaWFz
OiBkbWk6YnZuSUJNOmJ2cjcwRVQ2NldXKDEuMjYpOmJkMDUvMTgvMjAwNjpzdm5JQk06cG4xODcx
RDMzOnB2clRoaW5rUGFkVDQzOnJ2bklCTTpybjE4NzFEMzM6cnZyTm90QXZhaWxhYmxlOmN2bklC
TTpjdDEwOmN2ck5vdEF2YWlsYWJsZToKZG1pLnByb2R1Y3QubmFtZTogMTg3MUQzMwpkbWkucHJv
ZHVjdC52ZXJzaW9uOiBUaGlua1BhZCBUNDMKZG1pLnN5cy52ZW5kb3I6IElCTQoKKiogQWZmZWN0
czogc3lzdGVtZCAoVWJ1bnR1KQogICAgIEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAgICAgICBT
dGF0dXM6IE5ldwoKCioqIFRhZ3M6IGFwcG9ydC1wYWNrYWdlIGkzODYgeGVuaWFsCgotLSAKWW91
IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIg
b2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBzeXN0ZW1kIGlu
IFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTgyNzk1CgpUaXRsZToK
ICBwYWNrYWdlIHN5c3RlbWQgMjI5LTR1YnVudHU1IGZhaWxlZCB0byBpbnN0YWxsL3VwZ3JhZGU6
IHN1YnByb2Nlc3MKICBpbnN0YWxsZWQgcHJlLXJlbW92YWwgc2NyaXB0IHJldHVybmVkIGVycm9y
IGV4aXQgc3RhdHVzIDIKClRvIG1hbmFnZSBub3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdv
IHRvOgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC91YnVudHUvK3NvdXJjZS9zeXN0ZW1kLyti
dWcvMTU4Mjc5NS8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5nIGxpc3QK
ZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUuY29tL21h
aWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 16:26:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9FB4426C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 16:26:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 98F071A4707;
	Tue, 17 May 2016 16:26:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2hpJ-000863-MT; Tue, 17 May 2016 16:26:33 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2hpI-00085s-Or
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 16:26:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2hpI-0000ad-3X
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 16:26:32 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 479402E80DB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 16:26:31 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 16:17:14 -0000
From: Tero Gusto <885146@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 srcshelton tero-gusto tweenk
X-Launchpad-Bug-Reporter: Stuart Shelton (srcshelton)
X-Launchpad-Bug-Modifier: Tero Gusto (tero-gusto)
References: <20111102104917.30970.66759.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517161714.636.67815.malone@chaenomeles.canonical.com>
Subject: [Bug 885146] Re: Archive Manager fails to handle password-protected
 ZIP files
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 61c47d9eba0378e40ec8cb64621480bf83c51b8f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 885146 <885146@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can confirm that installing p7zip-full fixes this problem.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/885146

Title:
  Archive Manager fails to handle password-protected ZIP files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/885146/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 16:31:26 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C7D2D26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 16:31:26 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C17B01A47A3;
	Tue, 17 May 2016 16:31:26 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2hu2-0000jl-N2; Tue, 17 May 2016 16:31:26 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2hu1-0000jY-FJ
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 16:31:25 +0000
Received: from soybean.canonical.com ([91.189.89.57])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2hu0-0001tc-EN
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 16:31:24 +0000
Received: from soybean.canonical.com (localhost [127.0.0.1])
 by soybean.canonical.com (Postfix) with ESMTPS id 18AB3322080
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 16:31:24 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 16:31:22 -0000
From: Launchpad Bug Tracker <1582430@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton ichbinich2
X-Launchpad-Bug-Reporter: nebrisi (ichbinich2)
X-Launchpad-Bug-Modifier: Brian Murray (brian-murray)
References: <20160516222055.20842.77052.malonedeb@wampee.canonical.com>
Subject: [Bug 1582430] [NEW] spinning wheel when opening Rhythmbox from
 Dash/Launcher WHEN it is already playing music
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160517163123.8031.71656.launchpad@soybean.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e7429b4514c9c2094e046fb3bbbf79e64a2b5675
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582430 <1582430@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

Steps to reproduce:

1. Start Rhythmbox.
2. Play some music.
3. Close the Rhythmbox window.
4. Open Rhythmbox from Dash or Launcher (if Rhythmbox is locked to it).
5. Admire annoying spinning wheel for about 13 seconds.


If Rhythmbox is reopened from the sound tray menu it is ok, no spinning wheel.

** Affects: rhythmbox (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: bot-comment
-- 
spinning wheel when opening Rhythmbox from Dash/Launcher WHEN it is already playing music
https://bugs.launchpad.net/bugs/1582430
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 16:41:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5E9BF26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 16:41:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4BC301A4820;
	Tue, 17 May 2016 16:41:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2i3T-0001Xo-0V; Tue, 17 May 2016 16:41:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2i3S-0001Xe-D7
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 16:41:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2i3R-0006E1-VV
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 16:41:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E80002E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 16:41:09 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 16:31:20 -0000
From: Brian Murray <brian@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton ichbinich2
X-Launchpad-Bug-Reporter: nebrisi (ichbinich2)
X-Launchpad-Bug-Modifier: Brian Murray (brian-murray)
References: <20160516222055.20842.77052.malonedeb@wampee.canonical.com>
Message-Id: <20160517163122.8031.68160.launchpad@soybean.canonical.com>
Subject: [Bug 1582430] Re: spinning wheel when opening Rhythmbox from
 Dash/Launcher WHEN it is already playing music
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 98964db252d297ad03e2c65f3233ebb9a84d1599
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582430 <1582430@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: ubuntu => rhythmbox (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1582430

Title:
  spinning wheel when opening Rhythmbox from Dash/Launcher WHEN it is
  already playing music

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1582430/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 17:06:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0F60826C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 17:06:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 077F91A497E;
	Tue, 17 May 2016 17:06:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2iS7-0004nI-51; Tue, 17 May 2016 17:06:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2iS2-0004mZ-T1
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 17:06:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2iS2-00062E-HQ
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:06:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 827E12E8028
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:06:34 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 16:58:27 -0000
From: Valery <v.p.hripunov@yandex.ru>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Incomplete; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 v-p-hripunov
X-Launchpad-Bug-Reporter: Valery (v-p-hripunov)
X-Launchpad-Bug-Modifier: Valery (v-p-hripunov)
References: <20160426115500.24276.63780.malonedeb@gac.canonical.com>
Message-Id: <20160517165827.20917.60783.launchpad@wampee.canonical.com>
Subject: [Bug 1575139] Re: in gedit app search-form close when change language
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e8f50828aeee1088c3838938a0fa9d665304efb8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575139 <1575139@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCi0gc2VhcmNoLWZvcm0gY2xvc2VkIHdoZW4gY2hhbmdl
IGxhbmd1YWdlCisgSW4gZ2VkaXQgYXBwIHNlYXJjaC1mb3JtIGNsb3NlZCB3aGVuIGNoYW5nZSBs
YW5ndWFnZQorIAorIEV2ZXJ5dGhpbmcgcGVyZmVjdGx5IHdvcmtzIGluIHRoZSB2ZXJzaW9uIGdl
ZGl0IDMuNC4xCisgVGhlIHByb2JsZW0gaXMgd2F0Y2hlZCBpbiB2ZXJzaW9uIDMuMTAuNCBhbmQg
bGF0ZXIgb24gVWJ1bnR1IDE0LjA0LCAxNSwxMCBhbmQgMTYuMDQKKyAKKyBQcm9ibGVtIHN0ZXBz
OgorIDEuIE9wZW4gZ2VkaXQKKyAyLiBPcGVuIHNlYXJjaC1mb3JtIChjdHJsK3MpCisgMy4gQ2hh
bmdlIGxhbmd1YWdlcyBmcm9tIEVuZ2xpc2ggdG8gUnVzc2lhbiBvciBhbnkgb3RoZXIgbGFuZ3Vh
Z2VzIChhbHQrc2hpZnQgb3IgYW55IG90aGVyIGNvbWJpbmF0aW9uIGtleSkKKyA0LiBUaGUgd2lu
ZG93IHRoaXMgYXBwZWFycwogIAogIFByb2JsZW1UeXBlOiBCdWcKICBEaXN0cm9SZWxlYXNlOiBV
YnVudHUgMTYuMDQKICBQYWNrYWdlOiBnZWRpdCAzLjE4LjMtMHVidW50dTQKICBQcm9jVmVyc2lv
blNpZ25hdHVyZTogVWJ1bnR1IDQuNC4wLTIxLjM3LWdlbmVyaWMgNC40LjYKICBVbmFtZTogTGlu
dXggNC40LjAtMjEtZ2VuZXJpYyB4ODZfNjQKICBBcHBvcnRWZXJzaW9uOiAyLjIwLjEtMHVidW50
dTIKICBBcmNoaXRlY3R1cmU6IGFtZDY0CiAgQ3VycmVudERlc2t0b3A6IFVuaXR5CiAgRGF0ZTog
VHVlIEFwciAyNiAxNDo1MTowNiAyMDE2CiAgRWNyeXB0ZnNJblVzZTogWWVzCiAgSW5zdGFsbGF0
aW9uRGF0ZTogSW5zdGFsbGVkIG9uIDIwMTYtMDQtMTggKDcgZGF5cyBhZ28pCiAgSW5zdGFsbGF0
aW9uTWVkaWE6IFVidW50dSAxNS4xMCAiV2lseSBXZXJld29sZiIgLSBSZWxlYXNlIGFtZDY0ICgy
MDE1MTAyMSkKICBQcm9jRW52aXJvbjoKLSAgTEFOR1VBR0U9cnUKLSAgUEFUSD0oY3VzdG9tLCBu
byB1c2VyKQotICBYREdfUlVOVElNRV9ESVI9PHNldD4KLSAgTEFORz1ydV9SVS5VVEYtOAotICBT
SEVMTD0vYmluL2Jhc2gKKyDCoExBTkdVQUdFPXJ1CisgwqBQQVRIPShjdXN0b20sIG5vIHVzZXIp
CisgwqBYREdfUlVOVElNRV9ESVI9PHNldD4KKyDCoExBTkc9cnVfUlUuVVRGLTgKKyDCoFNIRUxM
PS9iaW4vYmFzaAogIFNvdXJjZVBhY2thZ2U6IGdlZGl0CiAgVXBncmFkZVN0YXR1czogVXBncmFk
ZWQgdG8geGVuaWFsIG9uIDIwMTYtMDQtMjEgKDQgZGF5cyBhZ28pCgotLSAKWW91IHJlY2VpdmVk
IHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1
CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBnZWRpdCBpbiBVYnVudHUuCmh0
dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU3NTEzOQoKVGl0bGU6CiAgaW4gZ2VkaXQg
YXBwIHNlYXJjaC1mb3JtIGNsb3NlIHdoZW4gY2hhbmdlIGxhbmd1YWdlCgpUbyBtYW5hZ2Ugbm90
aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5u
ZXQvdWJ1bnR1Lytzb3VyY2UvZ2VkaXQvK2J1Zy8xNTc1MTM5LytzdWJzY3JpcHRpb25zCgotLSAK
ZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpo
dHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 17:20:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E028726C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 17:20:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C20B21A49BF;
	Tue, 17 May 2016 17:20:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2ifx-0006XO-LB; Tue, 17 May 2016 17:20:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2ifw-0006X8-Cu
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 17:20:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2ifv-0004D0-7v
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:20:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 211A72E80CF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:20:54 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 17:15:04 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gedit; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 v-p-hripunov
X-Launchpad-Bug-Reporter: Valery (v-p-hripunov)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160426115500.24276.63780.malonedeb@gac.canonical.com>
Message-Id: <20160517171504.511.45660.malone@chaenomeles.canonical.com>
Subject: [Bug 1575139] Re: in gedit app search-form close when change language
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 71aa333808ae93cddcf9a140efea0e5e5271adc6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575139 <1575139@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Right, what you describe is
https://bugzilla.gnome.org/show_bug.cgi?id=703711

** Changed in: gedit (Ubuntu)
       Status: Incomplete => New

** Bug watch added: GNOME Bug Tracker #703711
   https://bugzilla.gnome.org/show_bug.cgi?id=703711

** Changed in: gedit (Ubuntu)
       Status: New => Triaged

** Also affects: gedit via
   https://bugzilla.gnome.org/show_bug.cgi?id=703711
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1575139

Title:
  in gedit app search-form close when change language

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1575139/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 17:25:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 931EF26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 17:25:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 75A521A4861;
	Tue, 17 May 2016 17:25:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2ikX-0006lM-9H; Tue, 17 May 2016 17:25:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2ikV-0006lB-P3
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 17:25:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2ikV-0005rn-B3
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:25:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3E5FC2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:25:39 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 17:16:03 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton ichbinich2
X-Launchpad-Bug-Reporter: nebrisi (ichbinich2)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160516222055.20842.77052.malonedeb@wampee.canonical.com>
Message-Id: <20160517171605.10306.9407.launchpad@soybean.canonical.com>
Subject: [Bug 1582430] Re: spinning wheel when opening Rhythmbox from
 Dash/Launcher WHEN it is already playing music
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 117e46b111e6a25392613ff14e5094f42a63841c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582430 <1582430@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: rhythmbox (Ubuntu) => unity (Ubuntu)

** Changed in: unity (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1582430

Title:
  spinning wheel when opening Rhythmbox from Dash/Launcher WHEN it is
  already playing music

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1582430/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 17:34:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ECEA926C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 17:34:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DBE9B1A49F9;
	Tue, 17 May 2016 17:34:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2itI-0007Jg-N3; Tue, 17 May 2016 17:34:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2itG-0007Jb-Ui
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 17:34:42 +0000
Received: from chaenomeles.canonical.com ([91.189.89.119])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2itG-0000NU-OQ
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:34:42 +0000
Received: from chaenomeles.canonical.com (unknown [IPv6:::1])
 by chaenomeles.canonical.com (Postfix) with ESMTPS id AF1CD68057A
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:34:42 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 17:34:42 -0000
From: Launchpad Bug Tracker <1581713@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: claudioandre.br janitor salman.m
X-Launchpad-Bug-Reporter: =?utf-8?q?Claudio_Andr=C3=A9_=28claudioandre=2Ebr?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160514021208.303.87825.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1581713] [NEW] Ubuntu software ask for an Ubuntu Single Sign-On
 account to remove a snap
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160517173442.406.16328.launchpad@chaenomeles.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c2a3411fe5b343c4d2095035765324b9f01ec050
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581713 <1581713@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

If I try to uninstall a snap using Ubuntu Software it asks for an Ubuntu Single Sign-On account. It seems strange since if I use a terminal and do:
$ sudo snap remove john-the-ripper

Everything works as expected.

BTW: Ubuntu Software takes ages to find out the size of the snap
package.

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: Confirmed


** Tags: xenial
-- 
Ubuntu software ask for an Ubuntu Single Sign-On account to remove a snap
https://bugs.launchpad.net/bugs/1581713
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-software in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 17:35:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7618626C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 17:35:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6C48D1A4A05;
	Tue, 17 May 2016 17:35:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2iu7-0007TK-9B; Tue, 17 May 2016 17:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2iu2-0007P3-6h
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 17:35:30 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2iu1-0000cQ-OO
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:35:29 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B50E82E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:35:29 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 17:24:47 -0000
From: hackel <1582823@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=linux; component=main;
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-figg hackel
X-Launchpad-Bug-Reporter: hackel (hackel)
X-Launchpad-Bug-Modifier: hackel (hackel)
Message-Id: <20160517172447.20842.67351.malonedeb@wampee.canonical.com>
Subject: [Bug 1582823] [NEW] Text not rendering correctly after resume from
 suspend
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 009331de2254b5cf4361702bae0794c49ff74045
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582823 <1582823@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKClNpbmNlIHVwZ3JhZGluZyB0byAxNi4wNCwgSSd2ZSBiZWVu
IGV4cGVyaWVuY2luZyBmcmVxdWVudCBkaWZmaWN1bHRpZXMKcmVzdW1pbmcgZnJvbSBzdXNwZW5k
LCBjYXVzaW5nIHRleHQgbm90IHRvIGJlIGRpc3BsYXllZCBhdCBhbGwsIG9yIHdyb25nCmNoYXJh
Y3RlcnMgdG8gYmUgZGlzcGxheWVkLiAgUGxlYXNlIHNlZSB0aGUgYXR0YWNoZWQgc2NyZWVuc2hv
dHMuCgpJIGRvbid0IGtub3cgd2hhdCBwYXJ0IG9mIHRoZSBzeXN0ZW0gdGhpcyBsaWVzIGluLiAg
SXQgc2VlbXMgdG8gYWZmZWN0CmFsbCBndGsgYXBwcyBhdCBsZWFzdC4gIENocm9taXVtIHJlbmRl
cnMganVzdCBmaW5lIHdoZW4gdGhpcyBoYXBwZW5zLApvdGhlciB0aGFuIHRoZSB0aXRsZWJhci4g
IFNpbWlsYXJseSwgQ29vbCBSZXRybyBUZXJtIHJlbmRlcnMgY29ycmVjdGx5LAp3aGljaCBvYnZp
b3VzbHkgZG9lc24ndCB1c2UgZ3RrLCB3aGlsZSBHbm9tZSBUZXJtaW5hbCBhbmQgR3Vha2UgZG8g
bm90LgoKVGhpcyBzdWdnZXN0cyBpdCBjb3VsZCBiZSByZWxhdGVkIHRvIGZyYW1lYnVmZmVyIGNv
cnJ1cHRpb24sIGJ1dCB0aGlzCnJlcG9ydCB3YXMgbWFkZSB3aXRoIGEgbXVjaCBlYXJsaWVyIGtl
cm5lbCwgYW5kIEkgaGFkIG5vIHN1Y2ggcHJvYmxlbXMKdW5kZXIgMTUuMTAuICBodHRwOi8vYXNr
dWJ1bnR1LmNvbS9xdWVzdGlvbnMvNjg4MzA2L3RleHQtbWlzc2luZy0KZ2FyYmxlZC1hZnRlci1s
YXB0b3AtcmVzdW1lcy1mcm9tLXNsZWVwLW1vZGUKCmxpYmd0ay0zLTAgMy4xOC45LTF1YnVudHUz
CmxpbnV4LWltYWdlLTQuNC4wLTIyLWdlbmVyaWMgNC40LjAtMjIuNDAKeHNlcnZlci14b3JnLWNv
cmUgMjoxLjE4LjMtMXVidW50dTIKeHNlcnZlci14b3JnLXZpZGVvLWludGVsIDI6Mi45OS45MTcr
Z2l0MjAxNjAzMjUtMXVidW50dTEKCmxzaHcgLWMgdmlkZW8KwqDCoCotZGlzcGxheQrCoMKgwqDC
oMKgwqDCoGRlc2NyaXB0aW9uOiBWR0EgY29tcGF0aWJsZSBjb250cm9sbGVyCsKgwqDCoMKgwqDC
oMKgcHJvZHVjdDogNHRoIEdlbiBDb3JlIFByb2Nlc3NvciBJbnRlZ3JhdGVkIEdyYXBoaWNzIENv
bnRyb2xsZXIKwqDCoMKgwqDCoMKgwqB2ZW5kb3I6IEludGVsIENvcnBvcmF0aW9uCsKgwqDCoMKg
wqDCoMKgcGh5c2ljYWwgaWQ6IDIKwqDCoMKgwqDCoMKgwqBidXMgaW5mbzogcGNpQDAwMDA6MDA6
MDIuMArCoMKgwqDCoMKgwqDCoHZlcnNpb246IDA2CsKgwqDCoMKgwqDCoMKgd2lkdGg6IDY0IGJp
dHMKwqDCoMKgwqDCoMKgwqBjbG9jazogMzNNSHoKwqDCoMKgwqDCoMKgwqBjYXBhYmlsaXRpZXM6
IG1zaSBwbSB2Z2FfY29udHJvbGxlciBidXNfbWFzdGVyIGNhcF9saXN0IHJvbQrCoMKgwqDCoMKg
wqDCoGNvbmZpZ3VyYXRpb246IGRyaXZlcj1pOTE1IGxhdGVuY3k9MArCoMKgwqDCoMKgwqDCoHJl
c291cmNlczogaXJxOjMwIG1lbW9yeTpiMjAwMDAwMC1iMjNmZmZmZiBtZW1vcnk6YTAwMDAwMDAt
YWZmZmZmZmYgaW9wb3J0OjUwMDAoc2l6ZT02NCkKCmRtZXNnIHwgZ3JlcCBpOTE1ClsgICAgMS4z
ODM5NTddIFtkcm1dIEluaXRpYWxpemVkIGk5MTUgMS42LjAgMjAxNTEwMTAgZm9yIDAwMDA6MDA6
MDIuMCBvbiBtaW5vciAwClsgICAgMS41MzQ0NjddIGk5MTUgMDAwMDowMDowMi4wOiBmYjA6IGlu
dGVsZHJtZmIgZnJhbWUgYnVmZmVyIGRldmljZQpbICAgIDIuNzE4MDQxXSBbZHJtOmludGVsX3Nl
dF9wY2hfZmlmb191bmRlcnJ1bl9yZXBvcnRpbmcgW2k5MTVdXSAqRVJST1IqIHVuY2xlYXJlZCBw
Y2ggZmlmbyB1bmRlcnJ1biBvbiBwY2ggdHJhbnNjb2RlciBBClsgICAgMi43MTgwNjBdIFtkcm06
aW50ZWxfcGNoX2ZpZm9fdW5kZXJydW5faXJxX2hhbmRsZXIgW2k5MTVdXSAqRVJST1IqIFBDSCB0
cmFuc2NvZGVyIEEgRklGTyB1bmRlcnJ1bgpbICAgIDIuNzMzNDM4XSBbZHJtOmludGVsX3NldF9j
cHVfZmlmb191bmRlcnJ1bl9yZXBvcnRpbmcgW2k5MTVdXSAqRVJST1IqIHVuY2xlYXJlZCBmaWZv
IHVuZGVycnVuIG9uIHBpcGUgQgpbICAgIDIuNzMzNDYwXSBbZHJtOmludGVsX2NwdV9maWZvX3Vu
ZGVycnVuX2lycV9oYW5kbGVyIFtpOTE1XV0gKkVSUk9SKiBDUFUgcGlwZSBCIEZJRk8gdW5kZXJy
dW4KWyAgICA0LjEzNzY5OF0gc25kX2hkYV9pbnRlbCAwMDAwOjAwOjAzLjA6IGJvdW5kIDAwMDA6
MDA6MDIuMCAob3BzIGk5MTVfYXVkaW9fY29tcG9uZW50X2JpbmRfb3BzIFtpOTE1XSkKWyAgIDY2
LjU4NTMzOF0gW2RybTppbnRlbF9waXBlX3VwZGF0ZV9lbmQgW2k5MTVdXSAqRVJST1IqIEF0b21p
YyB1cGRhdGUgZmFpbHVyZSBvbiBwaXBlIEEgKHN0YXJ0PTQyNjcgZW5kPTQyNjgpIHRpbWUgMjgy
IHVzLCBtaW4gMTA3MywgbWF4IDEwNzksIHNjYW5saW5lIHN0YXJ0IDEwNTksIGVuZCAxMDkwClsg
IDI3Ny41NzcxODNdIFtkcm06aW50ZWxfcGlwZV91cGRhdGVfZW5kIFtpOTE1XV0gKkVSUk9SKiBB
dG9taWMgdXBkYXRlIGZhaWx1cmUgb24gcGlwZSBCIChzdGFydD0xNjQ4MCBlbmQ9MTY0ODEpIHRp
bWUgMzYzIHVzLCBtaW4gODk0LCBtYXggODk5LCBzY2FubGluZSBzdGFydCA4NzUsIGVuZCA5MDAK
WyAgMjg0LjU4MTMxNV0gW2RybTppbnRlbF9waXBlX3VwZGF0ZV9lbmQgW2k5MTVdXSAqRVJST1Iq
IEF0b21pYyB1cGRhdGUgZmFpbHVyZSBvbiBwaXBlIEIgKHN0YXJ0PTE2OTAwIGVuZD0xNjkwMSkg
dGltZSAzNTggdXMsIG1pbiA4OTQsIG1heCA4OTksIHNjYW5saW5lIHN0YXJ0IDg5MSwgZW5kIDkw
NQpbICAzMDAuNTg5NDEwXSBbZHJtOmludGVsX3BpcGVfdXBkYXRlX2VuZCBbaTkxNV1dICpFUlJP
UiogQXRvbWljIHVwZGF0ZSBmYWlsdXJlIG9uIHBpcGUgQSAoc3RhcnQ9MTg0MjQgZW5kPTE4NDI1
KSB0aW1lIDIxMCB1cywgbWluIDEwNzMsIG1heCAxMDc5LCBzY2FubGluZSBzdGFydCAxMDcwLCBl
bmQgMTA4NApbICAzMDIuNTc0MDg1XSBbZHJtOmludGVsX3BpcGVfdXBkYXRlX2VuZCBbaTkxNV1d
ICpFUlJPUiogQXRvbWljIHVwZGF0ZSBmYWlsdXJlIG9uIHBpcGUgQSAoc3RhcnQ9MTg1NDQgZW5k
PTE4NTQ1KSB0aW1lIDMzOCB1cywgbWluIDEwNzMsIG1heCAxMDc5LCBzY2FubGluZSBzdGFydCAx
MDYxLCBlbmQgMTA3OApbICA0NzAuNTYwNTIxXSBbZHJtOmludGVsX3BpcGVfdXBkYXRlX2VuZCBb
aTkxNV1dICpFUlJPUiogQXRvbWljIHVwZGF0ZSBmYWlsdXJlIG9uIHBpcGUgQSAoc3RhcnQ9Mjg3
MDcgZW5kPTI4NzA4KSB0aW1lIDMwMSB1cywgbWluIDEwNzMsIG1heCAxMDc5LCBzY2FubGluZSBz
dGFydCAxMDcxLCBlbmQgMTA5MQpbICA1OTUuNTUzMzg2XSBbZHJtOmludGVsX3BpcGVfdXBkYXRl
X2VuZCBbaTkxNV1dICpFUlJPUiogQXRvbWljIHVwZGF0ZSBmYWlsdXJlIG9uIHBpcGUgQSAoc3Rh
cnQ9MzYyNjkgZW5kPTM2MjcwKSB0aW1lIDEwNyB1cywgbWluIDEwNzMsIG1heCAxMDc5LCBzY2Fu
bGluZSBzdGFydCAxMDU2LCBlbmQgMTA4MwpbIDEwNDMuNTEyODAzXSBbZHJtOmludGVsX3BpcGVf
dXBkYXRlX2VuZCBbaTkxNV1dICpFUlJPUiogQXRvbWljIHVwZGF0ZSBmYWlsdXJlIG9uIHBpcGUg
QSAoc3RhcnQ9NjMzNzAgZW5kPTYzMzcxKSB0aW1lIDQwMiB1cywgbWluIDEwNzMsIG1heCAxMDc5
LCBzY2FubGluZSBzdGFydCAxMDU4LCBlbmQgMTA4NApbIDExMDYuNTA4NTUxXSBbZHJtOmludGVs
X3BpcGVfdXBkYXRlX2VuZCBbaTkxNV1dICpFUlJPUiogQXRvbWljIHVwZGF0ZSBmYWlsdXJlIG9u
IHBpcGUgQiAoc3RhcnQ9NjYxODQgZW5kPTY2MTg1KSB0aW1lIDQyNCB1cywgbWluIDg5NCwgbWF4
IDg5OSwgc2NhbmxpbmUgc3RhcnQgODc2LCBlbmQgODk1CgoqKiBBZmZlY3RzOiBndGsrMy4wIChV
YnVudHUpCiAgICAgSW1wb3J0YW5jZTogVW5kZWNpZGVkCiAgICAgICAgIFN0YXR1czogTmV3Cgoq
KiBBZmZlY3RzOiBsaW51eCAoVWJ1bnR1KQogICAgIEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAg
ICAgICBTdGF0dXM6IEluY29tcGxldGUKCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZp
Y2F0aW9uIGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3
aGljaCBpcyBzdWJzY3JpYmVkIHRvIGd0ayszLjAgaW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1
bmNocGFkLm5ldC9idWdzLzE1ODI4MjMKClRpdGxlOgogIFRleHQgbm90IHJlbmRlcmluZyBjb3Jy
ZWN0bHkgYWZ0ZXIgcmVzdW1lIGZyb20gc3VzcGVuZAoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMg
YWJvdXQgdGhpcyBidWcgZ28gdG86Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3VidW50dS8r
c291cmNlL2d0ayszLjAvK2J1Zy8xNTgyODIzLytzdWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1i
dWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xp
c3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 17:35:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 813BE26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 17:35:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 79F6B1A4A09;
	Tue, 17 May 2016 17:35:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2iu7-0007TZ-Cl; Tue, 17 May 2016 17:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2iu6-0007T3-OO
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 17:35:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2iu6-0000zx-Bi
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:35:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5019F2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:35:34 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 17:26:27 -0000
From: hackel <1582823@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=linux; component=main;
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-figg hackel
X-Launchpad-Bug-Reporter: hackel (hackel)
X-Launchpad-Bug-Modifier: hackel (hackel)
References: <20160517172447.20842.67351.malonedeb@wampee.canonical.com>
Message-Id: <20160517172627.21593.21314.malone@wampee.canonical.com>
Subject: [Bug 1582823] Re: Text not rendering correctly after resume from
 suspend
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: abd4d0da303b976db7c259d234a2feb84128441c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582823 <1582823@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogQXR0YWNobWVudCBhZGRlZDogIk9wZW4gZmlsZSBkaWFsb2d1ZSIKICAgaHR0cHM6Ly9idWdz
LmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2UvZ3RrKzMuMC8rYnVnLzE1ODI4MjMvK2F0dGFj
aG1lbnQvNDY2NDc5Ni8rZmlsZXMvU2NyZWVuc2hvdCUyMGZyb20lMjAyMDE2LTA1LTE3JTIwMTEt
NTktNTEucG5nCgoqKiBEZXNjcmlwdGlvbiBjaGFuZ2VkOgoKICBTaW5jZSB1cGdyYWRpbmcgdG8g
MTYuMDQsIEkndmUgYmVlbiBleHBlcmllbmNpbmcgZnJlcXVlbnQgZGlmZmljdWx0aWVzCiAgcmVz
dW1pbmcgZnJvbSBzdXNwZW5kLCBjYXVzaW5nIHRleHQgbm90IHRvIGJlIGRpc3BsYXllZCBhdCBh
bGwsIG9yIHdyb25nCiAgY2hhcmFjdGVycyB0byBiZSBkaXNwbGF5ZWQuICBQbGVhc2Ugc2VlIHRo
ZSBhdHRhY2hlZCBzY3JlZW5zaG90cy4KICAKICBJIGRvbid0IGtub3cgd2hhdCBwYXJ0IG9mIHRo
ZSBzeXN0ZW0gdGhpcyBsaWVzIGluLiAgSXQgc2VlbXMgdG8gYWZmZWN0CiAgYWxsIGd0ayBhcHBz
IGF0IGxlYXN0LiAgQ2hyb21pdW0gcmVuZGVycyBqdXN0IGZpbmUgd2hlbiB0aGlzIGhhcHBlbnMs
CiAgb3RoZXIgdGhhbiB0aGUgdGl0bGViYXIuICBTaW1pbGFybHksIENvb2wgUmV0cm8gVGVybSBy
ZW5kZXJzIGNvcnJlY3RseSwKICB3aGljaCBvYnZpb3VzbHkgZG9lc24ndCB1c2UgZ3RrLCB3aGls
ZSBHbm9tZSBUZXJtaW5hbCBhbmQgR3Vha2UgZG8gbm90LgogIAogIFRoaXMgc3VnZ2VzdHMgaXQg
Y291bGQgYmUgcmVsYXRlZCB0byBmcmFtZWJ1ZmZlciBjb3JydXB0aW9uLCBidXQgdGhpcwogIHJl
cG9ydCB3YXMgbWFkZSB3aXRoIGEgbXVjaCBlYXJsaWVyIGtlcm5lbCwgYW5kIEkgaGFkIG5vIHN1
Y2ggcHJvYmxlbXMKICB1bmRlciAxNS4xMC4gIGh0dHA6Ly9hc2t1YnVudHUuY29tL3F1ZXN0aW9u
cy82ODgzMDYvdGV4dC1taXNzaW5nLQogIGdhcmJsZWQtYWZ0ZXItbGFwdG9wLXJlc3VtZXMtZnJv
bS1zbGVlcC1tb2RlCiAgCisgbGliZ3RrLTMtMCAzLjE4LjktMXVidW50dTMKICBsaW51eC1pbWFn
ZS00LjQuMC0yMi1nZW5lcmljIDQuNC4wLTIyLjQwCiAgeHNlcnZlci14b3JnLWNvcmUgMjoxLjE4
LjMtMXVidW50dTIKICB4c2VydmVyLXhvcmctdmlkZW8taW50ZWwgMjoyLjk5LjkxNytnaXQyMDE2
MDMyNS0xdWJ1bnR1MQogIAogIGxzaHcgLWMgdmlkZW8KLSAgICotZGlzcGxheSAgICAgICAgICAg
ICAgIAotICAgICAgICBkZXNjcmlwdGlvbjogVkdBIGNvbXBhdGlibGUgY29udHJvbGxlcgotICAg
ICAgICBwcm9kdWN0OiA0dGggR2VuIENvcmUgUHJvY2Vzc29yIEludGVncmF0ZWQgR3JhcGhpY3Mg
Q29udHJvbGxlcgotICAgICAgICB2ZW5kb3I6IEludGVsIENvcnBvcmF0aW9uCi0gICAgICAgIHBo
eXNpY2FsIGlkOiAyCi0gICAgICAgIGJ1cyBpbmZvOiBwY2lAMDAwMDowMDowMi4wCi0gICAgICAg
IHZlcnNpb246IDA2Ci0gICAgICAgIHdpZHRoOiA2NCBiaXRzCi0gICAgICAgIGNsb2NrOiAzM01I
egotICAgICAgICBjYXBhYmlsaXRpZXM6IG1zaSBwbSB2Z2FfY29udHJvbGxlciBidXNfbWFzdGVy
IGNhcF9saXN0IHJvbQotICAgICAgICBjb25maWd1cmF0aW9uOiBkcml2ZXI9aTkxNSBsYXRlbmN5
PTAKLSAgICAgICAgcmVzb3VyY2VzOiBpcnE6MzAgbWVtb3J5OmIyMDAwMDAwLWIyM2ZmZmZmIG1l
bW9yeTphMDAwMDAwMC1hZmZmZmZmZiBpb3BvcnQ6NTAwMChzaXplPTY0KQorIMKgwqAqLWRpc3Bs
YXkKKyDCoMKgwqDCoMKgwqDCoGRlc2NyaXB0aW9uOiBWR0EgY29tcGF0aWJsZSBjb250cm9sbGVy
CisgwqDCoMKgwqDCoMKgwqBwcm9kdWN0OiA0dGggR2VuIENvcmUgUHJvY2Vzc29yIEludGVncmF0
ZWQgR3JhcGhpY3MgQ29udHJvbGxlcgorIMKgwqDCoMKgwqDCoMKgdmVuZG9yOiBJbnRlbCBDb3Jw
b3JhdGlvbgorIMKgwqDCoMKgwqDCoMKgcGh5c2ljYWwgaWQ6IDIKKyDCoMKgwqDCoMKgwqDCoGJ1
cyBpbmZvOiBwY2lAMDAwMDowMDowMi4wCisgwqDCoMKgwqDCoMKgwqB2ZXJzaW9uOiAwNgorIMKg
wqDCoMKgwqDCoMKgd2lkdGg6IDY0IGJpdHMKKyDCoMKgwqDCoMKgwqDCoGNsb2NrOiAzM01Iegor
IMKgwqDCoMKgwqDCoMKgY2FwYWJpbGl0aWVzOiBtc2kgcG0gdmdhX2NvbnRyb2xsZXIgYnVzX21h
c3RlciBjYXBfbGlzdCByb20KKyDCoMKgwqDCoMKgwqDCoGNvbmZpZ3VyYXRpb246IGRyaXZlcj1p
OTE1IGxhdGVuY3k9MAorIMKgwqDCoMKgwqDCoMKgcmVzb3VyY2VzOiBpcnE6MzAgbWVtb3J5OmIy
MDAwMDAwLWIyM2ZmZmZmIG1lbW9yeTphMDAwMDAwMC1hZmZmZmZmZiBpb3BvcnQ6NTAwMChzaXpl
PTY0KQogIAogIGRtZXNnIHwgZ3JlcCBpOTE1CiAgWyAgICAxLjM4Mzk1N10gW2RybV0gSW5pdGlh
bGl6ZWQgaTkxNSAxLjYuMCAyMDE1MTAxMCBmb3IgMDAwMDowMDowMi4wIG9uIG1pbm9yIDAKICBb
ICAgIDEuNTM0NDY3XSBpOTE1IDAwMDA6MDA6MDIuMDogZmIwOiBpbnRlbGRybWZiIGZyYW1lIGJ1
ZmZlciBkZXZpY2UKICBbICAgIDIuNzE4MDQxXSBbZHJtOmludGVsX3NldF9wY2hfZmlmb191bmRl
cnJ1bl9yZXBvcnRpbmcgW2k5MTVdXSAqRVJST1IqIHVuY2xlYXJlZCBwY2ggZmlmbyB1bmRlcnJ1
biBvbiBwY2ggdHJhbnNjb2RlciBBCiAgWyAgICAyLjcxODA2MF0gW2RybTppbnRlbF9wY2hfZmlm
b191bmRlcnJ1bl9pcnFfaGFuZGxlciBbaTkxNV1dICpFUlJPUiogUENIIHRyYW5zY29kZXIgQSBG
SUZPIHVuZGVycnVuCiAgWyAgICAyLjczMzQzOF0gW2RybTppbnRlbF9zZXRfY3B1X2ZpZm9fdW5k
ZXJydW5fcmVwb3J0aW5nIFtpOTE1XV0gKkVSUk9SKiB1bmNsZWFyZWQgZmlmbyB1bmRlcnJ1biBv
biBwaXBlIEIKICBbICAgIDIuNzMzNDYwXSBbZHJtOmludGVsX2NwdV9maWZvX3VuZGVycnVuX2ly
cV9oYW5kbGVyIFtpOTE1XV0gKkVSUk9SKiBDUFUgcGlwZSBCIEZJRk8gdW5kZXJydW4KICBbICAg
IDQuMTM3Njk4XSBzbmRfaGRhX2ludGVsIDAwMDA6MDA6MDMuMDogYm91bmQgMDAwMDowMDowMi4w
IChvcHMgaTkxNV9hdWRpb19jb21wb25lbnRfYmluZF9vcHMgW2k5MTVdKQogIFsgICA2Ni41ODUz
MzhdIFtkcm06aW50ZWxfcGlwZV91cGRhdGVfZW5kIFtpOTE1XV0gKkVSUk9SKiBBdG9taWMgdXBk
YXRlIGZhaWx1cmUgb24gcGlwZSBBIChzdGFydD00MjY3IGVuZD00MjY4KSB0aW1lIDI4MiB1cywg
bWluIDEwNzMsIG1heCAxMDc5LCBzY2FubGluZSBzdGFydCAxMDU5LCBlbmQgMTA5MAogIFsgIDI3
Ny41NzcxODNdIFtkcm06aW50ZWxfcGlwZV91cGRhdGVfZW5kIFtpOTE1XV0gKkVSUk9SKiBBdG9t
aWMgdXBkYXRlIGZhaWx1cmUgb24gcGlwZSBCIChzdGFydD0xNjQ4MCBlbmQ9MTY0ODEpIHRpbWUg
MzYzIHVzLCBtaW4gODk0LCBtYXggODk5LCBzY2FubGluZSBzdGFydCA4NzUsIGVuZCA5MDAKICBb
ICAyODQuNTgxMzE1XSBbZHJtOmludGVsX3BpcGVfdXBkYXRlX2VuZCBbaTkxNV1dICpFUlJPUiog
QXRvbWljIHVwZGF0ZSBmYWlsdXJlIG9uIHBpcGUgQiAoc3RhcnQ9MTY5MDAgZW5kPTE2OTAxKSB0
aW1lIDM1OCB1cywgbWluIDg5NCwgbWF4IDg5OSwgc2NhbmxpbmUgc3RhcnQgODkxLCBlbmQgOTA1
CiAgWyAgMzAwLjU4OTQxMF0gW2RybTppbnRlbF9waXBlX3VwZGF0ZV9lbmQgW2k5MTVdXSAqRVJS
T1IqIEF0b21pYyB1cGRhdGUgZmFpbHVyZSBvbiBwaXBlIEEgKHN0YXJ0PTE4NDI0IGVuZD0xODQy
NSkgdGltZSAyMTAgdXMsIG1pbiAxMDczLCBtYXggMTA3OSwgc2NhbmxpbmUgc3RhcnQgMTA3MCwg
ZW5kIDEwODQKICBbICAzMDIuNTc0MDg1XSBbZHJtOmludGVsX3BpcGVfdXBkYXRlX2VuZCBbaTkx
NV1dICpFUlJPUiogQXRvbWljIHVwZGF0ZSBmYWlsdXJlIG9uIHBpcGUgQSAoc3RhcnQ9MTg1NDQg
ZW5kPTE4NTQ1KSB0aW1lIDMzOCB1cywgbWluIDEwNzMsIG1heCAxMDc5LCBzY2FubGluZSBzdGFy
dCAxMDYxLCBlbmQgMTA3OAogIFsgIDQ3MC41NjA1MjFdIFtkcm06aW50ZWxfcGlwZV91cGRhdGVf
ZW5kIFtpOTE1XV0gKkVSUk9SKiBBdG9taWMgdXBkYXRlIGZhaWx1cmUgb24gcGlwZSBBIChzdGFy
dD0yODcwNyBlbmQ9Mjg3MDgpIHRpbWUgMzAxIHVzLCBtaW4gMTA3MywgbWF4IDEwNzksIHNjYW5s
aW5lIHN0YXJ0IDEwNzEsIGVuZCAxMDkxCiAgWyAgNTk1LjU1MzM4Nl0gW2RybTppbnRlbF9waXBl
X3VwZGF0ZV9lbmQgW2k5MTVdXSAqRVJST1IqIEF0b21pYyB1cGRhdGUgZmFpbHVyZSBvbiBwaXBl
IEEgKHN0YXJ0PTM2MjY5IGVuZD0zNjI3MCkgdGltZSAxMDcgdXMsIG1pbiAxMDczLCBtYXggMTA3
OSwgc2NhbmxpbmUgc3RhcnQgMTA1NiwgZW5kIDEwODMKICBbIDEwNDMuNTEyODAzXSBbZHJtOmlu
dGVsX3BpcGVfdXBkYXRlX2VuZCBbaTkxNV1dICpFUlJPUiogQXRvbWljIHVwZGF0ZSBmYWlsdXJl
IG9uIHBpcGUgQSAoc3RhcnQ9NjMzNzAgZW5kPTYzMzcxKSB0aW1lIDQwMiB1cywgbWluIDEwNzMs
IG1heCAxMDc5LCBzY2FubGluZSBzdGFydCAxMDU4LCBlbmQgMTA4NAogIFsgMTEwNi41MDg1NTFd
IFtkcm06aW50ZWxfcGlwZV91cGRhdGVfZW5kIFtpOTE1XV0gKkVSUk9SKiBBdG9taWMgdXBkYXRl
IGZhaWx1cmUgb24gcGlwZSBCIChzdGFydD02NjE4NCBlbmQ9NjYxODUpIHRpbWUgNDI0IHVzLCBt
aW4gODk0LCBtYXggODk5LCBzY2FubGluZSBzdGFydCA4NzYsIGVuZCA4OTUKCioqIEFsc28gYWZm
ZWN0czogbGludXggKFVidW50dSkKICAgSW1wb3J0YW5jZTogVW5kZWNpZGVkCiAgICAgICBTdGF0
dXM6IE5ldwoKLS0gCllvdSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5
b3UgYXJlIGEgbWVtYmVyIG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmli
ZWQgdG8gZ3RrKzMuMCBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3Mv
MTU4MjgyMwoKVGl0bGU6CiAgVGV4dCBub3QgcmVuZGVyaW5nIGNvcnJlY3RseSBhZnRlciByZXN1
bWUgZnJvbSBzdXNwZW5kCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBn
byB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2UvZ3RrKzMuMC8r
YnVnLzE1ODI4MjMvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0
CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9t
YWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 17:41:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9E56C26C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 17:41:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 93A5D1A4A3B;
	Tue, 17 May 2016 17:41:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2izO-0007tW-FJ; Tue, 17 May 2016 17:41:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2izM-0007tI-EP
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 17:41:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2izL-0003MP-Ng
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:41:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DB9082E80CB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:40:56 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 17:34:41 -0000
From: Amr Ibrahim <1581713@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: claudioandre.br janitor salman.m
X-Launchpad-Bug-Reporter: =?utf-8?q?Claudio_Andr=C3=A9_=28claudioandre=2Ebr?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160514021208.303.87825.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517173442.406.94482.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1581713] Re: Ubuntu software ask for an Ubuntu Single Sign-On
 account to remove a snap
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4a1529706995b50fedfba71cf1a4d00257a40f7a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581713 <1581713@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: software-center (Ubuntu) => gnome-software (Ubuntu)

** Summary changed:

- Ubuntu software ask for an Ubuntu Single Sign-On account to remove a snap
+ Ubuntu Software asks for an Ubuntu Single Sign-On account to remove a snap

** Description changed:

- If I try to uninstall a snap using Ubuntu Software it asks for an Ubuntu Single Sign-On account. It seems strange since if I use a terminal and do:
+ If I try to uninstall a snap using Ubuntu Software, it asks for an Ubuntu Single Sign-On account. It seems strange since if I use a terminal and do:
  $ sudo snap remove john-the-ripper
  
  Everything works as expected.
  
  BTW: Ubuntu Software takes ages to find out the size of the snap
  package.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581713

Title:
  Ubuntu Software asks for an Ubuntu Single Sign-On account to remove a
  snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581713/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 17:50:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BE76C26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 17:50:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ADE2A1A4AB2;
	Tue, 17 May 2016 17:50:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2j8o-0000kL-Kd; Tue, 17 May 2016 17:50:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2j8n-0000jl-Kx
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 17:50:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2j8n-00067B-4s
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:50:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1F1A92E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:50:45 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 17:41:34 -0000
From: Amr Ibrahim <1581052@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Duplicate: 1580836
References: <20160512135143.10380.68636.malonedeb@gac.canonical.com>
Message-Id: <20160517174135.9086.88313.launchpad@gac.canonical.com>
Subject: [Bug 1581052] Re: system updater
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 373864475fec1082482bd0ca3f6c180c560325d6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581052 <1581052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1580836 ***
    https://bugs.launchpad.net/bugs/1580836

** This bug has been marked a duplicate of bug 1580836
   Gnome Software ignores software-properties-gtk "When there are other updates" setting and displays update notification too regularly

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581052

Title:
  system updater

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 17:50:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 49B4326C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 17:50:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3BD911A4A41;
	Tue, 17 May 2016 17:50:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2j8n-0000ji-Gp; Tue, 17 May 2016 17:50:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2j8m-0000jY-Fl
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 17:50:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2j8m-00067C-22
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:50:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0C5352E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:50:44 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 17:43:21 -0000
From: Amr Ibrahim <1581760@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug gnome3-ppa third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cirelli94
X-Launchpad-Bug-Reporter: cirelli fabrizio (cirelli94)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
X-Launchpad-Bug-Duplicate: 1568056
References: <20160514080017.21028.29704.malonedeb@wampee.canonical.com>
Message-Id: <20160517174322.679.54042.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1581760] Re: name of package
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 187d9b5a33d769494cc69c509b837af6fdc4976e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581760 <1581760@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1568056 ***
    https://bugs.launchpad.net/bugs/1568056

** This bug has been marked a duplicate of bug 1568056
   Official Package-Names Not Shown in Gnome-Software

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581760

Title:
  name of package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581760/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 17:50:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D520126C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 17:50:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C9FC31A4AB2;
	Tue, 17 May 2016 17:50:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2j8s-0000mt-Pc; Tue, 17 May 2016 17:50:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2j8r-0000m2-5e
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 17:50:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2j8q-0006IK-Te
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:50:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D39992E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 17:50:48 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 17:41:34 -0000
From: Launchpad Bug Tracker <1580836@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor unflavored willcooke
X-Launchpad-Bug-Reporter: unflavored (unflavored)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160512023342.8480.9932.malonedeb@soybean.canonical.com>
Message-Id: <20160517174134.9086.61861.malone@gac.canonical.com>
Subject: [Bug 1580836] Re: Gnome Software ignores software-properties-gtk
 "When there are other updates" setting and displays update notification too
 regularly
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8708fff04ec7a77ab0a568b693d7184c46cec9d2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580836 <1580836@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1580836

Title:
  Gnome Software ignores software-properties-gtk "When there are other
  updates" setting and displays update notification too regularly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580836/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 18:40:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3462826C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 18:40:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 22FAB1A344C;
	Tue, 17 May 2016 18:40:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2jvK-0007Gm-Gb; Tue, 17 May 2016 18:40:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2jvI-0007Gc-To
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 18:40:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2jvI-00045V-9S
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 18:40:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2E7582E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 18:40:52 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 18:31:47 -0000
From: William Ritchie <support@incryptx.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: o-support-z
X-Launchpad-Bug-Reporter: William Ritchie (o-support-z)
X-Launchpad-Bug-Modifier: William Ritchie (o-support-z)
Message-Id: <20160517183147.20842.19236.malonedeb@wampee.canonical.com>
Subject: [Bug 1582845] [NEW] User Accounts: cannot change user picture.
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6e3f2961602a26091ea6534db5f4eabdc84d0c6c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582845 <1582845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

In "user accounts", click on the picture icon, browse for a picture
(stock) or (user) and size it. Accept it and no change appears in the
"login/logout/shutdown" menu. I did this with "unlock" and "lock".

Reproducible in 16.04 LTS.

I think this is the wrong place for this bug. Sorry, this is my first
time filing one.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: talpa_vfshook talpa_pedconnector talpa_pedevice talpa_vcdevice talpa_core talpa_linux talpa_syscallhook
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue May 17 11:24:21 2016
ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
InstallationDate: Installed on 2016-05-14 (3 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcEnviron:
 XDG_RUNTIME_DIR=<set>
 SHELL=/bin/bash
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1582845

Title:
  User Accounts: cannot change user picture.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1582845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 19:35:33 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4E33726C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 19:35:33 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3DC851A4C28;
	Tue, 17 May 2016 19:35:33 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2kmD-0005Hi-23; Tue, 17 May 2016 19:35:33 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2kmB-0005HT-Q2
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 19:35:31 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2kmB-0003Oz-Ez
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 19:35:31 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 66AF12EA01B
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 19:35:31 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 19:28:01 -0000
From: rjasmin <1582866@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: frazzledjazz
X-Launchpad-Bug-Reporter: rjasmin (frazzledjazz)
X-Launchpad-Bug-Modifier: rjasmin (frazzledjazz)
Message-Id: <20160517192802.716.4305.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1582866] [NEW] systemctl glitches
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d27626687809d1b377d9fa3289bdfc2794ddc23a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582866 <1582866@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

getting weird complaints on boot but I cant diagnose them.
This was not the case on install.

note that I have cloned the drive onto a smaller laptop and I had boot
issues because of it, so maybe CZ has some issues copying data
somewhere.But that shouldnt affect the system.

/proc is created on boot, right? or is there a way to re-create it?
--
systemd-modules-load.service:
sysctl: cannot stat /proc/sys/status: No such file or directory
sysctl: cannot stat /proc/sys/systemd-modules-load/service: No such file or directory

[me@livingroom] ~ $ sudo sysctl status systemd-network.service
sysctl: cannot stat /proc/sys/status: No such file or directory
sysctl: cannot stat /proc/sys/systemd-network/service: No such file or directory

[me@livingroom] ~ $ sudo sysctl status 
sysctl: cannot stat /proc/sys/status: No such file or directory
[me@livingroom] ~ $ 

--
yet these exact processes complain and FAIL to load.
hmmm

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1582866

Title:
  systemctl glitches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1582866/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 19:45:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7F28E26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 19:45:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 769751A4CB5;
	Tue, 17 May 2016 19:45:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2kw2-0006Bi-RB; Tue, 17 May 2016 19:45:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2kw1-0006BJ-OY
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 19:45:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2kw0-0007x4-TN
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 19:45:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7C2562EA027
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 19:45:40 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 19:37:28 -0000
From: rjasmin <1582871@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: frazzledjazz
X-Launchpad-Bug-Reporter: rjasmin (frazzledjazz)
X-Launchpad-Bug-Modifier: rjasmin (frazzledjazz)
Message-Id: <20160517193728.8720.40671.malonedeb@gac.canonical.com>
Subject: [Bug 1582871] [NEW] fraunhoffer glitches
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8f6769ad2b2890e7fcd7612eba670322908c14bc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582871 <1582871@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

im guessing this is the right package here.(the hell theres no
liblame...)

-heaven forbid we use non-free COMMON codecs here, but Im getting a
weird glitch and its been happening for some years now.

Maybe upstream debian code.

You play music. time passes. You hear glitches in the music like
brownout or a bad tape. But these are mp3s...you replay the file
position and it sounds fine.

process repeats.

my files are otherwise fine.

---and I cant use mp3 diags to fix my files, it keeps saying it needs to
reload.

this should never be. Im thinking its a glitch in the codec somewhere.
happens randomly but peridically repeatable when playing back music.

Im on SATA 8mb buffered drive with GIGS of RAM and hardly nuthin running. This shouldnt be happening.
Dunno if vorbis has this issue because all of my hardware(even itunes) prefers mp3.

nightengale more specifically is restricted now to free only and im not
seeing the option for plugin as non-free mp3 support. ubu plays FREE
codecs fine, so y use nightengale? (pointless drivel)

but multiple projects are affected by this. rpmfusion was notified of
this but shrugs shoulders as what to do.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1582871

Title:
  fraunhoffer glitches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1582871/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 19:45:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 30D3E26C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 19:45:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 29CEF1A4CAE;
	Tue, 17 May 2016 19:45:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2kw7-0006EO-BP; Tue, 17 May 2016 19:45:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2kw6-0006Dz-1y
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 19:45:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2kw5-0007x1-Co
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 19:45:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 46C0E2EA027
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 19:45:45 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 19:36:34 -0000
From: Neil Mayhew <neil_mayhew@sil.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney neil.mayhew pitti ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Neil Mayhew (neil.mayhew)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517193634.8788.96628.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3c0314e003fbf90e81700ba1bd4e6dd42e231a3f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Sorry to be slow in responding. I thought I was subscribed but wasn't.

The version from -proposed (0.9.4-1ubuntu1) resolves this issue for me.

Thanks! Great to have this.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 20:11:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B97DF26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 20:11:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B3B301A4CC8;
	Tue, 17 May 2016 20:11:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2lKj-00008Y-NJ; Tue, 17 May 2016 20:11:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2lKi-000081-Ua
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 20:11:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2lKi-0000MQ-LB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 20:11:12 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9DA492E80AF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 20:11:12 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 20:01:12 -0000
From: Launchpad Bug Tracker <1561627@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: costales janitor thomas-voss
X-Launchpad-Bug-Reporter: costales (costales)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160324163654.25263.4316.malonedeb@gac.canonical.com>
Message-Id: <20160517200112.9255.80541.malone@gac.canonical.com>
Subject: [Bug 1561627] Re: After days of uptime,
 apps do not receive position updates.
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e5d08f1a7d67f7963039e0734305b3e6585d9f94
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1561627 <1561627@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: location-service (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1561627

Title:
  After days of uptime, apps do not receive position updates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1561627/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 20:45:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3E13B26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 20:45:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 379DC1A4C97;
	Tue, 17 May 2016 20:45:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2lsG-00048n-OO; Tue, 17 May 2016 20:45:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2lsF-00047g-5j
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 20:45:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2lsE-0004oF-Kp
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 20:45:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 93CAB2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 20:45:50 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 20:38:45 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: frazzledjazz pitti
X-Launchpad-Bug-Reporter: rjasmin (frazzledjazz)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160517193728.8720.40671.malonedeb@gac.canonical.com>
Message-Id: <20160517203846.32699.62979.malone@chaenomeles.canonical.com>
Subject: [Bug 1582871] Re: fraunhoffer glitches
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ff5f80aeabf7be45d57539df7a55f30975485d07
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582871 <1582871@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Which music player are you using? Reassigning to rhythmbox for now, but
if you use a different one please reassign.

** Package changed: systemd (Ubuntu) => rhythmbox (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1582871

Title:
  fraunhoffer glitches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1582871/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 21:35:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4871C26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 21:35:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4229F1A4AB2;
	Tue, 17 May 2016 21:35:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2meR-0002BO-JJ; Tue, 17 May 2016 21:35:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2meO-00029n-0h
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 21:35:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2meN-00011T-Kl
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 21:35:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9BC262E808D
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 21:35:35 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 21:28:07 -0000
From: Serge Hallyn <1580984@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=lxd; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor racb serge-hallyn
X-Launchpad-Bug-Reporter: Robie Basak (racb)
X-Launchpad-Bug-Modifier: Serge Hallyn (serge-hallyn)
References: <20160512112940.340.15645.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517212807.21341.7524.malone@wampee.canonical.com>
Subject: [Bug 1580984] Re: procps postinst fails when inside lxd
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 60bf7f952ffa7966e0616c9f6b526c4a5ac186ac
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580984 <1580984@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

procps has a patch to sysctl.c to ignore EACCESS.  I guess systemd's
systemd-sysctl needs the same kind of patch.


** Also affects: systemd (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: lxd (Ubuntu)
       Status: Confirmed => Invalid

** Changed in: systemd (Ubuntu)
       Status: New => Confirmed

** Changed in: systemd (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1580984

Title:
  procps postinst fails when inside lxd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1580984/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 23:35:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4D85026C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 23:35:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4679A1A487B;
	Tue, 17 May 2016 23:35:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2oWf-0006h7-RM; Tue, 17 May 2016 23:35:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2oWe-0006gw-TV
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 23:35:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2oWe-0007oF-8w
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 23:35:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2FB372E80C2
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 23:35:44 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 23:25:48 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160517232549.8407.77408.malonedeb@soybean.canonical.com>
Subject: [Bug 1582939] [NEW]
 /usr/lib/gvfs/gvfsd-dnssd:11:strcmp:lookup_link_file_by_name_and_type:resolve_callback:avahi_service_resolver_event:filter_func
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 43ec278d503d39f9e305a5ee75826d973d576285
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582939 <1582939@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding gvfs.  This problem was most recently seen with version
1.28.1-1ubuntu1, the problem page at
https://errors.ubuntu.com/problem/905f097b40a97f0af66131196b8e55e85cec5c09
contains more details.

** Affects: gvfs (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1582939

Title:
  /usr/lib/gvfs/gvfsd-
  dnssd:11:strcmp:lookup_link_file_by_name_and_type:resolve_callback:avahi_service_resolver_event:filter_func

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1582939/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 17 23:40:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0776826C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 17 May 2016 23:40:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EE5571A4972;
	Tue, 17 May 2016 23:40:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2obh-0007Qm-8i; Tue, 17 May 2016 23:40:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2obg-0007QT-DS
 for desktop-bugs@lists.ubuntu.com; Tue, 17 May 2016 23:40:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2obf-0002Hz-Tv
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 23:40:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DF5972E8011
 for <desktop-bugs@lists.ubuntu.com>; Tue, 17 May 2016 23:40:55 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 17 May 2016 23:33:09 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: petru-severin robert-ancell
X-Launchpad-Bug-Reporter: Peter (petru-severin)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160515101838.511.6769.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160517233309.823.98643.malone@chaenomeles.canonical.com>
Subject: [Bug 1581938] Re: Calculated review score is lower on Ubuntu 16.04
 than on Ubuntu 14.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1250bbbf34e54deaaf7aeedd7c56aa690c02c198
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581938 <1581938@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The scoring should use the same algorithm, so that suggests there's a
mistake somewhere.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581938

Title:
  Calculated review score is lower on Ubuntu 16.04 than on Ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581938/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 01:30:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6FA0926C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 01:30:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 646581A48AA;
	Wed, 18 May 2016 01:30:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2qJz-0001i3-O7; Wed, 18 May 2016 01:30:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2qJy-0001ht-RD
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 01:30:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2qJy-0001OQ-GY
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 01:30:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7BE972E8005
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 01:30:46 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 01:22:42 -0000
From: Sheldon Wiedeman <epsheldoni@earthlink.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: epsheldoni
X-Launchpad-Bug-Reporter: Sheldon Wiedeman (epsheldoni)
X-Launchpad-Bug-Modifier: Sheldon Wiedeman (epsheldoni)
Message-Id: <20160518012242.511.52161.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1582957] [NEW] package gnome-menus 3.13.3-6ubuntu3 failed to
 install/upgrade: triggers looping, abandoned
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 94711750390f186420f9f8621a6e3639c945fd57
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582957 <1582957@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Linux i7-4790K-ubuntu-box 4.2.0-35-generic #40-Ubuntu SMP Tue Mar 15
22:15:45 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

This popped up as soon as the desktop appeared.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: gnome-menus 3.13.3-6ubuntu3
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Mon Apr 25 20:26:26 2016
Dependencies:
 
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2015-09-29 (231 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: gnome-menus
Title: package gnome-menus 3.13.3-6ubuntu3 failed to install/upgrade: triggers looping, abandoned
UpgradeStatus: Upgraded to xenial on 2016-04-26 (21 days ago)

** Affects: gnome-menus (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1582957

Title:
  package gnome-menus 3.13.3-6ubuntu3 failed to install/upgrade:
  triggers looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/1582957/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 01:35:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6261126C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 01:35:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 556DE1A4872;
	Wed, 18 May 2016 01:35:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2qOh-0002FX-7n; Wed, 18 May 2016 01:35:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2qOf-0002Eb-D5
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 01:35:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2qOe-0002a3-7m
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 01:35:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 31E812E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 01:35:36 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 01:30:13 -0000
From: Apport retracing service <1582957@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: epsheldoni
X-Launchpad-Bug-Reporter: Sheldon Wiedeman (epsheldoni)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
References: <20160518012242.511.52161.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518013013.21488.63639.launchpad@wampee.canonical.com>
Subject: [Bug 1582957] Re: package gnome-menus 3.13.3-6ubuntu3 failed to
 install/upgrade: triggers looping, abandoned
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 31b0cb9b0d783fe45c37c6c2be093d1908659e76
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582957 <1582957@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1582957

Title:
  package gnome-menus 3.13.3-6ubuntu3 failed to install/upgrade:
  triggers looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/1582957/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 01:50:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 223FB26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 01:50:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 178511A492F;
	Wed, 18 May 2016 01:50:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2qdC-0003ko-4l; Wed, 18 May 2016 01:50:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2qdA-0003jW-Rs
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 01:50:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2qdA-0005zz-C0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 01:50:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3B9582EA021
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 01:50:36 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 01:41:09 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug gnome3-ppa third-party-packages xenial
 yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jbicha
X-Launchpad-Bug-Reporter: Jeremy Bicha (jbicha)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
Message-Id: <20160518014109.10380.28973.malonedeb@gac.canonical.com>
Subject: [Bug 1582959] [NEW] Software app seems to be unaware of package
 changes from apt-get
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: de7533c977949059ff8c4b245cce23332f0b0840
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582959 <1582959@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Software seems to be out-of-sync with command-line package changes like
"apt install, apt remove, apt upgrade, etc.)

What happens:
1. From a terminal, install an app. Let's use bijiben (GNOME Notes).
sudo apt install bijiben

2. After installation completes, open the Software app.

3. Search for bijiben.

4. The Notes app shows up with an Install button.

What should happen:
4. The Notes app shows up with a Remove button.

Although I'm reporting this bug from Ubuntu GNOME Yakkety, I confirm
that this bug also happens on a clean Ubuntu 16.04 LTS install.

Similarly, I'm getting prompts to install system updates that I've
installed hours before from the command line. (I can file a separate bug
for that although it feels like it might be the same issue.)

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: gnome-software 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue May 17 21:28:45 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-04-09 (38 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 (20160408)
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug gnome3-ppa third-party-packages xenial yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1582959

Title:
  Software app seems to be unaware of package changes from apt-get

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1582959/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 01:55:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 100AF26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 01:55:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 065671A46C6;
	Wed, 18 May 2016 01:55:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2qi4-0004CL-29; Wed, 18 May 2016 01:55:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2qi2-0004C2-UT
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 01:55:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2qi2-0006NH-Hy
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 01:55:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7E9872E80C3
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 01:55:38 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 01:48:43 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=hundredpapercuts; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-release-notes; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug iso-testing xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: flocculant janitor jbicha ubuntuqa vipri-alessandro
X-Launchpad-Bug-Reporter: flocculant (flocculant)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20160301081105.1518.21403.malonedeb@wampee.canonical.com>
Message-Id: <20160518014843.551.22200.malone@chaenomeles.canonical.com>
Subject: [Bug 1551599] Re: Remove button missing after package installation
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c3fae9b6291e77d701c9199621823e7fa2df2de3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1551599 <1551599@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can confirm this bug. The "Install" button still shows instead of
"Remove" even after closing and reopening Software. The only place I see
a "Remove" button for the app I installed is if I click the "Installed"
button in the top toolbar.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1551599

Title:
  Remove button missing after package installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1551599/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 03:10:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EFB6E26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 03:10:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E118D1A4817;
	Wed, 18 May 2016 03:10:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2rsm-0003fw-LA; Wed, 18 May 2016 03:10:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2rsl-0003fm-7y
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 03:10:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2rsk-0004PE-S6
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 03:10:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AEFCA2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 03:10:46 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 03:00:56 -0000
From: SunBear <sunbear.c22@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Committed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande edsonn3to
 egonholtz elberro janitor maverickct navjotjsingh pfeiffep seb128 sunbear-c22
 vdragon ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: SunBear (sunbear-c22)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518030056.551.32061.malone@chaenomeles.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bed6eff4cf8dc796d3e3e3f632917d92e6cb6be4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I also have the same failure notice in my syslog.

May 18 10:08:28 Eliot gnome-session[1871]: (gnome-software:2295): Gs-
WARNING **: failed to open plugin /usr/lib/gs-
plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-
plugins-9/libgs_plugin_xdg_app_reviews.so: cannot open shared object
file: No such file or directory

Action taken:
$ cd /usr/lib/gs-plugins-9
$ ls -la
Found that the link is broken(the link is in red colour). Neither can I find the filelibgs_plugin_xdg_app_reviews.so.0.0.0
lrwxrwxrwx   1 root root    37 Apr 28 16:40 libgs_plugin_xdg_app_reviews.so -> libgs_plugin_xdg_app_reviews.so.0.0.0

Looking forward to receiving this bug fix.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 05:29:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ED99F26C245F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 05:29:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E2C791A494C;
	Wed, 18 May 2016 05:29:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2u2r-0007xN-Mg; Wed, 18 May 2016 05:29:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2u2q-0007x5-Fg
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 05:29:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2u2q-0007X2-1P
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 05:29:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9606B2E80D1
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 05:20:42 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 05:11:26 -0000
From: Daniel van Vugt <daniel.van.vugt@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=qtmir; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fontconfig; component=main;
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=freetype; component=main; 
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=harfbuzz; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtbase-opensource-src;
 component=main; status=Incomplete; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-font-family-sources;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-ui-toolkit;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity8; component=universe;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: faenil fboucault gerboland janitor timo-jyrinki
 vanvugt
X-Launchpad-Bug-Reporter: Andrea Bernabei (faenil)
X-Launchpad-Bug-Modifier: Daniel van Vugt (vanvugt)
References: <20160121181809.30711.14811.malonedeb@gac.canonical.com>
Message-Id: <20160518051126.8326.93026.malone@soybean.canonical.com>
Subject: [Bug 1536751] Re: Font/text rendering is irregular and not
 pixel-aligned on low DPI screens
X-Launchpad-Message-Rationale: Subscriber (harfbuzz in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d7532495fd5839af1d767560c35d11b2b1fe2b16
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1536751 <1536751@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Reopened again. Although the situation definitely got better at the
start of April, font rendering in Unity8 still looks quite poor when
compared to Unity7.

The problem might just be misaligned textures like Unity8 bug 1510382.

** Changed in: harfbuzz (Ubuntu)
       Status: Incomplete => New

** Changed in: ubuntu-font-family-sources (Ubuntu)
       Status: Incomplete => New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
       Status: Incomplete => New

** Also affects: qtmir
   Importance: Undecided
       Status: New

** Also affects: unity8 (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to harfbuzz in Ubuntu.
https://bugs.launchpad.net/bugs/1536751

Title:
  Font/text rendering is irregular and not pixel-aligned on low DPI
  screens

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1536751/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 06:11:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5C31826C282D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 06:11:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 53B581A489F;
	Wed, 18 May 2016 06:11:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2uh9-00046e-1j; Wed, 18 May 2016 06:10:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2uh8-00046X-L3
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 06:10:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2uh8-0001mf-5H
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 06:10:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1467D2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 06:10:58 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 06:00:56 -0000
From: Leopoldo Pena <leopenausa@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: leopenausa
X-Launchpad-Bug-Reporter: Leopoldo Pena (leopenausa)
X-Launchpad-Bug-Modifier: Leopoldo Pena (leopenausa)
Message-Id: <20160518060057.8720.4038.malonedeb@gac.canonical.com>
Subject: [Bug 1583002] [NEW] Date not updated correctly upon resume from
 suspend
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e562c0a21527e69205c7951583569dae14a3d157
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583002 <1583002@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Ubuntu Xenial 16.04

1- Open Calendar and minimize.
2- Suspend computer.
3- Wait for date to change at midnight
4- Resume computer
5- Maximize Calendar.

Date is still highlighted on the previous day and not properly updated.
Time zone is correctly set up in computer.

** Affects: gnome-calendar (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1583002

Title:
  Date not updated correctly upon resume from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1583002/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 06:26:24 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 007B626C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 06:26:24 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EA0641A48C0;
	Wed, 18 May 2016 06:26:23 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2uw3-0005HY-6L; Wed, 18 May 2016 06:26:23 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2uw2-0005HO-N8
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 06:26:22 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2uw2-0004iv-4Z
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 06:26:22 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 125222E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 06:26:22 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 06:16:18 -0000
From: Launchpad Bug Tracker <1355423@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=zenity; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gtimlin janitor steven-saus
X-Launchpad-Bug-Reporter: Geno Timlin (gtimlin)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20140811201024.24077.32513.malonedeb@wampee.canonical.com>
Message-Id: <20160518061618.9255.47569.malone@gac.canonical.com>
Subject: [Bug 1355423] Re: zenity color-selection returns invalid value
X-Launchpad-Message-Rationale: Subscriber (zenity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1f1cdc39fa9046b8c0f46f3a0a42befd8ff1a579
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1355423 <1355423@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: zenity (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to zenity in Ubuntu.
https://bugs.launchpad.net/bugs/1355423

Title:
  zenity color-selection returns invalid value

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/1355423/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 06:26:25 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2BEC226C2754
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 06:26:25 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 263551A48DD;
	Wed, 18 May 2016 06:26:25 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2uw4-0005IJ-9e; Wed, 18 May 2016 06:26:24 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2uw3-0005Hn-Gz
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 06:26:23 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2uw2-0004jC-Vy
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 06:26:23 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DDFCC2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 06:26:22 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 06:16:36 -0000
From: Steven Saus <1355423@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=zenity; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gtimlin janitor steven-saus
X-Launchpad-Bug-Reporter: Geno Timlin (gtimlin)
X-Launchpad-Bug-Modifier: Steven Saus (steven-saus)
References: <20140811201024.24077.32513.malonedeb@wampee.canonical.com>
Message-Id: <20160518061636.10274.94020.malone@gac.canonical.com>
Subject: [Bug 1355423] Re: zenity color-selection returns invalid value
X-Launchpad-Message-Rationale: Subscriber (zenity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d11e5fb4d0725eab5777b394f76fbe118d64cf04
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1355423 <1355423@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Confirmed; is also present in Debian Jessie.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to zenity in Ubuntu.
https://bugs.launchpad.net/bugs/1355423

Title:
  zenity color-selection returns invalid value

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/1355423/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 07:25:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2FD2126C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 07:25:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 271611A4750;
	Wed, 18 May 2016 07:25:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2vrW-0002t6-VU; Wed, 18 May 2016 07:25:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2vrU-0002sO-UL
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 07:25:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2vrU-000370-C5
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 07:25:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 590CA2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 07:25:44 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 07:16:09 -0000
From: Albert Astals Cid <albert.astals@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=dbus-cpp; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=media-hub; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity8; component=universe;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: Albert Astals Cid (aacid)
References: <20160517232401.373.1948.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518071609.941.67692.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1582936] Re:
 /usr/bin/unity8:11:malloc_consolidate:_int_malloc:__GI___libc_malloc:operator:__gnu_cxx::new_allocator
X-Launchpad-Message-Rationale: Subscriber (dbus-cpp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3e42070900d8e6bb1da0604d15424fa4f35736c7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582936 <1582936@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: dbus-cpp (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to dbus-cpp in Ubuntu.
https://bugs.launchpad.net/bugs/1582936

Title:
  /usr/bin/unity8:11:malloc_consolidate:_int_malloc:__GI___libc_malloc:operator:__gnu_cxx::new_allocator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus-cpp/+bug/1582936/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 07:25:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 24F4E26C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 07:25:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1D5B41A4749;
	Wed, 18 May 2016 07:25:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2vrY-0002uI-0t; Wed, 18 May 2016 07:25:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2vrX-0002tv-I7
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 07:25:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2vrX-0003B6-0v
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 07:25:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EB3262E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 07:25:46 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 07:16:33 -0000
From: =?utf-8?q?Micha=C5=82_Sawicz?= <michal.sawicz@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=dbus-cpp; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=media-hub; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity8; component=universe;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: =?utf-8?q?Micha=C5=82_Sawicz_=28saviq=29?=
References: <20160517232401.373.1948.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518071633.21558.86840.launchpad@wampee.canonical.com>
Subject: [Bug 1582936] Re:
 /usr/bin/unity8:11:malloc_consolidate:_int_malloc:__GI___libc_malloc:operator:__gnu_cxx::new_allocator
X-Launchpad-Message-Rationale: Subscriber (dbus-cpp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bc70a2db97da0a6c3da537230deeb9328a8a83c4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582936 <1582936@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: media-hub (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: unity8 (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to dbus-cpp in Ubuntu.
https://bugs.launchpad.net/bugs/1582936

Title:
  /usr/bin/unity8:11:malloc_consolidate:_int_malloc:__GI___libc_malloc:operator:__gnu_cxx::new_allocator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus-cpp/+bug/1582936/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 07:55:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 875C126C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 07:55:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7C04F1A46F1;
	Wed, 18 May 2016 07:55:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2wKj-0006rq-6B; Wed, 18 May 2016 07:55:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2wKi-0006rl-7u
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 07:55:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2wKh-0004nM-SQ
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 07:55:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B57F42E80CB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 07:55:55 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 07:46:44 -0000
From: Scaler <1411174@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus-open-terminal;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: balaton22 djart janitor neoatnhng romano-giannetti
 sej7278
X-Launchpad-Bug-Reporter: Thanos Kyritsis (djart)
X-Launchpad-Bug-Modifier: Scaler (balaton22)
References: <20150115095102.9393.37938.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518074644.823.55281.malone@chaenomeles.canonical.com>
Subject: [Bug 1411174] Re: "open in terminal" does not honour SSH_AUTH_SOCK
 and GPG_AGENT_INFO environment variables in Ubuntu 14.10
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f1b2bb69d240aa8d80cb388a5d054ddbff791923
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1411174 <1411174@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have the same issue with two computers since I switched to 16.04.
No problem when I was on 15.10 or earlier.

Maybe related to this bug? https://bugs.launchpad.net/bugs/1271591

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1411174

Title:
  "open in terminal" does not honour SSH_AUTH_SOCK and GPG_AGENT_INFO
  environment variables in Ubuntu 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1411174/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 08:31:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 38D0F26C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 08:31:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 32C381A4883;
	Wed, 18 May 2016 08:31:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2wtS-0002zp-4B; Wed, 18 May 2016 08:31:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2wtR-0002zd-EM
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 08:31:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2wtQ-00015R-9o
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 08:31:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 56E892E8251
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 08:31:10 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 08:21:37 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-calendar; component=main; status=Fix Committed;
 importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 leopenausa mohan-ram pitti seb128 vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160518082137.21663.52296.malone@wampee.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar has white corners
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 598cd9242fc6c88c904efc00ce8ecbe43bb231a1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello motang, or anyone else affected,

Accepted gnome-calendar into xenial-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/gnome-
calendar/3.20.2-0ubuntu0.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: gnome-calendar (Ubuntu Xenial)
       Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 08:41:26 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BB04426C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 08:41:26 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B5C0E1A4893;
	Wed, 18 May 2016 08:41:26 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2x2j-0003Vk-Py; Wed, 18 May 2016 08:41:25 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2x2d-0003UC-P1
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 08:41:19 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2x2d-00089H-GT
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 08:41:19 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 77CCA2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 08:41:19 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 08:29:21 -0000
From: Jean-Baptiste Lallement <jean-baptiste.lallement@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=Confirmed; importance=Critical; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: lt-blocker
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell gareth-france janitor januari jibel llamasfortesjm rolf-veen
 sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Jean-Baptiste Lallement (jibel)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518082921.981.49304.malone@chaenomeles.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5075db5663663c543992bbe4334e5eee9775bf1d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Setting to critical because it makes location unusable on the device with a trivial case:
Start google map or HERE maps and accept the trust prompt when you request a location for the first time, then the service crashes.

** Changed in: canonical-devices-system-image
   Importance: High => Critical

** Tags added: lt-blocker

** Changed in: canonical-devices-system-image
    Milestone: None => 11

** Summary changed:

- [Frieza] Location service fails to start cleanly, entering restart loop
+ [Frieza] Location service fails to start cleanly, entering restart loop - service crashes on start

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop - service crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 08:41:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 90A1426C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 08:41:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8B58C1A4883;
	Wed, 18 May 2016 08:41:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2x2y-0003bI-Em; Wed, 18 May 2016 08:41:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2x2q-0003Xy-55
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 08:41:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2x2p-0008Lg-Q2
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 08:41:31 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C2F7C2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 08:41:31 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 08:32:40 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Won't Fix; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=Fix Committed;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: desktop-trello-import rls-w-notfixing verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 janitor laney ltsampros muravjov-il pitti
 r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160518083240.784.92462.malone@chaenomeles.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b3d2d51e7479ccde7eda4812d451d7487513a6ba
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Dimitri, or anyone else affected,

Accepted gnome-session into xenial-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/gnome-
session/3.18.1.2-1ubuntu1.16.04.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: upstart (Ubuntu Vivid)
       Status: Confirmed => Won't Fix

** Changed in: gnome-session (Ubuntu Xenial)
       Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1433013

Title:
  Super -> exec vs Alt-F2 -> exec have different environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1433013/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 08:51:24 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3A88926C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 08:51:24 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2F37A1A4564;
	Wed, 18 May 2016 08:51:24 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2xCN-0004xH-5a; Wed, 18 May 2016 08:51:23 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2xC4-0004rR-UT
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 08:51:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2xC3-0002u2-91
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 08:51:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2C5782E805E
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 08:51:03 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 08:40:42 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=oem-priority; status=New; importance=Critical;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-bluetooth;
 component=main; status=In Progress; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=indicator-bluetooth; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-control-center; component=main; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-needed xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: franz-hsieh huck-bernhard janitor pitti seb128
 wa113y3s willcooke
X-Launchpad-Bug-Reporter: Huck-bernhard (huck-bernhard)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160328115044.25037.27884.malonedeb@soybean.canonical.com>
Message-Id: <20160518084043.476.53796.malone@chaenomeles.canonical.com>
Subject: [Bug 1562822] Re: Bluetooth Browse Files... not working
X-Launchpad-Message-Rationale: Subscriber (indicator-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 03a29e64c9c556930e40df8b37f80d4328427368
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562822 <1562822@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Huck-bernhard, or anyone else affected,

Accepted unity-control-center into xenial-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/unity-control-center/15.04.0+16.04.20160413-0ubuntu2 in a few hours,
and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Also affects: indicator-bluetooth (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: unity-control-center (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Changed in: unity-control-center (Ubuntu Xenial)
       Status: New => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to indicator-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1562822

Title:
  Bluetooth Browse Files... not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1562822/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 09:01:20 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7920126C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 09:01:20 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 724831A48BA;
	Wed, 18 May 2016 09:01:20 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2xLz-0005rN-II; Wed, 18 May 2016 09:01:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2xLy-0005r3-78
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 09:01:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2xLx-0007wU-VY
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 09:01:17 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EBEF12E80C0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 09:01:17 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 08:53:28 -0000
From: Launchpad Bug Tracker <1581567@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=accountsservice; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: regression-release verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bryan-paradis fvkigg gunnarhj janitor pitti seb128
 sudopluto
X-Launchpad-Bug-Reporter: Sebastien Bacher (seb128)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160513144804.21201.81205.malonedeb@wampee.canonical.com>
Message-Id: <20160518085330.25994.62293.malone@ackee.canonical.com>
Subject: [Bug 1581567] Re: SRU regression, can't change own data
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1d6732cf878cf968181196f3898336f5b55f6292
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581567 <1581567@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package accountsservice - 0.6.40-2ubuntu11.1

---------------
accountsservice (0.6.40-2ubuntu11.1) xenial; urgency=medium

  * debian/patches/change-own-data-inactive.patch:
    - restore the allow_active/inactive rules they are needed, fix regression
      where the user account panel can't change the user own image/name
      (lp: #1581567)

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 13 May 2016 16:50:37
+0200

** Changed in: accountsservice (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1581567

Title:
  SRU regression, can't change own data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1581567/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 09:01:25 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B851326C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 09:01:25 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B0C571A48BF;
	Wed, 18 May 2016 09:01:25 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2xM4-0005tc-Nr; Wed, 18 May 2016 09:01:24 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2xM4-0005tJ-BD
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 09:01:24 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2xM3-0007zm-Uk
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 09:01:23 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E5B192E80C1
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 09:01:23 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 08:55:38 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=glib2.0; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=glib2.0; component=main; status=Fix Committed;
 importance=Undecided; assignee=iain@orangesquash.org.uk; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laney pitti
X-Launchpad-Bug-Reporter: Iain Lane (laney)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160513100758.7891.46160.malonedeb@soybean.canonical.com>
Message-Id: <20160518085538.511.97611.malone@chaenomeles.canonical.com>
Subject: [Bug 1581439] Re: [SRU] New stable release 2.48.1
X-Launchpad-Message-Rationale: Subscriber (glib2.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 920369c08d708590ed2f822cf39e6a8641bd488b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581439 <1581439@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Iain, or anyone else affected,

Accepted glib2.0 into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/glib2.0/2.48.1-1~ubuntu16.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: glib2.0 (Ubuntu Xenial)
       Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1581439

Title:
  [SRU] New stable release 2.48.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1581439/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 09:10:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 396BB26C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 09:10:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2F7981A48C0;
	Wed, 18 May 2016 09:10:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2xVE-00075p-9x; Wed, 18 May 2016 09:10:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2xVD-00075U-M3
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 09:10:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2xVD-0004uG-8J
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 09:10:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2FD5B2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 09:10:51 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 09:03:08 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=gvfs; 
 component=main; status=Fix Committed; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laney pitti
X-Launchpad-Bug-Reporter: Iain Lane (laney)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160513152402.8116.79925.malonedeb@soybean.canonical.com>
Message-Id: <20160518090308.340.61013.malone@chaenomeles.canonical.com>
Subject: [Bug 1581577] Re: [SRU] New stable release 1.28.2
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 48b6891712744819d035a8825207dee8878503c2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581577 <1581577@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Iain, or anyone else affected,

Accepted gvfs into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/gvfs/1.28.2-1ubuntu1~16.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: gvfs (Ubuntu Xenial)
       Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1581577

Title:
  [SRU] New stable release 1.28.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1581577/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 10:06:18 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5EAA226C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 10:06:18 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5882B1A4827;
	Wed, 18 May 2016 10:06:18 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2yMs-0005Ev-1m; Wed, 18 May 2016 10:06:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2yMq-0005El-OJ
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 10:06:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2yMq-0005Bj-Gn
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 10:06:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7D3F22E80C0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 10:06:16 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 09:59:13 -0000
From: Jean-Baptiste Lallement <jean-baptiste.lallement@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=Confirmed; importance=Critical; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell davmor2 gareth-france janitor januari jibel llamasfortesjm
 rolf-veen sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Jean-Baptiste Lallement (jibel)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518095914.20886.42950.launchpad@wampee.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop - service crashes on start
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a339972a14d2d31ed38a74684ca25a20d491231e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: regression-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop - service crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 10:16:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CB01726C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 10:16:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C34F91A488A;
	Wed, 18 May 2016 10:16:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2yWv-00076M-Vz; Wed, 18 May 2016 10:16:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2yWu-00075m-SK
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 10:16:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2yWt-0003Qw-SO
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 10:16:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0E15F2E81E8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 10:16:32 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 10:06:01 -0000
From: Dave Morley <davmor2@davmor2.co.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=Confirmed; importance=Critical; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell davmor2 gareth-france janitor januari jibel llamasfortesjm
 rolf-veen sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Dave Morley (davmor2)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518100601.373.94685.malone@chaenomeles.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop - service crashes on start
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ed75b54c36e87a1cccb966a077790bb1b11ddfd6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have flashed image 3 from Stable and location gets a fix almost
instantly so this is definitely a regression over the current stable
image.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop - service crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 10:31:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E8C1526C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 10:31:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E0AB51A48D1;
	Wed, 18 May 2016 10:31:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2ykq-0000gX-Pu; Wed, 18 May 2016 10:31:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2ykp-0000fl-4n
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 10:31:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2yko-0007ih-Hy
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 10:31:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7B27C2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 10:31:02 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 10:24:58 -0000
From: Dave Morley <davmor2@davmor2.co.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=Confirmed; importance=Critical; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell davmor2 gareth-france janitor januari jibel llamasfortesjm
 rolf-veen sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Dave Morley (davmor2)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518102458.10274.86639.malone@gac.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop - service crashes on start
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6100b4ea45fce3b0bb08794ae3c4a6ad3ffd001f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

On flashing RC 11 I see the crash file everyone is seeing.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop - service crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 11:21:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3963026C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 11:21:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 309891A4774;
	Wed, 18 May 2016 11:21:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b2zXH-0006tq-2m; Wed, 18 May 2016 11:21:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b2zXG-0006tE-2F
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 11:21:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b2zXE-00070d-Ax
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 11:21:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 952842E80CD
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 11:21:00 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 11:11:34 -0000
From: Egmont Koblinger <egmont@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=aptsh; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: font terminal u+0001
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: egmont-gmail janitor rtdos
 thad-fisch-deactivatedaccount
X-Launchpad-Bug-Reporter: Woodzy (rtdos)
X-Launchpad-Bug-Modifier: Egmont Koblinger (egmont-gmail)
References: <20131009190432.27898.7877.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518111134.9903.89070.malone@gac.canonical.com>
Subject: [Bug 1237594] Re: The U+0001 control character is output in terminal
X-Launchpad-Message-Rationale: Subscriber (vte in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 867fbc04e9f947a0adaa5831f75fa314bf2c758b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1237594 <1237594@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

aptsh has a color prompt, and uses readline. Readline requires that in
the prompt, all non-printable characters (e.g. color changing escape
sequences) are enclosed between \001 (^A) and \002 (^B).

I suspect it's a bug in aptsh that its prompt doesn't have a balanced
pair of \001 and \002 bytes, hence readline prints some of the \001
characters in the terminal.

** Package changed: vte (Ubuntu) => aptsh (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vte in Ubuntu.
https://bugs.launchpad.net/bugs/1237594

Title:
  The U+0001 control character is output in terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aptsh/+bug/1237594/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 12:20:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5E4FE26C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 12:20:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 55A511A48BF;
	Wed, 18 May 2016 12:20:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b30Sw-00016B-5g; Wed, 18 May 2016 12:20:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b30Ss-00015d-PF
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 12:20:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b30Ss-0002Dc-Ad
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 12:20:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 369182E80C6
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 12:20:38 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 12:14:06 -0000
From: Patrik Ryd <1583141@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: patrik-ryd
X-Launchpad-Bug-Reporter: Patrik Ryd (patrik-ryd)
X-Launchpad-Bug-Modifier: Patrik Ryd (patrik-ryd)
Message-Id: <20160518121406.9523.70982.malonedeb@gac.canonical.com>
Subject: [Bug 1583141] [NEW] package systemd-sysv 229-4ubuntu5 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e91f6f903f778d6c77113ec009ff1ae1eaf36633
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583141 <1583141@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Received the message package systemd-sysv 229-4ubuntu5 failed to
install/upgrade: pre-dependency problem - not installing systemd-sysv
after rebooting after a failed upgrade to 16.04.

Probably a result of
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1561467 during
the update.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 229-4ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Wed May 18 11:41:21 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2013-11-20 (909 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package systemd-sysv 229-4ubuntu5 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-05-18 (0 days ago)

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1583141

Title:
  package systemd-sysv 229-4ubuntu5 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1583141/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 12:40:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3E41626C283B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 12:40:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3447A1A4979;
	Wed, 18 May 2016 12:40:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b30mU-0003p4-3y; Wed, 18 May 2016 12:40:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b30mP-0003n3-UC
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 12:40:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b30mP-0001JP-CN
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 12:40:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3FE0D2E8029
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 12:40:49 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 12:30:49 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: patrik-ryd
X-Launchpad-Bug-Reporter: Patrik Ryd (patrik-ryd)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1560797
References: <20160518121406.9523.70982.malonedeb@gac.canonical.com>
Message-Id: <20160518123050.21417.89981.launchpad@wampee.canonical.com>
Subject: [Bug 1583141] Re: package systemd-sysv 229-4ubuntu5 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2ac14c418148c75251c000196b35f45705b09542
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583141 <1583141@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1560797 ***
    https://bugs.launchpad.net/bugs/1560797

** This bug has been marked a duplicate of bug 1560797
   apt does not configure Pre-Depends: before depending package

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1583141

Title:
  package systemd-sysv 229-4ubuntu5 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1583141/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 12:56:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 38D5826C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 12:56:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 301FF1A457C;
	Wed, 18 May 2016 12:56:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b311f-0005mZ-5B; Wed, 18 May 2016 12:56:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b311d-0005lN-UL
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 12:56:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b311d-0007nj-4Q
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 12:56:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 10B122E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 12:56:33 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 12:49:37 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=In Progress; importance=Critical; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell davmor2 gareth-france janitor januari jibel llamasfortesjm
 rolf-veen sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518124938.9086.72655.launchpad@gac.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop - service crashes on start
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0a76085bac78307bb809457c49b65e0ea52094f4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: canonical-devices-system-image
       Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop - service crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 13:01:32 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7ECF226C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 13:01:32 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 72ADB1A46EF;
	Wed, 18 May 2016 13:01:32 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b316S-0006EQ-BW; Wed, 18 May 2016 13:01:32 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b316Q-0006ED-IG
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 13:01:30 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b316P-0002eH-NK
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 13:01:29 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8F64B2EA018
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 13:01:29 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 12:51:17 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=12;
 status=Confirmed; importance=High; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=oxide; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bq-feedback
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: chrisccoulson costales dedreuil gubu janitor jibel
 thomas-voss victor-gonzalez-0
X-Launchpad-Bug-Reporter: costales (costales)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20160403130831.14482.657.malonedeb@gac.canonical.com>
Message-Id: <20160518125118.20962.75401.launchpad@wampee.canonical.com>
Subject: [Bug 1565469] Re: GPS Denied without reason
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0b1b54fa228fccc38c6b9830c726e65aab21dc66
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565469 <1565469@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: canonical-devices-system-image
    Milestone: backlog => 12

** Changed in: canonical-devices-system-image
       Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1565469

Title:
  GPS Denied without reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1565469/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 13:12:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3A75726C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 13:12:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 332F51A4214;
	Wed, 18 May 2016 13:12:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b31HH-0008MF-0x; Wed, 18 May 2016 13:12:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b31GO-0008G8-J8
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 13:11:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b31GN-00019j-RA
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 13:11:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 767C82E80D1
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 13:11:47 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 13:01:57 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <131190@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-control-center; status=Expired;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=Low;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Tags: apport-bug
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alex-weej pedro seb128
X-Launchpad-Bug-Reporter: Alexander Jones (alex-weej)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20070808213303.17321.33462.malonedeb@gandwana.ubuntu.com>
Message-Id: <20160518130159.589.73785.launchpad@chaenomeles.canonical.com>
Subject: [Bug 131190] Re: Colour of window borders in "Human" theme preview in
 Appearance Preferences does not match actual colour
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 007d6910ab6f4eaa02485d6d502603f44071ab26
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 131190 <131190@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: metacity (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/131190

Title:
  Colour of window borders in "Human" theme preview in Appearance
  Preferences does not match actual colour

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/131190/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 13:35:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1B1DD26C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 13:35:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1092B1A49EF;
	Wed, 18 May 2016 13:35:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b31dg-0003kJ-T1; Wed, 18 May 2016 13:35:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b31dc-0003gw-CD
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 13:35:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b31da-0007Ud-8w
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 13:35:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7C4652E81A9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 13:35:43 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 13:27:07 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1535184@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels ghostplant
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160118052605.29365.99568.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518132707.32740.99293.malone@chaenomeles.canonical.com>
Subject: [Bug 1535184] Re: Is it reasonable to move "zenity" from "Depends:"
 to "Recommends:" for metacity package?
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1bfc94374379b8b770f0dd54bf17cae68e4f55f0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1535184 <1535184@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Metacity depends on zenity to show "Application is not responding."
dialog. It is not optional...

I think it should be possible to port from zenity to GTK+ dialog. I will
happily review such patch. :)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1535184

Title:
  Is it reasonable to move "zenity" from "Depends:" to "Recommends:" for
  metacity package?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1535184/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 13:35:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1B3C726C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 13:35:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 127151A49F4;
	Wed, 18 May 2016 13:35:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b31dh-0003kY-0T; Wed, 18 May 2016 13:35:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b31de-0003ix-SW
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 13:35:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b31dd-0007Vv-JN
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 13:35:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C43B52E80DF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 13:35:45 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 13:29:45 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1518780@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels ghostplant
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20151122224811.1850.67023.malonedeb@wampee.canonical.com>
Message-Id: <20160518132945.9016.78395.malone@gac.canonical.com>
Subject: [Bug 1518780] Re: Metacity with composite rendering error for GUI
 menu border
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6c05085f2d8cd9cec2bcc74ce32efa5894009898
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518780 <1518780@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Is this still problem?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1518780

Title:
  Metacity with composite rendering error for GUI menu border

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1518780/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 13:51:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7F6F526C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 13:51:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 79B3C1A29FE;
	Wed, 18 May 2016 13:51:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b31sN-0006JW-DU; Wed, 18 May 2016 13:51:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b31sM-0006J8-3a
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 13:51:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b31sK-0004gk-6k
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 13:51:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2F55B2E80D4
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 13:50:58 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 13:43:42 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1538111@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=In Progress; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug patch third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9 albertsmuktupavels crichton ghostplant janitor
 mitya57 untaintableangel
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160126120442.31421.57592.malonedeb@gac.canonical.com>
Message-Id: <20160518134342.21663.15745.malone@wampee.canonical.com>
Subject: [Bug 1538111] Re: untraceable serious bug in metacity 3.18
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dada47639443ac7a716eb814677026a7877c3249
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1538111 <1538111@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can not reproduce your problems... Have you tried to use proprietary
driver?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1538111

Title:
  untraceable serious bug in metacity 3.18

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 13:56:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9FF8F26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 13:56:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 98AEE1A2AF1;
	Wed, 18 May 2016 13:56:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b31xA-0006kH-FS; Wed, 18 May 2016 13:56:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b31x9-0006k1-8I
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 13:55:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b31x8-0006P7-RD
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 13:55:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9AFF92E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 13:55:58 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 13:49:02 -0000
From: Cui Wei <ghostplant@qq.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels ghostplant
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: Cui Wei (ghostplant)
References: <20151122224811.1850.67023.malonedeb@wampee.canonical.com>
Message-Id: <20160518134902.21028.53829.malone@wampee.canonical.com>
Subject: [Bug 1518780] Re: Metacity with composite rendering error for GUI
 menu border
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a45cbc52e2432e28d0cc489c65c41fcd69739b86
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518780 <1518780@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Well, this is an old problem when xenial is not released, but now fixed!

** Changed in: metacity (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1518780

Title:
  Metacity with composite rendering error for GUI menu border

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1518780/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 14:01:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DECC526C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 14:01:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D8E311A2B5A;
	Wed, 18 May 2016 14:01:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3223-00078j-DO; Wed, 18 May 2016 14:01:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3221-00078L-Du
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 14:01:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3220-0007Gy-VE
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 14:01:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E74652E80BB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 14:01:00 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 13:52:20 -0000
From: Cui Wei <ghostplant@qq.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=In Progress; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug patch third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9 albertsmuktupavels crichton ghostplant janitor
 mitya57 untaintableangel
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: Cui Wei (ghostplant)
References: <20160126120442.31421.57592.malonedeb@gac.canonical.com>
Message-Id: <20160518135220.21593.54427.malone@wampee.canonical.com>
Subject: [Bug 1538111] Re: untraceable serious bug in metacity 3.18
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b249fee91af41c915ba4b466aeb88b50c804f78d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1538111 <1538111@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hi, after upgrading to metacity 3.18.4-0ubuntu0.1.

It will never crash. But window-missing issue still exists. I think
window-missing issue only happens on NVDIA Card and using nouveau
driver.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1538111

Title:
  untraceable serious bug in metacity 3.18

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 14:11:27 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 251B526C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 14:11:27 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1F4DA1A2C66;
	Wed, 18 May 2016 14:11:27 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b32C6-0008Rs-6Z; Wed, 18 May 2016 14:11:26 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b32C5-0008RK-J5
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 14:11:25 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b32C5-0003Qy-58
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 14:11:25 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 217042E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 14:11:25 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 14:00:53 -0000
From: Cui Wei <ghostplant@qq.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=In Progress; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug patch third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9 albertsmuktupavels crichton ghostplant janitor
 mitya57 untaintableangel
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: Cui Wei (ghostplant)
References: <20160126120442.31421.57592.malonedeb@gac.canonical.com>
Message-Id: <20160518140053.823.91981.malone@chaenomeles.canonical.com>
Subject: [Bug 1538111] Re: untraceable serious bug in metacity 3.18
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 50677240fed4a5cf0c75e9b7ae7a5d8c0bcf16c5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1538111 <1538111@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Proprietary driver is a little complex to install due to dual Video
Card.

And I don't think the key point is nouveau because
marco/metacity3.14/compiz don't have window missing issue.

As for current metacity 3.18.4-0ubuntu0.1, window title shadow unerased
when switching Tab-page still exists (#46), though it is not a serious
problem. And non-alphabet title displayment problem(#67) has been fixed!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1538111

Title:
  untraceable serious bug in metacity 3.18

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 14:11:28 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 710DD26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 14:11:28 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 698431A2C67;
	Wed, 18 May 2016 14:11:28 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b32C8-0008To-AK; Wed, 18 May 2016 14:11:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b32C7-0008Sc-0X
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 14:11:27 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b32C6-0003QO-AX
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 14:11:26 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3E0632E8047
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 14:11:26 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 14:01:05 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1507764@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Incomplete; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash third-party-packages vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels apport janitor johndrinkwater
 m-dev stephane-lapie xaviersarrate
X-Launchpad-Bug-Reporter: Stephane Lapie (stephane-lapie)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20151019203627.3780.93238.malonedeb@gac.canonical.com>
Message-Id: <20160518140105.7858.59776.malone@soybean.canonical.com>
Subject: [Bug 1507764] Re: metacity crashed with signal 5 in _XEventsQueued() ; 
 forcing gnome session to logout
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 676d04abc1d146f33d8a4f540d783a94cace7010
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1507764 <1507764@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

1) `metacity --replace` "disconnects" it from gnome-session. So next
time it crash, gnome-session does not see it as crash in required
component. It only logs out if required components crashes.

2) Is this still problem in 16.04 with metacity 1:3.18.4-0ubuntu0.1?
Please try to get new stacktrace.

** Changed in: metacity (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1507764

Title:
  metacity crashed with signal 5 in _XEventsQueued() ; forcing gnome
  session to logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1507764/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 14:21:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B23E426C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 14:21:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AD10A1A2F8F;
	Wed, 18 May 2016 14:21:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b32LN-0001hF-Ov; Wed, 18 May 2016 14:21:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b32LM-0001gL-OK
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 14:21:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b32LK-0005jI-Me
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 14:20:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DA70D2E80E1
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 14:20:56 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 14:13:13 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1518646@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels deere
X-Launchpad-Bug-Reporter: Viktor Pal (deere)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20151122004202.3812.5284.malonedeb@gac.canonical.com>
Message-Id: <20160518141313.7787.71873.malone@soybean.canonical.com>
Subject: [Bug 1518646] Re: Metacity unexpectedly crashed
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1632fcf43202cec351bb61e54f1c2e11e066b7b1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518646 <1518646@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can not access this error... Do you still have crashes in 16.04 with
metacity 1:3.18.4-0ubuntu0.1?

** Changed in: metacity (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1518646

Title:
  Metacity unexpectedly crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1518646/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 14:26:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6A1E026C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 14:26:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5CD731A2D00;
	Wed, 18 May 2016 14:26:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b32Qm-0002eP-8w; Wed, 18 May 2016 14:26:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b32Ql-0002e5-GY
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 14:26:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b32Qk-0007o9-O5
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 14:26:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A54B92E80D1
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 14:26:32 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 14:19:20 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1496285@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels jameq
X-Launchpad-Bug-Reporter: James Hammett (jameq)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20150916082147.24239.49948.malonedeb@gac.canonical.com>
Message-Id: <20160518141920.21236.80425.malone@wampee.canonical.com>
Subject: [Bug 1496285] Re: Cancel button in Mount Dialog box Doesn't work
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8d4c012e613425d906e640bfe3b887ca909d5fec
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1496285 <1496285@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is not bug in metacity, it does not mount devices...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1496285

Title:
  Cancel button in Mount Dialog box Doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1496285/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 14:30:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9B55626C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 14:30:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9589F1A2FE6;
	Wed, 18 May 2016 14:30:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b32V0-0003KI-Dp; Wed, 18 May 2016 14:30:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b32Uy-0003Ju-OM
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 14:30:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b32Uy-0000RJ-Be
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 14:30:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 560FA2E8072
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 14:30:56 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 14:21:54 -0000
From: Launchpad Bug Tracker <1580833@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: phasedupdates
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor unflavored
X-Launchpad-Bug-Reporter: unflavored (unflavored)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160512021907.863.4488.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518142155.9903.92671.malone@gac.canonical.com>
Subject: [Bug 1580833] Re: Gnome Software ignores Phased Updates opt-out
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c493c17c729e7927889d665e5208cc73a22f0e81
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580833 <1580833@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1580833

Title:
  Gnome Software ignores Phased Updates opt-out

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580833/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 15:01:22 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A619026C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 15:01:22 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9B4C71A2EC9;
	Wed, 18 May 2016 15:01:22 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b32yQ-0007YG-Gx; Wed, 18 May 2016 15:01:22 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b32yP-0007Xz-D4
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 15:01:21 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b32yP-0002t2-2c
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 15:01:21 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 01CFE2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 15:01:21 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 14:53:20 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1538111@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=In Progress; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug patch third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9 albertsmuktupavels crichton ghostplant janitor
 mitya57 untaintableangel
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160126120442.31421.57592.malonedeb@gac.canonical.com>
Message-Id: <20160518145320.823.317.malone@chaenomeles.canonical.com>
Subject: [Bug 1538111] Re: untraceable serious bug in metacity 3.18
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c5a1f2f78326b08b2dd9ed472335be2f2336848e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1538111 <1538111@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Then please try to use Intel only mode. Or if you have access to other
nvidia card - can you reproduce your problems?

I still think that this might be problem with nouveau and just because
other window managers works does not mean that this is metacity problem.
Even if it is bug in metacity it is / will be hard to fix if I can not
reproduce it. :( I even asked friend if he has laptop with same card...

Do you have this problem also with Metacity 3.16? If so it might be
related to changes that was needed to add invisible borders.

Marco has no invisible borders so it does not have all changes that are
in metacity. If they will ever add invisible borders then most likely
you will have same problem.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1538111

Title:
  untraceable serious bug in metacity 3.18

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 15:06:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B230226C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 15:06:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A71C51A30F3;
	Wed, 18 May 2016 15:06:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3337-0008RD-NF; Wed, 18 May 2016 15:06:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3337-0008Qi-3M
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 15:06:13 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3336-0005BK-OX
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 15:06:12 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A09142E80C0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 15:06:12 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 14:57:45 -0000
From: Kristoffer Haugsbakk <haugsbakk@yahoo.no>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=at-spi; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=at-spi2-core;
 component=main; status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=at-spi2-core;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 third-party-packages utopic
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9 errati es20490446e garym-teledyn haugsbakk
 j-launchpad-net-rtij-nl janitor jdkatz23 loyhz2ay-jeff-h670zbts matkoniecz
 mspacek sk1d stephane-gourichon-lpad thad-fisch-deactivatedaccount thedward
 thomas-petazzoni-free-electrons
X-Launchpad-Bug-Reporter: dino99 (9d9)
X-Launchpad-Bug-Modifier: Kristoffer Haugsbakk (haugsbakk)
References: <20130621064219.12851.72392.malonedeb@soybean.canonical.com>
Message-Id: <20160518145745.21593.35838.malone@wampee.canonical.com>
Subject: [Bug 1193236] Re: Couldn't connect to accessibility bus: Failed to
 connect to socket /tmp/dbus-*
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 576947305640291b26b8299758eb20f7edf3cc81
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1193236 <1193236@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I got this error on 14.04 when opening Emacs and Gedit from the
terminal. The NO_AT_BRIDGE worked for me.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1193236

Title:
   Couldn't connect to accessibility bus: Failed to connect to socket
  /tmp/dbus-*

To manage notifications about this bug go to:
https://bugs.launchpad.net/at-spi/+bug/1193236/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 15:35:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6B7CB26C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 15:35:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 623751A2EC7;
	Wed, 18 May 2016 15:35:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b33Vh-0003gO-1v; Wed, 18 May 2016 15:35:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b33Vf-0003g6-Tf
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 15:35:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b33Vf-0006Cd-54
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 15:35:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B78042E80D0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 15:35:42 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 15:26:53 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Won't Fix; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=Fix Committed;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: desktop-trello-import rls-w-notfixing verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 janitor laney ltsampros muravjov-il pitti
 r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160518152654.8854.7588.launchpad@gac.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dcdf91205dd955d5a6ce4c941a4d86b55861d960
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1433013

Title:
  Super -> exec vs Alt-F2 -> exec have different environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1433013/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 15:41:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A714926C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 15:41:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9FF761A2F25;
	Wed, 18 May 2016 15:41:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b33aw-00043h-Na; Wed, 18 May 2016 15:41:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b33av-00042o-4s
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 15:41:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b33au-0000bS-Af
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 15:41:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1EA412E80D6
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 15:41:08 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 15:34:01 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=backlog;
 status=Confirmed; importance=Undecided; assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=bluez; component=main;
 status=New; importance=Undecided; assignee=simon.busch@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-bluetooth;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-system-settings;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: after-bluez5 bluetooth
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: morphis
X-Launchpad-Bug-Reporter: Simon Fels (morphis)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20150907050711.15344.69233.malonedeb@gac.canonical.com>
Message-Id: <20160518153405.7858.35945.launchpad@soybean.canonical.com>
Subject: [Bug 1492892] Re: Implement standalone bluetooth agent handler
X-Launchpad-Message-Rationale: Subscriber (indicator-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7388ed1ff2491bb6a9c584882539a63176a045f0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1492892 <1492892@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: indicator-bluetooth (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to indicator-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1492892

Title:
  Implement standalone bluetooth agent handler

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1492892/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 15:56:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D4ED426C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 15:56:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CE62E1A30D5;
	Wed, 18 May 2016 15:56:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b33pS-0006La-U5; Wed, 18 May 2016 15:56:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b33pR-0006Kz-LF
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 15:56:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b33pR-0005O0-5Z
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 15:56:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 194B02E80CA
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 15:56:09 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 15:48:04 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=backlog;
 status=Confirmed; importance=High; assignee=alecu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=bluez; component=main;
 status=Invalid; importance=Undecided; assignee=simon.busch@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-bluetooth;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-system-settings;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: after-bluez5 bluetooth
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: morphis pat-mcgowan
X-Launchpad-Bug-Reporter: Simon Fels (morphis)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20150907050711.15344.69233.malonedeb@gac.canonical.com>
Message-Id: <20160518154805.9523.62467.malone@gac.canonical.com>
Subject: [Bug 1492892] Re: Implement standalone bluetooth agent handler
X-Launchpad-Message-Rationale: Subscriber (indicator-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f03e673cc8e2945a3f12b3fd1606b3cba99ee8e7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1492892 <1492892@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

seems the work here is to refactor the code from the BT settings page to the indicator service so an agent is always running
this could potentially solve some current connection problems where devices complete the process in multiple steps

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
     Assignee: John McAleely (john.mcaleely) => Alejandro J. Cura (alecu)

** Changed in: bluez (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to indicator-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1492892

Title:
  Implement standalone bluetooth agent handler

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1492892/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 16:15:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 309C726C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 16:15:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2A1F41A32DE;
	Wed, 18 May 2016 16:15:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b348L-0000qO-5X; Wed, 18 May 2016 16:15:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b348K-0000q2-5G
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 16:15:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b348J-0004Rp-Pn
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 16:15:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A20B82E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 16:15:39 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 16:07:47 -0000
From: Jonas Toth <jonas.toth@web.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: eog png systemlogout
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jonas-toth
X-Launchpad-Bug-Reporter: Jonas Toth (jonas-toth)
X-Launchpad-Bug-Modifier: Jonas Toth (jonas-toth)
Message-Id: <20160518160747.8821.8926.malonedeb@gac.canonical.com>
Subject: [Bug 1583239] [NEW] System logout after opening specific png file
X-Launchpad-Message-Rationale: Subscriber (eog in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0f13e7f92770e12028d02b8072ea598c9d1f29c2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583239 <1583239@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Hello,

i try to visualize a callgraph for a specific programm. 
I profile it with gprof, generate a callgraph from it with gprof2dot and then use dot to create a png from it. (like in the example here https://github.com/jrfonseca/gprof2dot).

When i now want to open the created png with eog, my system logs out,
immediatly. (i have video, attachment)

I checked the syslog, kern.log and dmesg, doesnt seem to have any
information in it, i have the logs here anyway.

The picture i try to open is in the attachment as well. (It works with
shotwell)

--- Sys info

eog --version
GNOME-Bildbetrachter 3.10.2

lsb_release -rd
Description:	Ubuntu 14.04.4 LTS
Release:	14.04

apt-cache policy eog
eog:
  Installiert:           3.10.2-0ubuntu5.1
  Installationskandidat: 3.10.2-0ubuntu5.1
  Versionstabelle:
 *** 3.10.2-0ubuntu5.1 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
        100 /var/lib/dpkg/status
     3.10.2-0ubuntu5 0
        500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

** Affects: eog (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: eog png systemlogout

** Attachment added: "Log files, that are in the timespan of the crash and video from it"
   https://bugs.launchpad.net/bugs/1583239/+attachment/4665632/+files/bug.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1583239

Title:
  System logout after opening specific png file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1583239/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 16:30:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E2D1726C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 16:30:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DC5FA1A332B;
	Wed, 18 May 2016 16:30:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b34N9-0003LB-PK; Wed, 18 May 2016 16:30:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b34N8-0003KH-3s
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 16:30:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b34N7-0008PX-IG
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 16:30:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6B8022E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 16:30:57 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 16:22:06 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream-glib;
 component=main; milestone=xenial-updates; status=Fix Released;
 importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton janitor neil.mayhew ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160429163326.23739.54131.malonedeb@gac.canonical.com>
Message-Id: <20160518162206.10274.29146.malone@gac.canonical.com>
Subject: [Bug 1576780] Re: Needs to implement the full DEP-11 icon spec for
 compatibility with 3rd-party repos
X-Launchpad-Message-Rationale: Subscriber (appstream-glib in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 66bfc324992df9709db65ef48a82433eca2fa94f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576780 <1576780@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug is fixed in Yakkety and Debian testing/unstable, but still
needs to be resolved in Xenial.

** Changed in: appstream-glib (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1576780

Title:
  Needs to implement the full DEP-11 icon spec for compatibility with
  3rd-party repos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream-glib/+bug/1576780/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 16:39:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CF75926C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 16:39:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C3A741A2EB5;
	Wed, 18 May 2016 16:39:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b34V7-0004H1-LN; Wed, 18 May 2016 16:39:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b34V5-0004FV-SJ
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 16:39:11 +0000
Received: from wampee.canonical.com ([91.189.89.61])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b34V5-0003qq-Ml
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 16:39:11 +0000
Received: from wampee.canonical.com (localhost [127.0.0.1])
 by wampee.canonical.com (Postfix) with ESMTPS id 6E5B63B00EF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 16:39:11 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 16:39:10 -0000
From: Launchpad Bug Tracker <1583232@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-haakenson crichton
X-Launchpad-Bug-Reporter: Brad Haakenson (brad-haakenson)
X-Launchpad-Bug-Modifier: Brad Haakenson (brad-haakenson)
References: <20160518155405.9081.21364.malonedeb@soybean.canonical.com>
Subject: [Bug 1583232] [NEW] Wowza Streaming Engine out of memory on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160518163910.21271.43571.launchpad@wampee.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1b21b334ce94e685e84c9128eff6794d30eddd84
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583232 <1583232@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

Wowza Streaming Engine using systemd runs out of memory within a few
minutes on Ubuntu 16.04. Specific Java error is: Failed to get the
session[java.lang.OutOfMemoryError: unable to create new native thread

This appears to be related to systemd, and specific to 16.04, since the
software functions properly in previous versions of Ubuntu (verified
with 15.04 and 15.10) and also works in 16.04 when the system is
reverted to upstart init.

I have also verified that a working 15.10 installation (systemd) fails
after upgrading to 16.04.

Currently, we are recommending that users don't upgrade to 16.04.

Thanks you for your assistance and I can provide additional information
as needed.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: bot-comment
-- 
Wowza Streaming Engine out of memory on Ubuntu 16.04
https://bugs.launchpad.net/bugs/1583232
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to systemd in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 16:45:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C5A4F26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 16:45:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BEF381A3258;
	Wed, 18 May 2016 16:45:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b34bY-0004hB-MM; Wed, 18 May 2016 16:45:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b34bX-0004gN-0G
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 16:45:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b34bW-0004oi-Dk
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 16:45:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 45B762E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 16:45:50 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 16:39:09 -0000
From: Brad Haakenson <brad.haakenson@wowza.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-haakenson crichton
X-Launchpad-Bug-Reporter: Brad Haakenson (brad-haakenson)
X-Launchpad-Bug-Modifier: Brad Haakenson (brad-haakenson)
References: <20160518155405.9081.21364.malonedeb@soybean.canonical.com>
Message-Id: <20160518163910.21271.15348.launchpad@wampee.canonical.com>
Subject: [Bug 1583232] Re: Wowza Streaming Engine out of memory on Ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fb59570776cef7acb46df34cc2c05eea5bbbfe2f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583232 <1583232@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: ubuntu => systemd (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1583232

Title:
  Wowza Streaming Engine out of memory on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1583232/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 17:21:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6B86326C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 17:21:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 642331A3333;
	Wed, 18 May 2016 17:21:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b359n-0008Qm-AY; Wed, 18 May 2016 17:21:15 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b359m-0008QU-AW
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 17:21:14 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b359l-0008EP-FZ
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 17:21:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E72582E81AC
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 17:21:03 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 17:15:36 -0000
From: Chris J Arges <1487148@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fonts-stix; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libreoffice; component=main;
 status=Fix Released; importance=High; assignee=bjoern.michaelsen@canonical.com;
X-Launchpad-Bug: distribution=ubuntu; distroseries=wily;
 sourcepackage=fonts-stix; component=universe; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=wily;
 sourcepackage=libreoffice; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: packaging
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges bjoern-michaelsen doko janitor mterry vorlon
X-Launchpad-Bug-Reporter: Steve Langasek (vorlon)
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20150820172323.27519.44560.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518171536.8480.951.malone@soybean.canonical.com>
Subject: [Bug 1487148] Re: [MIR] fonts-stix -- to replace xfonts-mathml
X-Launchpad-Message-Rationale: Subscriber (fonts-stix in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b6663fa1045aab204bdfaa0ec25f95909ba23da4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1487148 <1487148@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hi, 'fonts-stix' is not in main for wily. Is there another way to fix
this for wily without pulling in a universe package?

** Also affects: libreoffice (Ubuntu Wily)
   Importance: Undecided
       Status: New

** Also affects: fonts-stix (Ubuntu Wily)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to fonts-stix in Ubuntu.
https://bugs.launchpad.net/bugs/1487148

Title:
  [MIR] fonts-stix -- to replace xfonts-mathml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-stix/+bug/1487148/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 17:26:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 53BC926C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 17:26:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4ABAE1A3343;
	Wed, 18 May 2016 17:26:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b35Ej-0000cm-7I; Wed, 18 May 2016 17:26:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b35Ei-0000cS-MP
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 17:26:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b35Eh-0001nk-Uu
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 17:26:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D374F2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 17:26:19 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 17:19:52 -0000
From: Mateusz Stachowski <1565267@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-calendar; component=main; status=Fix Committed;
 importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 leopenausa mohan-ram pitti seb128 vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Mateusz Stachowski (stachowski-mateusz)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160518171953.1084.53876.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar has white corners
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2f7c37a4c50173ad621688bf1f4a8a4223fc79bd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 17:31:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A92CF26C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 17:31:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9FD741A2B20;
	Wed, 18 May 2016 17:31:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b35JE-000164-US; Wed, 18 May 2016 17:31:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b35JD-00015N-Sv
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 17:30:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b35JD-0002bA-Ds
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 17:30:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5244A2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 17:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 17:20:53 -0000
From: Cui Wei <ghostplant@qq.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels ghostplant
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: Cui Wei (ghostplant)
References: <20160118052605.29365.99568.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518172053.1018.90293.malone@chaenomeles.canonical.com>
Subject: [Bug 1535184] Re: Is it reasonable to move "zenity" from "Depends:"
 to "Recommends:" for metacity package?
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 272600eb0d8c47795eb600e60d0c0acc9c64e860
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1535184 <1535184@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

It seems that missing zenity command won't make metacity fault.

Temporarily, a better solution is to install a virtual package (with
"Provides: zenity") by users themselves. So I thinks metacity needn't
fix this issue actually!

** Changed in: metacity (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1535184

Title:
  Is it reasonable to move "zenity" from "Depends:" to "Recommends:" for
  metacity package?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1535184/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 17:41:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E806526C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 17:41:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E1E0A1A3377;
	Wed, 18 May 2016 17:41:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b35TD-00024w-RD; Wed, 18 May 2016 17:41:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b35TC-00024Z-S2
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 17:41:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b35TC-0005hJ-DG
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 17:41:18 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 495BF2E8029
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 17:41:18 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 17:30:56 -0000
From: Mateusz Stachowski <1565267@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-calendar; component=main; status=Fix Committed;
 importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 leopenausa mohan-ram pitti seb128 stachowski-mateusz vincentthiele willcooke
 xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Mateusz Stachowski (stachowski-mateusz)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160518173057.1084.88070.malone@chaenomeles.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar has white corners
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 72f3c1ffa74a93197833b8fee5b542f77c2981c7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Actually I'm not sure if it should be marked as verification-done.

That's because as far as I can see it only resolves the problem for
Ubuntu default themes Ambiance and Radiance all the other 3rd party
themes still render incorrectly. Even Adwaita the default GNOME theme
renders incorrectly.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 18:21:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8DF2C26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 18:21:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 890DC1A3395;
	Wed, 18 May 2016 18:21:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b365a-0000N6-Tt; Wed, 18 May 2016 18:20:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b365Z-0000M1-UF
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 18:20:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b365X-00008Z-WF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 18:20:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C3FE22E80CD
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 18:20:55 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 18:14:51 -0000
From: Aiguanachein <1573052@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande edsonn3to
 egonholtz elberro janitor maverickct navjotjsingh pfeiffep seb128 sunbear-c22
 vdragon ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Aiguanachein (aiguanachein)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518181452.8887.16001.launchpad@gac.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 51975c5bb475b13d090d62c5c43e911f15f38f7a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 18:21:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7410C26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 18:21:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6E56B1A33CE;
	Wed, 18 May 2016 18:21:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b365e-0000Pz-35; Wed, 18 May 2016 18:21:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b365c-0000Oq-LV
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 18:21:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b365a-00008Q-DC
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 18:20:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C86D52E8005
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 18:20:57 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 18:13:47 -0000
From: Launchpad Bug Tracker <1567250@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=12;
 status=Confirmed; importance=High; assignee=alecu@canonical.com; 
X-Launchpad-Bug: product=ubuntu-terminal-app; status=Incomplete;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-keyring;
 component=main; status=Confirmed; importance=High;
 assignee=pete.woods@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-network;
 component=universe; status=Confirmed; importance=High;
 assignee=pete.woods@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=openssh; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cjwatson janitor joolz madhemail-launchpad
 ruediger.kupper verzegnassi-stefano
X-Launchpad-Bug-Reporter: Joolz (joolz)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160407072242.9781.92477.malonedeb@wampee.canonical.com>
Message-Id: <20160518181348.8720.78093.malone@gac.canonical.com>
Subject: [Bug 1567250] Re: ssh signin problem since OTA-10
X-Launchpad-Message-Rationale: Subscriber (gnome-keyring in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0e5741b804be7f8205e38306339d7da6bca1c1a0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1567250 <1567250@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-keyring (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/1567250

Title:
  ssh signin problem since OTA-10

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567250/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 18:56:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 668D226C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 18:56:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5D8E01A3371;
	Wed, 18 May 2016 18:56:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b36dh-0007m1-9E; Wed, 18 May 2016 18:56:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b36dg-0007lj-AU
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 18:56:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b36df-0001h4-Rf
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 18:56:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BD3E42E80C6
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 18:56:11 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 18:46:39 -0000
From: Viktor Pal <1518646@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels deere
X-Launchpad-Bug-Reporter: Viktor Pal (deere)
X-Launchpad-Bug-Modifier: Viktor Pal (deere)
References: <20151122004202.3812.5284.malonedeb@gac.canonical.com>
Message-Id: <20160518184639.636.52974.malone@chaenomeles.canonical.com>
Subject: [Bug 1518646] Re: Metacity unexpectedly crashed
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c4428bdfb62108a7f1040f3b3aef473390ca6d29
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518646 <1518646@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hi, I changed to gnome-shell meanwhile so I can' t tell you.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1518646

Title:
  Metacity unexpectedly crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1518646/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 19:16:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4899F26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 19:16:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 40A631A33EE;
	Wed, 18 May 2016 19:16:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b36wq-0002n2-3M; Wed, 18 May 2016 19:16:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b36wn-0002m0-VU
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 19:15:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b36wn-0007rE-CF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 19:15:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 58C792E80C4
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 19:15:57 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 19:09:12 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1518646@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels deere
X-Launchpad-Bug-Reporter: Viktor Pal (deere)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20151122004202.3812.5284.malonedeb@gac.canonical.com>
Message-Id: <20160518190912.784.88527.malone@chaenomeles.canonical.com>
Subject: [Bug 1518646] Re: Metacity unexpectedly crashed
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d50537c0af32f5c39e31140e9cd7dd8045395336
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518646 <1518646@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Dmitry, do you have access to this crash? Does it have some useful info?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1518646

Title:
  Metacity unexpectedly crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1518646/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 20:45:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D4D2626C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 20:45:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CC3601A3541;
	Wed, 18 May 2016 20:45:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b38Lg-00073V-Pq; Wed, 18 May 2016 20:45:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b38Le-00072U-KX
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 20:45:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b38Ld-00019r-Pm
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 20:45:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AF67F2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 20:45:41 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 20:39:46 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brad-haakenson crichton
X-Launchpad-Bug-Reporter: Brad Haakenson (brad-haakenson)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1578080
References: <20160518155405.9081.21364.malonedeb@soybean.canonical.com>
Message-Id: <20160518203947.7996.77439.launchpad@soybean.canonical.com>
Subject: [Bug 1583232] Re: Wowza Streaming Engine out of memory on Ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 22085233e4b77932485e6c680449fb4ba2abf764
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583232 <1583232@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1578080 ***
    https://bugs.launchpad.net/bugs/1578080

** This bug has been marked a duplicate of bug 1578080
   percona cluster hits resource limits in HA Openstack cloud with xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1583232

Title:
  Wowza Streaming Engine out of memory on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1583232/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 21:31:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A766126C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 21:31:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A0E191A35DC;
	Wed, 18 May 2016 21:31:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b393b-0002xG-IO; Wed, 18 May 2016 21:31:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b393a-0002wu-Qs
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 21:31:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b393a-0004LX-L8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 21:31:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 983262E80BB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 21:31:06 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 21:23:56 -0000
From: Pe4enko <1226962@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=aptana-studio-installer; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=baltix-default-settings; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=df-libreoffice; status=Fix Released;
 importance=Critical; assignee=None; 
X-Launchpad-Bug: product=ibus; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=indicator-keyboard; status=Fix Released;
 importance=Critical; assignee=william.hua@canonical.com; 
X-Launchpad-Bug: product=inkscape; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=intellij-idea; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=monodevelop; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=mutter; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=okular; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=openoffice; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=sigram; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Fix Released; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=kdevelop;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=openjdk-7; component=main; 
 status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=In Progress; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=Triaged;
 importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-terminal; component=main; status=Triaged; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=kdevelop; component=universe; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=openjdk-7; component=None; status=Incomplete; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=unity;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=In Progress;
 importance=High; assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-shell; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=openoffice; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-collected keyboard-layout-switching-hotkeys
 metabug patch saucy trusty utopic vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a-k-behravan abdilra7eem allkhor altclava
 amirmasoud andreas-tsourouflis andrew-nenakhov-redsolution andy-karpenko
 artyom-kazak aryehtanz astatutov attente barta-c benshalom bitigchi
 bjoern-michaelsen bmw- brandontschaefer bregma caolanm craft37 crantisz
 crichton cykooz darkskyz1 davian818 ddv64 defking deltakilo denis-safronenkov
 digitsm dilshodm djart doctor-rover efanchik eli-mit-g elia-shreidler endid13
 es20490446e evgecyn ewigekrieg finomeno fkol-k4 funivan geochr
 george-tepnadze gilad-m goroskob hero1900 iamgrief igor.zubarev infusiastic
 ipe4enko j-a-popov janitor juliusn jumpjet68 kaplan kendy-m khandramay
 klass-ivanklass konstantinast kpeace1-4 laney larsu lax2tlv
 libreoffice-commits majed-aly melnykog mitya57 moceap my-incoming-mail
 n0dwis-u nadrshin nadvorny nazar-pc nick-athens30 nick4fake nrbrtx orduek
 orions-belts1 panamik prohlep ps-jenkins pva roman-shipovskij roman-vorobets
 rotomano saveliyt shani-ayala shvets-jan signup-r silver-slice simosx smortus
 somsaks st-t stef-farad stephane-guillou strate suor-web suslikkreal
 sysradium temkaveter tgurbanov tiagomatos tsifra ulysses4ever unree
 valizadeh-ashkan vasilbelarus vdmit vstuart-foote xeron-oskom yechiam-halevy
 yimprogramming yuv-adm zheludkovm zoltor zsdedan zwezda-11 zzgraph
X-Launchpad-Bug-Reporter: Misha Bazanov (bmw-)
X-Launchpad-Bug-Modifier: Pe4enko (ipe4enko)
References: <20130918071055.7401.81635.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518212356.8821.87403.malone@gac.canonical.com>
Subject: [Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 48ba3282b5d5938b12f789360258ebbf87085714
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1226962 <1226962@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same issue on 16.04, Java applications, Intellij Idea

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 21:31:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0AD3126C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 21:31:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 052C81A3588;
	Wed, 18 May 2016 21:31:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b393k-000304-Sg; Wed, 18 May 2016 21:31:16 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b393j-0002zN-Uh
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 21:31:15 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b393j-0004TF-HE
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 21:31:15 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 80CAB2E8011
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 21:31:15 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 21:24:47 -0000
From: Launchpad Bug Tracker <1226962@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=aptana-studio-installer; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=baltix-default-settings; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=df-libreoffice; status=Fix Released;
 importance=Critical; assignee=None; 
X-Launchpad-Bug: product=ibus; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=indicator-keyboard; status=Fix Released;
 importance=Critical; assignee=william.hua@canonical.com; 
X-Launchpad-Bug: product=inkscape; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=intellij-idea; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=monodevelop; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=mutter; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=okular; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=openoffice; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=sigram; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Fix Released; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=kdevelop;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=openjdk-7; component=main; 
 status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=In Progress; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=Triaged;
 importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-terminal; component=main; status=Triaged; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=kdevelop; component=universe; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=openjdk-7; component=None; status=Incomplete; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=unity;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=In Progress;
 importance=High; assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-shell; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=openoffice; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-collected keyboard-layout-switching-hotkeys
 metabug patch saucy trusty utopic vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a-k-behravan abdilra7eem allkhor altclava
 amirmasoud andreas-tsourouflis andrew-nenakhov-redsolution andy-karpenko
 artyom-kazak aryehtanz astatutov attente barta-c benshalom bitigchi
 bjoern-michaelsen bmw- brandontschaefer bregma caolanm craft37 crantisz
 crichton cykooz darkskyz1 davian818 ddv64 defking deltakilo denis-safronenkov
 digitsm dilshodm djart doctor-rover efanchik eli-mit-g elia-shreidler endid13
 es20490446e evgecyn ewigekrieg finomeno fkol-k4 funivan geochr
 george-tepnadze gilad-m goroskob hero1900 iamgrief igor.zubarev infusiastic
 ipe4enko j-a-popov janitor juliusn jumpjet68 kaplan kendy-m khandramay
 klass-ivanklass konstantinast kpeace1-4 laney larsu lax2tlv
 libreoffice-commits majed-aly melnykog mitya57 moceap my-incoming-mail
 n0dwis-u nadrshin nadvorny nazar-pc nick-athens30 nick4fake nrbrtx orduek
 orions-belts1 panamik prohlep ps-jenkins pva roman-shipovskij roman-vorobets
 rotomano saveliyt shani-ayala shvets-jan signup-r silver-slice simosx smortus
 somsaks st-t stef-farad stephane-guillou strate suor-web suslikkreal
 sysradium temkaveter tgurbanov tiagomatos tsifra ulysses4ever unree
 valizadeh-ashkan vasilbelarus vdmit vstuart-foote xeron-oskom yechiam-halevy
 yimprogramming yuv-adm zheludkovm zoltor zsdedan zwezda-11 zzgraph
X-Launchpad-Bug-Reporter: Misha Bazanov (bmw-)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20130918071055.7401.81635.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518212449.9222.48641.malone@gac.canonical.com>
Subject: [Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f5e53bfb85a58b0f7e05a111d42385986494519b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1226962 <1226962@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: kdevelop (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 21:31:25 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6AC0526C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 21:31:25 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 632191A35D4;
	Wed, 18 May 2016 21:31:25 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b393t-00033M-9V; Wed, 18 May 2016 21:31:25 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b393s-00032q-Ai
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 21:31:24 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b393s-0004cw-2P
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 21:31:24 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1068B2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 21:31:24 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 21:24:47 -0000
From: Launchpad Bug Tracker <1226962@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=aptana-studio-installer; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=baltix-default-settings; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=df-libreoffice; status=Fix Released;
 importance=Critical; assignee=None; 
X-Launchpad-Bug: product=ibus; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=indicator-keyboard; status=Fix Released;
 importance=Critical; assignee=william.hua@canonical.com; 
X-Launchpad-Bug: product=inkscape; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=intellij-idea; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=monodevelop; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=mutter; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=okular; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=openoffice; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=sigram; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Fix Released; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=kdevelop;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=openjdk-7; component=main; 
 status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=In Progress; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=Triaged;
 importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-terminal; component=main; status=Triaged; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=kdevelop; component=universe; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=openjdk-7; component=None; status=Incomplete; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=unity;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=In Progress;
 importance=High; assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-shell; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=openoffice; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-collected keyboard-layout-switching-hotkeys
 metabug patch saucy trusty utopic vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a-k-behravan abdilra7eem allkhor altclava
 amirmasoud andreas-tsourouflis andrew-nenakhov-redsolution andy-karpenko
 artyom-kazak aryehtanz astatutov attente barta-c benshalom bitigchi
 bjoern-michaelsen bmw- brandontschaefer bregma caolanm craft37 crantisz
 crichton cykooz darkskyz1 davian818 ddv64 defking deltakilo denis-safronenkov
 digitsm dilshodm djart doctor-rover efanchik eli-mit-g elia-shreidler endid13
 es20490446e evgecyn ewigekrieg finomeno fkol-k4 funivan geochr
 george-tepnadze gilad-m goroskob hero1900 iamgrief igor.zubarev infusiastic
 ipe4enko j-a-popov janitor juliusn jumpjet68 kaplan kendy-m khandramay
 klass-ivanklass konstantinast kpeace1-4 laney larsu lax2tlv
 libreoffice-commits majed-aly melnykog mitya57 moceap my-incoming-mail
 n0dwis-u nadrshin nadvorny nazar-pc nick-athens30 nick4fake nrbrtx orduek
 orions-belts1 panamik prohlep ps-jenkins pva roman-shipovskij roman-vorobets
 rotomano saveliyt shani-ayala shvets-jan signup-r silver-slice simosx smortus
 somsaks st-t stef-farad stephane-guillou strate suor-web suslikkreal
 sysradium temkaveter tgurbanov tiagomatos tsifra ulysses4ever unree
 valizadeh-ashkan vasilbelarus vdmit vstuart-foote xeron-oskom yechiam-halevy
 yimprogramming yuv-adm zheludkovm zoltor zsdedan zwezda-11 zzgraph
X-Launchpad-Bug-Reporter: Misha Bazanov (bmw-)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20130918071055.7401.81635.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518212451.9222.70249.malone@gac.canonical.com>
Subject: [Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 442cee9b5ce6c0bbd47d254534a6c7d77e0b2807
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1226962 <1226962@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: kdevelop (Ubuntu Xenial)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 23:10:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B198126C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 23:10:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A500A1A3755;
	Wed, 18 May 2016 23:10:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3AcE-000583-4u; Wed, 18 May 2016 23:10:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3AcD-00057j-Ee
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 23:10:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3AcD-0000Eo-2Q
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 23:10:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0222D2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 23:10:57 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 23:04:43 -0000
From: Simon Arlott <1583372@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=udev; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: sa.me.uk
X-Launchpad-Bug-Reporter: Simon Arlott (sa.me.uk)
X-Launchpad-Bug-Modifier: Simon Arlott (sa.me.uk)
Message-Id: <20160518230444.21558.30234.malonedeb@wampee.canonical.com>
Subject: [Bug 1583372] [NEW] 73-special-net-names.rules is renaming manually
 created wifi interface
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f46668a5de6488dca748e1970b200879112b0928
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583372 <1583372@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The 73-special-net-names.rules file from 229-4ubuntu5 is renaming USB
wifi network interfaces that I create manually with "iw phy phy0
interface add wifi0 type managed":

# Use MAC based names for network interfaces which are directly or indirectly
# on USB and have an universally administered (stable) MAC address (second bit
# is 0).
ACTION=="add", SUBSYSTEM=="net", SUBSYSTEMS=="usb", NAME=="", ATTR{address}=="?[014589cd]:*", IMPORT{builtin}="net_id", NAME="$env{ID_NET_NAME_MAC}"


The device is being renamed by udev as soon as it is created:
KERNEL[3299.499637] add      /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wifi0 (net)
KERNEL[3299.500180] add      /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wifi0/queues/rx-0 (queues)
KERNEL[3299.500388] add      /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wifi0/queues/tx-0 (queues)
KERNEL[3299.500548] add      /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wifi0/queues/tx-1 (queues)
KERNEL[3299.500680] add      /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wifi0/queues/tx-2 (queues)
KERNEL[3299.500811] add      /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wifi0/queues/tx-3 (queues)
KERNEL[3299.502911] move     /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wlxc83a35c10000 (net)
UDEV  [3299.546165] add      /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wlxc83a35c10000 (net)
UDEV  [3299.547977] add      /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wifi0/queues/rx-0 (queues)
UDEV  [3299.549123] add      /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wifi0/queues/tx-0 (queues)
UDEV  [3299.550082] add      /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wifi0/queues/tx-1 (queues)
UDEV  [3299.550353] add      /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wifi0/queues/tx-2 (queues)
UDEV  [3299.550495] add      /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wifi0/queues/tx-3 (queues)
UDEV  [3299.552404] move     /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/net/wlxc83a35c10000 (net)

** Affects: udev (Ubuntu)
     Importance: Undecided
         Status: New

** Package changed: systemd (Ubuntu) => udev (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1583372

Title:
  73-special-net-names.rules is renaming manually created wifi interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/1583372/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 18 23:35:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 30C3626C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 18 May 2016 23:35:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2AB351A3784;
	Wed, 18 May 2016 23:35:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3B0C-0007oL-3E; Wed, 18 May 2016 23:35:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3B0B-0007oB-2n
 for desktop-bugs@lists.ubuntu.com; Wed, 18 May 2016 23:35:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3B0A-0005G2-H9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 23:35:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 693482E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 18 May 2016 23:35:42 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 18 May 2016 23:27:49 -0000
From: Jon <1562002@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug iso-testing xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: biji doogie544 janitor seb128 ubuntuqa
X-Launchpad-Bug-Reporter: Biji (biji)
X-Launchpad-Bug-Modifier: Jon (doogie544)
References: <20160325135707.3562.11053.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160518232749.21166.69872.malone@wampee.canonical.com>
Subject: [Bug 1562002] Re: Nautilus: lag after choosing action in top right
 menu
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d06336603e39a5ac7de55e5de279ecbdc0a77741
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562002 <1562002@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Unity status is unknown, I only have Ubuntu Gnome installed.

This applies to any action in the menu, "Invert selection" "New Tab" and
any other I tested.

This is causing the whole desktop to hang.  I opened the system monitor
to see if it was causing the processor to hang, upon using an item from
the menu, the system monitor's "resources" screen froze for the entire
time of the lag-nearly a minute as I recall).  When the desktop was
working again, you could see where the CPU's had been spiking one at a
time to 100% then dropping as the next one spiked for entire history
shown (mine is set at 60 seconds)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1562002

Title:
  Nautilus: lag after choosing action in top right menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1562002/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 00:50:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AD33826C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 00:50:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A6C4E1A363C;
	Thu, 19 May 2016 00:50:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3CAh-00089f-J5; Thu, 19 May 2016 00:50:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3CAf-00088u-Ub
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 00:50:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3CAf-00047n-Dv
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 00:50:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 55F6F2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 00:50:37 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 00:44:45 -0000
From: SunBear <sunbear.c22@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: sunbear-c22
X-Launchpad-Bug-Reporter: SunBear (sunbear-c22)
X-Launchpad-Bug-Modifier: SunBear (sunbear-c22)
References: <20160517035540.941.22138.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519004446.20962.23478.launchpad@wampee.canonical.com>
Subject: [Bug 1582496] Re: GLib-GObject-CRITICAL failures during Ubuntu 16.04
 bootup
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cf365af6cf45177c9db37fb221187959549b0d8f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582496 <1582496@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- GLib-GObject-CRITICAL failures by Nautilus in Ubuntu 16.04
+ GLib-GObject-CRITICAL failures during Ubuntu 16.04 bootup

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1582496

Title:
  GLib-GObject-CRITICAL failures during Ubuntu 16.04 bootup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1582496/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 01:00:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 024B926C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 01:00:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ED83C1A353F;
	Thu, 19 May 2016 01:00:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3CKc-0000P6-A9; Thu, 19 May 2016 01:00:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3CKb-0000Ow-GO
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 01:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3CKb-0004qu-5V
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 01:00:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 02E1F2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 01:00:53 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 00:54:18 -0000
From: SunBear <sunbear.c22@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: sunbear-c22
X-Launchpad-Bug-Reporter: SunBear (sunbear-c22)
X-Launchpad-Bug-Modifier: SunBear (sunbear-c22)
References: <20160517035540.941.22138.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519005418.10380.12722.malone@gac.canonical.com>
Subject: [Bug 1582496] Re: GLib-GObject-CRITICAL failures during Ubuntu 16.04
 bootup
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 941dbd2748dad8fa82998f83bf86eb0b9beb535b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582496 <1582496@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Clarification on the above mentioned failures observed during bootup
(see below for syslog). The same gnome-session process, in this case
[1940], appears to trigger 16 GLib-GObject-CRITICAL failures and 1 Gtk-
CRITICAL failure.

I have not found a way to resolve them. Pls help.


========================================================
$ cat /var/log/syslog | grep fail

May 19 08:13:03 Eliot gnome-session[1940]: (gnome-software:2387): Gtk-
CRITICAL **: gtk_widget_draw: assertion '!widget->priv->alloc_needed'
failed


May 19 08:16:22 Eliot gnome-session[1940]: gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session[1940]: gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session[1940]: gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session[1940]: gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session[1940]: gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session[1940]: gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session[1940]: gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session[1940]: gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed


May 19 08:16:22 Eliot gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
May 19 08:16:22 Eliot gnome-session-binary[1940]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1582496

Title:
  GLib-GObject-CRITICAL failures during Ubuntu 16.04 bootup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1582496/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 02:35:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9B90926C22C2
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 02:35:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 946DF1A3746;
	Thu, 19 May 2016 02:35:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3DoL-0007tx-MG; Thu, 19 May 2016 02:35:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3DoE-0007sr-Ma
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 02:35:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3DoE-0007op-Dk
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 02:35:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4B8212E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 02:35:34 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 02:28:05 -0000
From: SunBear <sunbear.c22@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: sunbear-c22
X-Launchpad-Bug-Reporter: SunBear (sunbear-c22)
X-Launchpad-Bug-Modifier: SunBear (sunbear-c22)
Message-Id: <20160519022805.20917.3492.malonedeb@wampee.canonical.com>
Subject: [Bug 1583403] [NEW] gnome-software Button widget status do not
 correctly reflect updated status and generates a lot of Gs-WARNING in syslog
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e8b5e8866e88cb82a582fc804dbebc1e5c7d1c69
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583403 <1583403@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

$ lsb_release -rd
Description:	Ubuntu 16.04 LTS
Release:	16.04

$ apt-cache policy gnome-session
gnome-session:
  Installed: 3.18.1.2-1ubuntu1
  Candidate: 3.18.1.2-1ubuntu1
  Version table:
 *** 3.18.1.2-1ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
        500 http://archive.ubuntu.com/ubuntu xenial/universe i386 Packages
        100 /var/lib/dpkg/status

Problems & Actions:
- I noticed that after removing an app, the status button of the App do not correctly reflect the updated status. Neither is the removed App removed from the Installed tab immediately after a removal. 
- I notice a lot failures and warnings in my syslog within just 10 mins of using gnome-software. 
- I hope these info can help figure out the issues and provide a bug fix soon.


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
$ cat /var/log/syslog | grep gnome-software

May 19 08:13:03 Eliot gnome-session[1940]: (gnome-software:2387): Gtk-
CRITICAL **: gtk_widget_draw: assertion '!widget->priv->alloc_needed'
failed

May 19 09:51:43 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:51:43 Eliot gnome-session[1880]: message repeated 3 times: [ (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered]
May 19 09:51:44 Eliot gnome-session[1880]: (gnome-software:2309): GsPlugin-WARNING **: failed to load stock icon gnome-volume-control: Icon 'gnome-volume-control' not present in theme (null)
May 19 09:51:44 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:51:44 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:51:44 Eliot gnome-session[1880]: (gnome-software:2309): GsPlugin-WARNING **: failed to load stock icon gnome-volume-control: Icon 'gnome-volume-control' not present in theme (null)
May 19 09:51:45 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:51:49 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:52:10 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:52:10 Eliot gnome-session[1880]: (gnome-software:2309): GsPlugin-WARNING **: failed to load stock icon gnome-volume-control: Icon 'gnome-volume-control' not present in theme (null)
May 19 09:52:10 Eliot gnome-session[1880]: (gnome-software:2309): GsPlugin-WARNING **: failed to load stock icon gnome-volume-control: Icon 'gnome-volume-control' not present in theme (null)
May 19 09:52:11 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:52:11 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:52:12 Eliot gnome-session[1880]: (gnome-software:2309): As-WARNING **: failed to rescan: Failed to parse /usr/share/applications/bamf-2.index file: cannot process file of type text/plain
May 19 09:52:15 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:52:15 Eliot gnome-session[1880]: (gnome-software:2309): GsPlugin-WARNING **: failed to load stock icon gnome-volume-control: Icon 'gnome-volume-control' not present in theme (null)
May 19 09:52:15 Eliot gnome-session[1880]: (gnome-software:2309): GsPlugin-WARNING **: failed to load stock icon gnome-volume-control: Icon 'gnome-volume-control' not present in theme (null)
May 19 09:52:16 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:52:56 Eliot gnome-session[1880]: message repeated 3 times: [ (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered]
May 19 09:53:06 Eliot gnome-session[1880]: (gnome-software:2309): As-WARNING **: failed to rescan: Failed to parse /usr/share/applications/bamf-2.index file: cannot process file of type text/plain
May 19 09:53:08 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:53:08 Eliot gnome-session[1880]: (gnome-software:2309): GsPlugin-WARNING **: failed to load stock icon gnome-volume-control: Icon 'gnome-volume-control' not present in theme (null)
May 19 09:53:08 Eliot gnome-session[1880]: (gnome-software:2309): GsPlugin-WARNING **: failed to load stock icon gnome-volume-control: Icon 'gnome-volume-control' not present in theme (null)
May 19 09:53:09 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:54:54 Eliot gnome-session[1880]: message repeated 3 times: [ (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered]
May 19 09:55:03 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:55:15 Eliot gnome-session[1880]: message repeated 4 times: [ (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered]
May 19 09:55:20 Eliot gnome-session[1880]: (gnome-software:2309): Gtk-CRITICAL **: gtk_widget_draw: assertion '!widget->priv->alloc_needed' failed
May 19 09:55:44 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:55:47 Eliot gnome-session[1880]: (gnome-software:2309): GsPlugin-WARNING **: failed to load stock icon gnome-volume-control: Icon 'gnome-volume-control' not present in theme (null)
May 19 09:55:47 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:55:48 Eliot gnome-session[1880]: (gnome-software:2309): GsPlugin-WARNING **: failed to load stock icon gnome-volume-control: Icon 'gnome-volume-control' not present in theme (null)
May 19 09:55:48 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:55:48 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: failed to get updates: no results to show
May 19 09:58:55 Eliot gnome-session[1880]: (gnome-software:2309): As-WARNING **: failed to rescan: Failed to parse /usr/share/applications/bamf-2.index file: cannot process file of type text/plain
May 19 09:58:58 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:58:58 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: failed to get updates: no results to show
May 19 09:58:58 Eliot gnome-session[1880]: (gnome-software:2309): GsPlugin-WARNING **: failed to load stock icon gnome-volume-control: Icon 'gnome-volume-control' not present in theme (null)
May 19 09:58:58 Eliot gnome-session[1880]: (gnome-software:2309): GsPlugin-WARNING **: failed to load stock icon gnome-volume-control: Icon 'gnome-volume-control' not present in theme (null)
May 19 09:58:58 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:59:04 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
May 19 09:59:10 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: failed to call gs_plugin_app_remove on apt: GDBus.Error:org.debian.apt.TransactionFailed: error-package-not-installed: Package endless-sky isn't installed
May 19 09:59:10 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: State change on endless-sky.desktop from installed to available is not OK
May 19 09:59:13 Eliot gnome-session[1880]: (gnome-software:2309): Gs-WARNING **: Failed to create permission org.freedesktop.packagekit.trigger-offline-update: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1583403

Title:
  gnome-software Button widget status do not correctly reflect updated
  status  and generates a lot of Gs-WARNING in syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1583403/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 04:05:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4F16326C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 04:05:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3A88D1A3829;
	Thu, 19 May 2016 04:05:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3FDY-0008Lx-Q1; Thu, 19 May 2016 04:05:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3FDX-0008Li-72
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 04:05:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3FDW-0006R4-Pr
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 04:05:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B659C2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 04:05:46 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 03:56:45 -0000
From: Jonathan Gossage <jgossage@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: gedit git
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jgossage jovik-pl+launchpad nick-volynkin
X-Launchpad-Bug-Reporter: Jo Vik (jovik-pl+launchpad)
X-Launchpad-Bug-Modifier: Jonathan Gossage (jgossage)
References: <20130116183829.8263.64409.malonedeb@soybean.canonical.com>
Message-Id: <20160519035645.21455.99855.malone@wampee.canonical.com>
Subject: [Bug 1100415] Re: "git commit" fails if gedit is already opened
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0d32fdd154cb1777b6e342c5dd7d27b583ac4e02
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1100415 <1100415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug still exists and is not just a configuration issue. If you set
the global git configuration to core.editor="gedit -w -s", you will get
the following result:

jonathan@Aristotle:~/EclipseWorkspaces/AGI$ git commit -sS --status
Failed to register: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Method "DescribeAll" with signature "" on interface "org.gtk.Actions" doesn't exist

error: There was a problem with the editor 'gedit -w -s'.
Please supply the message using either -m or -F option.

This will happen whether gedit is already open or not.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1100415

Title:
  "git commit" fails if gedit is already opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1100415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 04:10:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 57F6126C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 04:10:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 51E951A3844;
	Thu, 19 May 2016 04:10:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3FIX-0000bf-7Y; Thu, 19 May 2016 04:10:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3FIV-0000bN-Kl
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 04:10:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3FIV-0006w8-Ao
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 04:10:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 437612E80C2
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 04:10:55 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 04:04:24 -0000
From: Jonathan Gossage <jgossage@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: gedit git
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jgossage jovik-pl+launchpad nick-volynkin
X-Launchpad-Bug-Reporter: Jo Vik (jovik-pl+launchpad)
X-Launchpad-Bug-Modifier: Jonathan Gossage (jgossage)
References: <20130116183829.8263.64409.malonedeb@soybean.canonical.com>
Message-Id: <20160519040424.32740.25951.malone@chaenomeles.canonical.com>
Subject: [Bug 1100415] Re: "git commit" fails if gedit is already opened
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 474c7a1477a3c03803de251de0d6489b8ee733f8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1100415 <1100415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I am running on 16.04 64 bit.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1100415

Title:
  "git commit" fails if gedit is already opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1100415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 05:26:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E307E26C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 05:26:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DB6A71A3C11;
	Thu, 19 May 2016 05:26:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3GTF-00009y-RM; Thu, 19 May 2016 05:26:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3GTF-00009h-8b
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 05:26:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3GTF-0007Pv-27
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 05:26:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0E81A2E8031
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 05:26:05 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 05:16:58 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=aptana-studio-installer; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=baltix-default-settings; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=df-libreoffice; status=Fix Released;
 importance=Critical; assignee=None; 
X-Launchpad-Bug: product=ibus; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=indicator-keyboard; status=Fix Released;
 importance=Critical; assignee=william.hua@canonical.com; 
X-Launchpad-Bug: product=inkscape; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=intellij-idea; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=monodevelop; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=mutter; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=okular; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=openoffice; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=sigram; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Fix Released; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=kdevelop;
 component=universe; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=openjdk-7; component=main; 
 status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=In Progress; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=Triaged;
 importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-terminal; component=main; status=Triaged; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=kdevelop; component=universe; status=Confirmed; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=openjdk-7; component=None; status=Incomplete; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=unity;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=In Progress;
 importance=High; assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-shell; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=openoffice; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-collected keyboard-layout-switching-hotkeys
 metabug patch saucy trusty utopic vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a-k-behravan abdilra7eem allkhor altclava
 amirmasoud andreas-tsourouflis andrew-nenakhov-redsolution andy-karpenko
 artyom-kazak aryehtanz astatutov attente barta-c benshalom bitigchi
 bjoern-michaelsen bmw- brandontschaefer bregma caolanm craft37 crantisz
 crichton cykooz darkskyz1 davian818 ddv64 defking deltakilo denis-safronenkov
 digitsm dilshodm djart doctor-rover efanchik eli-mit-g elia-shreidler endid13
 es20490446e evgecyn ewigekrieg finomeno fkol-k4 funivan geochr
 george-tepnadze gilad-m goroskob hero1900 iamgrief igor.zubarev infusiastic
 ipe4enko j-a-popov janitor juliusn jumpjet68 kaplan kendy-m khandramay
 klass-ivanklass konstantinast kpeace1-4 laney larsu lax2tlv
 libreoffice-commits majed-aly melnykog mitya57 moceap my-incoming-mail
 n0dwis-u nadrshin nadvorny nazar-pc nick-athens30 nick4fake nrbrtx orduek
 orions-belts1 panamik prohlep ps-jenkins pva roman-shipovskij roman-vorobets
 rotomano saveliyt shani-ayala shvets-jan signup-r silver-slice simosx smortus
 somsaks st-t stef-farad stephane-guillou strate suor-web suslikkreal
 sysradium temkaveter tgurbanov tiagomatos tsifra ulysses4ever unree
 valizadeh-ashkan vasilbelarus vdmit vstuart-foote xeron-oskom yechiam-halevy
 yimprogramming yuv-adm zheludkovm zoltor zsdedan zwezda-11 zzgraph
X-Launchpad-Bug-Reporter: Misha Bazanov (bmw-)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20130918071055.7401.81635.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519051701.21166.94264.launchpad@wampee.canonical.com>
Subject: [Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2f1bf0eacca6c5acf200561c34feb165ffbaf7df
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1226962 <1226962@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: kdevelop (Ubuntu)
   Importance: Undecided => High

** Changed in: kdevelop (Ubuntu Xenial)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 05:50:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 797A126C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 05:50:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 70AA81A3C29;
	Thu, 19 May 2016 05:50:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3GrJ-0002Co-An; Thu, 19 May 2016 05:50:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3GrI-0002C6-19
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 05:50:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3GrE-00056D-QY
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 05:50:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 52E242E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 05:50:52 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 05:41:36 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=Confirmed; importance=Critical; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor qrkourier r-ubuntuone-rootwerk-de
X-Launchpad-Bug-Reporter: Sebastian Kraus (r-ubuntuone-rootwerk-de)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160422151757.24128.37633.malonedeb@gac.canonical.com>
Message-Id: <20160519054138.21593.69325.launchpad@wampee.canonical.com>
Subject: =?utf-8?q?=5BBug_1573662=5D_Re=3A_package_gconf2_3=2E2=2E6-3ubuntu?=
 =?utf-8?q?6_failed_to_install/upgrade=3A_Abh=C3=A4ngigkeitsprobleme_-_Trigg?=
 =?utf-8?q?er_bleiben_unverarbeitet?=
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d8fd2018bca229b2d07ce33ba91eb4b010071cd1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573662 <1573662@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogQ2hhbmdlZCBpbjogZ2NvbmYgKFVidW50dSkKICAgSW1wb3J0YW5jZTogVW5kZWNpZGVkID0+
IEhpZ2gKCioqIENoYW5nZWQgaW46IGdjb25mIChVYnVudHUpCiAgIEltcG9ydGFuY2U6IEhpZ2gg
PT4gQ3JpdGljYWwKCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJlY2F1
c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBzdWJz
Y3JpYmVkIHRvIGdjb25mIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVn
cy8xNTczNjYyCgpUaXRsZToKICBwYWNrYWdlIGdjb25mMiAzLjIuNi0zdWJ1bnR1NiBmYWlsZWQg
dG8gaW5zdGFsbC91cGdyYWRlOgogIEFiaMOkbmdpZ2tlaXRzcHJvYmxlbWUgLSBUcmlnZ2VyIGJs
ZWliZW4gdW52ZXJhcmJlaXRldAoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBi
dWcgZ28gdG86Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3VidW50dS8rc291cmNlL2djb25m
LytidWcvMTU3MzY2Mi8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5nIGxp
c3QKZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUuY29t
L21haWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 05:50:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7F0B626C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 05:50:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 75CDD1A3C23;
	Thu, 19 May 2016 05:50:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3GrK-0002Dl-Fa; Thu, 19 May 2016 05:50:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3GrJ-0002DC-U5
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 05:50:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3GrH-00056L-VH
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 05:50:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F3AC52E80D0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 05:50:54 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 05:40:07 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=hundredpapercuts; status=Confirmed; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug gnome3-ppa third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: es20490446e janitor thejoe
X-Launchpad-Bug-Reporter: Joe Barnett (thejoe)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160421141227.24196.59164.malonedeb@gac.canonical.com>
Message-Id: <20160519054007.21663.90396.malone@wampee.canonical.com>
Subject: [Bug 1573061] Re: gnome-software wants to upgrade held packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: eb53f142bcc1af741c91f27f629c576ec7cd8c3d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573061 <1573061@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This makes the notification to constantly show up.

** Also affects: hundredpapercuts
   Importance: Undecided
       Status: New

** Changed in: hundredpapercuts
       Status: New => Confirmed

** Changed in: hundredpapercuts
   Importance: Undecided => High

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573061

Title:
  gnome-software wants to upgrade held packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1573061/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 06:31:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0190C26C284D
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 06:31:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EF01A1A3C8B;
	Thu, 19 May 2016 06:31:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3HUA-0006uM-Mv; Thu, 19 May 2016 06:31:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3HU8-0006tr-RC
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 06:31:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3HU8-0004C5-BY
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 06:31:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3CC522E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 06:31:04 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 06:23:07 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug iso-testing xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: biji doogie544 janitor seb128 ubuntuqa
X-Launchpad-Bug-Reporter: Biji (biji)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160325135707.3562.11053.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519062307.9144.9905.malone@soybean.canonical.com>
Subject: [Bug 1562002] Re: Nautilus: lag after choosing action in top right
 menu
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c31d7cf0a3e3a51d3432fb0818f12826e1124e61
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562002 <1562002@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

That seems to be GNOME specific, maybe something for the Ubuntu GNOME
team to work on then...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1562002

Title:
  Nautilus: lag after choosing action in top right menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1562002/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 08:05:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D460326C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 08:05:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C7FB31A3CA8;
	Thu, 19 May 2016 08:05:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Ixs-0001ZZ-Hw; Thu, 19 May 2016 08:05:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Ixr-0001ZP-JO
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 08:05:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Ixr-0004TT-9i
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 08:05:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 37AE42E80CB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 08:05:51 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 07:56:07 -0000
From: Frederic Beister <frederic@familie-beister.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-cdimage; status=Invalid; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adconrad azamir
X-Launchpad-Bug-Reporter: Frederic Beister (azamir)
X-Launchpad-Bug-Modifier: Frederic Beister (azamir)
References: <20160518213543.9081.77421.malonedeb@soybean.canonical.com>
Message-Id: <20160519075608.9081.58524.malone@soybean.canonical.com>
Subject: [Bug 1583354] Re: ubuntu-16.04-server-i386.iso misses /install/vmlinuz
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4d8bc01b746075b8897dc450f7adce76d9c57c5d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583354 <1583354@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Seems to be a problem with Archive Mounter (nautilus) then:

fbeister@frederic-beister-1:~ % md5sum /home/fbeister/Downloads/done/done/ubuntu-16.04-server-i386.iso 
494c03028524dff2de5c41a800674692  /home/fbeister/Downloads/done/done/ubuntu-16.04-server-i386.iso
fbeister@frederic-beister-1:~ % ls -l /run/user/1000/gvfs/archive:host=file%253A%252F%252F%252Fhome%252Ffbeister%252FDownloads%252Fdone%252Fdone%252Fubuntu-16.04-server-i386.iso/install 
insgesamt 85897
-r-------- 1 fbeister fbeister     4925 Apr 21 00:10 filesystem.manifest
-r-------- 1 fbeister fbeister       10 Apr 21 00:10 filesystem.size
-r-------- 1 fbeister fbeister 73777152 Apr 21 00:10 filesystem.squashfs
-r-------- 1 fbeister fbeister      933 Apr 21 00:32 filesystem.squashfs.gpg
-r-------- 1 fbeister fbeister 12512967 Apr 21 01:10 initrd.gz
-r-------- 1 fbeister fbeister   182704 Jan 28 13:44 mt86plus
dr-x------ 1 fbeister fbeister     2048 Apr 20 16:02 netboot
-r-------- 1 fbeister fbeister     1865 Okt 22  2015 README.sbm
-r-------- 1 fbeister fbeister  1474560 Okt 22  2015 sbm.bin
-r-------- 1 fbeister fbeister        0 Apr 20 16:02 vmlinuz


** Also affects: nautilus (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1583354

Title:
  ubuntu-16.04-server-i386.iso misses /install/vmlinuz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-cdimage/+bug/1583354/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 08:06:27 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2615926C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 08:06:27 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1D6E71A3D0D;
	Thu, 19 May 2016 08:06:27 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3IyQ-0001i2-6H; Thu, 19 May 2016 08:06:26 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3IyO-0001hq-VT
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 08:06:24 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3IyO-0004z5-QV
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 08:06:24 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C6F032E80AF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 08:06:24 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 07:56:58 -0000
From: Egmont Koblinger <egmont@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=vte; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=vte; component=main;
 status=Confirmed; importance=Low; assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Tags: apport-bug rtl
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aafshar aelmahmoudy alsadi asac barhofesh
 damascene danilo egmont-gmail elcuco khaledhosny maabdulhaq mightyiam pedro
 sary sense sh-yaron shlomister tomerc
X-Launchpad-Bug-Reporter: Usama Akkad (damascene)
X-Launchpad-Bug-Modifier: Egmont Koblinger (egmont-gmail)
References: <20080902022834.14640.9904.malonedeb@gandwana.canonical.com>
Message-Id: <20160519075658.9255.70700.malone@gac.canonical.com>
Subject: [Bug 263822] Re: RTL (right to left) support in terminal (BiDi)
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 239f6174b40cb35baaa05fce3e594c00155bebd1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 263822 <263822@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Re Diego:

You are basically right. I'd like to add a couple of points.

As for complex apps such as mc, your approach (2) cannot work. This is
because the BiDi algorithm would not just need to shuffle around
characters that are visible in the terminal; it might need to pull
offscreen chars onscreen and vice versa. E.g. think of mcview's
unwrapped display mode, and long lines so that you need to scroll
horizontally to read the file. In order to properly display the BiDi
text, the terminal would need to be aware of the entire logical line of
the file, however, the application (e.g. mcview) simply doesn't give
this data to the terminal. So, for complex apps it's solely your
approach (1), that is, BiDi done in the applications that can work.

On the other hand, it's a reasonable expectation that a simple "cat"
produces readable text. Hence a terminal emulator should, by default,
probably perform a BiDi for each logical line (that is, between explicit
newlines). Which brings in a further question about how further cursor
positioning or character overriding should work in this case. I've
discussed it in https://bugzilla.gnome.org/show_bug.cgi?id=321490#c29, I
believe #2 there would be the right thing to do (and the one that does
not terribly break the look of ncurses apps).

So, we would already need two terminal modes, probably controllable via
an escape sequence. Implicit BiDi (the default) is when VTE applies the
BiDi algorithm (this is I guess what konsole does), which fixes simple
utilities, whereas probably breaks complex apps big time. And an
explicit BiDi where VTE reverts to its current behavior, that is, does
not do any BiDi, to be used by apps that perform the BiDi algorithm
themselves.

I _guess_ this is what ECMA TR53 (also discussed in the aforementioned
link) might be about, although I haven't had the chance to study it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/263822

Title:
  RTL (right to left) support in terminal (BiDi)

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/263822/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 08:26:16 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 53C9726C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 08:26:16 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4C0D61A3D12;
	Thu, 19 May 2016 08:26:16 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3JHa-00046d-Qu; Thu, 19 May 2016 08:26:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3JHa-00046X-G2
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 08:26:14 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3JHa-0002VO-9S
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 08:26:14 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 43FDE2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 08:26:14 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 08:19:57 -0000
From: Egmont Koblinger <egmont@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=vte; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=vte; component=main;
 status=Confirmed; importance=Low; assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Tags: apport-bug rtl
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aafshar aelmahmoudy alsadi asac barhofesh
 damascene danilo egmont-gmail elcuco khaledhosny maabdulhaq mightyiam pedro
 sary sense sh-yaron shlomister tomerc
X-Launchpad-Bug-Reporter: Usama Akkad (damascene)
X-Launchpad-Bug-Modifier: Egmont Koblinger (egmont-gmail)
References: <20080902022834.14640.9904.malonedeb@gandwana.canonical.com>
Message-Id: <20160519081957.1018.22309.malone@chaenomeles.canonical.com>
Subject: [Bug 263822] Re: RTL (right to left) support in terminal (BiDi)
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e5a9ba0143391c56432fe5a4bf9f157535718b41
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 263822 <263822@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

A few other issues:

In implicit BiDi mode, how should BiDi control characters
(LRE/RLE/LRO/RLO/PDF; LRM/RLM) be handled? We need to remember them.
Which cell should they belong to? How to later override the displayed
string to remove any of these, or insert new ones?

In explicit BiDi mode, copy-pasting would reverse the strings.

Some people prefer their text editor not to switch to the alternate
screen, so that e.g. upon exiting the contents of the file is still
visible. However, exiting would switch off the explicit mode. Would
there be one global flag for the terminal to state the BiDi mode: then
the screen (showing a part of the file) be repainted with incorrect
BiDi? Or would this flag be remembered for each character cell?

Also note that Arabic font rendering on fixed width grid is another
quite troublesome issue.

I'm pretty sure that many other bugs would arise upon implementing a
proof of concept.

I guess I'd second Diego's "TL.DR." conclusion.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/263822

Title:
  RTL (right to left) support in terminal (BiDi)

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/263822/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 08:35:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2099E26C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 08:35:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1716F1A3D4F;
	Thu, 19 May 2016 08:35:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3JQk-0005IU-Sv; Thu, 19 May 2016 08:35:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3JQj-0005Hb-8Z
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 08:35:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3JQi-0004E0-Vs
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 08:35:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E753B2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 08:35:40 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 08:30:10 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: artistbraab
X-Launchpad-Bug-Reporter: Goth Queen (artistbraab)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160514092317.8407.4774.malonedeb@soybean.canonical.com>
Message-Id: <20160519083011.303.16320.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1581775] Re: No option to (de)select add ons upon installation
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d3f7e61fd4d37e3ea7a290f22180bf3dc06fd74a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581775 <1581775@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581775

Title:
  No option to (de)select add ons upon installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581775/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 08:45:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 451AA26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 08:45:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 37D801A3D04;
	Thu, 19 May 2016 08:45:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Jaa-0006Hj-4q; Thu, 19 May 2016 08:45:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3JaZ-0006He-CB
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 08:45:51 +0000
Received: from wampee.canonical.com ([91.189.89.61])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3JaY-0000QR-PX
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 08:45:50 +0000
Received: from wampee.canonical.com (localhost [127.0.0.1])
 by wampee.canonical.com (Postfix) with ESMTPS id 231673B00BC
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 08:45:50 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 08:45:49 -0000
From: Launchpad Bug Tracker <1577879@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 ubuntu-bachelorguy
X-Launchpad-Bug-Reporter: ADFH (ubuntu-bachelorguy)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160503174104.23801.69113.malonedeb@gac.canonical.com>
Subject: [Bug 1577879] [NEW] File save as dialog doesn't switch to keyed in
 path anymore when pressing enter
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160519084550.21061.19027.launchpad@wampee.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2567cf338e8c03b39df7225ab7056f1c6f6fda6f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577879 <1577879@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

Not sure if this is in Nautilus or a GTK package or something else..

I run Unity as my desktop environment at the moment. With a recent
update, the file save dialog presented to me by Firefox appears to have
changed. I'm pretty sure it's an OS dialog and not a Firefox specific
control, but please feel free to bounce this to whichever package is
responsible for the File Save As dialog generated by Firefox 46.0 in
Ubuntu now.

In the past, when the save dialog came up, I was able to enter a path (absolute or relative) in the filename field:
* If it was a directory path that existed, the directory contents would be shown inside the window, allowing me to then specify a name
* If it was a directory path that didn't exist, it'd take me to the deepest part of the path that did match
* If it was a directory that did exist, and a filename that didn't, it'd save as that filename in that folder

The last is still true, but the others aren't anymore.. Say I have
structure:

home
.../folder
....../sub2
....../sub3

... and I last saved into sub3 and I want to save into sub2, if I remove
the filename from the name box, and I type ../sub2 and press enter, it
doesn't navigate to the folder anymore.. The auto-complete function
seems more reliable now, and it knows the folder exists, but the only
way to actually show its contents now would be to click through the
tree..

This feels like a functionality downgrade. I should be able to type a
pathname into the filename area of the dialog, press enter, and have it
take me to that particular folder.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: nautilus 1:3.14.2-0ubuntu13
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May  4 03:29:09 2016
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 'type', 'date_modified', 'group', 'where', 'mime_type', 'owner', 'permissions', 'date_accessed']"
InstallationDate: Installed on 2016-01-21 (103 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gtk+3.0 (Ubuntu)
     Importance: Low
         Status: New


** Tags: amd64 wily
-- 
File save as dialog doesn't switch to keyed in path anymore when pressing enter
https://bugs.launchpad.net/bugs/1577879
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 08:56:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6FD0D26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 08:56:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 65EAB1A3D50;
	Thu, 19 May 2016 08:56:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3JkR-0007BQ-9X; Thu, 19 May 2016 08:56:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3JkQ-0007B8-CM
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 08:56:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3JkQ-00053T-0D
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 08:56:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F3E722E80C2
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 08:56:01 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 08:45:47 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 ubuntu-bachelorguy
X-Launchpad-Bug-Reporter: ADFH (ubuntu-bachelorguy)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160503174104.23801.69113.malonedeb@gac.canonical.com>
Message-Id: <20160519084548.21061.55133.malone@wampee.canonical.com>
Subject: [Bug 1577879] Re: File save as dialog doesn't switch to keyed in path
 anymore when pressing enter
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 795269c0c5ab9f47ef211906ca5992e445e061f7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577879 <1577879@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The issue you are reporting is an upstream one and it would be nice if
somebody having it could send the bug to the developers of the software
by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Package changed: firefox (Ubuntu) => gtk+3.0 (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1577879

Title:
  File save as dialog doesn't switch to keyed in path anymore when
  pressing enter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1577879/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 09:06:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B879726C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 09:06:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B354C1A3D59;
	Thu, 19 May 2016 09:06:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3JuX-0000Xy-K6; Thu, 19 May 2016 09:06:29 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3JuW-0000WZ-0y
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 09:06:28 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3JuV-0000fP-Qu
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 09:06:27 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CA0F92E80AF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 09:06:27 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 08:55:07 -0000
From: Amr Ibrahim <1576424@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gtk; status=Fix Released; importance=Critical;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+2.0; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: z3z
X-Launchpad-Bug-Reporter: z3z (z3z)
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160428212846.24428.41489.malonedeb@gac.canonical.com>
Message-Id: <20160519085509.20962.11813.launchpad@wampee.canonical.com>
Subject: [Bug 1576424] Re: Gimp crashes with text tool & caps lock
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e987d1b6ff2f4f339ebc604fff74379e87f2db69
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576424 <1576424@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Project changed: gimp => gtk

** Package changed: gimp (Ubuntu) => gtk+2.0 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1576424

Title:
  Gimp crashes with text tool & caps lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1576424/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 09:26:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B380926C236C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 09:26:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A7BDF1A2F02;
	Thu, 19 May 2016 09:26:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3KDP-0002ai-SG; Thu, 19 May 2016 09:25:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3KDL-0002Yz-5w
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 09:25:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3KDK-0008Vq-2p
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 09:25:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6A0DA2E80EA
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 09:25:50 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 09:18:00 -0000
From: Goth Queen <artistbraab@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: artistbraab
X-Launchpad-Bug-Reporter: Goth Queen (artistbraab)
X-Launchpad-Bug-Modifier: Goth Queen (artistbraab)
References: <20160514085206.21558.68354.malonedeb@wampee.canonical.com>
Message-Id: <20160519091800.21488.74969.malone@wampee.canonical.com>
Subject: [Bug 1581768] Re: gnome-calculator doesn't calculate exchange rate
X-Launchpad-Message-Rationale: Subscriber (gnome-calculator in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 86a109c4ddfdf650713be8707dd56eaa43f1a420
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581768 <1581768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Please disregard my earlier report. After updates today, all works as
expected, and the Financial Mode works perfectly. No idea what in the
update solved this issue, but it did.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calculator in Ubuntu.
https://bugs.launchpad.net/bugs/1581768

Title:
  gnome-calculator doesn't calculate exchange rate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1581768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 09:45:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C495526C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 09:45:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BE3E11A3DFF;
	Thu, 19 May 2016 09:45:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3KWk-0004qN-0p; Thu, 19 May 2016 09:45:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3KWi-0004q6-Vb
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 09:45:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3KWi-0006Yr-MI
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 09:45:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6F36F2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 09:45:56 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 09:39:53 -0000
From: Ara Pulido <ara@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=oem-priority; status=Won't Fix; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=glib2.0; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug caja gnome-media-handling gvfs
 iso-testing rls-x-incoming running-unity trusty ubuntu-gnome ubuntu-mate
 utopic wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bbarrett909 bild85 bootpanic bsperger darkxst
 davidecapod effell gloonie janitor kallenbachalex lbsolost m-iannaccone
 max-maxbarry mc3man myglaren nathan1465-5 nturner rlrevell-k s4eve sampub
 srees18 stimpeh tooblies ubuntuqa veikk0.ma wayward4now whblakey zheoffec
 zzarko-gmail
X-Launchpad-Bug-Reporter: Marco Scannadinari (zheoffec)
X-Launchpad-Bug-Modifier: Ara Pulido (apulido)
References: <20121022185632.16325.3283.malonedeb@wampee.canonical.com>
Message-Id: <20160519093955.8407.92992.launchpad@soybean.canonical.com>
Subject: [Bug 1069964] Re: Two processes attempt to mount blank optical discs
X-Launchpad-Message-Rationale: Subscriber (glib2.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f3611d2872d7726bd72f54bdc389fadb2f8564ea
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1069964 <1069964@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: oem-priority
       Status: Incomplete => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1069964

Title:
  Two processes attempt to mount blank optical discs

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1069964/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 10:01:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DE2A426C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 10:01:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CD3001A4108;
	Thu, 19 May 2016 10:01:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3KlM-00072s-O3; Thu, 19 May 2016 10:01:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3KlL-00072U-3q
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 10:01:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3KlK-0002fi-V0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 10:01:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D87722E8060
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 10:01:02 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 09:53:37 -0000
From: Max-Ulrich Farber <1577885@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=network-manager;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: cifs delay nfs shutdown umount
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor matthias-laumer maxulrichfarber
X-Launchpad-Bug-Reporter: Matthias Laumer (matthias-laumer)
X-Launchpad-Bug-Modifier: Max-Ulrich Farber (maxulrichfarber)
References: <20160503175457.5256.73297.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519095338.1084.93667.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1577885] Re: 120sec delay during shutdown or reboot with still
 mounted cifs (via Wifi)
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 14c9c30202f2c9170d68ea272a37f58850ee01c1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577885 <1577885@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: network-manager (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1577885

Title:
  120sec delay during shutdown or reboot with still mounted cifs (via
  Wifi)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1577885/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 10:21:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E161626C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 10:21:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DA61D1A433F;
	Thu, 19 May 2016 10:21:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3L4k-0000Nx-OV; Thu, 19 May 2016 10:21:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3L4j-0000Ni-IS
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 10:21:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3L4h-0001od-NW
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 10:21:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4FF742E80CE
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 10:21:03 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 10:15:09 -0000
From: Iain Lane <iain@orangesquash.org.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream-glib;
 component=main; milestone=xenial-updates; status=Fix Released;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream-glib; component=main; status=In Progress;
 importance=Undecided; assignee=matthias@tenstral.net; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton janitor laney neil.mayhew ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Iain Lane (laney)
References: <20160429163326.23739.54131.malonedeb@gac.canonical.com>
Message-Id: <20160519101509.21558.69376.launchpad@wampee.canonical.com>
Subject: [Bug 1576780] Re: Needs to implement the full DEP-11 icon spec for
 compatibility with 3rd-party repos
X-Launchpad-Message-Rationale: Subscriber (appstream-glib in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bad09922b26d980f1ad58effc83546617ab60c00
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576780 <1576780@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: appstream-glib (Ubuntu Xenial)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1576780

Title:
  Needs to implement the full DEP-11 icon spec for compatibility with
  3rd-party repos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream-glib/+bug/1576780/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 11:11:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B41D026C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 11:11:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AA9461A44BF;
	Thu, 19 May 2016 11:11:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3LrK-0006en-Di; Thu, 19 May 2016 11:11:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3LrI-0006eX-H0
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 11:11:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3LrH-0003Db-RN
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:11:15 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B09AD2E817B
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:11:14 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 11:03:50 -0000
From: Max <maxter@email.it>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: muldakorv seb128
X-Launchpad-Bug-Reporter: Pifagor (muldakorv)
X-Launchpad-Bug-Modifier: Max (maxter)
References: <20140909113535.32642.12199.malonedeb@gac.canonical.com>
Message-Id: <20160519110351.406.63058.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1367242] Re: File -> Send To... leads to error
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cc75026e1d40cce14fa08fbd9340539ea3f9e6f7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1367242 <1367242@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: evince (Ubuntu)
       Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1367242

Title:
  File -> Send To... leads to error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1367242/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 11:11:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 998CB26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 11:11:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 92BE61A44CB;
	Thu, 19 May 2016 11:11:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3LrN-0006fW-Fl; Thu, 19 May 2016 11:11:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3LrF-0006do-I9
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 11:11:13 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3LrF-0003CN-3T
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:11:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0B1DB2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:11:13 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 11:04:07 -0000
From: Dimitri John Ledkov <launchpad@surgut.co.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Won't Fix; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=Fix Committed;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=In Progress;
 importance=Undecided; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug-Tags: desktop-trello-import rls-w-notfixing verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 janitor laney ltsampros muravjov-il pitti
 r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Dimitri John Ledkov (xnox)
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160519110409.21236.24225.launchpad@wampee.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a0e9c11a6cfe62403ca2852d8cb4e996ef3bb03e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: upstart (Ubuntu Xenial)
       Status: New => In Progress

** Changed in: upstart (Ubuntu Xenial)
     Assignee: (unassigned) => Dimitri John Ledkov (xnox)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1433013

Title:
  Super -> exec vs Alt-F2 -> exec have different environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1433013/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 11:15:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3AEB826C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 11:15:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3039B1A44E0;
	Thu, 19 May 2016 11:15:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Lvm-00071r-BB; Thu, 19 May 2016 11:15:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Lvk-00070Y-Iv
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 11:15:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Lvj-0003qa-V1
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:15:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DB7F32E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:15:51 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 11:07:27 -0000
From: Bug Watch Updater <1575139@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gedit; status=New; importance=Low; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 v-p-hripunov
X-Launchpad-Bug-Reporter: Valery (v-p-hripunov)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160426115500.24276.63780.malonedeb@gac.canonical.com>
Message-Id: <20160519110728.25213.47964.launchpad@loganberry.canonical.com>
Subject: [Bug 1575139] Re: in gedit app search-form close when change language
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 656454785146fefba6e9457cc1aa69e550119e8d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575139 <1575139@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gedit
       Status: Unknown => New

** Changed in: gedit
   Importance: Unknown => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1575139

Title:
  in gedit app search-form close when change language

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1575139/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 11:15:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 94F7626C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 11:15:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8D1BD1A44E5;
	Thu, 19 May 2016 11:15:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Lvq-00073G-EE; Thu, 19 May 2016 11:15:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Lvp-000730-Go
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 11:15:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Lvo-0003qW-V0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:15:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CA7982E80CD
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:15:56 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 11:09:04 -0000
From: Launchpad Bug Tracker <1433013@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Won't Fix; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=Fix Committed;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=In Progress;
 importance=Undecided; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug-Tags: desktop-trello-import rls-w-notfixing verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 janitor laney ltsampros muravjov-il pitti
 r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160519110932.25336.92873.launchpad@ackee.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8981a47e9913c26a972d065e00884ccd3bfe1d48
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Branch linked: lp:~ubuntu-core-dev/upstart/xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1433013

Title:
  Super -> exec vs Alt-F2 -> exec have different environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1433013/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 11:31:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D512D26C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 11:31:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CD4431A4509;
	Thu, 19 May 2016 11:31:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3MAS-0000zm-SD; Thu, 19 May 2016 11:31:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3MAR-0000zZ-0b
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 11:31:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3MAQ-0006in-MQ
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:31:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A83B52E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:31:02 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 11:22:55 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: artistbraab seb128
X-Launchpad-Bug-Reporter: Goth Queen (artistbraab)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160514085206.21558.68354.malonedeb@wampee.canonical.com>
Message-Id: <20160519112256.20842.70700.malone@wampee.canonical.com>
Subject: [Bug 1581768] Re: gnome-calculator doesn't calculate exchange rate
X-Launchpad-Message-Rationale: Subscriber (gnome-calculator in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 993a1483d42779ee14ff2abc25c25220a6bf8978
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581768 <1581768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks, closing the bug then

** Changed in: gnome-calculator (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-calculator (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calculator in Ubuntu.
https://bugs.launchpad.net/bugs/1581768

Title:
  gnome-calculator doesn't calculate exchange rate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1581768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 11:36:28 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B3B5626C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 11:36:28 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A92641A4526;
	Thu, 19 May 2016 11:36:28 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3MFg-0001Md-5f; Thu, 19 May 2016 11:36:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3MFe-0001MP-PV
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 11:36:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3MFe-0000Dj-4L
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:36:26 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B17B22E80AF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:36:25 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 11:26:31 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: muldakorv seb128
X-Launchpad-Bug-Reporter: Pifagor (muldakorv)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20140909113535.32642.12199.malonedeb@gac.canonical.com>
Message-Id: <20160519112632.32740.29266.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1367242] Re: File -> Send To... leads to error
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a112529323bd8bab4376df1c443bdc1fc2e18868
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1367242 <1367242@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: evince (Ubuntu)
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1367242

Title:
  File -> Send To... leads to error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1367242/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 11:46:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D263226C236C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 11:46:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C86D81A44B1;
	Thu, 19 May 2016 11:46:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3MP1-0002oj-SP; Thu, 19 May 2016 11:46:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3MOo-0002jS-El
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 11:45:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3MOn-0004dN-Ou
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:45:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A79D52E80CA
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:45:53 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 11:39:41 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: das-jott seb128
X-Launchpad-Bug-Reporter: DasJott (das-jott)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160428063220.5219.32125.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519113941.21663.80274.malone@wampee.canonical.com>
Subject: [Bug 1576055] Re: gvfsd-dnssd segfault, error in libc-2.23.so
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b5edc955f53a4dc36241277b72edd85c64e783d9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576055 <1576055@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, your crash report is either missing or
challenging to deal with as a ".crash" file. Please follow these
instructions to have apport report a new bug about your crash that can
be dealt with by the automatic retracer.

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now open your file manager, navigate to your /var/crash directory and open the crash report you wish to submit.
If this fails you will have to open a terminal and file your report with 'ubuntu-bug /var/crash/_my_crash_report.crash' where _my_crash_report.crash is the crash you would like to report. If you get an error that you aren't allowed to access this report you will have to file it with 'sudo ubuntu-bug /var/crash/_my_crash_report.crash'.

I'm closing this bug report since the process outlined above will
automatically open a new bug report which can then dealt with more
efficiently. Thanks in advance for your cooperation and understanding.

** Changed in: gvfs (Ubuntu)
   Importance: Undecided => High

** Changed in: gvfs (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1576055

Title:
  gvfsd-dnssd segfault, error in libc-2.23.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1576055/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 11:50:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8B7E926C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 11:50:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 822B71A4526;
	Thu, 19 May 2016 11:50:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3MTW-0003Ji-Uf; Thu, 19 May 2016 11:50:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3MTW-0003JV-EX
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 11:50:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3MTV-0005Iq-Tp
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:50:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C9D402E80C9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:50:45 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 11:41:41 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
X-Launchpad-Bug-Duplicate: 927340
References: <20160517232549.8407.77408.malonedeb@soybean.canonical.com>
Message-Id: <20160519114141.9250.71246.launchpad@soybean.canonical.com>
Subject: [Bug 1582939] Re:
 /usr/lib/gvfs/gvfsd-dnssd:11:strcmp:lookup_link_file_by_name_and_type:resolve_callback:avahi_service_resolver_event:filter_func
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bb06025da3be5aaa2323cea6f2f9f87fd172a6e1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582939 <1582939@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 927340 ***
    https://bugs.launchpad.net/bugs/927340

** This bug has been marked a duplicate of private bug 927340

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1582939

Title:
  /usr/lib/gvfs/gvfsd-
  dnssd:11:strcmp:lookup_link_file_by_name_and_type:resolve_callback:avahi_service_resolver_event:filter_func

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1582939/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 11:51:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4091526C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 11:51:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 370671A4528;
	Thu, 19 May 2016 11:51:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3MTt-0003R7-8K; Thu, 19 May 2016 11:51:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3MTr-0003QI-Li
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 11:51:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3MTq-0005X2-1v
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:51:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0AA342E80AF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:51:06 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 11:42:05 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash quantal
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport itsmealso2
X-Launchpad-Bug-Reporter: sojourner (itsmealso2)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
X-Launchpad-Bug-Duplicate: 927340
References: <20120818005809.24432.79581.malonedeb@wampee.canonical.com>
Message-Id: <20160519114206.7818.83782.launchpad@soybean.canonical.com>
Subject: [Bug 1038323] Re: gvfsd-dnssd crashed with SIGSEGV in
 avahi_service_resolver_event()
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 215b26143e2d9010cb39aef99eec4577b89d6d9f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1038323 <1038323@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 927340 ***
    https://bugs.launchpad.net/bugs/927340

** This bug is no longer a duplicate of private bug 1035910
** This bug has been marked a duplicate of private bug 927340

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1038323

Title:
  gvfsd-dnssd crashed with SIGSEGV in avahi_service_resolver_event()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1038323/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 11:51:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 68A3326C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 11:51:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 608391A4524;
	Thu, 19 May 2016 11:51:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3MTu-0003SV-Dr; Thu, 19 May 2016 11:51:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3MTt-0003R6-Fu
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 11:51:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3MTs-0005Wl-CT
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:51:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1A3202E80C9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:51:08 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 11:42:21 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash i386 quantal third-party-packages
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport janitor stoneguy3
X-Launchpad-Bug-Reporter: Guy Stone (stoneguy3)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
X-Launchpad-Bug-Duplicate: 927340
References: <20120719012612.31919.87333.malonedeb@gac.canonical.com>
Message-Id: <20160519114221.21201.83755.launchpad@wampee.canonical.com>
Subject: [Bug 1026410] Re: gvfsd-dnssd crashed with SIGSEGV in
 lookup_link_file_by_name_and_type()
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f10b0d82df87a339d94b61ed3ac26526411d09e7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1026410 <1026410@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 927340 ***
    https://bugs.launchpad.net/bugs/927340

** This bug has been marked a duplicate of private bug 927340

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1026410

Title:
  gvfsd-dnssd crashed with SIGSEGV in
  lookup_link_file_by_name_and_type()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1026410/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 11:51:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BFD8626C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 11:51:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B888A1A4524;
	Thu, 19 May 2016 11:51:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3MTw-0003US-Hu; Thu, 19 May 2016 11:51:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3MTu-0003T1-Nl
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 11:51:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3MTt-0005Wh-Vg
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:51:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BEF012E80CB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:51:09 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 11:42:21 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash i386 quantal
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport janitor stoneguy3
X-Launchpad-Bug-Reporter: Guy Stone (stoneguy3)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
X-Launchpad-Bug-Duplicate: 927340
References: <20120610191233.15179.69000.malonedeb@gac.canonical.com>
Message-Id: <20160519114221.21201.82497.launchpad@wampee.canonical.com>
Subject: [Bug 1011277] Re: gvfsd-dnssd crashed with SIGSEGV in
 lookup_link_file_by_name_and_type()
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3399f0bade3a5970c8cda6f30174af03bf179ee2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1011277 <1011277@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 927340 ***
    https://bugs.launchpad.net/bugs/927340

** This bug is no longer a duplicate of bug 1026410
   gvfsd-dnssd crashed with SIGSEGV in lookup_link_file_by_name_and_type()
** This bug has been marked a duplicate of private bug 927340

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1011277

Title:
  gvfsd-dnssd crashed with SIGSEGV in
  lookup_link_file_by_name_and_type()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1011277/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 11:56:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1DF0A26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 11:56:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 138B21A4529;
	Thu, 19 May 2016 11:56:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3MYZ-0004QT-UE; Thu, 19 May 2016 11:55:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3MYY-0004QA-5q
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 11:55:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3MYX-0006hl-OZ
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:55:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 96DF42E80CD
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 11:55:57 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 11:46:04 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-cdimage; status=Invalid; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adconrad azamir seb128
X-Launchpad-Bug-Reporter: Frederic Beister (azamir)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160518213543.9081.77421.malonedeb@soybean.canonical.com>
Message-Id: <20160519114605.7756.78919.malone@soybean.canonical.com>
Subject: [Bug 1583354] Re: ubuntu-16.04-server-i386.iso misses /install/vmlinuz
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a8275180224530921b7397edb305b8904516275a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583354 <1583354@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

thanks the archive mount is done by gvfs ... is that display issue your
only problem there or did you have other issues with the iso?

** Package changed: nautilus (Ubuntu) => gvfs (Ubuntu)

** Changed in: gvfs (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1583354

Title:
  ubuntu-16.04-server-i386.iso misses /install/vmlinuz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-cdimage/+bug/1583354/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 12:11:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DBA0326C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 12:11:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D41DA1A3D83;
	Thu, 19 May 2016 12:11:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3MnK-00075O-0X; Thu, 19 May 2016 12:11:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3MnI-00074I-C0
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 12:11:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3MnH-0004Tf-Ua
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 12:11:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D02DB2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 12:11:11 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 12:03:52 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels deere mitya57
X-Launchpad-Bug-Reporter: Viktor Pal (deere)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20151122004202.3812.5284.malonedeb@gac.canonical.com>
Message-Id: <20160519120352.476.48239.malone@chaenomeles.canonical.com>
Subject: [Bug 1518646] Re: Metacity unexpectedly crashed
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 60a5a28ce88bad453e234001a1e09e26076bb9de
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518646 <1518646@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

>
https://errors.ubuntu.com/problem/d6b9a2ce0f4bfc448a6b2d2559b4e7c14735ce90

That page says:

This problem failed to retrace because there was no crash signature
after retracing and missing ddebs.

Also it says that this crash was reported 4 times with metacity
1:3.17.2-4ubuntu1, and never with newer versions. So I think we can
assume it does not occur with metacity 3.18.x.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1518646

Title:
  Metacity unexpectedly crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1518646/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 13:05:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 22FD826C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 13:05:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1C7281A3CC4;
	Thu, 19 May 2016 13:05:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3NeI-0005Cy-6E; Thu, 19 May 2016 13:05:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3NeG-0005C6-MH
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 13:05:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3NeG-0000D7-70
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 13:05:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2B95A2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 13:05:56 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 12:58:03 -0000
From: Pat McGowan <pat.mcgowan@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-developer-experience; status=Fix Released; 
 importance=High; assignee=None; 
X-Launchpad-Bug: product=platform-api; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor mzanetti
X-Launchpad-Bug-Reporter: Michael Zanetti (mzanetti)
X-Launchpad-Bug-Modifier: Pat McGowan (pat-mcgowan)
References: <20141105144917.5555.34927.malonedeb@wampee.canonical.com>
Message-Id: <20160519125805.14093.95955.launchpad@soybean.canonical.com>
Subject: [Bug 1389727] Re: Can't run any application using PositionSource on
 desktop
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a4367626d783a5ad62f04c057acc99b7f2c47f8b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1389727 <1389727@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: canonical-developer-experience
       Status: Confirmed => Fix Released

** Changed in: platform-api
       Status: New => Fix Released

** Changed in: location-service (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1389727

Title:
  Can't run any application using PositionSource on desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1389727/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 14:16:26 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2327A26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 14:16:26 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1C6511A435C;
	Thu, 19 May 2016 14:16:26 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3OkS-0004nS-9g; Thu, 19 May 2016 14:16:24 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3OkP-0004lR-GH
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 14:16:21 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3OkP-0002t0-55
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 14:16:21 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 24F562E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 14:16:21 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 14:08:02 -0000
From: David Chatterton <dmchatterton@theiet.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph
 dmchatterton eggert-gnu isgjevori janitor kennybobs martin-weis-newsadress
 nickinhelena quhaiyan-rs ramayer+ubuntu rattskjelke rocket859 seb128 sharms
 sibe39
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: David Chatterton (dmchatterton)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519140802.8083.69063.malone@soybean.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0b5e4f21eefc69a94ff378b8677189500ae9368d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have found this bug on several computers running Ubuntu 16.04 and
Raspberry Pi 2s and a 3 running Ubuntu MATE 16.04. With a quad core CPU,
gvsfd-smb-browse seems to consume 100% of one of the cores.

On a Dell XPS13 laptop, this causes the cooling fan to come on. On the
Raspberry Pi 2 and 3, it uses up excessive CPU resources preventing some
processor-intensive apps from running properly and contributing to the
CPU temperature rise.

The solution that I have used is to remove the execute permission from
the file as follows - execute from the terminal: sudo chmod 744
/usr/lib/gvfs/gvfsd-smb-browse

This seems to prevent the rogue file from running and appears to have no
detrimental affect on the running of the operating systems.

Perhaps we can have a permanent solution implemented in the next Xenial
software upgrade.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 14:25:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9EB7726C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 14:25:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 995EA1A430B;
	Thu, 19 May 2016 14:25:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3OtV-0006UN-9S; Thu, 19 May 2016 14:25:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3OtU-0006U5-Rq
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 14:25:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3OtU-00053F-Hw
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 14:25:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 84A372E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 14:25:44 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 14:20:26 -0000
From: Frederic Beister <frederic@familie-beister.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-cdimage; status=Invalid; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adconrad azamir seb128
X-Launchpad-Bug-Reporter: Frederic Beister (azamir)
X-Launchpad-Bug-Modifier: Frederic Beister (azamir)
References: <20160518213543.9081.77421.malonedeb@soybean.canonical.com>
Message-Id: <20160519142026.8480.91132.malone@soybean.canonical.com>
Subject: [Bug 1583354] Re: ubuntu-16.04-server-i386.iso misses /install/vmlinuz
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ce53255844a7d534ddf022331f008cd8ae541b60
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583354 <1583354@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is not a display issue there. When I copy out vmlinuz, I get a 0
byte file.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1583354

Title:
  ubuntu-16.04-server-i386.iso misses /install/vmlinuz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-cdimage/+bug/1583354/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 14:25:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3E82426C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 14:25:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3861E1A430B;
	Thu, 19 May 2016 14:25:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Otg-0006dF-1v; Thu, 19 May 2016 14:25:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Ote-0006bt-BU
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 14:25:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Ote-0005EH-0g
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 14:25:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 02A8E2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 14:25:54 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 14:18:44 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Won't Fix; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=Fix Committed;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=Fix Committed;
 importance=Undecided; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug-Tags: desktop-trello-import rls-w-notfixing verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 janitor laney ltsampros muravjov-il pitti
 r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160519141844.21166.11952.malone@wampee.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7077a3f454d90b48c466d9d4a89e65c825e66f04
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Dimitri, or anyone else affected,

Accepted upstart into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/upstart/1.13.2-0ubuntu21.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: upstart (Ubuntu Xenial)
       Status: In Progress => Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1433013

Title:
  Super -> exec vs Alt-F2 -> exec have different environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1433013/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 14:31:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B7E1A26C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 14:31:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B167F1A4495;
	Thu, 19 May 2016 14:31:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Oyo-0006xU-MH; Thu, 19 May 2016 14:31:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Oym-0006wp-Bv
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 14:31:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Oym-00061z-2o
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 14:31:12 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1362A2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 14:31:12 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 14:17:21 -0000
From: =?utf-8?q?Thomas_Vo=C3=9F?= <1573168@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=In Progress; importance=Critical; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=platform-api; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Invalid; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell davmor2 gareth-france janitor januari jibel llamasfortesjm
 rolf-veen sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519141721.511.61667.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop - service crashes on start
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: abbbd535c97809d511da14573dfb1b187eeeeca8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogQWxzbyBhZmZlY3RzOiBwbGF0Zm9ybS1hcGkKICAgSW1wb3J0YW5jZTogVW5kZWNpZGVkCiAg
ICAgICBTdGF0dXM6IE5ldwoKKiogQ2hhbmdlZCBpbjogcGxhdGZvcm0tYXBpCiAgICAgICBTdGF0
dXM6IE5ldyA9PiBJbiBQcm9ncmVzcwoKKiogQ2hhbmdlZCBpbjogcGxhdGZvcm0tYXBpCiAgIElt
cG9ydGFuY2U6IFVuZGVjaWRlZCA9PiBDcml0aWNhbAoKKiogQ2hhbmdlZCBpbjogbG9jYXRpb24t
c2VydmljZSAoVWJ1bnR1KQogICAgICAgU3RhdHVzOiBJbiBQcm9ncmVzcyA9PiBJbnZhbGlkCgoq
KiBDaGFuZ2VkIGluOiBwbGF0Zm9ybS1hcGkKICAgICBBc3NpZ25lZTogKHVuYXNzaWduZWQpID0+
IFRob21hcyBWb8OfICh0aG9tYXMtdm9zcykKCioqIEJyYW5jaCBsaW5rZWQ6IGxwOn50aG9tYXMt
dm9zcy9wbGF0Zm9ybS1hcGkvcmV0cnktbG9hZGluZy1vZi1ncHMtaGFsCgotLSAKWW91IHJlY2Vp
dmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1
bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBsb2NhdGlvbi1zZXJ2aWNl
IGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvYnVncy8xNTczMTY4CgpUaXRs
ZToKICBbRnJpZXphXSBMb2NhdGlvbiBzZXJ2aWNlIGZhaWxzIHRvIHN0YXJ0IGNsZWFubHksIGVu
dGVyaW5nIHJlc3RhcnQKICBsb29wIC0gc2VydmljZSBjcmFzaGVzIG9uIHN0YXJ0CgpUbyBtYW5h
Z2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5j
aHBhZC5uZXQvYXZpbGEvK2J1Zy8xNTczMTY4LytzdWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1i
dWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xp
c3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 14:31:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E815C26C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 14:31:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E11171A44B1;
	Thu, 19 May 2016 14:31:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Oyq-0006yu-Tc; Thu, 19 May 2016 14:31:16 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Oyp-0006xi-0E
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 14:31:15 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Oyo-00065g-IU
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 14:31:14 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7817A2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 14:31:14 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 14:22:34 -0000
From: Joan Singla Casamitjana <1572661@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor joanisc
 marcel-456 ockels toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: Joan Singla Casamitjana (joanisc)
X-Launchpad-Bug-Duplicate: 1545212
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160519142234.1084.48236.malone@chaenomeles.canonical.com>
Subject: [Bug 1572661] Re: Ubuntu Gnome Bug -evolution translation
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 45be4dcc889942eba366e03a8298988de5521131
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1545212 ***
    https://bugs.launchpad.net/bugs/1545212

The same happen with Catalan

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1572661

Title:
  Ubuntu Gnome Bug -evolution translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1572661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 14:41:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 91E5B26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 14:41:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8AD861A44B9;
	Thu, 19 May 2016 14:41:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3P8r-00085K-OH; Thu, 19 May 2016 14:41:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3P8q-00084l-Ca
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 14:41:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3P8q-0003If-3N
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 14:41:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 17E502E8060
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 14:41:36 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 14:34:31 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Won't Fix; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=Fix Committed;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=Fix Committed;
 importance=Undecided; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug-Tags: desktop-trello-import rls-w-notfixing verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 janitor laney ltsampros muravjov-il pitti
 r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160519143432.9523.99804.launchpad@gac.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c3b37fb97017b85e018a37a95e875d6a8fa5848d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1433013

Title:
  Super -> exec vs Alt-F2 -> exec have different environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1433013/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 15:06:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9944126C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 15:06:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 933141A44E9;
	Thu, 19 May 2016 15:06:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3PWr-0002VX-PD; Thu, 19 May 2016 15:06:25 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3PWq-0002VJ-1C
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 15:06:24 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3PWp-0006G6-LI
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 15:06:23 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9D6F62E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 15:06:23 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 14:58:05 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=Confirmed; importance=Critical; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: acad-alex janitor
X-Launchpad-Bug-Reporter: Alex Hidalgo (acad-alex)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160429065422.25184.74985.malonedeb@wampee.canonical.com>
Message-Id: <20160519145806.8083.58698.launchpad@soybean.canonical.com>
Subject: [Bug 1576539] Re: package gconf2 3.2.6-3ubuntu6 failed to
 install/upgrade: dependency problems - leaving triggers unprocessed
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1a6caf2c5517be69db027a7eecb4848eaaf0eb87
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576539 <1576539@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gconf (Ubuntu)
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1576539

Title:
  package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1576539/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 15:06:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EF77C26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 15:06:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EA3351A44E1;
	Thu, 19 May 2016 15:06:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3PWt-0002WR-6e; Thu, 19 May 2016 15:06:27 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3PWr-0002Vd-Ul
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 15:06:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3PWr-0006ID-OT
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 15:06:25 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B30C52E80AF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 15:06:25 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 14:57:38 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor sapristi
X-Launchpad-Bug-Reporter: Albert (sapristi)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160428143235.5346.72243.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519145739.21304.26891.launchpad@wampee.canonical.com>
Subject: [Bug 1576252] Re: Launching nautilus from the command line fails to
 bring window to front if open already
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c7dce33f05f19a1076055bacb28e45475225b45c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576252 <1576252@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1576252

Title:
  Launching nautilus from the command line fails to bring window to
  front if open already

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1576252/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 15:11:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8371D26C283F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 15:11:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7CADF1A44E3;
	Thu, 19 May 2016 15:11:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3PbX-0003CG-L7; Thu, 19 May 2016 15:11:15 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3PbW-0003B8-A1
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 15:11:14 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3PbV-0008N2-Lz
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 15:11:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A39032E808D
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 15:11:13 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 15:04:08 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor laichiaheng
X-Launchpad-Bug-Reporter: =?utf-8?b?6LO05a625LqoIChsYWljaGlhaGVuZyk=?=
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160505035242.24579.57850.malonedeb@gac.canonical.com>
Message-Id: <20160519150408.9360.84468.launchpad@gac.canonical.com>
Subject: [Bug 1578473] Re: I can't install flashplayer through the Ubuntu
 Software.
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ecdfc01a2f437cb7d14cfbe6fdd08343323886e7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578473 <1578473@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578473

Title:
  I can't install flashplayer through the Ubuntu Software.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1578473/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 15:11:30 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 224EE26C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 15:11:30 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1C2E21A44E9;
	Thu, 19 May 2016 15:11:30 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Pba-0003Fp-8B; Thu, 19 May 2016 15:11:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3PbY-0003Ca-1P
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 15:11:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3PbX-0008Ln-7I
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 15:11:15 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 243412E80AF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 15:11:15 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 15:01:56 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=hundredpapercuts; status=Confirmed;
 importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Critical; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor unconfused
X-Launchpad-Bug-Reporter: unconfused (unconfused)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160503004533.23869.85978.malonedeb@gac.canonical.com>
Message-Id: <20160519150157.9441.29561.launchpad@soybean.canonical.com>
Subject: [Bug 1577602] Re: ubuntu-software will not launch
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a750614f45c00eb9ccea38b5d7fa213ec2305ca6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577602 <1577602@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => Critical

** Also affects: hundredpapercuts
   Importance: Undecided
       Status: New

** Changed in: hundredpapercuts
       Status: New => Confirmed

** Changed in: hundredpapercuts
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1577602

Title:
  ubuntu-software will not launch

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1577602/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 15:16:23 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B1E6626C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 15:16:23 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A8FAE1A4499;
	Thu, 19 May 2016 15:16:23 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3PgB-0003yp-Dn; Thu, 19 May 2016 15:16:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3PgA-0003yB-CC
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 15:16:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Pg9-0002R7-RF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 15:16:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C59D32E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 15:16:01 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 15:06:35 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: claudioandre.br janitor salman.m
X-Launchpad-Bug-Reporter: =?utf-8?q?Claudio_Andr=C3=A9_=28claudioandre=2Ebr?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160514021208.303.87825.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519150635.1018.27456.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1581713] Re: Ubuntu Software asks for an Ubuntu Single Sign-On
 account to remove a snap
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a4127c34290189aebdc362e8570b1bc5492b48e5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581713 <1581713@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581713

Title:
  Ubuntu Software asks for an Ubuntu Single Sign-On account to remove a
  snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581713/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 15:57:28 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2254626C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 15:57:28 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1C8071A2D35;
	Thu, 19 May 2016 15:57:28 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3QK1-0003At-2s; Thu, 19 May 2016 15:57:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3QJz-00039v-Q5
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 15:57:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3QJz-0001Xq-Dk
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 15:57:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 53DC42E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 15:57:11 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 15:46:18 -0000
From: =?utf-8?q?Konrad_Zapa=C5=82owicz?= <konrad.zapalowicz@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=bluez; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug quantal regression-release
 running-unity trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: elopio janitor kzapalowicz ldavisjr pasha-pivo
 r0lf till-straumann tkoziniec
X-Launchpad-Bug-Reporter: Leo Arias (elopio)
X-Launchpad-Bug-Modifier: =?utf-8?q?Konrad_Zapa=C5=82owicz_=28kzapalowicz?=
 =?utf-8?q?=29?=
References: <20120930175205.29350.99812.malonedeb@wampee.canonical.com>
Message-Id: <20160519154618.9016.45235.malone@gac.canonical.com>
Subject: [Bug 1059185] Re: bluetooth-wizard doesn't find any devices
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cafee2e1618ad59f9cd56d2fce26e350db9fbea8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1059185 <1059185@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is reported against an old version of Ubuntu and many things has
changed since then. Because of that we won't fix this issue however if
this behavior repeats on a modern version please fill a bug report
against it and we will take it from there.

** Changed in: bluez (Ubuntu)
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1059185

Title:
  bluetooth-wizard doesn't find any devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1059185/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 16:55:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 118B826C236C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 16:55:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0AF001A4687;
	Thu, 19 May 2016 16:55:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3REp-0002TY-SU; Thu, 19 May 2016 16:55:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3REp-0002T8-B9
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 16:55:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3REo-0005ok-Ls
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 16:55:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3F6D72E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 16:55:54 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 16:45:56 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k erwan.me janitor jb-launchpad seb128
X-Launchpad-Bug-Reporter: AndreK (andre-k)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160419180744.24613.73130.malonedeb@gac.canonical.com>
Message-Id: <20160519164556.8942.90345.malone@gac.canonical.com>
Subject: [Bug 1572260] Re: gvfs-smb-browse hogs CPU after only opening nautilus
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: eafaadc58222e9dc1bd6add0858fdfecdc8ed10c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572260 <1572260@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

the issue looks similar to bug #1409032

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1572260

Title:
  gvfs-smb-browse hogs CPU after only opening nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1572260/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 17:06:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9A5ED26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 17:06:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8A0461A4705;
	Thu, 19 May 2016 17:06:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3ROZ-0003Q3-R8; Thu, 19 May 2016 17:05:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ROX-0003Pn-Tu
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 17:05:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ROX-0000DR-AZ
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 17:05:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3A6602E80CB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 17:05:57 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 16:59:13 -0000
From: Launchpad Bug Tracker <1575555@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=fonts-noto-cjk;
 component=main; status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=fonts-noto-cjk; component=main; status=Fix Released;
 importance=Medium; assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=debian; sourcepackage=fonts-noto-cjk;
 component=main; status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brian-murray duncan-bay gunnarhj hankzhu janitor
 jiongrious laney mr-leon-yu musashi pitti szjx
X-Launchpad-Bug-Reporter: JI Xiang (szjx)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160427092723.25184.5638.malonedeb@wampee.canonical.com>
Message-Id: <20160519165915.25369.47392.malone@ackee.canonical.com>
Subject: [Bug 1575555] Re: Chrome/Chromium use "Thin" as default font weight
X-Launchpad-Message-Rationale: Subscriber (fonts-noto-cjk in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2fe4bb5cdeeda5d673715235ab6368e84c302ed4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575555 <1575555@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package fonts-noto-cjk -
1:1.004+repack2-1~ubuntu1

---------------
fonts-noto-cjk (1:1.004+repack2-1~ubuntu1) xenial; urgency=medium

  * No-change backport to 16.04 as SRU to fix display problems in Chromium.
    (LP: #1575555)

 -- Iain Lane <iain@orangesquash.org.uk>  Thu, 05 May 2016 15:28:24
+0100

** Changed in: fonts-noto-cjk (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to fonts-noto-cjk in Ubuntu.
https://bugs.launchpad.net/bugs/1575555

Title:
  Chrome/Chromium use "Thin" as default font weight

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-noto-cjk/+bug/1575555/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 18:31:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D930426C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 18:31:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CC7D51A4575;
	Thu, 19 May 2016 18:31:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Six-000619-Lp; Thu, 19 May 2016 18:31:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Siv-00060l-Vn
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 18:31:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Siv-0006Tq-Ny
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 18:31:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B2EDA2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 18:31:05 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 18:25:45 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1518646@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels deere mitya57
X-Launchpad-Bug-Reporter: Viktor Pal (deere)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20151122004202.3812.5284.malonedeb@gac.canonical.com>
Message-Id: <20160519182546.8821.25073.launchpad@gac.canonical.com>
Subject: [Bug 1518646] Re: Metacity unexpectedly crashed
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4e166ced4a93a5821a578ef5a049041be6a9a2e3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518646 <1518646@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: metacity (Ubuntu)
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1518646

Title:
  Metacity unexpectedly crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1518646/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 18:46:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D04E926C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 18:46:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C95B51A447F;
	Thu, 19 May 2016 18:46:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3SxZ-00087I-01; Thu, 19 May 2016 18:46:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3SxY-00086w-7X
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 18:46:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3SxX-0005Dy-RF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 18:46:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B9D0E2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 18:46:11 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 18:39:21 -0000
From: Neil Mayhew <neil_mayhew@sil.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney neil.mayhew pitti ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Neil Mayhew (neil.mayhew)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519183921.10380.70872.launchpad@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 160b391f0b53a974ee3a4698b3df80556541e5c8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 19:26:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A9EF726C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 19:26:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 873991A3DCB;
	Thu, 19 May 2016 19:26:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3TaG-0005Ho-Ef; Thu, 19 May 2016 19:26:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3TaF-0005HF-3Y
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 19:26:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3TaE-0002zP-UP
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 19:26:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E41782E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 19:26:10 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 19:16:28 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-themes; status=Confirmed; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-themes;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jbicha launchpad-startport
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20160316095453.20907.11114.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519191628.9393.28403.malone@gac.canonical.com>
Subject: [Bug 1557981] Re: Selected-Tab Hard to Distinguish in Default
 Ambiance Theme
X-Launchpad-Message-Rationale: Subscriber (gnome-system-monitor in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ae903ac767b7ea488d2a5eb8535dc6e9260a0510
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1557981 <1557981@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Ubuntu-themes is the source package now.

** Project changed: light-themes => ubuntu-themes

** Changed in: ubuntu-themes
       Status: New => Confirmed

** Changed in: unity
       Status: New => Invalid

** Project changed: light-themes-colors => ubuntu-themes (Ubuntu)

** Changed in: ubuntu-themes (Ubuntu)
       Status: New => Confirmed

** Changed in: gnome-system-monitor (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1557981

Title:
  Selected-Tab Hard to Distinguish in Default Ambiance Theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-themes/+bug/1557981/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 20:05:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 989B526C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 20:05:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8DB331A46DB;
	Thu, 19 May 2016 20:05:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3UCW-0002DG-9a; Thu, 19 May 2016 20:05:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3UCU-0002D6-TY
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 20:05:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3UCU-0007sh-KF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 20:05:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 879BC2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 20:05:42 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 19:59:12 -0000
From: Apport retracing service <1583773@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution-data-server;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash third-party-packages trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport campbell-boyd-gmail
X-Launchpad-Bug-Reporter: Campbell Boyd (campbell-boyd-gmail)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
X-Launchpad-Bug-Duplicate: 1303211
References: <20160519195342.8676.36563.malonedeb@soybean.canonical.com>
Message-Id: <20160519195912.679.19946.malone@chaenomeles.canonical.com>
Subject: [Bug 1583773] Re: evolution-source-registry crashed with SIGSEGV in
 g_slice_alloc()
X-Launchpad-Message-Rationale: Subscriber (evolution-data-server in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a3a76b5b7bb3036f00546565caf15f96e84859a9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583773 <1583773@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1303211 ***
    https://bugs.launchpad.net/bugs/1303211

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1303211, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/1583773/+attachment/4666417/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   https://bugs.launchpad.net/bugs/1583773/+attachment/4666419/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   https://bugs.launchpad.net/bugs/1583773/+attachment/4666420/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   https://bugs.launchpad.net/bugs/1583773/+attachment/4666421/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   https://bugs.launchpad.net/bugs/1583773/+attachment/4666422/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   https://bugs.launchpad.net/bugs/1583773/+attachment/4666423/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   https://bugs.launchpad.net/bugs/1583773/+attachment/4666424/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1303211

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in Ubuntu.
https://bugs.launchpad.net/bugs/1583773

Title:
  evolution-source-registry crashed with SIGSEGV in g_slice_alloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1583773/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 20:35:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AF9F526C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 20:35:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A907C1A4727;
	Thu, 19 May 2016 20:35:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Ufc-0006Dt-Di; Thu, 19 May 2016 20:35:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Ufa-0006DN-Eq
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 20:35:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3UfZ-0007nU-Um
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 20:35:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C2DA72E80CB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 20:35:45 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 20:25:49 -0000
From: Andrew <a.jamesregan@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abinoam aeclist alexander-buchner andrea-gamba
 andrewregan bigl-aff bigmeanmikerich bimsebasse bjamesv boczpeter cocacooler
 conner-bw cviallon dominic-innocent e-lele emailjonathananderson-fedora
 gary+ubuntu ianlawrence idfafp ivan-bonac j-linde-sorensen janitor
 johann-gail john-hamilton m3rashid markooss marwan-tngr mhassonsuspect
 mikewhatever nicolasmosconi nottrobin olaf-idat opensource21 p-draigbrady
 pub-mikeb rostislav-svoboda rpawluk ruinairas1992 seb128 sej7278
 sergei-redleafsoft sergio-bobillier sgbeal siretart sojin-v sovanna system-w
 thepoolice tomcat-cdm tonysonney ubuntulinux-org victorbrca will007
X-Launchpad-Bug-Reporter: Sergio B (sergio-bobillier)
X-Launchpad-Bug-Modifier: Andrew (andrewregan)
References: <20120705161302.20661.902.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519202549.1141.35530.malone@chaenomeles.canonical.com>
Subject: [Bug 1021375] Re: Nautilus says the USB stick is read only when it is
 not
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9f95e930b43ffa23e9f95ad8ea37e2e428e89353
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1021375 <1021375@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The problem exists in 16.04 as well.  Why does this problem still exist?
It's been 4 years!

Here is a video demo of the problem:
https://www.youtube.com/watch?v=oACOGupxVmU

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 20:56:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2194226C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 20:56:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1A6421A47AD;
	Thu, 19 May 2016 20:56:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3UzB-0008Ns-Dg; Thu, 19 May 2016 20:56:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3UzA-0008NV-Bi
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 20:56:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Uz9-0006qN-No
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 20:55:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8F6162E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 20:55:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 20:46:38 -0000
From: Launchpad Bug Tracker <1389336@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=empathy; component=universe;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity-webapps;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Triaged; importance=Medium;
 assignee=timo.jyrinki@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-geoip;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webkitgtk;
 component=universe; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Fix Released; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 bigon darkxst janitor mterry seb128
X-Launchpad-Bug-Reporter: Michael Terry (mterry)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20141104175121.22425.12829.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519204642.25369.51996.malone@ackee.canonical.com>
Subject: [Bug 1389336] Re: Use geoclue-2.0
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ef5cb7a410d23fab9f4597f682eb22343d16985c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1389336 <1389336@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package empathy - 3.12.11-0ubuntu4

---------------
empathy (3.12.11-0ubuntu4) yakkety; urgency=medium

  * Drop Revert-geoclue-2.0.patch and switch to geoclue-2.0 (LP: #1389336)
  * Enable geoclue and map support now that empathy is in universe
  * Drop 47_git_activate_with_platform_data.patch,
    git_correct_display_messages.patch and git_no_nautilus_sendto.patch:
    This has been merged upstream some times ago.
  * Remove empathy-dbg package and rely on automatic dbgsym package

 -- Laurent Bigonville <bigon@ubuntu.com>  Thu, 19 May 2016 18:29:12
+0200

** Changed in: empathy (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1389336

Title:
  Use geoclue-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1389336/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 23:05:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7D5B026C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 23:05:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 771E91A469C;
	Thu, 19 May 2016 23:05:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3X0b-00070i-3u; Thu, 19 May 2016 23:05:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3X0Z-00070R-W8
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 23:05:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3X0Z-00015x-Qk
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:05:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C261B2E8060
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:05:35 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 22:58:10 -0000
From: Vasya Pupkin <1583829@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: shadowlmd
X-Launchpad-Bug-Reporter: Vasya Pupkin (shadowlmd)
X-Launchpad-Bug-Modifier: Vasya Pupkin (shadowlmd)
Message-Id: <20160519225810.32740.6531.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1583829] [NEW] aptitude update -> appstreamcli uses 100% cpu
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 134dda65182729d712318461bcbdeb6ad42e09eb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583829 <1583829@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I started aptitude and hit "u" to update package list. It stuck on
"Loading cache" screen. I checked processes tree and found out aptitude
was waiting for /usr/bin/appstreamcli which used 100% CPU and did
nothing.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: appstream 0.9.4-1
Uname: Linux 4.6.0-040600-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri May 20 01:52:53 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-05-01 (18 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: appstream
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: appstream (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583829

Title:
  aptitude update -> appstreamcli uses 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583829/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 23:10:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9300526C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 23:10:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 87BF31A45B7;
	Thu, 19 May 2016 23:10:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3X5g-0007Dq-8O; Thu, 19 May 2016 23:10:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3X5f-0007Dg-04
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 23:10:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3X5e-0004oV-My
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:10:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id ABC0E2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:10:50 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 22:59:14 -0000
From: James Ferguson <1583830@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: james-ferguson
X-Launchpad-Bug-Reporter: James Ferguson (james-ferguson)
X-Launchpad-Bug-Modifier: James Ferguson (james-ferguson)
X-Launchpad-Bug-Duplicate: 1579712
Message-Id: <20160519225914.21698.61661.malonedeb@wampee.canonical.com>
Subject: [Bug 1583830] [NEW] appstreamcli process consuming 100% CPU,
 even after reboot
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9087a29eedccdb0911559421f381fc206b2ac82b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583830 <1583830@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

Public bug reported:

I heard my fan going and checked, and appstreamcli was consuming a whole
core.  I rebooted, and immediately it was doing it again, and I had to
SIGKILL it.

I'll reboot shortly and report whether it does it again.  I assume I
should make it dump core if so.

Very recent 16.04 install, not doing anything odd with it.  The dpkg
lock was held though, which I assume would be related.  I was going to
reboot because of that as a safe option when I noticed appstreamcli.

----

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: appstream 0.9.4-1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu May 19 18:55:15 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-05-14 (5 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: appstream
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: appstream (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

** Description changed:

  I heard my fan going and checked, and appstreamcli was consuming a whole
  core.  I rebooted, and immediately it was doing it again, and I had to
  SIGKILL it.
  
  I'll reboot shortly and report whether it does it again.  I assume I
  should make it dump core if so.
+ 
+ Very recent 16.04 install, not doing anything odd with it.  The dpkg
+ lock was held though, which I assume would be related.  I was going to
+ reboot because of that as a safe option when I noticed appstreamcli.
+ 
+ ----
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: appstream 0.9.4-1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu May 19 18:55:15 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-05-14 (5 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  SourcePackage: appstream
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583830

Title:
  appstreamcli process consuming 100% CPU, even after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583830/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 23:10:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1725E26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 23:10:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0D0A01A45B7;
	Thu, 19 May 2016 23:10:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3X5i-0007Et-Ba; Thu, 19 May 2016 23:10:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3X5g-0007EO-MI
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 23:10:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3X5g-0004od-F5
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:10:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6E32B2E8060
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:10:52 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 23:04:30 -0000
From: Vasya Pupkin <1583829@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: shadowlmd
X-Launchpad-Bug-Reporter: Vasya Pupkin (shadowlmd)
X-Launchpad-Bug-Modifier: Vasya Pupkin (shadowlmd)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160519225810.32740.6531.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519230430.21271.90174.malone@wampee.canonical.com>
Subject: [Bug 1583829] Re: aptitude update -> appstreamcli uses 100% cpu
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ab5a262fdc1184b10dd768d1f98623b865fd0c0a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583829 <1583829@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

So, I just purged appstream package (along with dependencies up to
ubuntu-software) and everything works perfect again.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583829

Title:
  aptitude update -> appstreamcli uses 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583829/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 23:15:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DCD9326C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 23:15:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D4D571A480B;
	Thu, 19 May 2016 23:15:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3XAM-0007Xm-OK; Thu, 19 May 2016 23:15:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3XAM-0007XR-7d
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 23:15:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3XAL-0005GJ-Tb
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:15:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DC6C32E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:15:41 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 23:07:58 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: james-ferguson
X-Launchpad-Bug-Reporter: James Ferguson (james-ferguson)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160519225914.21698.61661.malonedeb@wampee.canonical.com>
Message-Id: <20160519230759.1141.24890.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1583830] Re: appstreamcli process consuming 100% CPU,
 even after reboot
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b5189ac678f24ad8d2f9eef9fef6a897b1eb2a5c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583830 <1583830@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

** This bug has been marked a duplicate of bug 1579712
   Refresh hangs due to strdup on non-NULL terminated string

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583830

Title:
  appstreamcli process consuming 100% CPU, even after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583830/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 23:15:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0903B26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 23:15:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0143A1A480C;
	Thu, 19 May 2016 23:15:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3XAO-0007ZV-Tc; Thu, 19 May 2016 23:15:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3XAN-0007YZ-Pj
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 23:15:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3XAN-0005Gb-Aj
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:15:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 448F52E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:15:43 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 23:07:33 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: shadowlmd
X-Launchpad-Bug-Reporter: Vasya Pupkin (shadowlmd)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160519225810.32740.6531.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519230734.21201.49875.launchpad@wampee.canonical.com>
Subject: [Bug 1583829] Re: aptitude update -> appstreamcli uses 100% cpu
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 56b93b899b867237d29b1c1ea35642c3e236ae3e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583829 <1583829@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

** This bug has been marked a duplicate of bug 1579712
   Refresh hangs due to strdup on non-NULL terminated string

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583829

Title:
  aptitude update -> appstreamcli uses 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583829/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 23:45:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B33D626C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 23:45:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A36081A482F;
	Thu, 19 May 2016 23:45:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3XdK-000689-F0; Thu, 19 May 2016 23:45:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3XdJ-00067z-C8
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 23:45:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3XdJ-0003AO-3M
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:45:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 03D232E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:45:37 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 23:39:34 -0000
From: Launchpad Bug Tracker <1583829@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor shadowlmd
X-Launchpad-Bug-Reporter: Vasya Pupkin (shadowlmd)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160519225810.32740.6531.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519233934.7858.74464.malone@soybean.canonical.com>
Subject: [Bug 1583829] Re: aptitude update -> appstreamcli uses 100% cpu
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 84dcbba1612e7fcfdc5ea3fa88be6fda176da0d7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583829 <1583829@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: appstream (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583829

Title:
  aptitude update -> appstreamcli uses 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583829/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 19 23:55:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A2A5626C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 19 May 2016 23:55:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 98EE31A483E;
	Thu, 19 May 2016 23:55:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3XnA-0007cG-OK; Thu, 19 May 2016 23:55:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Xn9-0007c5-K0
 for desktop-bugs@lists.ubuntu.com; Thu, 19 May 2016 23:55:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Xn9-0004uO-2m
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:55:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 031882E8047
 for <desktop-bugs@lists.ubuntu.com>; Thu, 19 May 2016 23:55:47 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 23:46:16 -0000
From: Jacob Taylor <orangewinds@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor orangewinds shadowlmd
X-Launchpad-Bug-Reporter: Vasya Pupkin (shadowlmd)
X-Launchpad-Bug-Modifier: Jacob Taylor (orangewinds)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160519225810.32740.6531.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519234616.8981.25020.malone@gac.canonical.com>
Subject: [Bug 1583829] Re: aptitude update -> appstreamcli uses 100% cpu
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8dd51b64a8f673ebb6d5f368a86eb414c9578187
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583829 <1583829@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

I'm suffering the same issue.

`sudo apt purge appstream`

did not save me. Now it's locked at 100% cpu when I `sudo apt install
appstream`. Won't finish setting up appstream 0.9.4-1, htop says the
command running is `appstream refresh-index --force`.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583829

Title:
  aptitude update -> appstreamcli uses 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583829/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:01:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7A46226C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:01:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 51E2D1A3DDF;
	Fri, 20 May 2016 00:01:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3XsE-0000Sd-1L; Fri, 20 May 2016 00:01:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3XsD-0000SS-GD
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:01:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3XsD-00068H-3e
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:01:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F3EF22E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:01:00 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 23:52:52 -0000
From: Launchpad Bug Tracker <1583830@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: james-ferguson janitor
X-Launchpad-Bug-Reporter: James Ferguson (james-ferguson)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160519225914.21698.61661.malonedeb@wampee.canonical.com>
Message-Id: <20160519235252.303.39499.malone@chaenomeles.canonical.com>
Subject: [Bug 1583830] Re: appstreamcli process consuming 100% CPU,
 even after reboot
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 080eb4afd7a884b10ef440237d9949e5086f70fe
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583830 <1583830@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: appstream (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583830

Title:
  appstreamcli process consuming 100% CPU, even after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583830/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:01:24 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 39B9A26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:01:24 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 309CB1A4841;
	Fri, 20 May 2016 00:01:24 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3XsZ-0000bX-GW; Fri, 20 May 2016 00:01:23 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3XsY-0000bG-Dy
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:01:22 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3XsX-0006P2-T4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:01:21 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DA9FB2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:01:21 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 19 May 2016 23:55:31 -0000
From: Peter Bennett <pgbennett@comcast.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney neil.mayhew pgbennett pitti ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Peter Bennett (pgbennett)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160519235531.9051.50855.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b9a2e135ed48b8ddb21d343d3405c7c10aa6a1d9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I find it is not possible to use "software and updates" to enable
proposed or to install the fix because every repository related action
results in a hang with appstreamcli using 100% CPU.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:15:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9263426C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:15:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 88AF81A4859;
	Fri, 20 May 2016 00:15:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Y6c-0002OT-FG; Fri, 20 May 2016 00:15:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Y6X-0002O4-JW
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:15:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Y6X-0003ii-B1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:15:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4EEA62E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:15:49 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:08:04 -0000
From: Peter Bennett <pgbennett@comcast.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton laney neil.mayhew pgbennett pitti ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Peter Bennett (pgbennett)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520000804.8689.83183.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 097061f1e01e24072e2f4a6211e5d739878df5a3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Can somebody post a URL where I can download the proposed package
directly as I cannot install it using apt-get, which hangs because of
this bug. I am using amd64 xenial.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:25:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0C54826C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:25:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 058871A4872;
	Fri, 20 May 2016 00:25:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YGH-0003PB-Ai; Fri, 20 May 2016 00:25:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YGF-0003Oh-SL
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:25:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YGF-0004pN-5p
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:25:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 049B52E80CB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:25:51 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:19:21 -0000
From: Grant <grant.ayers@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Grant (granta)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520001921.9325.39487.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0ee7d1161436c7957d61d7601c39cc133d8ef3c4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Like Peter in #11, I cannot enable proposed because appstreamcli is
hanging on every single run. Any invocation of appstreamcli or apt
update gets stuck.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:25:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BEAB826C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:25:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B89CD1A4876;
	Fri, 20 May 2016 00:25:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YGL-0003Ra-KV; Fri, 20 May 2016 00:25:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YGJ-0003QU-Il
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:25:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YGJ-0004sH-4G
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:25:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EB7BC2E80CC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:25:52 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:19:37 -0000
From: Jacob Taylor <orangewinds@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Jacob Taylor (orangewinds)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520001937.716.12790.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 61d4bebbb11289794d4b46be68513ad80b70bfa1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have appstream 0.9.4-1 installed and every time it is run
(automatically, not by me) it spikes cpu to 100%. I cannot even purge
and reinstall it, because it is run during the setup phase (to force a
new index) which pegs the cpu. Is 0.9.4-1 supposed to be ~= 0.9.6 of
upstream?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:30:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B636226C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:30:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A8CBD1A4866;
	Fri, 20 May 2016 00:30:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YL1-00041O-Dm; Fri, 20 May 2016 00:30:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YKz-000418-VW
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:30:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YKz-0006g3-Ew
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:30:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 65A572E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:30:45 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:21:17 -0000
From: Lonnie Lee Best <1583845@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: launchpad-startport
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Lonnie Lee Best (launchpad-startport)
Message-Id: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1583845] [NEW] Can't "apt-get update" - appstreamcli stuck at
 100% Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4b4e795ab54430915c883772a228a93aa5f08431
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I did a fresh install of Ubuntu 16.04 without being connected to the
internet because when connected to the internet the install would lock
up at the point that ubuntu was "Retrieving 56 of 56".

Installation (without internet) was successful, then I connected to the internet and tried to update:
sudo apt-get update

The update-process seemed to be stuck, so I discovered that the command
appstreamcli was at 100% processor utilization indefinitely.

When I kill that process the update fails. This is clearly a bug, but
hopefully someone can suggest a work-around until it is fixed.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: appstream 0.9.4-1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Thu May 19 19:08:30 2016
InstallationDate: Installed on 2016-05-19 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: appstream
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: appstream (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:30:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CEBB126C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:30:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C7DFC1A4872;
	Fri, 20 May 2016 00:30:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YLC-00045q-Mt; Fri, 20 May 2016 00:30:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YLB-00045J-RC
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:30:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YLB-0006pk-Ar
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:30:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4C2D72E80AF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:30:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:21:34 -0000
From: Eduardo <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Eduardo (ludentico)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520002134.941.9181.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 53c6e3aacd01c220e5bf895894a2029750246f5f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Neither can I install any update, even after disabling third-party
repositories.

appstreamcli hangs refreshing with 100% cpu use

apt update hangs after 'Fetched XXX kb in Xs (XXX kb/s)'

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:31:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9B42926C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:31:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 91EF81A4869;
	Fri, 20 May 2016 00:31:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YLI-00049E-SM; Fri, 20 May 2016 00:31:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YLD-00046t-NW
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:30:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YLD-0006qF-6j
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:30:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 25EE72E80C2
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:25:11 -0000
From: John Wang <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: John Wang (johnwang)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520002511.511.21392.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 94025843c58efcf5d342266b72b23e2633bc179f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@pgbennett

I'm not sure how to discover which particular repo is causing
appstreamcli to hang, so you could try disabling *all* your third party
repos then update. Or disable them one-by-one, but that could be
tedious.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:31:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AD43F26C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:31:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A61551A486A;
	Fri, 20 May 2016 00:31:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YLI-00049V-Tq; Fri, 20 May 2016 00:31:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YLF-00048g-Of
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:31:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YLF-000725-4e
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:31:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E9B6C2E808D
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:31:00 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:25:32 -0000
From: strav <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: strav (strav)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520002532.8755.44766.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1009f20923e62269f502c3d30f0d88151695248a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Peter, the package can be found at:
https://launchpad.net/ubuntu/+source/appstream/0.9.4-1ubuntu1 (as
previously posted) but I'm kinda at a loss here: dpkg -i launches
appstreamcli when setting up the package which results in me not being
able to install it so far.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:35:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AF4F226C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:35:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A41F31A4878;
	Fri, 20 May 2016 00:35:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YPx-0004Ub-Fh; Fri, 20 May 2016 00:35:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YPw-0004UF-7e
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:35:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YPv-0007pa-Qp
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:35:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C225C2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:35:51 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:30:12 -0000
From: Eduardo <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Eduardo (ludentico)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520003013.9526.57423.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5115d31239c425bf7c8df738ea75db4cb340fceb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Removing appstreamcli seems to do the trick. I'm not aware of side
effects

sudo rm /usr/bin/appstreamcli

Source: http://trastetes.blogspot.com/2016/02/solucion-al-error-e-then-
appstreamcli.html

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:36:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 82BC226C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:36:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7B6991A4878;
	Fri, 20 May 2016 00:36:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YQ4-0004XN-NR; Fri, 20 May 2016 00:36:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YQ3-0004WU-Qx
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:35:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YQ3-0007yy-7o
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:35:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2D2F52E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:35:59 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:25:58 -0000
From: Rolf Leggewie <1059185@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=bluez; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug quantal regression-release
 running-unity trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: elopio janitor kzapalowicz ldavisjr pasha-pivo
 r0lf till-straumann tkoziniec
X-Launchpad-Bug-Reporter: Leo Arias (elopio)
X-Launchpad-Bug-Modifier: Rolf Leggewie (r0lf)
References: <20120930175205.29350.99812.malonedeb@wampee.canonical.com>
Message-Id: <20160520002559.9222.40134.malone@gac.canonical.com>
Subject: [Bug 1059185] Re: bluetooth-wizard doesn't find any devices
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1f55facfb35ffb166e00fee79608ac2e3bcb9480
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1059185 <1059185@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Konrad, that's premature.  This problem was reported for example against
trusty which until very recently was the latest LTS.  Please stop
closing tickets just because they are old.  You can always ask if people
are still affected by this problem and then close the ticket if there is
no response.

** Changed in: bluez (Ubuntu)
       Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1059185

Title:
  bluetooth-wizard doesn't find any devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1059185/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:45:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 85E7226C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:45:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7E6E21A4871;
	Fri, 20 May 2016 00:45:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YZT-0005ng-PQ; Fri, 20 May 2016 00:45:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YZS-0005mw-7s
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:45:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YZR-0004SB-Um
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:45:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E4EE62E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:45:41 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:36:31 -0000
From: Launchpad Bug Tracker <1583845@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor launchpad-startport
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520003631.9523.89068.malone@gac.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d806e285dcd23b08f4c318120c0727c959e16cfb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: appstream (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:45:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CCB9F26C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:45:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C6B701A47DD;
	Fri, 20 May 2016 00:45:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YZg-0005qa-0Q; Fri, 20 May 2016 00:45:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YZe-0005q8-Rp
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:45:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YZd-0004WI-DC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:45:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4533C2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:45:53 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:36:12 -0000
From: Lonnie Lee Best <1554023@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=Medium;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=livecd-rootfs;
 component=main; status=Fix Released; importance=Medium;
 assignee=iain@orangesquash.org.uk; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: attente janitor laney launchpad-startport ximion
X-Launchpad-Bug-Reporter: Iain Lane (laney)
X-Launchpad-Bug-Modifier: Lonnie Lee Best (launchpad-startport)
References: <20160307115357.32189.35688.malonedeb@gac.canonical.com>
Message-Id: <20160520003612.21698.93906.malone@wampee.canonical.com>
Subject: [Bug 1554023] Re: Perform an apt update if there is no appstream
 available
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: edcbb8170cbb2258ab376a8eff02a9a8bf75bf73
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1554023 <1554023@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I wonder if I'm suffering from this issue. Please take a look at the bug I submitted:
https://bugs.launchpad.net/bugs/1583845

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1554023

Title:
  Perform an apt update if there is no appstream available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1554023/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:50:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C499C26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:50:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BB4761A487C;
	Fri, 20 May 2016 00:50:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YeL-0006kP-Lr; Fri, 20 May 2016 00:50:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YeJ-0006jW-Jt
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:50:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YeJ-0005MY-7t
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:50:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2BDEC2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:50:43 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:39:50 -0000
From: John Wang <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: John Wang (johnwang)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520003950.9526.34442.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a75bcbf4190a85b9447ace3c35ea04c1e81c612d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@ludentico: Never `rm` files without also removing the package they
belong to.

I discovered a workaround:

$ sudo mv 50appstream 50appstream.disabled
$ sudo apt-get update
$ ... [do what you need here] ...
$ sudo 50appstream.disabled 50appstream

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:50:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E519D26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:50:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DCA8F1A487C;
	Fri, 20 May 2016 00:50:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YeM-0006lD-Ng; Fri, 20 May 2016 00:50:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YeL-0006kI-EQ
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:50:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YeK-0005Ns-Sm
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:50:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AA58F2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:50:44 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:40:40 -0000
From: John Wang <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: John Wang (johnwang)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520004040.9441.43538.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5274aa02c373fa8c9d90209b73cda4e60f4915af
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

That last command should have been:

$ sudo mv 50appstream.disabled 50appstream

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:50:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4779326C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:50:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3B8341A4880;
	Fri, 20 May 2016 00:50:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YeW-0006oP-3P; Fri, 20 May 2016 00:50:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YeM-0006l6-Lm
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:50:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YeM-0005Ne-AH
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:50:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4C4E22E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:50:46 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:41:45 -0000
From: strav <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: strav (strav)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520004145.9290.46144.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c7453d8372e54dea9a43505cf05e110788254673
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Disabled all my repositories by commenting out everything in
/etc/apt/sources.list and moving everything out of
/etc/apt/sources.list.d; it did the trick: could update appstream from
proposed repository. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:55:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CF3E826C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:55:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C64B01A4880;
	Fri, 20 May 2016 00:55:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Yj4-0007EW-MZ; Fri, 20 May 2016 00:55:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Yj4-0007EJ-8m
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:55:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Yj3-0006aK-It
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:55:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8D8DA2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:55:37 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:46:42 -0000
From: Jan Claeys <ubuntu@janc.be>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janc janitor launchpad-startport
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Jan Claeys (janc)
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520004642.636.98278.malone@chaenomeles.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e378514ce89fdf4770379aab701ff12691922358
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have the same problem, and it happens with both apt-get and synaptic
when I try to update the list of packages.

It has nothing to do with installing without an internet connection, as
for me this just started happening tonight (it worked fine before).

A "workaround" is to remove the appstream package, which also removes
the GNOME/Ubuntu Software package (the GUI software installer), which is
fine for me (I never use those anyway), but probably not for "regular"
users...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:55:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8D38F26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:55:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8376D1A4889;
	Fri, 20 May 2016 00:55:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Yj7-0007GC-Q2; Fri, 20 May 2016 00:55:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Yj6-0007Fm-FI
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:55:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Yj5-0006aL-OF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:55:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B0F6E2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:55:39 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:47:24 -0000
From: Lonnie Lee Best <1583845@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janc janitor launchpad-startport
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Lonnie Lee Best (launchpad-startport)
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520004724.9903.56859.launchpad@gac.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9ef98426d9493ef1fe842f7c017b5c4ca07e44bb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCiAgSSBkaWQgYSBmcmVzaCBpbnN0YWxsIG9mIFVidW50
dSAxNi4wNCB3aXRob3V0IGJlaW5nIGNvbm5lY3RlZCB0byB0aGUKICBpbnRlcm5ldCBiZWNhdXNl
IHdoZW4gY29ubmVjdGVkIHRvIHRoZSBpbnRlcm5ldCB0aGUgaW5zdGFsbCB3b3VsZCBsb2NrCiAg
dXAgYXQgdGhlIHBvaW50IHRoYXQgdWJ1bnR1IHdhcyAiUmV0cmlldmluZyA1NiBvZiA1NiIuCiAg
Ci0gSW5zdGFsbGF0aW9uICh3aXRob3V0IGludGVybmV0KSB3YXMgc3VjY2Vzc2Z1bCwgdGhlbiBJ
IGNvbm5lY3RlZCB0byB0aGUgaW50ZXJuZXQgYW5kIHRyaWVkIHRvIHVwZGF0ZToKLSBzdWRvIGFw
dC1nZXQgdXBkYXRlCisgSW5zdGFsbGF0aW9uICh3aXRob3V0IGludGVybmV0KSB3YXMgc3VjY2Vz
c2Z1bCwgdGhlbiBJIGNvbm5lY3RlZCB0byB0aGUKKyBpbnRlcm5ldCBhbmQgdHJpZWQgdG8gdXBk
YXRlOgogIAotIFRoZSB1cGRhdGUtcHJvY2VzcyBzZWVtZWQgdG8gYmUgc3R1Y2ssIHNvIEkgZGlz
Y292ZXJlZCB0aGF0IHRoZSBjb21tYW5kCi0gYXBwc3RyZWFtY2xpIHdhcyBhdCAxMDAlIHByb2Nl
c3NvciB1dGlsaXphdGlvbiBpbmRlZmluaXRlbHkuCisgdXNlckBwYzp+JCBzdWRvIGFwdC1nZXQg
dXBkYXRlCisgR2V0OjEgaHR0cDovL3NlY3VyaXR5LnVidW50dS5jb20vdWJ1bnR1IHhlbmlhbC1z
ZWN1cml0eSBJblJlbGVhc2UgWzk0LjUga0JdCisgSGl0OjIgaHR0cDovL3VzLmFyY2hpdmUudWJ1
bnR1LmNvbS91YnVudHUgeGVuaWFsIEluUmVsZWFzZQorIEdldDozIGh0dHA6Ly91cy5hcmNoaXZl
LnVidW50dS5jb20vdWJ1bnR1IHhlbmlhbC11cGRhdGVzIEluUmVsZWFzZSBbOTQuNSBrQl0gICAg
ICAgIAorIEdldDo0IGh0dHA6Ly91cy5hcmNoaXZlLnVidW50dS5jb20vdWJ1bnR1IHhlbmlhbC1i
YWNrcG9ydHMgSW5SZWxlYXNlIFs5Mi4yIGtCXSAgICAgICAgICAgICAgIAorIEZldGNoZWQgMjgx
IGtCIGluIDBzICgzODcga0IvcykgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAorIFRl
cm1pbmF0ZWQKKyBSZWFkaW5nIHBhY2thZ2UgbGlzdHMuLi4gRG9uZQorIEU6IFByb2JsZW0gZXhl
Y3V0aW5nIHNjcmlwdHMgQVBUOjpVcGRhdGU6OlBvc3QtSW52b2tlLVN1Y2Nlc3MgJ2lmIC91c3Iv
YmluL3Rlc3QgLXcgL3Zhci9jYWNoZS9hcHAtaW5mbyAtYSAtZSAvdXNyL2Jpbi9hcHBzdHJlYW1j
bGk7IHRoZW4gYXBwc3RyZWFtY2xpIHJlZnJlc2ggPiAvZGV2L251bGw7IGZpJworIEU6IFN1Yi1w
cm9jZXNzIHJldHVybmVkIGFuIGVycm9yIGNvZGUKKyAKKyAKKyBUaGUgdXBkYXRlLXByb2Nlc3Mg
c2VlbWVkIHRvIGJlIHN0dWNrLCBzbyBJIGRpc2NvdmVyZWQgdGhhdCB0aGUgY29tbWFuZCBhcHBz
dHJlYW1jbGkgd2FzIGF0IDEwMCUgcHJvY2Vzc29yIHV0aWxpemF0aW9uIGluZGVmaW5pdGVseS4K
ICAKICBXaGVuIEkga2lsbCB0aGF0IHByb2Nlc3MgdGhlIHVwZGF0ZSBmYWlscy4gVGhpcyBpcyBj
bGVhcmx5IGEgYnVnLCBidXQKICBob3BlZnVsbHkgc29tZW9uZSBjYW4gc3VnZ2VzdCBhIHdvcmst
YXJvdW5kIHVudGlsIGl0IGlzIGZpeGVkLgogIAogIFByb2JsZW1UeXBlOiBCdWcKICBEaXN0cm9S
ZWxlYXNlOiBVYnVudHUgMTYuMDQKICBQYWNrYWdlOiBhcHBzdHJlYW0gMC45LjQtMQogIFByb2NW
ZXJzaW9uU2lnbmF0dXJlOiBVYnVudHUgNC40LjAtMjIuNDAtZ2VuZXJpYyA0LjQuOAogIFVuYW1l
OiBMaW51eCA0LjQuMC0yMi1nZW5lcmljIHg4Nl82NAogIEFwcG9ydFZlcnNpb246IDIuMjAuMS0w
dWJ1bnR1MgogIEFyY2hpdGVjdHVyZTogYW1kNjQKICBEYXRlOiBUaHUgTWF5IDE5IDE5OjA4OjMw
IDIwMTYKICBJbnN0YWxsYXRpb25EYXRlOiBJbnN0YWxsZWQgb24gMjAxNi0wNS0xOSAoMCBkYXlz
IGFnbykKICBJbnN0YWxsYXRpb25NZWRpYTogVWJ1bnR1IDE2LjA0IExUUyAiWGVuaWFsIFhlcnVz
IiAtIFJlbGVhc2UgYW1kNjQgKDIwMTYwNDIwLjEpCiAgUHJvY0Vudmlyb246Ci0gIExBTkdVQUdF
PWVuX1VTCi0gIFRFUk09eHRlcm0tMjU2Y29sb3IKLSAgUEFUSD0oY3VzdG9tLCBubyB1c2VyKQot
ICBMQU5HPWVuX1VTLlVURi04Ci0gIFNIRUxMPS9iaW4vYmFzaAorIMKgTEFOR1VBR0U9ZW5fVVMK
KyDCoFRFUk09eHRlcm0tMjU2Y29sb3IKKyDCoFBBVEg9KGN1c3RvbSwgbm8gdXNlcikKKyDCoExB
Tkc9ZW5fVVMuVVRGLTgKKyDCoFNIRUxMPS9iaW4vYmFzaAogIFNvdXJjZVBhY2thZ2U6IGFwcHN0
cmVhbQogIFVwZ3JhZGVTdGF0dXM6IE5vIHVwZ3JhZGUgbG9nIHByZXNlbnQgKHByb2JhYmx5IGZy
ZXNoIGluc3RhbGwpCgoqKiBEZXNjcmlwdGlvbiBjaGFuZ2VkOgoKICBJIGRpZCBhIGZyZXNoIGlu
c3RhbGwgb2YgVWJ1bnR1IDE2LjA0IHdpdGhvdXQgYmVpbmcgY29ubmVjdGVkIHRvIHRoZQogIGlu
dGVybmV0IGJlY2F1c2Ugd2hlbiBjb25uZWN0ZWQgdG8gdGhlIGludGVybmV0IHRoZSBpbnN0YWxs
IHdvdWxkIGxvY2sKICB1cCBhdCB0aGUgcG9pbnQgdGhhdCB1YnVudHUgd2FzICJSZXRyaWV2aW5n
IDU2IG9mIDU2Ii4KICAKICBJbnN0YWxsYXRpb24gKHdpdGhvdXQgaW50ZXJuZXQpIHdhcyBzdWNj
ZXNzZnVsLCB0aGVuIEkgY29ubmVjdGVkIHRvIHRoZQogIGludGVybmV0IGFuZCB0cmllZCB0byB1
cGRhdGU6CiAgCisgVGhlIHVwZGF0ZS1wcm9jZXNzIHNlZW1lZCB0byBiZSBzdHVjaywgc28gSSBk
aXNjb3ZlcmVkIHRoYXQgdGhlIGNvbW1hbmQKKyBhcHBzdHJlYW1jbGkgd2FzIGF0IDEwMCUgcHJv
Y2Vzc29yIHV0aWxpemF0aW9uIGluZGVmaW5pdGVseS4KKyAKKyBXaGVuIEkga2lsbCB0aGF0IHBy
b2Nlc3MgdGhlIHVwZGF0ZSBmYWlscy4gVGhpcyBpcyBjbGVhcmx5IGEgYnVnLCBidXQKKyBob3Bl
ZnVsbHkgc29tZW9uZSBjYW4gc3VnZ2VzdCBhIHdvcmstYXJvdW5kIHVudGlsIGl0IGlzIGZpeGVk
LgorIAogIHVzZXJAcGM6fiQgc3VkbyBhcHQtZ2V0IHVwZGF0ZQogIEdldDoxIGh0dHA6Ly9zZWN1
cml0eS51YnVudHUuY29tL3VidW50dSB4ZW5pYWwtc2VjdXJpdHkgSW5SZWxlYXNlIFs5NC41IGtC
XQogIEhpdDoyIGh0dHA6Ly91cy5hcmNoaXZlLnVidW50dS5jb20vdWJ1bnR1IHhlbmlhbCBJblJl
bGVhc2UKLSBHZXQ6MyBodHRwOi8vdXMuYXJjaGl2ZS51YnVudHUuY29tL3VidW50dSB4ZW5pYWwt
dXBkYXRlcyBJblJlbGVhc2UgWzk0LjUga0JdICAgICAgICAKLSBHZXQ6NCBodHRwOi8vdXMuYXJj
aGl2ZS51YnVudHUuY29tL3VidW50dSB4ZW5pYWwtYmFja3BvcnRzIEluUmVsZWFzZSBbOTIuMiBr
Ql0gICAgICAgICAgICAgICAKLSBGZXRjaGVkIDI4MSBrQiBpbiAwcyAoMzg3IGtCL3MpICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAKKyBHZXQ6MyBodHRwOi8vdXMuYXJjaGl2ZS51YnVu
dHUuY29tL3VidW50dSB4ZW5pYWwtdXBkYXRlcyBJblJlbGVhc2UgWzk0LjUga0JdCisgR2V0OjQg
aHR0cDovL3VzLmFyY2hpdmUudWJ1bnR1LmNvbS91YnVudHUgeGVuaWFsLWJhY2twb3J0cyBJblJl
bGVhc2UgWzkyLjIga0JdCisgRmV0Y2hlZCAyODEga0IgaW4gMHMgKDM4NyBrQi9zKQogIFRlcm1p
bmF0ZWQKICBSZWFkaW5nIHBhY2thZ2UgbGlzdHMuLi4gRG9uZQogIEU6IFByb2JsZW0gZXhlY3V0
aW5nIHNjcmlwdHMgQVBUOjpVcGRhdGU6OlBvc3QtSW52b2tlLVN1Y2Nlc3MgJ2lmIC91c3IvYmlu
L3Rlc3QgLXcgL3Zhci9jYWNoZS9hcHAtaW5mbyAtYSAtZSAvdXNyL2Jpbi9hcHBzdHJlYW1jbGk7
IHRoZW4gYXBwc3RyZWFtY2xpIHJlZnJlc2ggPiAvZGV2L251bGw7IGZpJwogIEU6IFN1Yi1wcm9j
ZXNzIHJldHVybmVkIGFuIGVycm9yIGNvZGUKICAKLSAKLSBUaGUgdXBkYXRlLXByb2Nlc3Mgc2Vl
bWVkIHRvIGJlIHN0dWNrLCBzbyBJIGRpc2NvdmVyZWQgdGhhdCB0aGUgY29tbWFuZCBhcHBzdHJl
YW1jbGkgd2FzIGF0IDEwMCUgcHJvY2Vzc29yIHV0aWxpemF0aW9uIGluZGVmaW5pdGVseS4KLSAK
LSBXaGVuIEkga2lsbCB0aGF0IHByb2Nlc3MgdGhlIHVwZGF0ZSBmYWlscy4gVGhpcyBpcyBjbGVh
cmx5IGEgYnVnLCBidXQKLSBob3BlZnVsbHkgc29tZW9uZSBjYW4gc3VnZ2VzdCBhIHdvcmstYXJv
dW5kIHVudGlsIGl0IGlzIGZpeGVkLgogIAogIFByb2JsZW1UeXBlOiBCdWcKICBEaXN0cm9SZWxl
YXNlOiBVYnVudHUgMTYuMDQKICBQYWNrYWdlOiBhcHBzdHJlYW0gMC45LjQtMQogIFByb2NWZXJz
aW9uU2lnbmF0dXJlOiBVYnVudHUgNC40LjAtMjIuNDAtZ2VuZXJpYyA0LjQuOAogIFVuYW1lOiBM
aW51eCA0LjQuMC0yMi1nZW5lcmljIHg4Nl82NAogIEFwcG9ydFZlcnNpb246IDIuMjAuMS0wdWJ1
bnR1MgogIEFyY2hpdGVjdHVyZTogYW1kNjQKICBEYXRlOiBUaHUgTWF5IDE5IDE5OjA4OjMwIDIw
MTYKICBJbnN0YWxsYXRpb25EYXRlOiBJbnN0YWxsZWQgb24gMjAxNi0wNS0xOSAoMCBkYXlzIGFn
bykKICBJbnN0YWxsYXRpb25NZWRpYTogVWJ1bnR1IDE2LjA0IExUUyAiWGVuaWFsIFhlcnVzIiAt
IFJlbGVhc2UgYW1kNjQgKDIwMTYwNDIwLjEpCiAgUHJvY0Vudmlyb246CiAgwqBMQU5HVUFHRT1l
bl9VUwogIMKgVEVSTT14dGVybS0yNTZjb2xvcgogIMKgUEFUSD0oY3VzdG9tLCBubyB1c2VyKQog
IMKgTEFORz1lbl9VUy5VVEYtOAogIMKgU0hFTEw9L2Jpbi9iYXNoCiAgU291cmNlUGFja2FnZTog
YXBwc3RyZWFtCiAgVXBncmFkZVN0YXR1czogTm8gdXBncmFkZSBsb2cgcHJlc2VudCAocHJvYmFi
bHkgZnJlc2ggaW5zdGFsbCkKCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9u
IGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBp
cyBzdWJzY3JpYmVkIHRvIGFwcHN0cmVhbSBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hw
YWQubmV0L2J1Z3MvMTU4Mzg0NQoKVGl0bGU6CiAgQ2FuJ3QgImFwdC1nZXQgdXBkYXRlIiAtIGFw
cHN0cmVhbWNsaSBzdHVjayBhdCAxMDAlIFByb2Nlc3NvcgogIFV0aWxpemF0aW9uCgpUbyBtYW5h
Z2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5j
aHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2UvYXBwc3RyZWFtLytidWcvMTU4Mzg0NS8rc3Vic2NyaXB0
aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5nIGxpc3QKZGVza3RvcC1idWdzQGxpc3RzLnVi
dW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUuY29tL21haWxtYW4vbGlzdGluZm8vZGVza3Rv
cC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:55:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B472D26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:55:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AB8991A457B;
	Fri, 20 May 2016 00:55:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YjL-0007Ir-1E; Fri, 20 May 2016 00:55:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YjJ-0007I9-DX
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:55:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YjI-0006kh-Pj
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:55:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 208602E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:55:52 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:49:02 -0000
From: Eduardo <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Eduardo (ludentico)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520004902.9051.83509.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c6da475426c6bbfef676932eeae2ac96fb744ddd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@johnwang

I guess you meant

$ sudo mv /etc/apt/apt.conf.d/50appstream
/etc/apt/apt.conf.d/50appstream.disabled

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 00:56:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F0CA426C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 00:56:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E91001A487C;
	Fri, 20 May 2016 00:56:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YjT-0007Kk-6H; Fri, 20 May 2016 00:56:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YjR-0007KV-UT
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 00:56:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YjR-0006kh-C5
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:56:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 587BC2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 00:56:01 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:48:14 -0000
From: Rolf Leggewie <1059185@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=bluez; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug quantal regression-release
 running-unity trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: elopio janitor kzapalowicz ldavisjr pasha-pivo
 r0lf till-straumann tkoziniec
X-Launchpad-Bug-Reporter: Leo Arias (elopio)
X-Launchpad-Bug-Modifier: Rolf Leggewie (r0lf)
References: <20120930175205.29350.99812.malonedeb@wampee.canonical.com>
Message-Id: <20160520004814.8295.50068.malone@soybean.canonical.com>
Subject: [Bug 1059185] Re: bluetooth-wizard doesn't find any devices
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 77d99a1e6d9b9ddd64da860022e613f71ec459fd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1059185 <1059185@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@All, please let us know what your current status with regards to this
ticket. Are you still affected?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1059185

Title:
  bluetooth-wizard doesn't find any devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1059185/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:01:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CD4BC26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:01:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C76511A47C8;
	Fri, 20 May 2016 01:01:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3YoH-00087t-Kn; Fri, 20 May 2016 01:01:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3YoG-000842-9P
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:01:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3YoF-0007Zo-N8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:00:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8F2D32E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:00:59 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:52:02 -0000
From: John Wang <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: John Wang (johnwang)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520005202.20995.17325.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 38d14e689869aa8fa5d04ebb94b120974075db73
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Okay, I've successfully upgraded to appstream 0.9.4-1ubuntu1 from the
-proposed repo, but subsequent `sudo apt-get update` invocations still
hang on appstreamcli. I have no idea what to do now.

@ludentico: Yes, sorry, I was in a hurry and didn't include full paths.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:05:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 02C1326C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:05:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E57D41A4816;
	Fri, 20 May 2016 01:05:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Yst-0000C9-Th; Fri, 20 May 2016 01:05:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Yss-0000Bz-Pp
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:05:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Yss-0000pY-HV
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:05:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 82BAC2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:05:46 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:57:08 -0000
From: Jan Claeys <ubuntu@janc.be>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janc janitor launchpad-startport
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Jan Claeys (janc)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520005708.8821.67943.malone@gac.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1c812cffce22d529b9ab7313be94b2c1eca14ff6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

An strace of the appstreamcli process while it's stuck at 100% CPU shows
nothing at all, so it looks like it got stuck in a loop doing
"something" that needs no syscalls...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:05:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 296CF26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:05:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 200F41A4885;
	Fri, 20 May 2016 01:05:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Ysw-0000Db-11; Fri, 20 May 2016 01:05:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Ysu-0000D2-S0
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:05:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Ysu-0000pY-LM
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:05:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8B0EB2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:05:48 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 00:57:48 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janc janitor launchpad-startport
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520005749.8689.91922.launchpad@gac.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 87db3cf39d489d8eb488ac600bb0445a3240245b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

** This bug has been marked a duplicate of bug 1579712
   Refresh hangs due to strdup on non-NULL terminated string

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:11:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A737126C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:11:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A07ED1A47C3;
	Fri, 20 May 2016 01:11:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Yxy-0000UT-Jl; Fri, 20 May 2016 01:11:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Yxu-0000TZ-6p
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:10:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Yxt-0003pz-UU
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:10:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DA9F92E80AF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:10:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 01:01:10 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520010110.21271.27610.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ae58a554f4a9b4441d7b8cd46ebfbd46643f65a5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Weird, I wonder what happened that many people are experiencing this now...
Removing `/usr/bin/appstreamcli` is fine if you install the fixed package afterwards.

To install this manually, please do (for amd64, adjust URLs for other
architectures):

```
cd /tmp && mkdir asfix
cd asfix
wget https://launchpad.net/ubuntu/+archive/primary/+files/appstream_0.9.4-1ubuntu1_amd64.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/libappstream3_0.9.4-1ubuntu1_amd64.deb
sudo dpkg -i *.deb
```

This should solve the issue. Please report back if this is fixed, or if
you are still experiencing issues!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:11:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F3F0926C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:11:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EB5301A45DA;
	Fri, 20 May 2016 01:11:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Yy1-0000WZ-S2; Fri, 20 May 2016 01:11:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Yxw-0000U5-K9
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:11:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Yxw-0003sS-EQ
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:11:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6BC332E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:11:00 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 01:02:18 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520010218.14093.64440.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cde209cb9000884114c02389534a94d6a9755f21
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@John Wang: Did you also update libappstream3? Because that's where the
bug actually is ;-)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:16:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4B22B26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:16:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 23F2E1A2F77;
	Fri, 20 May 2016 01:16:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Z2q-0000v9-27; Fri, 20 May 2016 01:16:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Z2p-0000uz-C3
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:16:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Z2p-0004qj-21
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:16:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E5A642E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:16:02 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 01:08:41 -0000
From: rot13 <pp@siedziba.pl>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janc janitor launchpad-startport pp
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: rot13 (pp)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520010841.511.83522.malone@chaenomeles.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 631b93d212b2a131378709d13995a749e0dcc74d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

I noticed the same problem on a fresh 16.04 install. I booted it again
few days later, and noticed "appstreamcli refresh" process using 100%
cpu. Running strace on it doesn't show any activity. Gdb shows that it
seems to be looping in as_yamldata_parse_distro_data ():

(gdb) bt
#0  0x00007eff42d03c4c in as_yamldata_parse_distro_data ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#1  0x00007eff42d05537 in as_metadata_parse_yaml ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#2  0x00007eff42d05c55 in as_metadata_parse_file ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#3  0x00007eff42d08d49 in as_data_pool_update ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#4  0x00007eff42cfe272 in as_cache_builder_refresh ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#5  0x00000000004049de in ascli_refresh_cache ()
#6  0x0000000000403ceb in as_client_run ()
#7  0x00007eff4292c830 in __libc_start_main (main=0x403490 <main>, argc=2, 
    argv=0x7ffc131f67c8, init=<optimized out>, fini=<optimized out>, 
    rtld_fini=<optimized out>, stack_end=0x7ffc131f67b8)
    at ../csu/libc-start.c:291
#8  0x0000000000403519 in _start ()

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:16:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 73B8126C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:16:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6C2EF1A46A3;
	Fri, 20 May 2016 01:16:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3Z31-0000z5-AM; Fri, 20 May 2016 01:16:15 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3Z30-0000yw-KH
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:16:14 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3Z30-0004zR-Cb
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:16:14 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 59CBC2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:16:14 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 01:05:58 -0000
From: Tomas Caram <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney ludentico
 neil.mayhew orangewinds pgbennett pitti strav tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Tomas Caram (tomich)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520010558.340.59298.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 88dbc8c9c93c80ef208e353ff9701f4f9ace369d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Mathias. 
Downloading and installing deb fixed it for me. Thanks!.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:25:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BA8BF26C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:25:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B33191A4807;
	Fri, 20 May 2016 01:25:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3ZCJ-0002vH-Ji; Fri, 20 May 2016 01:25:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ZCI-0002uz-Vr
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:25:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ZCI-0006Aj-EQ
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:25:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 609812E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:25:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 01:18:35 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janc janitor launchpad-startport pp ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520011835.8942.25044.malone@gac.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3b6b2e9ed4d8012c3b13fbdbf970b0dbdb236d32
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

Yes, this is already fixed in proposed-updates.
A more complete fix is in Yakkety, but the one in x-p-u will do the job just fine (see the bug report this one is a duplicate of for details).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:31:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5BCE126C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:31:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 544791A487F;
	Fri, 20 May 2016 01:31:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3ZHH-00038w-T4; Fri, 20 May 2016 01:30:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ZHH-00038n-8O
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:30:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ZHG-0006zv-Se
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:30:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C0F1D2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:30:58 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 01:21:47 -0000
From: Lonnie Lee Best <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney launchpad-startport
 ludentico neil.mayhew orangewinds panizzom
 pgbennett pitti strav tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Lonnie Lee Best (launchpad-startport)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520012147.13999.35856.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b1333cda3e73640399edd04fef2859d0b067d574
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I tried to update after a fresh install and could not get past the appstreamcli infinite 100% processor utilization:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845

My laptop got almost smoking hot before I finally killed the
appstreamcli process!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:31:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DF5F126C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:31:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D64BE1A485E;
	Fri, 20 May 2016 01:31:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3ZHN-0003Ak-3k; Fri, 20 May 2016 01:31:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ZHK-0003AH-Fd
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:31:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ZHK-000735-4M
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:31:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1E11D2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:31:02 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 01:24:41 -0000
From: Mariano Marcelo Panizzo <panizzom@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney launchpad-startport
 ludentico neil.mayhew orangewinds panizzom
 pgbennett pitti strav tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Mariano Marcelo Panizzo (panizzom)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520012441.784.23040.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 529ccb3968a16144161598de2033ed10dfc10c02
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Updated appstream & libappstream3 to version 0.9.4-1ubuntu1, and
libappstream-glib8 to 0.5.13-1ubuntu1 just in case... Fixed for me.
Thanks you!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:36:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 909D626C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:36:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 850A31A4878;
	Fri, 20 May 2016 01:36:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3ZM8-0003P6-85; Fri, 20 May 2016 01:36:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ZM7-0003Oq-49
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:35:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ZM6-0000OI-96
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:35:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3F9672E80CF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:35:58 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 01:28:46 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney launchpad-startport
 ludentico neil.mayhew orangewinds panizzom
 pgbennett pitti strav tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520012846.20962.35466.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 40222209c68f994af0c2f27e3d393a3efb0f4abc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Lonnie: this is the same bug. Install the package via dpkg as described
in post #24, that should solve the 100% CPU issue too - the issue
manifests itself in some very interesting ways sometimes.


** Changed in: appstream (Ubuntu)
     Assignee: (unassigned) => Matthias Klumpp (ximion)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:50:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9701F26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:50:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8DBDD1A489D;
	Fri, 20 May 2016 01:50:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3ZaN-0004lE-Rt; Fri, 20 May 2016 01:50:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ZaM-0004kk-JL
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:50:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ZaM-0004QJ-9W
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:50:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2A9D92E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:50:42 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 01:41:22 -0000
From: John Wang <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney launchpad-startport
 ludentico neil.mayhew orangewinds panizzom
 pgbennett pitti strav tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: John Wang (johnwang)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520014122.21236.54021.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2dc49cd5041bb03a1e9f19105aad3f5c683e1476
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@ximion: I missed that. After upgrading libappstream3 from -proposed,
everything works fine. Thanks.

The reason I warned against removing the binary is because it's a bad
practice in general, even though in this particular problem scenario the
removed binary gets restored when its package is upgraded. Package-
managed files should only be removed as a last resort when there isn't a
better/safer workaround that won't potentially leave any part of the
system in a broken or inconsistent state at any point in time. In this
case, a safe workaround does exist, which is to disable appstream's apt
config in the canonically-prescribed manner: appending ".disabled" to
the config's filename.

So the complete procedure to fix this safely would be:

$ sudo mv /etc/apt/apt.conf.d/50appstream /etc/apt/apt.conf.d/50appstream.disabled
$ cd /tmp && mkdir asfix
$ cd asfix
$ wget https://launchpad.net/ubuntu/+archive/primary/+files/appstream_0.9.4-1ubuntu1_amd64.deb
$ wget https://launchpad.net/ubuntu/+archive/primary/+files/libappstream3_0.9.4-1ubuntu1_amd64.deb
$ sudo dpkg -i *.deb
$ sudo mv /etc/apt/apt.conf.d/50appstream.disabled /etc/apt/apt.conf.d/50appstream

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:50:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CA84126C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:50:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C4A611A4895;
	Fri, 20 May 2016 01:50:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3ZaQ-0004nX-42; Fri, 20 May 2016 01:50:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ZaO-0004ll-VC
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:50:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ZaO-0004TK-9p
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:50:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 181E72E80CD
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:50:44 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 01:44:10 -0000
From: Lonnie Lee Best <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton granta johnwang laney launchpad-startport
 ludentico neil.mayhew orangewinds panizzom
 pgbennett pitti strav tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Lonnie Lee Best (launchpad-startport)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520014410.21061.58622.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4b11a78caaafbf3adf4969fdc902b7cdd1ec272b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks. "Medium" importance for this bug? This seems like the most
critical bug I've ever encountered, considering that if I had left my
laptop alone to "finish updating" it might have melted and caused a
forest fire before I got back :)

Yeah, I think this one deserves a critical status; the fix needs to be
in the main repo ASAP.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 01:55:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8F81C26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 01:55:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 88C561A4895;
	Fri, 20 May 2016 01:55:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3ZfE-00056z-QT; Fri, 20 May 2016 01:55:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ZfD-00056c-0P
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 01:55:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ZfC-0004z9-Ir
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:55:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7CE0A2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 01:55:42 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 01:41:59 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=New; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=New; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
Message-Id: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1583861] [NEW] Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d73ad8793529b1566a3913ccbab80287fad0eeaa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCkluIERlbGwgb3IgVGhpbmtQYWQgbm90ZWJvb2tzIHdpdGgg
a2V5Ym9hcmQgYmFja2xpZ2h0LCB0aGUga2V5YmluZGluZ3MKdG8gY29udHJvbCB0aGUga2V5Ym9h
cmQgYmFja2xpZ2h0IGRvbid0IGVtaXQgYW55IGV2ZW50IHRvIHRoZSB1c2VybGFuZCwKYWJvdXQg
dGhlIHN0YXRlIGNoYW5nZSwgbm9yIHRoZXkgcmVxdWVzdCB1c2VybGFuZCB0byBjaGFuZ2UgaXQg
KGFzIGl0CmhhcHBlbnMgaW4gb3RoZXIgbW9kZWxzIHdoaWNoIGVtaXRzIEtFWV9LQkRJTExVTXtV
UCxET1dOLFRPR0dMRX0KZXZlbnRzKSwgdGhpcyBjYXVzZXMgdW5pdHkvZ25vbWUtc2V0dGluZ3Mg
ZGFlbW9uIG5vdCB0byByZXN0b3JlIHRoZQpwcm9wZXIgYmFja2xpZ2h0IGFmdGVyIGlkbGUuCgpT
dGVwcyB0byByZXByb2R1Y2U6CiAwKSBlbnN1cmUgeW91ciBrZXlib2FyZCBiYWNrbGlnaHQgaXMg
b24sIGFuZCAKICAgICBnZGJ1cyBjYWxsIC0tc3lzdGVtIC0tZGVzdCBvcmcuZnJlZWRlc2t0b3Au
VVBvd2VyIFwKICAgICAgLS1vYmplY3QtcGF0aCAvb3JnL2ZyZWVkZXNrdG9wL1VQb3dlci9LYmRC
YWNrbGlnaHQgXAogICAgICAtLW1ldGhvZCBvcmcuZnJlZWRlc2t0b3AuVVBvd2VyLktiZEJhY2ts
aWdodC5HZXRCcmlnaHRuZXNzCiAgICByZXR1cm5zIGEgdmFsdWUgIT0gZnJvbSAwLiBJZiBub3Qs
IGp1c3QgY2FsbCB0aGUgU2V0QnJpZ2h0bmVzcwogICAgbWV0aG9kIHdpdGggYSBwb3NpdGl2ZSB2
YWx1ZSwgdG8gdHVybiBvbiB0aGUgYmFja2xpZ2h0LgogICAKICAgIE5vdyB0dXJuIG9mZiB0aGUg
a2V5Ym9hcmQgYmFja2xpZ2h0IChvciBzZXQgaXQgdG8gYW5vdGhlciBsZXZlbCkgCiAgICB1c2lu
ZyB0aGUgbGFwdG9wIGtleXMsIGFuZCBydW46CiAgICAgZ3NldHRpbmdzIHNldCBvcmcuZ25vbWUu
ZGVza3RvcC5zZXNzaW9uIGlkbGUtZGVsYXkgMQogICAgdG8gbWFrZSB0aGluZ3MgZWFzaWVyIHRv
IHRlc3QuCgogMikgV2FpdCBvbmUgc2Vjb25kIGFuZCB0aGUgc2NyZWVuc2F2ZXIgc2hvdWxkIHN0
YXJ0LiBXYWl0IHRoZSBzY3JlZW4gdG8KICAgIGJlIHR1cm5lZCBvZmYuIElmIHlvdSBqdXN0IGNo
YW5nZWQgdGhlIGJyaWdodG5lc3MgbGV2ZWwgYXQgdGhlIHN0ZXAgYWJvdmUsCiAgICBvbmNlIHRo
ZSBzY3JlZW4gaXMgdHVybmVkIG9mZiwgYWxzbyB0aGUga2V5Ym9hcmQgYmFja2xpZ2h0IHNob3Vs
ZCBiZSB0dXJuZWQgb2ZmIHRvby4KCiAzKSBOb3cgcHJlc3MgYSBrZXkgb3IgbW92ZSB0aGUgbW91
c2UuCgpFeHBlY3RlZCBiZWhhdmlvcjoKCiA0KSBUaGUga2V5Ym9hcmQgYmFja2xpZ2h0IHNob3Vs
ZCBiZSBzZXQgYmFjayB0byB0aGUgcHJldmlvdXMgbGV2ZWwgKHNvIGl0IHNob3VsZCBzdGF5IG9m
ZgogICAgb3IgZ28gYmFjayB0byB0aGUgbGV2ZWwgeW91IHNldCBiZWZvcmUgdGhlIGlkbGUgdGlt
ZW91dCBoYXBwZW5lZCkuCgpBY3R1YWwgYmVoYXZpb3I6CgogNSkgVGhlIGJhY2tsaWdodCBpcyBz
ZXQgdG8gdGhlIGxldmVsIGl0IGhhZCBhdCBwb2ludCAwKS4KCioqIEFmZmVjdHM6IGRlbGwtc3B1
dG5pawogICAgIEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAgICAgICBTdGF0dXM6IE5ldwoKKiog
QWZmZWN0czogdXBvd2VyCiAgICAgSW1wb3J0YW5jZTogVW5rbm93bgogICAgICAgICBTdGF0dXM6
IFVua25vd24KCioqIEFmZmVjdHM6IGdub21lLXNldHRpbmdzLWRhZW1vbiAoVWJ1bnR1KQogICAg
IEltcG9ydGFuY2U6IE1lZGl1bQogICAgICAgICBTdGF0dXM6IE5ldwoKKiogQWZmZWN0czogdW5p
dHktc2V0dGluZ3MtZGFlbW9uIChVYnVudHUpCiAgICAgSW1wb3J0YW5jZTogTWVkaXVtCiAgICAg
QXNzaWduZWU6IE1hcmNvIFRyZXZpc2FuIChUcmV2acOxbykgKDN2MW4wKQogICAgICAgICBTdGF0
dXM6IE5ldwoKKiogQWZmZWN0czogdXBvd2VyIChVYnVudHUpCiAgICAgSW1wb3J0YW5jZTogTWVk
aXVtCiAgICAgQXNzaWduZWU6IE1hcmNvIFRyZXZpc2FuIChUcmV2acOxbykgKDN2MW4wKQogICAg
ICAgICBTdGF0dXM6IE5ldwoKKiogQnVnIHdhdGNoIGFkZGVkOiBmcmVlZGVza3RvcC5vcmcgQnVn
emlsbGEgIzk1NDU3CiAgIGh0dHBzOi8vYnVncy5mcmVlZGVza3RvcC5vcmcvc2hvd19idWcuY2dp
P2lkPTk1NDU3CgoqKiBBbHNvIGFmZmVjdHM6IHVwb3dlciB2aWEKICAgaHR0cHM6Ly9idWdzLmZy
ZWVkZXNrdG9wLm9yZy9zaG93X2J1Zy5jZ2k/aWQ9OTU0NTcKICAgSW1wb3J0YW5jZTogVW5rbm93
bgogICAgICAgU3RhdHVzOiBVbmtub3duCgoqKiBBbHNvIGFmZmVjdHM6IGdub21lLXNldHRpbmdz
LWRhZW1vbiAoVWJ1bnR1KQogICBJbXBvcnRhbmNlOiBVbmRlY2lkZWQKICAgICAgIFN0YXR1czog
TmV3CgoqKiBBbHNvIGFmZmVjdHM6IHVuaXR5LXNldHRpbmdzLWRhZW1vbiAoVWJ1bnR1KQogICBJ
bXBvcnRhbmNlOiBVbmRlY2lkZWQKICAgICAgIFN0YXR1czogTmV3CgoqKiBBbHNvIGFmZmVjdHM6
IHVwb3dlciAoVWJ1bnR1KQogICBJbXBvcnRhbmNlOiBVbmRlY2lkZWQKICAgICAgIFN0YXR1czog
TmV3CgoqKiBDaGFuZ2VkIGluOiB1cG93ZXIgKFVidW50dSkKICAgSW1wb3J0YW5jZTogVW5kZWNp
ZGVkID0+IE1lZGl1bQoKKiogQ2hhbmdlZCBpbjogdW5pdHktc2V0dGluZ3MtZGFlbW9uIChVYnVu
dHUpCiAgIEltcG9ydGFuY2U6IFVuZGVjaWRlZCA9PiBNZWRpdW0KCioqIENoYW5nZWQgaW46IGdu
b21lLXNldHRpbmdzLWRhZW1vbiAoVWJ1bnR1KQogICBJbXBvcnRhbmNlOiBVbmRlY2lkZWQgPT4g
TWVkaXVtCgoqKiBDaGFuZ2VkIGluOiB1cG93ZXIgKFVidW50dSkKICAgICBBc3NpZ25lZTogKHVu
YXNzaWduZWQpID0+IE1hcmNvIFRyZXZpc2FuIChUcmV2acOxbykgKDN2MW4wKQoKKiogQ2hhbmdl
ZCBpbjogdW5pdHktc2V0dGluZ3MtZGFlbW9uIChVYnVudHUpCiAgICAgQXNzaWduZWU6ICh1bmFz
c2lnbmVkKSA9PiBNYXJjbyBUcmV2aXNhbiAoVHJldmnDsW8pICgzdjFuMCkKCioqIFN1bW1hcnkg
Y2hhbmdlZDoKCi0gS2V5Ym9hcmQgYmFja2xpZ2h0IGlzbid0IHByb3Blcmx5IHJlc2V0IGFmdGVy
IGlkbGUgb24gc3lzdGVtcyB3aXRoIGhhcmR3aXJlZCBjb25maWd1cmF0aW9uCisgS2V5Ym9hcmQg
YmFja2xpZ2h0IGlzbid0IHByb3Blcmx5IHJlc3RvcmVkIGFmdGVyIGlkbGUgb24gc3lzdGVtcyB3
aXRoIGhhcmR3aXJlZCBjb25maWd1cmF0aW9uCgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5v
dGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVn
cywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBnbm9tZS1zZXR0aW5ncy1kYWVtb24gaW4gVWJ1bnR1
LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1ODM4NjEKClRpdGxlOgogIEtleWJv
YXJkIGJhY2tsaWdodCBpc24ndCBwcm9wZXJseSByZXN0b3JlZCBhZnRlciBpZGxlIG9uIHN5c3Rl
bXMgd2l0aAogIGhhcmR3aXJlZCBjb25maWd1cmF0aW9uCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9u
cyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvZGVsbC1z
cHV0bmlrLytidWcvMTU4Mzg2MS8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWls
aW5nIGxpc3QKZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVu
dHUuY29tL21haWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:20:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7972726C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:20:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6F3CF1A480C;
	Fri, 20 May 2016 02:20:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3a3N-0008OQ-6e; Fri, 20 May 2016 02:20:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3a3M-0008OG-50
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:20:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3a3L-000371-Pf
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:20:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A420A2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:20:39 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:14:32 -0000
From: Todd Bossaller <teche70@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg janc janitor launchpad-startport pp
 teche70 ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Todd Bossaller (teche70)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520021432.9222.90744.malone@gac.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3ffe9917004b6fcbf27918960149a5e3c90a5b67
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

Yes click on the bug link below and check out post #24 for the fix. It
worked for me

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:20:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7E23D26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:20:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 760D91A4821;
	Fri, 20 May 2016 02:20:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3a3Z-0008Qq-Cx; Fri, 20 May 2016 02:20:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3a3X-0008QG-Qt
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:20:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3a3W-00039P-Pq
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:20:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BBCDD2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:20:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:11:03 -0000
From: Todd Bossaller <teche70@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg crichton granta johnwang laney
 launchpad-startport ludentico neil.mayhew orangewinds panizzom pgbennett
 pitti strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Todd Bossaller (teche70)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520021103.7787.70418.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d228d8cf0d415679eb5f7ed5c2326ade0b7d0c1e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I ran the fix Matthias mentioned in post #24 and it fixed my issue.
Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:25:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C3A1E26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:25:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B415E1A45E3;
	Fri, 20 May 2016 02:25:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3a8A-0000o8-FS; Fri, 20 May 2016 02:25:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3a88-0000m6-O8
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:25:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3a88-0003bP-Fa
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:25:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 70A812E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:25:36 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:18:02 -0000
From: Chuck Burgess <ashnazg@php.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg janc janitor launchpad-startport pp
 teche70 ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Chuck Burgess (ashnazg)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520021802.13999.71718.malone@soybean.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6329f6c3eeaf6ea6d2187c06a735ed17618aa5f5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

Instructions for installing the patches to test (in Matthias' comment
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/24
on bug #1579712) *did* solve the issue for me.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:25:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5301526C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:25:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4B6901A46F2;
	Fri, 20 May 2016 02:25:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3a8B-0000pQ-J3; Fri, 20 May 2016 02:25:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3a8A-0000o7-Fr
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:25:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3a8A-0003dn-6n
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:25:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 234672E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:25:38 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:16:40 -0000
From: "Trent V." <1583829@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor orangewinds shadowlmd shadyatv
X-Launchpad-Bug-Reporter: Vasya Pupkin (shadowlmd)
X-Launchpad-Bug-Modifier: Trent V. (shadyatv)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160519225810.32740.6531.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520021640.8676.9992.malone@soybean.canonical.com>
Subject: [Bug 1583829] Re: aptitude update -> appstreamcli uses 100% cpu
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 323c3299e8f1fcdb48b20f06d6b6dbe52400c33d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583829 <1583829@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

can confirm that purging appstream and then rerunning apt update fixed the issue.
version affected: appstream 0.9.4-1

@ #4 - Jacob
I had the same problem, I fixed with the following:

$ ps ax | grep appstream

find what the applications' process id is
usually about 5 numbers long

# use sudo if not root
$ kill -9 <Application Process ID>

this should bring your cpu back to normal
then:

$ sudo apt purge appstream

then clean up your system with:
$ sudo apt autoremove

if you canceled in the middle of the install and it's asking you to run 'sudo dpkg --configure -a'
run the command but once it get stuck on appstream kill it as shown above. dpkg will still complete after you've killed appstream. then purge appstream.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583829

Title:
  aptitude update -> appstreamcli uses 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583829/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:25:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DBA6E26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:25:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D279D1A480F;
	Fri, 20 May 2016 02:25:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3a8M-0000z9-PD; Fri, 20 May 2016 02:25:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3a8L-0000xl-Sh
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:25:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3a8L-0003gK-2j
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:25:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E51F72E80CC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:25:48 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:18:51 -0000
From: Chuck Burgess <ashnazg@php.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg crichton granta johnwang laney
 launchpad-startport ludentico neil.mayhew orangewinds panizzom pgbennett
 pitti strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Chuck Burgess (ashnazg)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520021851.589.88493.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0d18fbcef080f715c6b4d31be95ef2571cd22096
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

+1 on Matthias' instructions on installing the patches
(https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/24)...
this fixed the issue for me.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:35:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6FF6F26C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:35:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 62B7F1A4838;
	Fri, 20 May 2016 02:35:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aHq-0001qM-DY; Fri, 20 May 2016 02:35:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aHm-0001pb-4T
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:35:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aHl-0004sT-JB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:35:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 843012EA017
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:35:33 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:26:14 -0000
From: John Wang <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton granta johnwang laney
 launchpad-startport ludentico neil.mayhew orangewinds panizzom pgbennett
 pitti shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: John Wang (johnwang)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520022614.10306.39395.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0068393cf66c68c9cec2df51393158ad3b8f968f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

In comment #30 I took the procedure from comment #24 and added two
commands to rename appstream's apt config file, but those commands
aren't necessary because they have no effect when appstream is installed
via the `dpkg` command.

The appstream package's postinst file explicitly calls `appstreamcli
refresh-index --force`, so reported in comment #17, the hanging problem
is probably still present even when `dpkg` is used to upgrade the
appstream packages instead of apt. In that case, upgrading the
libappstream3 package *before* the appstream package may avoid the
hanging.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:35:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6A0AC26C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:35:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5F68C1A4832;
	Fri, 20 May 2016 02:35:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aHt-0001rU-Ie; Fri, 20 May 2016 02:35:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aHn-0001pr-MH
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:35:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aHn-0004ua-AK
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:35:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 404EA2EA024
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:35:35 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:26:39 -0000
From: "Trent V." <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton granta johnwang laney
 launchpad-startport ludentico neil.mayhew orangewinds panizzom pgbennett
 pitti shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Trent V. (shadyatv)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520022639.8295.38910.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8b3336964613a66c655f8a04bc6c09102c066226
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Matthias post #24
worked for me also thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:35:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7136E26C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:35:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6A7641A4838;
	Fri, 20 May 2016 02:35:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aHt-0001rI-Gz; Fri, 20 May 2016 02:35:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aHi-0001pR-Rf
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:35:30 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aHi-0004sQ-Fk
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:35:30 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5A32E2E8031
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:35:30 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:27:41 -0000
From: Dylan <gapplef@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg janc janitor launchpad-startport pp
 teche70 ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Dylan (gapplef)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520022742.8689.74563.launchpad@gac.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a2e344314e89ffe8c00cab0393c14acf0c613378
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

** Information type changed from Public to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:36:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0D38926C283F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:36:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 085EF1A4842;
	Fri, 20 May 2016 02:36:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aJ2-0001zb-Te; Fri, 20 May 2016 02:36:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aHp-0001q6-Gk
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:35:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aHp-0004sO-3Z
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:35:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F02782EA026
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:35:36 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:29:23 -0000
From: Brett Bogert <bbogert24@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton granta johnwang laney
 launchpad-startport ludentico neil.mayhew orangewinds panizzom pgbennett
 pitti shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Brett Bogert (bbogert24)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520022923.8887.99303.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bffe7785c2acce8116c41f83463e42192a62c2d1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Folks, Updates had been working fine for me until today (5/19/2016).

I updated my machines last night(all 11 of them) and now all are
experiencing the aforementioned problem with 100% CPU usage from
appstreamcli.

It appears that in my case at least that something applied last
night must be triggering the problem as I have had no problems
with apt update until today.

I was able to "Ctrl C" out of the update command and install 
some updates but have to "assume" that I had gotten them all
since the update command never completed.

I will try and get the above fix applied to at least some of my
machines tomorrow.

How will users be able to apply the fix if they can't get past
the apt update command hanging (other than manual intervention
that is)?

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:40:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1E2E226C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:40:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1371D1A484E;
	Fri, 20 May 2016 02:40:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aMt-0002NE-0v; Fri, 20 May 2016 02:40:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aMs-0002Mh-67
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:40:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aMr-0000Vu-Ob
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:40:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B73602E80AF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:40:49 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:34:11 -0000
From: Launchpad Bug Tracker <1583861@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=New; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=New; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520023414.13551.69332.launchpad@ackee.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3648144102134669137704ce281aae3af478087f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Branch linked: lp:~3v1n0/unity-settings-daemon/kbd-brightness-update

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:40:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4536D26C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:40:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3ED0D1A483B;
	Fri, 20 May 2016 02:40:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aN1-0002Ox-4v; Fri, 20 May 2016 02:40:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aMq-0002MF-5C
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:40:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aMp-0000VY-P6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:40:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B96D82E80AF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:40:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:31:26 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=New; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=New; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520023126.8755.51915.malone@gac.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 719c831c4d8d02fd64c346adc97fa86f6c015c04
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Patch added: "upower-always-get-kbd-brightness.debdiff"
   https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+attachment/4666640/+files/upower-always-get-kbd-brightness.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:41:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 953E626C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:41:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8D3A71A4834;
	Fri, 20 May 2016 02:41:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aNq-0002V3-S8; Fri, 20 May 2016 02:41:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aMv-0002OC-Iw
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:40:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aMt-0000VT-9X
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:40:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 450D72EA018
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:40:51 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:33:52 -0000
From: Dylan <gapplef@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg janc janitor launchpad-startport pp
 teche70 ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Dylan (gapplef)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520023353.636.28271.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5409eff93d454b7ac15c0ef4fab0b1b9b3e0e6ad
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

** Information type changed from Public Security to Private Security

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:41:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B3EAB26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:41:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AA14E1A483B;
	Fri, 20 May 2016 02:41:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aNr-0002VZ-0D; Fri, 20 May 2016 02:41:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aMy-0002Oi-Vp
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:40:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aMy-0000eT-HC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:40:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 654282EA023
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:40:56 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:31:47 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton granta johnwang laney
 launchpad-startport ludentico neil.mayhew orangewinds panizzom pgbennett
 pitti reivanen-gmail shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520023148.10274.88963.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 55abe5726850d9dbba290fe30b090037fcde077b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I think a high priority is the better fit now, since this - for some
reason - started to hit more users than expected now, and the
manifestations of this bug are very annoying. It doesn't cause data loss
or is a critical security issue though.

** Changed in: appstream (Ubuntu Xenial)
   Importance: Medium => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:45:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EFF0726C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:45:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DEB351A482E;
	Fri, 20 May 2016 02:45:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aRk-0002mD-LS; Fri, 20 May 2016 02:45:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aRi-0002lp-RK
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:45:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aRg-0001ru-7r
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:45:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 27E152EA020
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:45:48 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:35:47 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=New; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=New; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520023547.9903.41318.launchpad@gac.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 85f5dae5b5a69a72db3010d0d28e8de6ebf0a1e0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCi0gSW4gRGVsbCBvciBUaGlua1BhZCBub3RlYm9va3Mg
d2l0aCBrZXlib2FyZCBiYWNrbGlnaHQsIHRoZSBrZXliaW5kaW5ncwotIHRvIGNvbnRyb2wgdGhl
IGtleWJvYXJkIGJhY2tsaWdodCBkb24ndCBlbWl0IGFueSBldmVudCB0byB0aGUgdXNlcmxhbmQs
CisgSW4gRGVsbCBvciBUaGlua1BhZCAoZm9yIHRoZXNlIHlvdSBuZWVkIGEga2VybmVsIHdoaWNo
IGluY2x1ZGVzIGZpeCBmb3IKKyBscDoxNTc0NDk4KSBub3RlYm9va3Mgd2l0aCBrZXlib2FyZCBi
YWNrbGlnaHQsIHRoZSBrZXliaW5kaW5ncyB0bworIGNvbnRyb2wgdGhlIGtleWJvYXJkIGJhY2ts
aWdodCBkb24ndCBlbWl0IGFueSBldmVudCB0byB0aGUgdXNlcmxhbmQsCiAgYWJvdXQgdGhlIHN0
YXRlIGNoYW5nZSwgbm9yIHRoZXkgcmVxdWVzdCB1c2VybGFuZCB0byBjaGFuZ2UgaXQgKGFzIGl0
CiAgaGFwcGVucyBpbiBvdGhlciBtb2RlbHMgd2hpY2ggZW1pdHMgS0VZX0tCRElMTFVNe1VQLERP
V04sVE9HR0xFfQogIGV2ZW50cyksIHRoaXMgY2F1c2VzIHVuaXR5L2dub21lLXNldHRpbmdzIGRh
ZW1vbiBub3QgdG8gcmVzdG9yZSB0aGUKICBwcm9wZXIgYmFja2xpZ2h0IGFmdGVyIGlkbGUuCiAg
CiAgU3RlcHMgdG8gcmVwcm9kdWNlOgotICAwKSBlbnN1cmUgeW91ciBrZXlib2FyZCBiYWNrbGln
aHQgaXMgb24sIGFuZCAKLSAgICAgIGdkYnVzIGNhbGwgLS1zeXN0ZW0gLS1kZXN0IG9yZy5mcmVl
ZGVza3RvcC5VUG93ZXIgXAotICAgICAgIC0tb2JqZWN0LXBhdGggL29yZy9mcmVlZGVza3RvcC9V
UG93ZXIvS2JkQmFja2xpZ2h0IFwKLSAgICAgICAtLW1ldGhvZCBvcmcuZnJlZWRlc2t0b3AuVVBv
d2VyLktiZEJhY2tsaWdodC5HZXRCcmlnaHRuZXNzCi0gICAgIHJldHVybnMgYSB2YWx1ZSAhPSBm
cm9tIDAuIElmIG5vdCwganVzdCBjYWxsIHRoZSBTZXRCcmlnaHRuZXNzCi0gICAgIG1ldGhvZCB3
aXRoIGEgcG9zaXRpdmUgdmFsdWUsIHRvIHR1cm4gb24gdGhlIGJhY2tsaWdodC4KLSAgICAKLSAg
ICAgTm93IHR1cm4gb2ZmIHRoZSBrZXlib2FyZCBiYWNrbGlnaHQgKG9yIHNldCBpdCB0byBhbm90
aGVyIGxldmVsKSAKLSAgICAgdXNpbmcgdGhlIGxhcHRvcCBrZXlzLCBhbmQgcnVuOgotICAgICAg
Z3NldHRpbmdzIHNldCBvcmcuZ25vbWUuZGVza3RvcC5zZXNzaW9uIGlkbGUtZGVsYXkgMQotICAg
ICB0byBtYWtlIHRoaW5ncyBlYXNpZXIgdG8gdGVzdC4KKyDCoDApIGVuc3VyZSB5b3VyIGtleWJv
YXJkIGJhY2tsaWdodCBpcyBvbiwgYW5kCisgwqDCoMKgwqDCoGdkYnVzIGNhbGwgLS1zeXN0ZW0g
LS1kZXN0IG9yZy5mcmVlZGVza3RvcC5VUG93ZXIgXAorIMKgwqDCoMKgwqDCoC0tb2JqZWN0LXBh
dGggL29yZy9mcmVlZGVza3RvcC9VUG93ZXIvS2JkQmFja2xpZ2h0IFwKKyDCoMKgwqDCoMKgwqAt
LW1ldGhvZCBvcmcuZnJlZWRlc2t0b3AuVVBvd2VyLktiZEJhY2tsaWdodC5HZXRCcmlnaHRuZXNz
CisgwqDCoMKgwqByZXR1cm5zIGEgdmFsdWUgIT0gZnJvbSAwLiBJZiBub3QsIGp1c3QgY2FsbCB0
aGUgU2V0QnJpZ2h0bmVzcworIMKgwqDCoMKgbWV0aG9kIHdpdGggYSBwb3NpdGl2ZSB2YWx1ZSwg
dG8gdHVybiBvbiB0aGUgYmFja2xpZ2h0LgogIAotICAyKSBXYWl0IG9uZSBzZWNvbmQgYW5kIHRo
ZSBzY3JlZW5zYXZlciBzaG91bGQgc3RhcnQuIFdhaXQgdGhlIHNjcmVlbiB0bwotICAgICBiZSB0
dXJuZWQgb2ZmLiBJZiB5b3UganVzdCBjaGFuZ2VkIHRoZSBicmlnaHRuZXNzIGxldmVsIGF0IHRo
ZSBzdGVwIGFib3ZlLAotICAgICBvbmNlIHRoZSBzY3JlZW4gaXMgdHVybmVkIG9mZiwgYWxzbyB0
aGUga2V5Ym9hcmQgYmFja2xpZ2h0IHNob3VsZCBiZSB0dXJuZWQgb2ZmIHRvby4KKyDCoMKgwqDC
oE5vdyB0dXJuIG9mZiB0aGUga2V5Ym9hcmQgYmFja2xpZ2h0IChvciBzZXQgaXQgdG8gYW5vdGhl
ciBsZXZlbCkKKyDCoMKgwqDCoHVzaW5nIHRoZSBsYXB0b3Aga2V5cywgYW5kIHJ1bjoKKyDCoMKg
wqDCoMKgZ3NldHRpbmdzIHNldCBvcmcuZ25vbWUuZGVza3RvcC5zZXNzaW9uIGlkbGUtZGVsYXkg
MQorIMKgwqDCoMKgdG8gbWFrZSB0aGluZ3MgZWFzaWVyIHRvIHRlc3QuCiAgCi0gIDMpIE5vdyBw
cmVzcyBhIGtleSBvciBtb3ZlIHRoZSBtb3VzZS4KKyDCoDIpIFdhaXQgb25lIHNlY29uZCBhbmQg
dGhlIHNjcmVlbnNhdmVyIHNob3VsZCBzdGFydC4gV2FpdCB0aGUgc2NyZWVuIHRvCisgwqDCoMKg
wqBiZSB0dXJuZWQgb2ZmLiBJZiB5b3UganVzdCBjaGFuZ2VkIHRoZSBicmlnaHRuZXNzIGxldmVs
IGF0IHRoZSBzdGVwIGFib3ZlLAorIMKgwqDCoMKgb25jZSB0aGUgc2NyZWVuIGlzIHR1cm5lZCBv
ZmYsIGFsc28gdGhlIGtleWJvYXJkIGJhY2tsaWdodCBzaG91bGQgYmUgdHVybmVkIG9mZiB0b28u
CisgCisgwqAzKSBOb3cgcHJlc3MgYSBrZXkgb3IgbW92ZSB0aGUgbW91c2UuCiAgCiAgRXhwZWN0
ZWQgYmVoYXZpb3I6CiAgCi0gIDQpIFRoZSBrZXlib2FyZCBiYWNrbGlnaHQgc2hvdWxkIGJlIHNl
dCBiYWNrIHRvIHRoZSBwcmV2aW91cyBsZXZlbCAoc28gaXQgc2hvdWxkIHN0YXkgb2ZmCi0gICAg
IG9yIGdvIGJhY2sgdG8gdGhlIGxldmVsIHlvdSBzZXQgYmVmb3JlIHRoZSBpZGxlIHRpbWVvdXQg
aGFwcGVuZWQpLgorIMKgNCkgVGhlIGtleWJvYXJkIGJhY2tsaWdodCBzaG91bGQgYmUgc2V0IGJh
Y2sgdG8gdGhlIHByZXZpb3VzIGxldmVsIChzbyBpdCBzaG91bGQgc3RheSBvZmYKKyDCoMKgwqDC
oG9yIGdvIGJhY2sgdG8gdGhlIGxldmVsIHlvdSBzZXQgYmVmb3JlIHRoZSBpZGxlIHRpbWVvdXQg
aGFwcGVuZWQpLgogIAogIEFjdHVhbCBiZWhhdmlvcjoKICAKLSAgNSkgVGhlIGJhY2tsaWdodCBp
cyBzZXQgdG8gdGhlIGxldmVsIGl0IGhhZCBhdCBwb2ludCAwKS4KKyDCoDUpIFRoZSBiYWNrbGln
aHQgaXMgc2V0IHRvIHRoZSBsZXZlbCBpdCBoYWQgYXQgcG9pbnQgMCkuCgotLSAKWW91IHJlY2Vp
dmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1
bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBnbm9tZS1zZXR0aW5ncy1k
YWVtb24gaW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1ODM4NjEK
ClRpdGxlOgogIEtleWJvYXJkIGJhY2tsaWdodCBpc24ndCBwcm9wZXJseSByZXN0b3JlZCBhZnRl
ciBpZGxlIG9uIHN5c3RlbXMgd2l0aAogIGhhcmR3aXJlZCBjb25maWd1cmF0aW9uCgpUbyBtYW5h
Z2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5j
aHBhZC5uZXQvZGVsbC1zcHV0bmlrLytidWcvMTU4Mzg2MS8rc3Vic2NyaXB0aW9ucwoKLS0gCmRl
c2t0b3AtYnVncyBtYWlsaW5nIGxpc3QKZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0
cHM6Ly9saXN0cy51YnVudHUuY29tL21haWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:45:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D472326C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:45:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CB1031A4830;
	Fri, 20 May 2016 02:45:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aRl-0002n6-O3; Fri, 20 May 2016 02:45:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aRk-0002m3-IH
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:45:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aRk-0001wL-5m
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:45:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E53272EA026
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:45:51 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:37:17 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton granta johnwang
 kinggoddard laney launchpad-startport ludentico neil.mayhew orangewinds
 panizzom pgbennett pitti reivanen-gmail shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520023717.21166.88115.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1dd6b934b1dc495c28c1f2a9c2ea688942f2a9d0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Brett: When the AppStream cache update is triggered, the APT cache is updated, so updates will still be installed. Ideally, the fixed package is shipped via x-updates soon, so no more people get trapped.
SRU verification is done at least, and we now have more than enough people confirming the bugfix :)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:46:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A558F26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:46:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 98AD01A4834;
	Fri, 20 May 2016 02:46:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aRr-0002pA-TI; Fri, 20 May 2016 02:45:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aRn-0002o6-Gf
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:45:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aRm-0001yZ-Qy
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:45:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 774D12EA02E
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:45:53 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:39:37 -0000
From: kimr <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton granta johnwang
 kinggoddard laney launchpad-startport ludentico neil.mayhew orangewinds
 panizzom pgbennett pitti reivanen-gmail shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: kimr (reivanen-gmail)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520023937.21166.98189.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3e4f21e1ddfc7a8b96cf7074fb0f5c4b710ef145
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Today i woke up to my server's cpu fan going at full speed. Puzzled by
this i check my virtualbox machines and notice my ubuntu 16.04
installation has appstream stuck at 100% on one core. This has not
happened before.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 02:51:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B93F226C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 02:51:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B26671A47FB;
	Fri, 20 May 2016 02:51:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aWr-0003sh-Kl; Fri, 20 May 2016 02:51:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aWq-0003rx-SO
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 02:51:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aWo-0002Tu-JN
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:51:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AEA202E80D3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 02:51:03 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 02:44:56 -0000
From: Goddard <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton granta johnwang
 kinggoddard laney launchpad-startport ludentico neil.mayhew orangewinds
 panizzom pgbennett pitti reivanen-gmail shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Goddard (kinggoddard)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520024456.903.53981.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a35e75e488e28173de385e43e08492edb7947ff9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This runs up my CPU on Kubuntu... appstreamcli was using 13% cpu.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 03:15:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6501126C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 03:15:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4FB161A4714;
	Fri, 20 May 2016 03:15:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3auY-00072B-Ff; Fri, 20 May 2016 03:15:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3auX-00071u-Kd
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 03:15:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3auX-0006Dn-9n
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:15:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 46F562E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:15:37 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 03:07:39 -0000
From: Jason Gerard DeRose <jason@system76.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jderose
X-Launchpad-Bug-Reporter: Jason Gerard DeRose (jderose)
X-Launchpad-Bug-Modifier: Jason Gerard DeRose (jderose)
Message-Id: <20160520030739.21626.80674.malonedeb@wampee.canonical.com>
Subject: [Bug 1583879] [NEW] apt-get update hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 424e2aa952487b97761b5e15c7d33761d6f4e64c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583879 <1583879@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Just ran `sudo apt-get update`, which is hanging indefinitely after the
downloads complete, the last CLI output from which is:

Fetched 733 kB in 1s (399 kB/s)

Looking at `top` suggests `appstreamcli` is the culprit as it's pegged
at near 100% CPU usage:

 100  0.1  18:29.02 appstreamcli

If I kill the hung `sudo apt-get update` process with Control+C, the
`appstreamcli` process goes away.

Retrying `sudo apt-get update` has the same result.

On a whim I also tried `sudo apt update`, but it seems to have the same
problem. It hangs indefinitely and running it results in an
`appstreamcli` process consuming 100% CPU.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: appstream 0.9.4-1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu May 19 20:53:40 2016
SourcePackage: appstream
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: appstream (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583879

Title:
  apt-get update hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583879/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 03:15:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 295EA26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 03:15:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1AEEF1A47E3;
	Fri, 20 May 2016 03:15:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3aum-00078f-Tk; Fri, 20 May 2016 03:15:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aul-00077y-6a
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 03:15:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3auk-0006J2-OD
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:15:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9CE812E8028
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:15:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 03:07:13 -0000
From: jowfdoijdfdwfwdf <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton dsfkljo322332 granta
 johnwang kinggoddard laney launchpad-startport ludentico neil.mayhew
 orangewinds panizzom pgbennett pitti reivanen-gmail shadyatv strav teche70
 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: jowfdoijdfdwfwdf (dsfkljo322332)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520030713.10380.18535.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5c5697f844a9f2a39ebce7228af2634e52be564d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Also hit by this. And unable to manually install the deb, even after rm
/usr/bin/appstreamcli

Preparing to unpack appstream_0.9.4-1ubuntu1_amd64.deb ...
Unpacking appstream (0.9.4-1ubuntu1) over (0.9.4-1ubuntu1) ...
Setting up appstream (0.9.4-1ubuntu1) ...

CPU stuck at 100%

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 03:15:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BE60326C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 03:15:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B78DC1A484F;
	Fri, 20 May 2016 03:15:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3auo-00079X-1Y; Fri, 20 May 2016 03:15:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3aum-00078a-SK
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 03:15:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3aum-0006OM-Av
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:15:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 485CF2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:15:52 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 03:09:46 -0000
From: John Wang <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton dsfkljo322332 granta
 johnwang kinggoddard laney launchpad-startport ludentico neil.mayhew
 orangewinds panizzom pgbennett pitti reivanen-gmail shadyatv strav teche70
 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: John Wang (johnwang)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520030946.511.80446.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2316b532138fc882077375c2cbdd2836ca205d04
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@dsfkljo322332: Are you using dpkg to install the upgrades? Try
upgrading the libappstream3 package first, then the appstream package.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 03:25:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8D33626C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 03:25:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 830A81A4862;
	Fri, 20 May 2016 03:25:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3b4M-0008Oj-Ri; Fri, 20 May 2016 03:25:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3b4M-0008OZ-CV
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 03:25:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3b4L-0001AE-Nw
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:25:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 617AD2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:25:45 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 03:16:33 -0000
From: Jason Gerard DeRose <jason@system76.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jderose
X-Launchpad-Bug-Reporter: Jason Gerard DeRose (jderose)
X-Launchpad-Bug-Modifier: Jason Gerard DeRose (jderose)
References: <20160520030739.21626.80674.malonedeb@wampee.canonical.com>
Message-Id: <20160520031633.9325.33681.malone@gac.canonical.com>
Subject: [Bug 1583879] Re: apt-get update hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0d994d64db423604bde5f93bf18fcbf6a237f95e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583879 <1583879@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Also, the graphical Ubuntu Software Updater is likewise hanging
indefinitely.

And I've confirmed this on 3 different systems so far.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583879

Title:
  apt-get update hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583879/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 03:25:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A394726C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 03:25:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9C4A61A4863;
	Fri, 20 May 2016 03:25:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3b4R-0008QL-VZ; Fri, 20 May 2016 03:25:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3b4Q-0008Q2-Mr
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 03:25:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3b4Q-0001Js-5M
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:25:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0E6972E80CB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:25:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 03:19:37 -0000
From: jowfdoijdfdwfwdf <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton dsfkljo322332 granta
 johnwang kinggoddard laney launchpad-startport ludentico neil.mayhew
 orangewinds panizzom pgbennett pitti reivanen-gmail shadyatv strav teche70
 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: jowfdoijdfdwfwdf (dsfkljo322332)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520031937.8326.55710.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cd8e3ccfa152bf4e87ece717b2da9cca81d919c2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

My bad. I forgot to install libappstream3_0.9.4-1ubuntu1_amd64.deb

installing libappstream3_0.9.4-1ubuntu1_amd64.deb wtih dpkg first did
fix the problem. I think I was using gdebi. Does this bug break gdebi
somehow?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 03:30:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 41D7526C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 03:30:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3426A1A4535;
	Fri, 20 May 2016 03:30:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3b9K-0000Ii-3D; Fri, 20 May 2016 03:30:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3b9J-0000IX-9i
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 03:30:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3b9I-0001g2-OG
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:30:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AD5B22E8029
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:30:52 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 03:23:41 -0000
From: Goddard <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton dsfkljo322332 granta
 johnwang kinggoddard laney launchpad-startport ludentico neil.mayhew
 orangewinds panizzom pgbennett pitti reivanen-gmail shadyatv strav teche70
 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Goddard (kinggoddard)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520032341.981.55075.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e981f44d5bbf904a799661f2d60eb67342aa210c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

sudo apt remove appstream works for me, but plasma-discover depends on
it so it is also removed.  Lucky for me I didn't really use that any
way.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 03:35:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4333326C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 03:35:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3A2D01A4689;
	Fri, 20 May 2016 03:35:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3bE9-00014v-TG; Fri, 20 May 2016 03:35:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3bDr-0000t6-Ek
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 03:35:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3bDq-0002P5-Vs
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:35:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EADC32E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:35:34 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 03:29:06 -0000
From: John Wang <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton dsfkljo322332 granta
 johnwang kinggoddard laney launchpad-startport ludentico neil.mayhew
 orangewinds panizzom pgbennett pitti reivanen-gmail shadyatv strav teche70
 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: John Wang (johnwang)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520032906.21304.7776.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs due to strdup on non-NULL terminated
 string
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7e2d7a12e6e64310dd2a022fcad6d57ac345f458
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@dsfkljo322332: This bug affects upgrades via apt as well as dpkg. Gdebi
uses one of those on the back end, not sure which. See comment #34 and
#30 for more details.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs due to strdup on non-NULL terminated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 03:50:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B8B6A26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 03:50:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AD2C71A4685;
	Fri, 20 May 2016 03:50:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3bSS-0002P9-P1; Fri, 20 May 2016 03:50:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3bSS-0002Ov-99
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 03:50:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3bSR-0007ov-TB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:50:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D352E2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 03:50:39 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 03:44:14 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jderose
X-Launchpad-Bug-Reporter: Jason Gerard DeRose (jderose)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520030739.21626.80674.malonedeb@wampee.canonical.com>
Message-Id: <20160520034415.9255.13520.launchpad@gac.canonical.com>
Subject: [Bug 1583879] Re: apt-get update hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 00960d57f1d0020778353ec94fc7485054b2612f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583879 <1583879@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

** This bug has been marked a duplicate of bug 1579712
   Refresh hangs due to strdup on non-NULL terminated string

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583879

Title:
  apt-get update hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583879/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 04:01:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1474926C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 04:01:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0C53C1A47E3;
	Fri, 20 May 2016 04:01:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3bcV-0003Yl-9B; Fri, 20 May 2016 04:01:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3bcU-0003Y4-AW
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 04:01:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3bcT-0000Ry-MZ
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 04:01:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A2B5C2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 04:01:01 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 03:52:11 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton dsfkljo322332 granta
 johnwang kinggoddard laney launchpad-startport ludentico neil.mayhew
 orangewinds panizzom pgbennett pitti reivanen-gmail shadyatv strav teche70
 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520035211.21201.65836.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bdd780d6d7468ee2de177dded622da4d36480467
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

SSBtYWRlIHRoZSBzdW1tYXJ5IGxlc3MgdGVjaG5pY2FsLCBzbyBtYXliZSBmZXdlciBkdXBsaWNh
dGVzIG9mIHRoaXMgZ2V0IHJlcG9ydGVkIHdoZW4gcGVvcGxlIGdvIHRocm91Z2ggdGhlIGJ1ZyBs
aXN0LiBJIGFsc28gYWRkZWQgaW5zdHJ1Y3Rpb25zIG9uIGhvdyB0byBmaXggdGhpcyBpbW1lZGlh
dGVseSB3aXRob3V0IHJlbW92aW5nIHBhY2thZ2VzIG9yIG1vdmluZyBjb25maWcgZmlsZXMgYXJv
dW5kIHRvIHRoZSBidWcgZGVzY3JpcHRpb24sIHNvIHBlb3BsZSB3aG8gZmluZCB0aGlzIGJ1ZyBk
b24ndCBuZWVkIHRvIHJlYWQgdGhlIHdob2xlIHRocmVhZCB0byBnZXQgdGhlaXIgbWFjaGluZXMg
d29ya2luZyBwcm9wZXJseSBhZ2Fpbi4KQ2hlZXJzLAogICAgTWF0dGhpYXMKCgoqKiBTdW1tYXJ5
IGNoYW5nZWQ6CgotIFJlZnJlc2ggaGFuZ3MgZHVlIHRvIHN0cmR1cCBvbiBub24tTlVMTCB0ZXJt
aW5hdGVkIHN0cmluZworIFJlZnJlc2ggaGFuZ3MgaW5kZWZpbml0ZWx5LCBhcHBzdHJlYW1jbGkg
dXNpbmcgMTAwJSBDUFUKCioqIERlc2NyaXB0aW9uIGNoYW5nZWQ6CgogIFtJbXBhY3RdCiAgCi0g
ICogVGhlIGNhY2hlIHJlZnJlc2ggaXMgYmxvY2tlZCBvbiBhIHN0cmR1cCBvbiBhIG5vbi1OVUxM
LXRlcm1pbmF0ZWQgc3RyaW5nIGluIHNvbWUgdmVyeSByYXJlIG9jY2FzaW9ucyAodmVyeSByYXJl
IGJlY2F1c2UgdGhpcyBidWcgaXMgcHJlc2VudCBmb3IgYWxtb3N0IDN5IHdpdGhvdXQgYSBzaW5n
bGUgcmVwb3J0KS4KLSAgKiBGaXhpbmcgdGhpcyBidWcgcmVzb2x2ZXMgdGhlIGlzc3VlIGZvciBw
ZW9wbGUgd2hvIG1pZ2h0IGV4cGVyaWVuY2UgaXQuCi0gICogU2VlIGh0dHBzOi8vZ2l0aHViLmNv
bS94aW1pb24vYXBwc3RyZWFtL2lzc3Vlcy8zNSBmb3IgZGV0YWlscy4KKyDCoCogVGhlIGNhY2hl
IHJlZnJlc2ggaXMgYmxvY2tlZCBvbiBhIHN0cmR1cCBvbiBhIG5vbi1OVUxMLXRlcm1pbmF0ZWQg
c3RyaW5nIGluIHNvbWUgdmVyeSByYXJlIG9jY2FzaW9ucyAodmVyeSByYXJlIGJlY2F1c2UgdGhp
cyBidWcgaXMgcHJlc2VudCBmb3IgYWxtb3N0IDN5IHdpdGhvdXQgYSBzaW5nbGUgcmVwb3J0KS4K
KyDCoCogRml4aW5nIHRoaXMgYnVnIHJlc29sdmVzIHRoZSBpc3N1ZSBmb3IgcGVvcGxlIHdobyBt
aWdodCBleHBlcmllbmNlIGl0LgorIMKgKiBTZWUgaHR0cHM6Ly9naXRodWIuY29tL3hpbWlvbi9h
cHBzdHJlYW0vaXNzdWVzLzM1IGZvciBkZXRhaWxzLgogIAogIFtUZXN0IENhc2UgMV0KICAKLSAg
KiBSdW4gYHN1ZG8gYXBwc3RyZWFtY2xpIHJlZnJlc2ggLS1mb3JjZWAKLSAgKiBUaGUgQXBwU3Ry
ZWFtIGNhY2hlIHNob3VsZCBiZSB1cGRhdGVkLCBubyBjaGFuZ2UgaW4gYmVoYXZpb3Igc2hvdWxk
IGJlIHNlZW4uCisgwqAqIFJ1biBgc3VkbyBhcHBzdHJlYW1jbGkgcmVmcmVzaCAtLWZvcmNlYAor
IMKgKiBUaGUgQXBwU3RyZWFtIGNhY2hlIHNob3VsZCBiZSB1cGRhdGVkLCBubyBjaGFuZ2UgaW4g
YmVoYXZpb3Igc2hvdWxkIGJlIHNlZW4uCiAgCiAgW1Rlc3QgQ2FzZSAyXQogIAotICAqIEluIGNh
c2UgeW91IHdlcmUgZXhwZXJpZW5jaW5nIHRoZSBhbG1vc3QtaW5maW5pdGUgaGFuZyB3aGVuIHJ1
bm5pbmcKKyDCoCogSW4gY2FzZSB5b3Ugd2VyZSBleHBlcmllbmNpbmcgdGhlIGFsbW9zdC1pbmZp
bml0ZSBoYW5nIHdoZW4gcnVubmluZwogIGBzdWRvIGFwcHN0cmVhbWNsaSByZWZyZXNoIC0tZm9y
Y2VgLCB0aGlzIGlzc3VlIHNob3VsZCBiZSBmaXhlZCB3aXRoIHRoZQogIFNSVS4KICAKICBbUmVn
cmVzc2lvbiBQb3RlbnRpYWxdCiAgCi0gICogVmVyeSBsb3csIHNpbmNlIHRoaXMgb25seSBmaXhl
cyB0aGUgZGVjb21wcmVzc2lvbiBjb2RlLiBUaGVyZSBzaG91bGQKKyDCoCogVmVyeSBsb3csIHNp
bmNlIHRoaXMgb25seSBmaXhlcyB0aGUgZGVjb21wcmVzc2lvbiBjb2RlLiBUaGVyZSBzaG91bGQK
ICBiZSBubyBzaWRlZWZmZWN0cyBvZiB0aGF0IChnaXZlbiB0aGF0IHRoZSBwYXRjaCBpdHNlbGYg
ZG9lc24ndCBicmVhawogIGFueXRoaW5nLCB3aGljaCBpdCBzaG91bGRuJ3QsIHNpbmNlIGl0IGhh
cyBiZWVuIHRlc3RlZCB1cHN0cmVhbSBmb3IgYQogIHdoaWxlKQogIAogIFtPdGhlciBJbmZvXQog
IAotICAqIFRoaXMgZml4IGhhcyBiZWVuIGFwcGxpZWQgdXBzdHJlYW06IGh0dHBzOi8vZ2l0aHVi
LmNvbS94aW1pb24vYXBwc3RyZWFtL2NvbW1pdC9mMzNjNTIwYzM3ZTJiYTUxZDkyNDAyMjIwMjUw
YjhkNTAxYTJiZjQzCi0gICogQSBzbWFsbGVyIHZlcnNpb24gb2YgdGhlIHBhdGNoIChvbmUtbGlu
ZXIpIGlzIGF2YWlsYWJsZSwgYXQgdGhlIGV4cGVuc2Ugb2Ygbm90IGhhdmluZyByZWR1Y2VkIG1l
bW9yeSB1c2FnZTogaHR0cHM6Ly9naXRodWIuY29tL3hpbWlvbi9hcHBzdHJlYW0vY29tbWl0LzM3
ODk0MTc4N2QzNTg0YjNlYjMxYTZlYmU0MGUwYWFjYzEwZTE4MGEKKyDCoCogVGhpcyBmaXggaGFz
IGJlZW4gYXBwbGllZCB1cHN0cmVhbTogaHR0cHM6Ly9naXRodWIuY29tL3hpbWlvbi9hcHBzdHJl
YW0vY29tbWl0L2YzM2M1MjBjMzdlMmJhNTFkOTI0MDIyMjAyNTBiOGQ1MDFhMmJmNDMKKyDCoCog
QSBzbWFsbGVyIHZlcnNpb24gb2YgdGhlIHBhdGNoIChvbmUtbGluZXIpIGlzIGF2YWlsYWJsZSwg
YXQgdGhlIGV4cGVuc2Ugb2Ygbm90IGhhdmluZyByZWR1Y2VkIG1lbW9yeSB1c2FnZTogaHR0cHM6
Ly9naXRodWIuY29tL3hpbWlvbi9hcHBzdHJlYW0vY29tbWl0LzM3ODk0MTc4N2QzNTg0YjNlYjMx
YTZlYmU0MGUwYWFjYzEwZTE4MGEKKyAKKyAjIyMjCisgCisgLyFcIEluc3RhbGxpbmcgdGhlIGJ1
Z2ZpeCBmcm9tIHhlbmlhbC1wcm9wb3NlZCwgd2l0aG91dCBnb2luZyB0aHJvdWdoIEFQVDoKKyBU
byBpbnN0YWxsIHRoZSBmaXhlZCBwYWNrYWdlcyBtYW51YWxseSwgcGxlYXNlIGV4ZWN1dGUgdGhl
IGZvbGxvd2luZyBjb21tYW5kcyAoZm9yIGFtZDY0LCBhZGp1c3QgVVJMcyBmb3Igb3RoZXIgYXJj
aGl0ZWN0dXJlcyk6CisgCisgYGBgCisgY2QgL3RtcCAmJiBta2RpciBhc2ZpeAorIGNkIGFzZml4
Cisgd2dldCBodHRwczovL2xhdW5jaHBhZC5uZXQvdWJ1bnR1LythcmNoaXZlL3ByaW1hcnkvK2Zp
bGVzL2FwcHN0cmVhbV8wLjkuNC0xdWJ1bnR1MV9hbWQ2NC5kZWIKKyB3Z2V0IGh0dHBzOi8vbGF1
bmNocGFkLm5ldC91YnVudHUvK2FyY2hpdmUvcHJpbWFyeS8rZmlsZXMvbGliYXBwc3RyZWFtM18w
LjkuNC0xdWJ1bnR1MV9hbWQ2NC5kZWIKKyBzdWRvIGRwa2cgLWkgbGliYXBwc3RyZWFtMyouZGVi
Cisgc3VkbyBkcGtnIC1pIGFwcHN0cmVhbSouZGViCisgYGBgCgotLSAKWW91IHJlY2VpdmVkIHRo
aXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRl
c2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBhcHBzdHJlYW0gaW4gVWJ1bnR1Lgpo
dHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1Nzk3MTIKClRpdGxlOgogIFJlZnJlc2gg
aGFuZ3MgaW5kZWZpbml0ZWx5LCBhcHBzdHJlYW1jbGkgdXNpbmcgMTAwJSBDUFUKClRvIG1hbmFn
ZSBub3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgpodHRwczovL2J1Z3MubGF1bmNo
cGFkLm5ldC91YnVudHUvK3NvdXJjZS9hcHBzdHJlYW0vK2J1Zy8xNTc5NzEyLytzdWJzY3JpcHRp
b25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1
bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9w
LWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 04:15:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2D07F26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 04:15:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 25D9E1A47AB;
	Fri, 20 May 2016 04:15:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3bqe-0005S7-QO; Fri, 20 May 2016 04:15:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3bqe-0005S2-Lf
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 04:15:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3bqe-0004Vp-BZ
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 04:15:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 50FB02E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 04:15:40 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 04:10:23 -0000
From: =?utf-8?q?H=C3=A9lio_Nunes?= <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton dedalu-dedalu
 dsfkljo322332 granta johnwang kinggoddard laney launchpad-startport ludentico
 neil.mayhew orangewinds panizzom pgbennett pitti reivanen-gmail shadyatv
 strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: =?utf-8?q?H=C3=A9lio_Nunes_=28dedalu-dedalu=29?=
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520041023.406.31247.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a4bf00cb78d72bbf595ad99a30c32c192c3a5302
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Matthias' #24 workaround works for me. Thank you. But how the amateur,
non-technical, regular user of a !!!LTS!!! release will deal with this
bug? Fixed for me and for (lets see) 300 users... and the others?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 04:20:22 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A2D8626C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 04:20:22 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7F5E11A4789;
	Fri, 20 May 2016 04:20:22 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3bvC-0005xj-5Q; Fri, 20 May 2016 04:20:22 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3bvA-0005x7-9H
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 04:20:20 +0000
Received: from gac.canonical.com ([91.189.90.20])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3bvA-0005QY-3Q
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 04:20:20 +0000
Received: from gac.canonical.com (unknown [IPv6:::1])
 by gac.canonical.com (Postfix) with ESMTPS id 12B965C0B12
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 04:20:20 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 04:20:19 -0000
From: Launchpad Bug Tracker <1583862@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor kalpaxisn
X-Launchpad-Bug-Reporter: no (kalpaxisn)
X-Launchpad-Bug-Modifier: Robert Hooker (sarvatt)
References: <20160520014821.20962.32224.malonedeb@wampee.canonical.com>
Subject: [Bug 1583862] [NEW] apt-get update hangs after hit/get
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160520042019.9734.46287.launchpad@gac.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7d7a01e1e607e009e3e2b8c84f1a33e525a55c99
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583862 <1583862@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

After typing "sudo apt-get update" the following happens, but then it hangs:
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease                   
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [94.5 kB]   
Hit:4 http://dl.google.com/linux/chrome/deb stable Release                     
Hit:5 http://apt.postgresql.org/pub/repos/apt xenial-pgdg InRelease            
Get:6 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]    
Get:7 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [92.2 kB] 
Hit:9 http://ppa.launchpad.net/neovim-ppa/unstable/ubuntu xenial InRelease     
Hit:10 https://deb.nodesource.com/node_6.x xenial InRelease                    
Fetched 281 kB in 0s (366 kB/s)

Description:	Ubuntu 16.04 LTS
Release:	16.04

apt:
  Installed: 1.2.10ubuntu1
  Candidate: 1.2.10ubuntu1
  Version table:
 *** 1.2.10ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: apt 1.2.10ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu May 19 21:42:52 2016
InstallationDate: Installed on 2016-04-27 (23 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: apt
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: appstream (Ubuntu)
     Importance: Undecided
         Status: Confirmed


** Tags: amd64 apport-bug xenial
-- 
apt-get update hangs after hit/get
https://bugs.launchpad.net/bugs/1583862
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to appstream in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 04:30:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 32A5F26C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 04:30:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 235BB1A45B0;
	Fri, 20 May 2016 04:30:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3c5K-00070H-0f; Fri, 20 May 2016 04:30:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3c5H-0006za-JV
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 04:30:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3c5H-00079P-52
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 04:30:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0FC372E80CC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 04:30:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 04:21:38 -0000
From: Robert Hooker <sarvatt@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor kalpaxisn sarvatt
X-Launchpad-Bug-Reporter: no (kalpaxisn)
X-Launchpad-Bug-Modifier: Robert Hooker (sarvatt)
References: <20160520014821.20962.32224.malonedeb@wampee.canonical.com>
Message-Id: <20160520042138.8440.14557.malone@soybean.canonical.com>
Subject: [Bug 1583862] Re: apt-get update hangs after hit/get
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: aff4d929b310578094e0089acdba721395466677
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583862 <1583862@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

killing appstream and changing archives apparently fixes it according to
the reddit thread

** Package changed: apt (Ubuntu) => appstream (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583862

Title:
  apt-get update hangs after hit/get

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583862/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 04:35:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CDD6A26C2331
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 04:35:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C4FCE1A47B1;
	Fri, 20 May 2016 04:35:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3cA0-0007Gz-3W; Fri, 20 May 2016 04:35:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3c9y-0007GJ-9o
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 04:35:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3c9x-0008Ku-VJ
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 04:35:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EB3962E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 04:35:37 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 04:26:27 -0000
From: Ubuntu Foundations Team Bug Bot <1583861@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=New; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=New; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 crichton
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: Ubuntu Foundations Team Bug Bot (crichton)
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520042627.10380.78392.malone@gac.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d69ce2219e9b330a4b1fa4d74d711b0df4341158
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The attachment "upower-always-get-kbd-brightness.debdiff" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 04:50:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6020726C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 04:50:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 58A8E1A485C;
	Fri, 20 May 2016 04:50:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3cOY-0000aN-8p; Fri, 20 May 2016 04:50:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3cOW-0000Zw-Eq
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 04:50:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3cOW-0004bz-1l
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 04:50:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 05D862E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 04:50:40 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 04:42:16 -0000
From: Deep Kumar Halwai <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 crichton dedalu-dedalu
 dsfkljo322332 granta johnwang kinggoddard kumar981 laney launchpad-startport
 ludentico neil.mayhew orangewinds panizzom pgbennett pitti reivanen-gmail
 shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Deep Kumar Halwai (kumar981)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520044216.9250.92982.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 072fdf1b1b83819dee44fadb2346b97a867b040d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

As per Matthias' comment #24, deleting the rm /usr/bin/appstreamcli and
installing the .deb packages worked for me as well.

Thank you Matthias'

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 05:00:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A539126C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 05:00:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9E8B91A485E;
	Fri, 20 May 2016 05:00:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3cYR-0002DZ-FT; Fri, 20 May 2016 05:00:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3cYQ-0002Cu-74
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 05:00:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3cYP-0005RH-OM
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:00:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A7F882E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:00:53 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 04:51:53 -0000
From: Anders Trier Olesen <1583862@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor kalpaxisn sarvatt
X-Launchpad-Bug-Reporter: no (kalpaxisn)
X-Launchpad-Bug-Modifier: Anders Trier Olesen (anders-trier-olesen)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520014821.20962.32224.malonedeb@wampee.canonical.com>
Message-Id: <20160520045154.9526.4644.launchpad@soybean.canonical.com>
Subject: [Bug 1583862] Re: apt-get update hangs after hit/get
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b812ff9186167d09d127f14055002a5e442045a9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583862 <1583862@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

** This bug has been marked a duplicate of bug 1579712
   Refresh hangs indefinitely, appstreamcli using 100% CPU

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583862

Title:
  apt-get update hangs after hit/get

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583862/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 05:10:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0C21E26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 05:10:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F304A1A465F;
	Fri, 20 May 2016 05:10:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3chy-0003ag-IN; Fri, 20 May 2016 05:10:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3chx-0003Zw-96
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 05:10:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3chw-00079R-T0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:10:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C1C772E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:10:44 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 04:58:14 -0000
From: Boenadi Agustian <boenadi@cbn.net.id>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dsfkljo322332 edwinksl granta johnwang kinggoddard kumar981 laney
 launchpad-startport ludentico neil.mayhew orangewinds panizzom pgbennett
 pitti reivanen-gmail shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Boenadi Agustian (boenadi)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520045814.303.78089.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9cb35623dfe0791e8fe6b7ec28f583fb15df0a65
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

As per Matthias' comment #24, not working for i386

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 05:10:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CC4EA26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 05:10:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C3D9C1A4665;
	Fri, 20 May 2016 05:10:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3ci1-0003eM-MV; Fri, 20 May 2016 05:10:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ci0-0003cT-Ck
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 05:10:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ci0-0007DL-3d
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:10:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F1E8D2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:10:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 05:00:38 -0000
From: Boenadi Agustian <boenadi@cbn.net.id>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dsfkljo322332 edwinksl granta johnwang kinggoddard kumar981 laney
 launchpad-startport ludentico neil.mayhew orangewinds panizzom pgbennett
 pitti reivanen-gmail shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Boenadi Agustian (boenadi)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520050038.476.61020.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 867d0d5f2ef045bec7ed5795a66dd071779f9543
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

As per Matthias' comment #24, not working for i386 all package for i386
still get stuck and appstreamcli get 100%

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 05:10:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7EE7E26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 05:10:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 74AE31A46A1;
	Fri, 20 May 2016 05:10:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3ci3-0003gq-Oi; Fri, 20 May 2016 05:10:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ci3-0003fz-7a
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 05:10:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ci2-0007D6-U7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:10:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E1E4B2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:10:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 05:02:06 -0000
From: Edwin Khoo <edwinksl@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dsfkljo322332 edwinksl granta johnwang kinggoddard kumar981 laney
 launchpad-startport ludentico neil.mayhew orangewinds panizzom pgbennett
 pitti reivanen-gmail shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Edwin Khoo (edwinksl)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520050206.8755.74100.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7eb9666a11b97365ca0876a2ac17c9f5ed5cb7a6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug appears to also affect clean 16.04 installs as of today.
Specifically, the installer gets stuck at "Retrieving file 56 of 56".

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 05:20:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C8E5F26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 05:20:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BFF1F1A4643;
	Fri, 20 May 2016 05:20:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3cre-0005xE-Mp; Fri, 20 May 2016 05:20:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3cre-0005x6-Gx
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 05:20:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3cre-0002ji-10
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:20:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E28702E80CC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:20:45 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 05:11:51 -0000
From: Set Hallstrom <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dsfkljo322332 edwinksl granta johnwang kinggoddard kumar981 laney
 launchpad-startport ludentico neil.mayhew orangewinds panizzom pgbennett
 pitti reivanen-gmail sakrecoer shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Set Hallstrom (sakrecoer)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520051151.7996.95915.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c389becf5a92ced44e645f2edbcfe2f708212d63
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Might be completely unrelated, but i noticed most mirrors have this
weird loop:
http://ubuntu.mirror.su.se/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/

i write "most", but I haven't yet found any mirror that hasn't got it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 05:42:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7E90326C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 05:42:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 73F0F1A4768;
	Fri, 20 May 2016 05:42:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3dCC-0007QC-BZ; Fri, 20 May 2016 05:42:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3dBF-0007Km-BY
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 05:41:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3dBE-0002is-UI
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:41:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DBD6C2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:41:00 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 05:34:51 -0000
From: "Dennis W." <DennisW50_300@web.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 dsfkljo322332 edwinksl granta johnwang kinggoddard kumar981
 laney launchpad-startport ludentico neil.mayhew orangewinds panizzom
 pgbennett pitti reivanen-gmail sakrecoer shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Dennis W. (dennisw50-300)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520053451.1051.37257.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d5bc7c2c7ab2ca0584141b9ff6b80b9b152c0e1c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

i had problems today to make "sudo apt update" it don't went away so
that i can got "sudo apt dist-upgrade"

i can terminate appstreamcli in system-monitor but that loading not all
packets

This fix has "repaired" the Problem, i quete the #24

After this working there came any Pakets it wont's to have install, is
that normally and or regulate Updates ?

"Weird, I wonder what happened that many people are experiencing this now...
Removing `/usr/bin/appstreamcli` is fine if you install the fixed package afterwards.

To install this manually, please do (for amd64, adjust URLs for other
architectures):

```
cd /tmp && mkdir asfix
cd asfix
wget https://launchpad.net/ubuntu/+archive/primary/+files/appstream_0.9.4-1ubuntu1_amd64.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/libappstream3_0.9.4-1ubuntu1_amd64.deb
sudo dpkg -i *.deb
```

This should solve the issue. Please report back if this is fixed, or if
you are still experiencing issues!"

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 05:46:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9497226C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 05:46:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8B6141A4717;
	Fri, 20 May 2016 05:46:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3dG3-0007pp-Ou; Fri, 20 May 2016 05:45:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3dFx-0007pH-0V
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 05:45:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3dFw-0003Jm-LV
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:45:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 906A12E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:45:52 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 05:36:13 -0000
From: Neil Mayhew <neil_mayhew@sil.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 dsfkljo322332 edwinksl granta johnwang kinggoddard kumar981
 laney launchpad-startport ludentico neil.mayhew orangewinds panizzom
 pgbennett pitti reivanen-gmail sakrecoer shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Neil Mayhew (neil.mayhew)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520053613.8887.77285.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c923d86092ec0519691d2f8fcde701ba2b272f21
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The simplest workaround seems to be to use Ctrl-C when apt update hangs
at the end. It's already done most of the work, and this just aborts the
running of appstreamcli at the end. You can then go ahead and update any
binary packages built from the appstream source package (ie any of
appstream appstream-doc appstream-index gir1.2-appstream libappstream-
dev libappstream3 libappstreamqt-dev libappstreamqt1 that are already
installed). The use of appstreamcli in the postinst shouldn't hang
because the new versions of appstreamcli and libappstream.so.3 will
already be in place.

However, using Ctrl-C is possible only when using the command line. I'm
not sure what happens if someone is using Synaptic or Gnome Software. I
assume it would be necessary to use System Monitor to kill off
appstreamcli. I'm concerned that we could see breakage in a very large
number of Xenial installations, all of which would require manual
intervention to get them unstuck.

The fact that this is happening now, when it hasn't been reported in the
past 3 years, must be due to a subtle change in the execution
environment, maybe due to updates in other shared libraries that
appstreamcli uses. The problem is a result of reading uninitialized
memory, and in the past it must have been pure luck that the memory
always contained zeroes.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 05:50:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C418226C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 05:50:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B4E8A1A4757;
	Fri, 20 May 2016 05:50:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3dKd-0008IF-BG; Fri, 20 May 2016 05:50:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3dKc-0008Hx-If
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 05:50:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3dKc-00048j-0p
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:50:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id ED3A72E80AF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:50:41 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 05:41:17 -0000
From: Launchpad Bug Tracker <1583879@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jderose
X-Launchpad-Bug-Reporter: Jason Gerard DeRose (jderose)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520030739.21626.80674.malonedeb@wampee.canonical.com>
Message-Id: <20160520054117.21663.56744.malone@wampee.canonical.com>
Subject: [Bug 1583879] Re: apt-get update hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a3956d7d67171e9ee98e751627c4e6c53aa1b78d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583879 <1583879@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: appstream (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583879

Title:
  apt-get update hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583879/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 05:50:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2E49826C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 05:50:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 28F971A4717;
	Fri, 20 May 2016 05:50:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3dKf-0008L1-FO; Fri, 20 May 2016 05:50:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3dKd-0008JP-T9
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 05:50:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3dKd-00049R-HP
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:50:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 706192E8029
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:50:43 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 05:45:04 -0000
From: Peter Kanitz <peter.kanitz@geonet.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg janc janitor launchpad-startport pp
 teche70 ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Peter Kanitz (peter-kanitz)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520054504.21096.38404.launchpad@wampee.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a29f599fabdcbbe4859a3297d1a17aaeaf87cbfe
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

** Also affects: appstream
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 05:56:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2D76226C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 05:56:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 26DB81A4763;
	Fri, 20 May 2016 05:56:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3dPp-0000K6-DD; Fri, 20 May 2016 05:56:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3dPl-0000IM-7H
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 05:56:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3dPk-0005dP-K5
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:56:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 957B72E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 05:56:00 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 05:50:18 -0000
From: =?utf-8?q?Aur=C3=A9lien_L=C3=A9ger?= <Enyriel@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=elementaryos; milestone=freya-0.3.0;
 status=Fix Released; importance=Medium; assignee=tomjonabc@gmail.com; 
X-Launchpad-Bug: product=gnome-settings-daemon; status=Unknown;
 importance=Unknown; assignee=None; 
X-Launchpad-Bug: product=gnome-shell; status=Confirmed; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=trusty; milestone=trusty.5;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; productseries=xenial; milestone=xenial.1;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome-flashback; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=unity; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-shell;
 component=universe; status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aditzah-z asegner atschamler bjorn-c
 brack-sebastian bugs-sehe cassidyjames cgenre-dev chris-scott christian.ego
 claus2 codygarver darkxst darthanubis dexyne digingbil emix-pam fredrik-o
 gabriel-hege gord-sssnaps gpmulvey-iol gregw-wiltel gtx-swift
 ich-martin-drees indaleto janitor jody-albritton julien-behem
 l6-postmaster-qh-deactivatedaccount-deactivatedaccount leonicolas
 matthiasjordan me-gavitron me-knowingme mic-schaller michael-zedeler mrk
 mrpgruber naddiseo octoquad phoenixsampras pifpafpuf podarokua
 redactie-stadsomroep robotoman rrrob9 schwarte seb128 segunb77 skoch smith434
 spam-dn stratus-ss suoko theanachron themattman2751 thierrymallard thw-th
 tysonsmith webmaster-l wsz xaviersarrate yogu
X-Launchpad-Bug-Reporter: Thierry Mallard (thierrymallard)
X-Launchpad-Bug-Modifier: =?utf-8?b?QXVyw6lsaWVuIEzDqWdlciAoZGV4eW5lKQ==?=
References: <20140314075653.18943.35190.malonedeb@wampee.canonical.com>
Message-Id: <20160520055018.303.85156.malone@chaenomeles.canonical.com>
Subject: [Bug 1292398] Re: Second screen position isn't saved from one session
 to another
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d5e6b4d1dcda07efc0671d3c738953e38d30b575
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1292398 <1292398@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same problem here for Ubuntu 15.10.

Login window is fine, then it inverse my screens order.
I need to change it again in the system panel to set it good again, but
it save the settings for only the current session.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1292398

Title:
  Second screen position isn't saved from one session to another

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1292398/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 06:06:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9AE7426C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 06:06:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 92C261A46A5;
	Fri, 20 May 2016 06:06:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3dZR-0000yl-6u; Fri, 20 May 2016 06:06:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3dZJ-0000xg-7j
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 06:05:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3dZI-0006yV-Tp
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 06:05:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E07E72E80C2
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 06:05:52 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 05:57:53 -0000
From: Olli Niemi <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 dsfkljo322332 edwinksl fatordee granta johnwang kinggoddard
 kumar981 laney launchpad-startport ludentico neil.mayhew olliniem orangewinds
 panizzom pgbennett pitti reivanen-gmail sakrecoer shadyatv strav teche70
 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Olli Niemi (olliniem)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520055753.716.62066.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0b41c94bf99aa24f37f0ffac8446a62641a28eec
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I'm running Ubuntu Gnome and the user experience is horrible with this
bug when using the UI: "Software Updater" has "X" and "Stop" buttons:
"Stop" button stays gray (inactive) during the update (what is the point
of having gray Stop buttons?). It is even worse if the user (such as me)
tried to change the repository, thinking there might be something wrong
with that: "Software & Updates" -> "Ubuntu Software" -> "Download from:"
[select your mirror] -> "Choose Server" -> "Close". Then there is the
notification "The information about available software is out-of-date"
-> "Reload". And the result: forever inactive window with no possibility
to interfere.

I don't know how this is handled by the UI in the regular Ubuntu but
this case seems to be a good test case for user interaction.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 06:06:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 214B326C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 06:06:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1BC201A46FC;
	Fri, 20 May 2016 06:06:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3dZe-00010P-D4; Fri, 20 May 2016 06:06:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3dZM-0000y1-9M
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 06:05:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3dZL-00071B-Pc
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 06:05:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BDB172E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 06:05:55 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 05:59:53 -0000
From: =?utf-8?q?Mikko_Niemel=C3=A4?= <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 dsfkljo322332 edwinksl fatordee granta johnwang kinggoddard
 kumar981 laney launchpad-startport ludentico neil.mayhew olliniem orangewinds
 panizzom pgbennett pitti reivanen-gmail sakrecoer shadyatv strav teche70
 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: =?utf-8?q?Mikko_Niemel=C3=A4_=28fatordee=29?=
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520055953.20962.11099.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3e7951954daa88a109ff75830088529ba7c88e07
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I was able to resolve the problem by disabling backports, it allowed me
to do apt-get update which previously hanged up.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 06:41:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3949526C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 06:41:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 31AF51A47B3;
	Fri, 20 May 2016 06:41:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3e7q-0004r1-1e; Fri, 20 May 2016 06:41:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3e7p-0004qu-Az
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 06:41:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3e7o-0007jx-TZ
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 06:41:32 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CB1082E80AF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 06:41:32 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 06:31:04 -0000
From: Stefan Leitner <s.o.l@gmx.at>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 dsfkljo322332 edwinksl fatordee granta johnwang kinggoddard
 kumar981 laney launchpad-startport ludentico neil.mayhew olliniem orangewinds
 panizzom pgbennett pitti reivanen-gmail s-o-l sakrecoer shadyatv strav
 teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Stefan Leitner (s-o-l)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520063104.9903.32689.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bf602ac9a0dfd256ba31ed46a91396d69ab83d33
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

RGlzYWJsaW5nIHRoZSB4ZW5pYWwtYmFja3BvcnRzIGlzIHdvcmtpbmcgZm9yIG1lIHRvISBUaGFu
a3MgTWlra28KTmllbWVsw6QhCgpJIHJlYWxseSB3b25kZXIgaG93IHVuZXhwZXJpZW5jZWQgdXNl
ciB3aWxsIGRlYWwgd2l0aCB0aGF0IHByb2JsZW0hCgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVn
IG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3Ag
QnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBhcHBzdHJlYW0gaW4gVWJ1bnR1LgpodHRwczov
L2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1Nzk3MTIKClRpdGxlOgogIFJlZnJlc2ggaGFuZ3Mg
aW5kZWZpbml0ZWx5LCBhcHBzdHJlYW1jbGkgdXNpbmcgMTAwJSBDUFUKClRvIG1hbmFnZSBub3Rp
ZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5l
dC91YnVudHUvK3NvdXJjZS9hcHBzdHJlYW0vK2J1Zy8xNTc5NzEyLytzdWJzY3JpcHRpb25zCgot
LSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNv
bQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 07:01:22 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 970E726C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 07:01:22 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 829BD1A448F;
	Fri, 20 May 2016 07:01:22 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3eQz-0006bj-Is; Fri, 20 May 2016 07:01:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3eQy-0006bO-1B
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 07:01:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3eQx-0007GI-2G
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:01:19 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 926542E80CF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:01:18 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 06:53:30 -0000
From: Launchpad Bug Tracker <1583861@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Confirmed; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 crichton janitor
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520065330.9051.25561.malone@gac.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4ac5c655cdc6fe4aebbfc3c7c62c25a277f4979d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-settings-daemon (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 07:01:22 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BB1D026C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 07:01:22 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B4C101A4580;
	Fri, 20 May 2016 07:01:22 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3eR0-0006cJ-KX; Fri, 20 May 2016 07:01:22 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3eQz-0006be-B4
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 07:01:21 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3eQy-0007Fk-VO
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:01:21 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CD94C2E8005
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:01:20 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 06:53:30 -0000
From: Launchpad Bug Tracker <1583861@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Confirmed; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 crichton janitor
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520065331.9051.87641.malone@gac.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 994fbc3b132b80eef0e6b7115be663df03e6a2a1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity-settings-daemon (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 07:01:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F0CA426C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 07:01:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E90AF1A45AA;
	Fri, 20 May 2016 07:01:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3eRC-0006hR-65; Fri, 20 May 2016 07:01:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3eR1-0006cj-2n
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 07:01:23 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3eR0-0007Ff-H6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:01:22 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4E0422E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:01:22 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 06:53:30 -0000
From: Launchpad Bug Tracker <1583861@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Confirmed; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 crichton janitor
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520065332.9051.66162.malone@gac.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 464c192a872a212323b3555e1c2ed68796cf6457
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: upower (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 07:01:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 448CD26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 07:01:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 376451A4580;
	Fri, 20 May 2016 07:01:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3eRC-0006i3-EQ; Fri, 20 May 2016 07:01:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3eR8-0006g4-0d
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 07:01:30 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3eR7-0007fD-Id
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:01:29 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8A20B2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:01:29 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 06:55:53 -0000
From: fubuntu <EJmHW1Ui57c6Fgdo@mailinator.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 dsfkljo322332 edwinksl ejmhw1ui57c6fgdo fatordee granta
 johnwang kinggoddard kumar981 laney launchpad-startport ludentico neil.mayhew
 olliniem orangewinds panizzom pgbennett pitti reivanen-gmail s-o-l sakrecoer
 shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: fubuntu (ejmhw1ui57c6fgdo)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520065553.8720.92317.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fc0fbc4594b518da7f61034dd20ea06827e399d9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

It took quite some time for me to find this solution.  When the average
user starts googling this, they are going to find all sorts of things
which do not apply, for example:

http://itsfoss.com/fix-update-errors-ubuntu-1404/
https://askubuntu.com/questions/615203/software-updates-stuck-downloading-after-15-04-upgrade

What a nightmare!  This demonstrates why the system update utility needs
to include a twitter-type client to inform the user of emerging issues
related to broken update functionality.  How else will the average user
cope with a new issue like this, when there are so many possible causes
for the same type of problem?

Yes I know, it poses the question of who should have the authority to
broadcast alerts.  Perhaps a majority vote by a jury of lead developers
or team managers who could activate the feature by signing a proposed
broadcast message with their PGP key.  Moderators of the forum or the
bug tracker would then submit proposals for broadcast messages to a
mailing list that goes to the jury.  This would eliminate the
possibility of using the broadcast system for spam.

In any case, the manual fix in the description is not sufficiently clear: many people who are capable of typing terminal commands will not know to replace 'amd64' with 'i386' or whatever is appropriate.  A script which automates this might be a better solution.
_____

@neil.mayhew

> I'm not sure what happens if someone is using Synaptic or Gnome
Software. I assume it would be necessary to use System Monitor to kill
off appstreamcli.

@olliniem

> forever inactive window with no possibility to interfere

Best quick recovery method is to launch 'top' in terminal & kill that
process ID.  It does affect Software Center, Software Updater, adding
PPA's, et cetera.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 07:11:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0CD0B26C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 07:11:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0405A1A4462;
	Fri, 20 May 2016 07:11:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3eb2-0007yE-6j; Fri, 20 May 2016 07:11:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3eaM-0007vS-Sm
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 07:11:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3eaM-0004xg-Mw
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:11:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AA29E2E805B
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:11:02 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 07:04:37 -0000
From: kajhaul <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 dsfkljo322332 edwinksl ejmhw1ui57c6fgdo fatordee granta
 johnwang kaj-haulrich kinggoddard kumar981 laney launchpad-startport
 ludentico neil.mayhew olliniem orangewinds panizzom pgbennett pitti
 reivanen-gmail s-o-l sakrecoer shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: kajhaul (kaj-haulrich)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520070437.8720.6818.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a107c9c761073c504d1eba200996a404430d7bd9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

For some reason Kubuntu users seems able to run 'Update Manager' without
the 100% CPU issue. Otherwise I agree: this bug is a showstopper for the
average (non-geek) user.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 07:16:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6221826C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 07:16:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5ABE11A4174;
	Fri, 20 May 2016 07:16:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3efA-0008LO-6H; Fri, 20 May 2016 07:16:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ef8-0008Kq-V0
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 07:15:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ef8-0005dW-A7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:15:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3C89F2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:15:58 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 07:10:18 -0000
From: ADFH <1577879@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gtk; status=Unknown; importance=Unknown; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: seb128 ubuntu-bachelorguy
X-Launchpad-Bug-Reporter: ADFH (ubuntu-bachelorguy)
X-Launchpad-Bug-Modifier: ADFH (ubuntu-bachelorguy)
References: <20160503174104.23801.69113.malonedeb@gac.canonical.com>
Message-Id: <20160520071018.8480.76768.malone@soybean.canonical.com>
Subject: [Bug 1577879] Re: File save as dialog doesn't switch to keyed in path
 anymore when pressing enter
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ee20ac6f109ad957f38648b1791946ff7b50a1ee
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577879 <1577879@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Done :)

** Bug watch added: GNOME Bug Tracker #766696
   https://bugzilla.gnome.org/show_bug.cgi?id=766696

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=766696
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1577879

Title:
  File save as dialog doesn't switch to keyed in path anymore when
  pressing enter

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1577879/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 07:35:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6FA0B26C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 07:35:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 66F731A3CAA;
	Fri, 20 May 2016 07:35:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3eyN-0001qq-8F; Fri, 20 May 2016 07:35:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3eyL-0001nc-FA
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 07:35:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3eyK-0004Er-CO
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:35:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DB4C32E80D4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:35:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 07:26:24 -0000
From: kimr <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 dsfkljo322332 edwinksl ejmhw1ui57c6fgdo fatordee granta
 johnwang kaj-haulrich kinggoddard kumar981 laney launchpad-startport
 ludentico neil.mayhew olliniem orangewinds panizzom pgbennett pitti
 reivanen-gmail s-o-l sakrecoer shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: kimr (reivanen-gmail)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520072624.9360.45903.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 634e245495a4fd37dc947e8da6b10c731e5c0e2f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Disabling the xenial-backports solves the issue for me. Take note to not
reload the package list when the software&updates asks you to, as it
will hang.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 07:41:26 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 09DAE26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 07:41:26 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 048781A4167;
	Fri, 20 May 2016 07:41:26 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3f3l-0002rE-SN; Fri, 20 May 2016 07:41:25 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3f3k-0002qV-Lq
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 07:41:24 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3f3j-0005OI-JC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:41:23 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F151E2E823D
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:41:14 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 07:32:05 -0000
From: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=In Progress; importance=Critical; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=platform-api; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Invalid; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell davmor2 gareth-france janitor januari jibel llamasfortesjm
 rolf-veen sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Alfonso Sanchez-Beato (alfonsosanchezbeato)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520073205.8720.54991.malone@gac.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop - service crashes on start
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 133513568894e1d6ec09f1e4445abc94f1306659
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "full-bt.txt"
   https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1573168/+attachment/4666745/+files/full-bt.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop - service crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 07:41:28 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2724126C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 07:41:28 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1F32F1A4117;
	Fri, 20 May 2016 07:41:28 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3f3n-0002sa-Va; Fri, 20 May 2016 07:41:27 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3f3m-0002rx-Bu
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 07:41:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3f3l-0005TN-71
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:41:25 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AFDD32E8253
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:41:16 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 07:32:30 -0000
From: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=In Progress; importance=Critical; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=platform-api; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Invalid; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell davmor2 gareth-france janitor januari jibel llamasfortesjm
 rolf-veen sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Alfonso Sanchez-Beato (alfonsosanchezbeato)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520073230.9526.40453.malone@soybean.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop - service crashes on start
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 008fd98e80e8ccb7c6383f801b5121b969d9b5b0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "location-serviced.strace"
   https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1573168/+attachment/4666746/+files/location-serviced.strace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop - service crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 07:41:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D842026C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 07:41:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D2A2E1A4179;
	Fri, 20 May 2016 07:41:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3f3p-0002ts-4P; Fri, 20 May 2016 07:41:29 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3f3n-0002sV-UI
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 07:41:27 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3f3m-0005Rr-QD
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:41:26 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BA5CE2E81A7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:41:18 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 07:33:50 -0000
From: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=In Progress; importance=Critical; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=platform-api; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Invalid; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell davmor2 gareth-france janitor januari jibel llamasfortesjm
 rolf-veen sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Alfonso Sanchez-Beato (alfonsosanchezbeato)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520073350.21166.9522.malone@wampee.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop - service crashes on start
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: eb7d79a9bee7dc6f4d20c33c2e2e8c368586e2b4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Attached full backtrace and strace until the service crashed. This is
with lp:~thomas-voss/platform-api/retry-loading-of-gps-hal applied (with
a modification to increase the number of retries).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop - service crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 07:46:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1EF6126C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 07:46:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 129F11A3D53;
	Fri, 20 May 2016 07:46:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3f8J-0003aj-8W; Fri, 20 May 2016 07:46:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3f8H-0003ae-BH
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 07:46:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3f8H-0007gK-4S
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:46:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1CDD52E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 07:46:05 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 07:38:23 -0000
From: RH <rh@cryptowiz.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 dsfkljo322332 edwinksl ejmhw1ui57c6fgdo fatordee granta
 johnwang kaj-haulrich kinggoddard kumar981 laney launchpad-startport
 ludentico neil.mayhew olliniem orangewinds panizzom pgbennett pitti
 reivanen-gmail rh-t s-o-l sakrecoer shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: RH (rh-t)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520073823.21236.29369.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 53040214381673cfca7f6def047d36ea6859fe6c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

+1 the updated package posted by Matthias is working for me denial 16.04
xubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 08:01:26 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 066CF26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 08:01:26 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F27081A3D76;
	Fri, 20 May 2016 08:01:25 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3fN7-0005VT-Pp; Fri, 20 May 2016 08:01:25 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3fN1-0005Oj-1Y
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 08:01:19 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3fMz-0005f1-6J
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:01:17 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2DC762E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:01:17 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 07:52:16 -0000
From: Niklas Vainio <1527867@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dinamic6661 mc3man nvainio+launchpad seb128
X-Launchpad-Bug-Reporter: dinamic (dinamic6661)
X-Launchpad-Bug-Modifier: Niklas Vainio (nvainio+launchpad)
References: <20151219122651.12733.77856.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520075216.10274.42848.malone@gac.canonical.com>
Subject: [Bug 1527867] Re: no "show hidden files" menubar item
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 70f501e1174f522c9fd12e50e9b219db360af014
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1527867 <1527867@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Sebastien, does the fix you mention affect the file chooser dialog?
Because that one should have some kind of menu. It took me years to
discover that I can use Ctrl-H to show hidden files or that there's a
context menu.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1527867

Title:
  no "show hidden files" menubar item

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1527867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 08:21:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3978926C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 08:21:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 333701A3ECB;
	Fri, 20 May 2016 08:21:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3fgH-0007QE-GE; Fri, 20 May 2016 08:21:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3fgG-0007Po-Ow
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 08:21:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3fgF-0005sI-HM
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:21:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C942E2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:21:10 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:12:42 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dinamic6661 mc3man nvainio+launchpad seb128
X-Launchpad-Bug-Reporter: dinamic (dinamic6661)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20151219122651.12733.77856.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520081242.32699.61933.malone@chaenomeles.canonical.com>
Subject: [Bug 1527867] Re: no "show hidden files" menubar item
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dd7bee53c0f2e369cc8058af44e5c7df75ac6da5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1527867 <1527867@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Niklas, no the filechooser is from gtk

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1527867

Title:
  no "show hidden files" menubar item

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1527867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 08:35:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C609026C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 08:35:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BE62E1A409F;
	Fri, 20 May 2016 08:35:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3fuL-0000Dx-1y; Fri, 20 May 2016 08:35:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3fuK-0000Dn-ET
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 08:35:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3fuK-0002kB-3A
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:35:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 105BF2E8072
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:35:44 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:26:32 -0000
From: Apport retracing service <1583956@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport b131979
X-Launchpad-Bug-Reporter: Chaos (b131979)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
X-Launchpad-Bug-Duplicate: 1563051
References: <20160520081922.32699.89267.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520082632.8658.28948.malone@gac.canonical.com>
Subject: [Bug 1583956] Re: nautilus crashed with SIGABRT in
 g_assertion_message(unable to burn image to cd/dvd burner
 application...followed by 16.10 error message)
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 00c819103cb2067a61a32be0c15d5e65712ea04e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583956 <1583956@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1563051 ***
    https://bugs.launchpad.net/bugs/1563051

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1563051, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/1583956/+attachment/4666786/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   https://bugs.launchpad.net/bugs/1583956/+attachment/4666788/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   https://bugs.launchpad.net/bugs/1583956/+attachment/4666790/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   https://bugs.launchpad.net/bugs/1583956/+attachment/4666791/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   https://bugs.launchpad.net/bugs/1583956/+attachment/4666792/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   https://bugs.launchpad.net/bugs/1583956/+attachment/4666793/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   https://bugs.launchpad.net/bugs/1583956/+attachment/4666794/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1563051

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1583956

Title:
  nautilus crashed with SIGABRT in g_assertion_message(unable to burn
  image to cd/dvd burner application...followed by 16.10 error message)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1583956/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 08:36:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 35FE826C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 08:36:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2A1821A40AC;
	Fri, 20 May 2016 08:36:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3fuZ-0000Ho-Dy; Fri, 20 May 2016 08:35:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3fuY-0000HI-IO
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 08:35:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3fuY-00038b-65
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:35:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2C6562E80BB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:35:58 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:27:52 -0000
From: LocutusOfBorg <costamagnagianfranco@yahoo.it>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: costamagnagianfranco crichton laney pitti ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: LocutusOfBorg (costamagnagianfranco)
References: <20160425232653.24544.98576.malonedeb@gac.canonical.com>
Message-Id: <20160520082752.21028.38963.malone@wampee.canonical.com>
Subject: [Bug 1574896] Re: appstreamcli: double free or corruption with
 certain metadata
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 62ccdd61d4fdba5b29754986f2a6edf653e78afd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574896 <1574896@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I didn't have that crash.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1574896

Title:
  appstreamcli: double free or corruption with certain metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1574896/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 08:41:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D922426C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 08:41:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D01C71A40B5;
	Fri, 20 May 2016 08:41:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3fzW-0000if-3x; Fri, 20 May 2016 08:41:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3fzV-0000iP-8n
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 08:41:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3fzU-0006Vl-TY
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:41:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DD8C22E80C1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:41:04 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:33:47 -0000
From: doekia <doekia@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 doekia dsfkljo322332 edwinksl ejmhw1ui57c6fgdo fatordee granta
 janitor johnwang kaj-haulrich kinggoddard kumar981 laney launchpad-startport
 ludentico neil.mayhew olliniem orangewinds panizzom pgbennett pitti
 reivanen-gmail rh-t s-o-l sakrecoer shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: doekia (doekia)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520083347.8689.51432.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8009bfa2c241c4c2a11f0798f5a8a069428bfa63
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Too my lap was burning due this bug

Solution in post #30 was the only way to fix the issue for me.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 08:47:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9E92F26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 08:47:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 94AA81A2F48;
	Fri, 20 May 2016 08:47:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3g5z-0002DZ-Oz; Fri, 20 May 2016 08:47:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3g5z-0002BK-11
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 08:47:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3g5y-00086Q-8b
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:47:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D148C2E80DB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:47:45 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:35:54 -0000
From: Launchpad Bug Tracker <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 doekia dsfkljo322332 edwinksl ejmhw1ui57c6fgdo fatordee granta
 janitor johnwang kaj-haulrich kinggoddard kumar981 laney launchpad-startport
 ludentico neil.mayhew olliniem orangewinds panizzom pgbennett pitti
 reivanen-gmail rh-t s-o-l sakrecoer shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520083610.13562.27199.malone@ackee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 67c029c204c245fe60f2ed2f87c7487c000674cf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package appstream - 0.9.4-1ubuntu1

---------------
appstream (0.9.4-1ubuntu1) xenial; urgency=medium

  * iconfinding-refactor.patch: Fix double-free corruption which
    happens with certain metadata. (LP: #1574896)
  * fix-decompression.patch: Fix hang when refreshing the metadata
    cache. (LP: #1579712)

 -- Matthias Klumpp <mak@debian.org>  Tue, 26 Apr 2016 10:18:14 +0200

** Changed in: appstream (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 08:47:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9EDA026C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 08:47:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 96A901A31AF;
	Fri, 20 May 2016 08:47:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3g62-0002FJ-T1; Fri, 20 May 2016 08:47:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3g61-0002EP-K6
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 08:47:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3g60-00085z-Ny
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:47:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A55BC2E80D5
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:47:48 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:36:19 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 doekia dsfkljo322332 edwinksl ejmhw1ui57c6fgdo fatordee granta
 janitor johnwang kaj-haulrich kinggoddard kumar981 laney launchpad-startport
 ludentico neil.mayhew olliniem orangewinds panizzom pgbennett pitti
 reivanen-gmail rh-t s-o-l sakrecoer shadyatv strav teche70 tomich ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520083619.20886.68585.malone@wampee.canonical.com>
Subject: [Bug 1579712] Update Released
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f3f3ac445eb4a8b6f15fa68cd82a33167cf60d81
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for appstream has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 08:47:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 971A826C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 08:47:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8A18B1A319B;
	Fri, 20 May 2016 08:47:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3g6A-0002JA-DV; Fri, 20 May 2016 08:47:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3g65-0002Gp-KQ
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 08:47:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3g64-00086W-Sn
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:47:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C2AD62E80CF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:47:52 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:35:54 -0000
From: Launchpad Bug Tracker <1574896@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: costamagnagianfranco crichton janitor laney pitti
 ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160425232653.24544.98576.malonedeb@gac.canonical.com>
Message-Id: <20160520083608.13562.8753.malone@ackee.canonical.com>
Subject: [Bug 1574896] Re: appstreamcli: double free or corruption with
 certain metadata
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 85e54a1f4cc190e52660ad8e2b98ca24e33d00f4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574896 <1574896@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package appstream - 0.9.4-1ubuntu1

---------------
appstream (0.9.4-1ubuntu1) xenial; urgency=medium

  * iconfinding-refactor.patch: Fix double-free corruption which
    happens with certain metadata. (LP: #1574896)
  * fix-decompression.patch: Fix hang when refreshing the metadata
    cache. (LP: #1579712)

 -- Matthias Klumpp <mak@debian.org>  Tue, 26 Apr 2016 10:18:14 +0200

** Changed in: appstream (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1574896

Title:
  appstreamcli: double free or corruption with certain metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1574896/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 08:47:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 931B426C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 08:47:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8DACD1A31ED;
	Fri, 20 May 2016 08:47:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3g6A-0002Jy-Lr; Fri, 20 May 2016 08:47:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3g67-0002Hf-4L
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 08:47:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3g66-00085v-Cx
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:47:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 54A9B2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:47:54 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:36:14 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: costamagnagianfranco crichton janitor laney pitti
 ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160425232653.24544.98576.malonedeb@gac.canonical.com>
Message-Id: <20160520083614.7787.2802.malone@soybean.canonical.com>
Subject: [Bug 1574896] Update Released
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 308779303e5f204bca94b0b5f4a1a7ca1a966247
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574896 <1574896@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for appstream has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1574896

Title:
  appstreamcli: double free or corruption with certain metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1574896/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 08:47:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A395726C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 08:47:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9CDE81A337D;
	Fri, 20 May 2016 08:47:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3g6B-0002La-C3; Fri, 20 May 2016 08:47:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3g69-0002If-NT
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 08:47:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3g69-00085v-51
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:47:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 223DA2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:47:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:36:50 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash regression-retracer trusty xenial
 yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport janitor ortylp
X-Launchpad-Bug-Reporter: Paul Ortyl (ortylp)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160328210920.3315.62860.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520083651.8440.10878.launchpad@soybean.canonical.com>
Subject: [Bug 1563051] Re: nautilus crashed with SIGABRT in
 g_assertion_message()
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b0c7aa4068ebc33bb2be00821a75a8a682792662
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1563051 <1563051@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1563051

Title:
  nautilus crashed with SIGABRT in g_assertion_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1563051/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 08:55:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EDEDA26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 08:55:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E2DB71A3E40;
	Fri, 20 May 2016 08:55:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3gD3-0003I4-Mt; Fri, 20 May 2016 08:55:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3gD3-0003Ht-47
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 08:55:05 +0000
Received: from chaenomeles.canonical.com ([91.189.89.119])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3gD2-0001Fv-RG
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:55:04 +0000
Received: from chaenomeles.canonical.com (unknown [IPv6:::1])
 by chaenomeles.canonical.com (Postfix) with ESMTPS id C561768015E
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 08:55:04 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:55:04 -0000
From: Launchpad Bug Tracker <1470030@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ecryptfs; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=ecryptfs-utils;
 component=main; status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: ecryptfs
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: doeus isanythingreallyveracious
 spasov2015-deactivatedaccount tyhicks xlars
X-Launchpad-Bug-Reporter: Spasov2015 (spasov2015-deactivatedaccount)
X-Launchpad-Bug-Modifier: doeus (doeus)
References: <20150630092031.11038.83442.malonedeb@soybean.canonical.com>
Subject: [Bug 1470030] [NEW] encrypted home is not being unmounted upon logout
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160520085504.551.61552.launchpad@chaenomeles.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f97228c04f3bc88de76548301a5996d56cfb5db4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1470030 <1470030@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

WW91IGhhdmUgYmVlbiBzdWJzY3JpYmVkIHRvIGEgcHVibGljIGJ1ZzoKCgpUZXN0ZWQ6CgogICAg
KG9rKSAgWHVidW50dSAxNCBMVFMgLSAxNC4wNC4yIC0gZGVza3RvcCBhbWQ2NArCoMKgwqDCoChi
dWcpIFVidW50dSBHTk9NRSAxNS4wNCAtIGRlc2t0b3AgaTM4NgrCoMKgwqDCoChidWcpIFVidW50
dSBNQVRFIDE1LjA0IC0gZGVza3RvcCBpMzg2CsKgwqDCoMKgKGJ1ZykgTHVidW50dSAxNS4wNCAt
IGRlc2t0b3AgaTM4NgrCoMKgwqDCoChidWcpIFh1YnVudHUgMTYuMDQgKGZ1bGx5IHVwZ3JhZGVk
IG9uIDIwMTYtMDQtMDNUMTA6NTY6NTMrMDI6MDApIC0gYW1kNjQKCgpIb3cgZG8gSSB0ZXN0OgoK
wqDCoMKgwqBJbnN0YWxsYXRpb24gLSBkZWZhdWx0IHdpdGggb3B0aW9uIHRvIGVuY3J5cHQgSG9t
ZSBmb2xkZXIgZHVyaW5nCmluc3RhbGxhdGlvbgoKSSBzaHV0ZG93biB0aGUgbWFjaGluZS4gU3Rh
cnQgaXQuCgpJZiBJIGZpcnN0IGxvZ2luIHdpdGggcm9vdCwgcm9vdCBjYW5ub3Qgc2VlIG15IHVz
ZXIncyBIT01FIGZvbGRlci9maWxlcy8KdGhleSBhcmUgZW5jcnlwdGVkLgoKCsKgwqDCoMKgKiBI
b3dldmVyLCB3aGF0IGhhcHBlbnMgb24gVWJ1bnR1IDE1LjA0IGFuZCAxNi4wNCAoYnVnKToKCsKg
wqDCoMKgSWYgSSBsb2dpbiB0byBteSB1c2VyLCBjaGVjayBmaWxlcywgdGhlbiBsb2cgb2ZmIGZ1
bGx5LCBldmVudHVhbGx5CmxvZ2luIHdpdGggcm9vdCwgcm9vdCBjYW4gc2VlIG15IHVzZXIncyBm
aWxlcyBiZWNhdXNlCi9ob21lL191c2VyXy8uUHJpdmF0ZSBpcyBzdGlsbCBtb3VudGVkLgoKCsKg
wqDCoMKgKiBXaGF0IGhhcHBlbnMgb24gWHVidW50dSAxNC4wNCAoZXhwZWN0ZWQgYmVoYXZpb3Vy
KToKCsKgwqDCoMKgSWYgSSBsb2dpbiB0byBteSB1c2VyLCB0aGVuIEkgbG9nIG9mZiwgZXZlbnR1
YWxseSBsb2dpbiB3aXRoIHJvb3QsCnJvb3QgQ0FOTk9UIHJlYWQgbXkgdXNlcidzIGhvbWUgZGly
L2ZpbGVzLgoKCkkgY2FuIHJlcGxpY2F0ZSB0aGlzIHZlcnkgZWFzaWx5IGFuZCB3aXRoIG5vIHBy
b2JsZW0uIEkgcmVhbGx5CmFwcHJlY2lhdGUgZXZlcnlvbmUncyBvcGluaW9uIGFuZCBleHBlcnQg
d29yZHMuIFRoYW5rIHlvdSEKCioqIEFmZmVjdHM6IGVjcnlwdGZzCiAgICAgSW1wb3J0YW5jZTog
TWVkaXVtCiAgICAgICAgIFN0YXR1czogQ29uZmlybWVkCgoqKiBBZmZlY3RzOiBzeXN0ZW1kIChV
YnVudHUpCiAgICAgSW1wb3J0YW5jZTogTWVkaXVtCiAgICAgICAgIFN0YXR1czogQ29uZmlybWVk
CgoqKiBBZmZlY3RzOiBlY3J5cHRmcy11dGlscyAoRGViaWFuKQogICAgIEltcG9ydGFuY2U6IFVu
a25vd24KICAgICAgICAgU3RhdHVzOiBOZXcKCgoqKiBUYWdzOiBlY3J5cHRmcwotLSAKZW5jcnlw
dGVkIGhvbWUgaXMgbm90IGJlaW5nIHVubW91bnRlZCB1cG9uIGxvZ291dApodHRwczovL2J1Z3Mu
bGF1bmNocGFkLm5ldC9idWdzLzE0NzAwMzAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNh
dGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1IERlc2t0b3AgQnVncywgd2hp
Y2ggaXMgc3Vic2NyaWJlZCB0byBzeXN0ZW1kIGluIFVidW50dS4KCi0tIApkZXNrdG9wLWJ1Z3Mg
bWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMu
dWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 09:01:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 88E4026C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 09:01:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7E5381A3D94;
	Fri, 20 May 2016 09:01:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3gIv-0003y7-QA; Fri, 20 May 2016 09:01:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3gIt-0003u7-B3
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 09:01:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3gIs-00022n-Nk
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:01:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id ADAC02E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:01:06 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:55:02 -0000
From: doeus <1470030@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ecryptfs; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=ecryptfs-utils;
 component=main; status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: ecryptfs
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: doeus isanythingreallyveracious
 spasov2015-deactivatedaccount tyhicks xlars
X-Launchpad-Bug-Reporter: Spasov2015 (spasov2015-deactivatedaccount)
X-Launchpad-Bug-Modifier: doeus (doeus)
References: <20150630092031.11038.83442.malonedeb@soybean.canonical.com>
Message-Id: <20160520085504.551.94263.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1470030] Re: encrypted home is not being unmounted upon logout
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 83017a745c8b096dac3cb3c40ad91352f70c68f4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1470030 <1470030@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: ecryptfs-utils (Ubuntu) => systemd (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1470030

Title:
  encrypted home is not being unmounted upon logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/1470030/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 09:05:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8C3E026C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 09:05:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 800EB1A40AB;
	Fri, 20 May 2016 09:05:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3gNZ-0004jJ-5j; Fri, 20 May 2016 09:05:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3gNY-0004j7-3Q
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 09:05:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3gNX-0003lD-MN
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:05:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9144C2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:05:55 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:56:16 -0000
From: Timo Jyrinki <1583973@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: timo-jyrinki
X-Launchpad-Bug-Reporter: Timo Jyrinki (timo-jyrinki)
X-Launchpad-Bug-Modifier: Timo Jyrinki (timo-jyrinki)
Message-Id: <20160520085616.9393.22857.malonedeb@gac.canonical.com>
Subject: [Bug 1583973] [NEW] appstream refresh stuck at 100% CPU on xenial
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a685ecb6cabd88742acd734d4c63346663d2f9b2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583973 <1583973@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

After a few hours of working today I started wondering what was
consuming my battery:

 %CPU %MEM     TIME+ COMMAND      
100,0  0,5 167:06.10 appstreamcli 

"appstreamcli refresh" is running according to ps. I need to kill it in
order to continue sanely so I may not be getting all the necessary
debugging out of it, but here's something.

sudo gdb -p to the process, continue, break and backtrace:
0x00007f14285f9b23 in yaml_parser_parse () from /usr/lib/x86_64-linux-gnu/libyaml-0.so.2
(gdb) bt
#0  0x00007f14285f9b23 in yaml_parser_parse () from /usr/lib/x86_64-linux-gnu/libyaml-0.so.2
#1  0x00007f1429ea9c4c in as_yamldata_parse_distro_data () from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#2  0x00007f1429eab537 in as_metadata_parse_yaml () from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#3  0x00007f1429eabc55 in as_metadata_parse_file () from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#4  0x00007f1429eaed49 in as_data_pool_update () from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#5  0x00007f1429ea4272 in as_cache_builder_refresh () from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#6  0x00000000004049de in ascli_refresh_cache ()
#7  0x0000000000403ceb in as_client_run ()
#8  0x00007f1429ad2830 in __libc_start_main (main=0x403490 <main>, argc=2, argv=0x7fff509d0768, init=<optimized out>, 
    fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff509d0758) at ../csu/libc-start.c:291
#9  0x0000000000403519 in _start ()

And seems to fluctuate between eg yaml_event_delete, yaml_parser_parse,
but it seems to be stuck in that as_yamldata_parse_distro_data.

Strace does not seem to output anything when attaching, or I'm doing something wrong:
$ sudo strace -p 14708
strace: Process 14708 attached
strace: [ Process PID=14708 runs in x32 mode. ]
^Cstrace: Process 14708 detached

I have a snapshot of /var/cache/app-info in store if needed. Nothing
under xapian/ has timestamp newer than 3h ago when the process had
started, and xmls/fwupd.xml is over an hour old too.

** Affects: appstream (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583973

Title:
  appstream refresh stuck at 100% CPU on xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583973/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 09:06:20 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2281026C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 09:06:20 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1BA541A40AB;
	Fri, 20 May 2016 09:06:20 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3gNv-0004n7-DG; Fri, 20 May 2016 09:06:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3gNu-0004n2-Kf
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 09:06:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3gNu-0004OK-Fe
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:06:18 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 74F782E80BB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:06:18 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 08:57:30 -0000
From: Me <wmsopou@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 doekia dsfkljo322332 edwinksl ejmhw1ui57c6fgdo fatordee granta
 janitor johnwang kaj-haulrich kinggoddard kumar981 laney launchpad-startport
 ludentico neil.mayhew olliniem orangewinds panizzom pgbennett pitti
 reivanen-gmail rh-t s-o-l sakrecoer shadyatv strav teche70 tomich wmsopou
 ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Me (wmsopou)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520085730.981.24753.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 54104483a0b003f31a4b307086002cb070893f8d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

#24 worked for me BUT with the addition of removing leftover lock files first:

sudo rm /var/lib/dpkg/lock 
sudo rm /var/cache/apt/archives/lock

Dangerous if anything apt related still running - but I think a lot of
people will CTRL-C their way out of "apt-get update" of somehow try to
kill a hung update-manager.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 09:11:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3C36326C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 09:11:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 352881A40E1;
	Fri, 20 May 2016 09:11:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3gSX-0005Cp-47; Fri, 20 May 2016 09:11:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3gSS-0005B1-GZ
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 09:11:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3gSS-0008Fn-4t
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:11:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2207D2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:11:00 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 09:02:11 -0000
From: Joel <joelgomez3@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg janc janitor joelgomez3
 launchpad-startport pp teche70 ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Joel (joelgomez3)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520090212.636.21178.malone@chaenomeles.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8cc8e9c40e0d6531af2d3a7af74a1e0e490c3734
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

This fix also worked for me.
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/24

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 09:35:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 963CF26C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 09:35:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8F63C1A4139;
	Fri, 20 May 2016 09:35:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3gqW-0007un-T4; Fri, 20 May 2016 09:35:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3gqW-0007ui-21
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 09:35:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3gqV-0007fl-Ns
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:35:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A5B7D2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:35:51 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 09:27:16 -0000
From: ianrumford <ian@rumford.name>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 doekia dsfkljo322332 edwinksl ejmhw1ui57c6fgdo fatordee granta
 janitor johnwang kaj-haulrich kinggoddard kumar981 laney launchpad-startport
 ludentico neil.mayhew olliniem orangewinds p-ian-s panizzom pgbennett pitti
 reivanen-gmail rh-t s-o-l sakrecoer shadyatv strav teche70 tomich wmsopou
 ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: ianrumford (p-ian-s)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520092716.7891.73755.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c950f2a4ae42ee7cf2ea498f8fe34338dc3281ca
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

#24 worked for me.  Thanks to all.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 09:41:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BEB6126C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 09:41:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B7B601A4207;
	Fri, 20 May 2016 09:41:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3gvd-0000Il-L0; Fri, 20 May 2016 09:41:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3gvc-0000IU-SZ
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 09:41:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3gvc-0003Rs-Ge
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:41:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 78FB02E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:41:08 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 09:32:42 -0000
From: Launchpad Bug Tracker <1583973@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor timo-jyrinki
X-Launchpad-Bug-Reporter: Timo Jyrinki (timo-jyrinki)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160520085616.9393.22857.malonedeb@gac.canonical.com>
Message-Id: <20160520093243.823.77306.malone@chaenomeles.canonical.com>
Subject: [Bug 1583973] Re: appstream refresh stuck at 100% CPU on xenial
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f9b7be4f354fe8aee2982d0b07e8fe30eaacd1fc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583973 <1583973@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: appstream (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583973

Title:
  appstream refresh stuck at 100% CPU on xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583973/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 09:41:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8729F26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 09:41:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 76FF41A41E5;
	Fri, 20 May 2016 09:41:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3gvf-0000K7-Om; Fri, 20 May 2016 09:41:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3gve-0000JI-JK
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 09:41:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3gve-0003VE-A4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:41:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3E1D62E80C1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:41:10 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 09:31:49 -0000
From: Kees <1583845@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg janc janitor joelgomez3 kees-verruijt
 launchpad-startport pp teche70 ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Kees (kees-verruijt)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520093149.1051.24397.malone@chaenomeles.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: efaef5177b0578bacdc52ef9ca8dcbc9e165ac6f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/24
works for me as well.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 09:45:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E071826C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 09:45:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D86491A4245;
	Fri, 20 May 2016 09:45:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3h08-0000j3-EX; Fri, 20 May 2016 09:45:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3h07-0000ir-IX
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 09:45:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3h07-0004eF-1S
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:45:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F1E932E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 09:45:46 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 09:35:50 -0000
From: HarzG <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 doekia dsfkljo322332 edwinksl ejmhw1ui57c6fgdo fatordee granta
 harzg janitor johnwang kaj-haulrich kinggoddard kumar981 laney
 launchpad-startport ludentico neil.mayhew olliniem orangewinds p-ian-s
 panizzom pgbennett pitti reivanen-gmail rh-t s-o-l sakrecoer shadyatv strav
 teche70 tomich wmsopou ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: HarzG (harzg)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520093550.511.14862.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 289d18b1d76126b49d3a8ca87f3bf5443b720a0f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

#56 & #60: Thanks Mikko & kimr - Disabling the xenial-backports is working for me to. 
In a 16.04 live-system backports are disabled. By a fresh install of 16.04 backports are ENabled? 
https://help.ubuntu.com/community/UbuntuBackports
This is not an "user issue" because a lot of users never changed the backports ON/OFF.
It's a showstopper for 16.04 LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 10:05:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 266FF26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 10:05:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 175331A452E;
	Fri, 20 May 2016 10:05:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3hJV-0003PX-2x; Fri, 20 May 2016 10:05:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3hJT-0003OS-LU
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 10:05:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3hJT-0000FW-9z
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 10:05:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 42EDC2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 10:05:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 09:56:59 -0000
From: Leopoldo Pena <leopenausa@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor leopenausa timo-jyrinki
X-Launchpad-Bug-Reporter: Timo Jyrinki (timo-jyrinki)
X-Launchpad-Bug-Modifier: Leopoldo Pena (leopenausa)
References: <20160520085616.9393.22857.malonedeb@gac.canonical.com>
Message-Id: <20160520095659.10306.1765.malone@soybean.canonical.com>
Subject: [Bug 1583973] Re: appstream refresh stuck at 100% CPU on xenial
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8b2606759273019e09997c920f2686a023bfab76
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583973 <1583973@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can confirm the same issue on my laptop with Xenial.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583973

Title:
  appstream refresh stuck at 100% CPU on xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583973/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 10:45:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 47F8426C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 10:45:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3E4F61A4600;
	Fri, 20 May 2016 10:45:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3hwA-0007Ac-2o; Fri, 20 May 2016 10:45:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3hw9-0007AG-0F
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 10:45:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3hw8-0007kG-L1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 10:45:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 90C612E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 10:45:44 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 10:37:18 -0000
From: Timo Jyrinki <1583973@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor leopenausa timo-jyrinki
X-Launchpad-Bug-Reporter: Timo Jyrinki (timo-jyrinki)
X-Launchpad-Bug-Modifier: Timo Jyrinki (timo-jyrinki)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520085616.9393.22857.malonedeb@gac.canonical.com>
Message-Id: <20160520103718.8981.96659.malone@gac.canonical.com>
Subject: [Bug 1583973] Re: appstream refresh stuck at 100% CPU on xenial
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f682460387c9ad70910e7b167eac4bc6339071f5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583973 <1583973@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

Hah, sounds like fix would be released 3h ago and that's why I didn't
see any bug filed :D

Bug #1579712

** This bug has been marked a duplicate of bug 1579712
   Refresh hangs indefinitely, appstreamcli using 100% CPU

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583973

Title:
  appstream refresh stuck at 100% CPU on xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583973/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 10:50:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BFD3926C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 10:50:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B45B51A45EF;
	Fri, 20 May 2016 10:50:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3i17-0007wH-1s; Fri, 20 May 2016 10:50:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3i16-0007w5-8K
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 10:50:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3i14-0008Tw-Nm
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 10:50:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 663832E80D9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 10:50:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 10:43:06 -0000
From: Joe Dunster <joe.dunster@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges cedara2 es20490446e
 gernophil idlesign janitor jfoc joe-dunster launchpad-startport mathew-hodson
 pitti rmlabruyere ryanhuff sahithi-pnp
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Joe Dunster (joe-dunster)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160520104307.1051.52089.malone@chaenomeles.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 624c1d09e9830667d05feb1ff704105a8acf2bd1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hi,

I've installed 16.04 on a 32bit laptop (yesterday) but am having
problems installing .deb files... should this be fixed now?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573408

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 11:01:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EA14526C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 11:01:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E2EF81A45E5;
	Fri, 20 May 2016 11:01:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3iBT-0008W4-QP; Fri, 20 May 2016 11:01:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3iBF-0008Tk-B9
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 11:01:21 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3iBE-0002mw-TM
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 11:01:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A1FC22E80D5
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 11:01:20 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 10:51:41 -0000
From: Joe Dunster <joe.dunster@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abencomoc90 acutbal adam-melnyk adnanyumer
 amribrahim1987 andrea-deangelis93 anujsharma9196 belenos bkarlan-n braderhart
 cedara2 chipsharpdotcom davidrabello dilumtharaka1 dragonsawareness
 dusktumult erzzo eyeprotocol faical117 gurukumara guzmane ibrahimdarra
 imranmohd72 janitor jerss2k jfoc jime567 joe-dunster jonayadrahman
 launchpad-startport lei-pero lt-goldman marcorr70 mathew-hodson narenana
 nicholaskade octoquad odo-openerp oystein-alver pablocelayes postadelmaga
 rmmuneer06 robert-mijakovic rodolfo-inec rusubogdan93 sahashinjan seb128
 smurfendrek123 soopo stanislav-schmidt strom-anders subhadeep-dey svde-tech
 t-uruntu-s techbin1 timtjtim vincentthiele ximion yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: Joe Dunster (joe-dunster)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520105141.903.89508.malone@chaenomeles.canonical.com>
Subject: [Bug 1573206] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 02d3fee884515fe2b4170f2c57a4f4b1fc613b5a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

I've installed 16.04 on a 32 bit laptop (yesterday) but am unable to
install .deb files with the software installer... infact the software
installer is just a blank screen now

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573206

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573206/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 11:15:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EC1CE26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 11:15:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E61961A4556;
	Fri, 20 May 2016 11:15:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3iPP-0001Bp-6q; Fri, 20 May 2016 11:15:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3iPO-0001Bf-0B
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 11:15:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3iPN-0000HA-HI
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 11:15:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 803732E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 11:15:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 11:07:36 -0000
From: Will Cooke <1573408@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges cedara2 es20490446e
 gernophil idlesign janitor jfoc joe-dunster launchpad-startport mathew-hodson
 pitti rmlabruyere ryanhuff sahithi-pnp willcooke
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160520110737.20962.26178.malone@wampee.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b61ba0e8caef336ac5c60de12a8b188c2856b9f3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@joe-dunster - yes, it should be fixed but you will need to run an
upgrade before you get the fix, it won't be in the main images until we
make new ones at 16.04.1 (July).  It will appear in the daily images
though.  If you downloaded the image from
http://releases.ubuntu.com/16.04/ubuntu-16.04-desktop-amd64.iso then
please run from the terminal:

sudo apt update
sudo apt upgrade

You should then get the new version of Software with the fixes to allow
you to install a .deb.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573408

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 11:20:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6315C26C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 11:20:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5C86B1A459D;
	Fri, 20 May 2016 11:20:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3iUC-0001og-2O; Fri, 20 May 2016 11:20:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3iUB-0001oX-Bd
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 11:20:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3iUA-00011E-0l
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 11:20:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DDA712E80C1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 11:20:53 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 11:11:04 -0000
From: Will Cooke <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg bbogert24 boenadi crichton dedalu-dedalu
 dennisw50-300 doekia dsfkljo322332 edwinksl ejmhw1ui57c6fgdo fatordee granta
 harzg janitor johnwang kaj-haulrich kinggoddard kumar981 laney
 launchpad-startport ludentico neil.mayhew olliniem orangewinds p-ian-s
 panizzom pgbennett pitti reivanen-gmail rh-t s-o-l sakrecoer shadyatv strav
 teche70 tomich willcooke wmsopou ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520111104.751.53179.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5f405a68b69cc55be4f1eabcf140c20f1771dad3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

If you've experienced this issue today (20 May 2016) then it should now
be fixed in the archives.  Please allow a little time for the changes to
replicate around. You can then re-enable backports if you wish.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 12:11:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 162B126C21B8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 12:11:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0E0F11A4197;
	Fri, 20 May 2016 12:11:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3jGy-0007l0-V1; Fri, 20 May 2016 12:11:20 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3jGy-0007ki-DE
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 12:11:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3jGy-000141-3R
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 12:11:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1739A2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 12:11:20 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 12:00:55 -0000
From: Maik <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arup-chowdhury ashnazg bbogert24 boenadi crichton
 dedalu-dedalu dennisw50-300 doekia dsfkljo322332
 edwinksl ejmhw1ui57c6fgdo
 fatordee granta harzg janitor johnwang kaj-haulrich kinggoddard kumar981
 laney launchpad-startport ludentico maik-lindner neil.mayhew olliniem
 orangewinds p-ian-s panizzom pgbennett pitti reivanen-gmail rh-t s-o-l
 sakrecoer shadyatv strav teche70 tomich willcooke wmsopou ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Maik (maik-lindner)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520120055.9360.67494.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e289c9ca42d13c7c040f34b4234a094f4c02b6e4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

#24 worked for me. thanks matthias!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 12:16:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9117926C21B8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 12:16:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 863BA1A45C3;
	Fri, 20 May 2016 12:16:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3jLc-0008OM-Nw; Fri, 20 May 2016 12:16:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3jLc-0008OF-83
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 12:16:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3jLc-0003DQ-25
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 12:16:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0DB6E2E807D
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 12:16:08 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 12:09:04 -0000
From: Arup <arup.chowdhury@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arup-chowdhury ashnazg bbogert24 boenadi crichton
 dedalu-dedalu dennisw50-300 doekia dsfkljo322332
 edwinksl ejmhw1ui57c6fgdo
 fatordee granta harzg janitor johnwang kaj-haulrich kinggoddard kumar981
 laney launchpad-startport ludentico maik-lindner neil.mayhew olliniem
 orangewinds p-ian-s panizzom pgbennett pitti reivanen-gmail rh-t s-o-l
 sakrecoer shadyatv strav teche70 tomich willcooke wmsopou ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Arup (arup-chowdhury)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520120904.10306.79611.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: da5928534efb73f494cd893cc4657a3ee208562b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The big issue here is that fresh installs all hang due to this error.
How do we get past that? Would an updated installation package be issued
by Canonical to fix this?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 12:35:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B770D26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 12:35:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ACCFA1A4643;
	Fri, 20 May 2016 12:35:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3jef-0001er-K5; Fri, 20 May 2016 12:35:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3jee-0001eA-9V
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 12:35:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3jed-0007DA-Ui
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 12:35:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E53212E80D0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 12:35:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 12:29:20 -0000
From: Matthew Ames <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arup-chowdhury ashnazg bbogert24 boenadi crichton
 dedalu-dedalu dennisw50-300 doekia dsfkljo322332
 edwinksl ejmhw1ui57c6fgdo
 fatordee granta harzg janitor johnwang kaj-haulrich kinggoddard kumar981
 laney launchpad-startport ludentico maik-lindner neil.mayhew olliniem
 orangewinds p-ian-s panizzom pgbennett pitti reivanen-gmail rh-t s-o-l
 sakrecoer shadyatv strav supermatt teche70 tomich willcooke wmsopou ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Matthew Ames (supermatt)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520122920.9051.86797.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d00fd9a924c8629ce728fd096c4248f700a0bc22
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Following on for #70, one cannot install new packages for appstream if
the packages cannot be refreshed. What will be done to advise users how
to get around this problem. Finding this bug report was more luck than
skill.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 13:41:26 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A956826C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 13:41:26 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A31EA1A4472;
	Fri, 20 May 2016 13:41:26 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3kg9-000120-UC; Fri, 20 May 2016 13:41:25 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3kg8-000112-LM
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 13:41:24 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3kg8-00080c-2J
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 13:41:24 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DD74E2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 13:41:23 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 13:31:23 -0000
From: Matthew Fearnley <matthew.w.fearnley@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: colin-law janitor mark-j-abraham matthew-w-fearnley
X-Launchpad-Bug-Reporter: Colin Law (colin-law)
X-Launchpad-Bug-Modifier: Matthew Fearnley (matthew-w-fearnley)
References: <20130325214356.6995.45300.malonedeb@gac.canonical.com>
Message-Id: <20160520133123.7891.13331.malone@soybean.canonical.com>
Subject: [Bug 1160046] Re: terminal does not resize correctly after maximise
 by sliding to top panel
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 63cc91795ac8a405bfcef2768b6c51dae55ad24e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1160046 <1160046@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is still a problem in 16.04.  The terminal will become a desktop-
sized window after restoring, after every way I can think of to maximise
(snapping to top, double-clicking the title bar, double-pressing F11).

If the window was partly offscreen when it was maximised, it still
expands to desktop size on restore, but the top-left corner is restored
to its original position.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1160046

Title:
  terminal does not resize correctly after maximise by sliding to top
  panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1160046/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 14:26:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 602F726C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 14:26:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5AE931A40E1;
	Fri, 20 May 2016 14:26:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3lNT-0006fT-M1; Fri, 20 May 2016 14:26:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3lNS-0006ec-GP
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 14:26:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3lNS-0007cl-5K
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 14:26:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1DF2D2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 14:26:10 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 14:15:44 -0000
From: Gerry Boland <1357328@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=qtmir; status=Fix Released; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=trust-store; status=Fix Released; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gerboland vtuson
X-Launchpad-Bug-Reporter: Victor Tuson Palau (vtuson)
X-Launchpad-Bug-Modifier: Gerry Boland (gerboland)
References: <20140815111357.28174.10781.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520141544.7996.48106.malone@soybean.canonical.com>
Subject: [Bug 1357328] Re: scope in krillin with location hang
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0f0e1d732497be852898b2273466bdc7c953aa85
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1357328 <1357328@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I cannot reproduce this, must have been fixed along the way. Please re-
open if not

** Changed in: qtmir
       Status: New => Fix Released

** Changed in: trust-store
       Status: New => Fix Released

** Changed in: location-service (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1357328

Title:
  scope in krillin with location hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1357328/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 15:15:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EA10F26C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 15:15:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E22AA1A4903;
	Fri, 20 May 2016 15:15:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3m9T-00040U-Qv; Fri, 20 May 2016 15:15:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3m9S-0003zs-VW
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 15:15:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3m9S-0007Hs-BK
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 15:15:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4ACF52E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 15:15:46 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 15:07:58 -0000
From: Sandeep Kamath <sandeep@sandeep.co.in>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: last.fm
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: affif-bluemeda beardslee-stephen janitor
 sandeepkamath
X-Launchpad-Bug-Reporter: Affif Mukhlashin (affif-bluemeda)
X-Launchpad-Bug-Modifier: Sandeep Kamath (sandeepkamath)
References: <20160408025153.3601.61830.malonedeb@gac.canonical.com>
Message-Id: <20160520150759.8981.61691.malone@gac.canonical.com>
Subject: [Bug 1567742] Re: Cann't login to last.fm
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 136538dd4872bd464b511c99b0fa3817f4bcfa8f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1567742 <1567742@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Seems to have started working for me now (rhythmbox 3.3-1ubuntu7)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1567742

Title:
  Cann't login to last.fm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1567742/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 15:41:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C3B7426C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 15:41:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BF21E1A4A28;
	Fri, 20 May 2016 15:41:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3mYK-0006zm-GZ; Fri, 20 May 2016 15:41:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3mYJ-0006z3-0K
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 15:41:27 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3mYI-0004Sb-Df
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 15:41:26 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 593092E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 15:41:26 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 15:31:28 -0000
From: =?utf-8?q?Thomas_Vo=C3=9F?= <1536774@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=12;
 status=Confirmed; importance=Critical; assignee=alecu@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mardy pat-mcgowan thomas-voss
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
References: <20160121202216.11169.83083.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520153129.14093.84137.launchpad@soybean.canonical.com>
Subject: [Bug 1536774] Re: Location service state should distinguish between
 enabled/disabled and active/inactive
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0fe1d50386d23322f15e1ebede91c59dc1d93e83
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1536774 <1536774@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: location-service (Ubuntu)
       Status: Confirmed => In Progress

** Branch linked: lp:~thomas-voss/location-service/expose-engine-state-
information

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1536774

Title:
  Location service state should distinguish between enabled/disabled and
  active/inactive

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1536774/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 15:50:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8320626C236C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 15:50:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7D23D1A4AD6;
	Fri, 20 May 2016 15:50:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3mhL-0008Rt-4P; Fri, 20 May 2016 15:50:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3mhJ-0008Qz-Mx
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 15:50:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3mhJ-0000In-0u
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 15:50:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 04D702E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 15:50:45 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 15:44:55 -0000
From: Will Cooke <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arup-chowdhury ashnazg bbogert24 boenadi crichton
 dedalu-dedalu dennisw50-300 doekia dsfkljo322332
 edwinksl ejmhw1ui57c6fgdo
 fatordee granta harzg janitor johnwang kaj-haulrich kinggoddard kumar981
 laney launchpad-startport ludentico maik-lindner neil.mayhew olliniem
 orangewinds p-ian-s panizzom pgbennett pitti reivanen-gmail rh-t s-o-l
 sakrecoer shadyatv strav supermatt teche70 tomich willcooke wmsopou ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520154455.9255.40879.malone@gac.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 10f6cb48f8cff502fb82f649e4248daa03a619c3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The issue causing the refresh to hang is fixed in the archive, so
everyone should be able to upgrade without problem.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 15:55:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5545826C236C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 15:55:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 449611A4B19;
	Fri, 20 May 2016 15:55:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3mm6-0000N0-Dn; Fri, 20 May 2016 15:55:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3mm5-0000MZ-SI
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 15:55:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3mm5-0002Br-Bk
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 15:55:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 42B9D2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 15:55:41 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 15:49:59 -0000
From: Colin Law <1160046@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: colin-law janitor mark-j-abraham matthew-w-fearnley
X-Launchpad-Bug-Reporter: Colin Law (colin-law)
X-Launchpad-Bug-Modifier: Colin Law (colin-law)
References: <20130325214356.6995.45300.malonedeb@gac.canonical.com>
Message-Id: <20160520154959.10034.28563.malone@gac.canonical.com>
Subject: [Bug 1160046] Re: terminal does not resize correctly after maximise
 by sliding to top panel
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c54302206236bb7d14a6152f381fe1e2c71c8422
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1160046 <1160046@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Not so much still a problem as an old problem returned.  It was not
present in 14.04 to 15.10 (at least for me) but has returned with 16.04.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1160046

Title:
  terminal does not resize correctly after maximise by sliding to top
  panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1160046/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 16:00:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D133E26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 16:00:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C76DA1A4AD8;
	Fri, 20 May 2016 16:00:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3mrC-0001P4-IU; Fri, 20 May 2016 16:00:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3mrA-0001Og-QI
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 16:00:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3mrA-0003KX-5N
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 16:00:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D2E962E80C1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 16:00:55 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 15:52:09 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=linux; component=main;
 status=Confirmed; importance=Wishlist; assignee=colin.king@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Triaged; importance=Wishlist; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug-Tags: bot-stop-nagging
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pitti
X-Launchpad-Bug-Reporter: Martin Pitt (pitti)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
Message-Id: <20160520155209.8720.13430.malonedeb@gac.canonical.com>
Subject: [Bug 1584124] [NEW] revisit /etc/init.d/ondemand
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0a468e682bf233323f32dc6858ecb0d10e358642
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584124 <1584124@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

We've been carrying /etc/init.d/ondemand for many years. We should
revisit if booting with a kernel that defaults to "ondemand" right away
is still actually slower than "performance".

In the short term, systemd should grow a "Type=idle" unit that switches
to ondemand, to replace the static "1 minute" sleep. This will also get
rid of the last init.d script in "initscripts" that we actually use, and
pave the way for dropping the initscripts package.

In the long term, we could drop it completely if "ondemand" DTRT.

** Affects: linux (Ubuntu)
     Importance: Wishlist
     Assignee: Colin Ian King (colin-king)
         Status: Confirmed

** Affects: systemd (Ubuntu)
     Importance: Wishlist
     Assignee: Martin Pitt (pitti)
         Status: Triaged


** Tags: bot-stop-nagging

** Also affects: linux (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: systemd (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: systemd (Ubuntu)
       Status: New => Triaged

** Changed in: systemd (Ubuntu)
     Assignee: (unassigned) => Martin Pitt (pitti)

** Changed in: linux (Ubuntu)
       Status: New => Confirmed

** Changed in: linux (Ubuntu)
   Importance: Undecided => Wishlist

** Tags added: bot-stop-nagging

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1584124

Title:
  revisit /etc/init.d/ondemand

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1584124/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 16:01:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 880CE26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 16:01:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7F1681A4B3E;
	Fri, 20 May 2016 16:01:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3mrL-0001RP-6q; Fri, 20 May 2016 16:01:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3mrG-0001Qm-Dn
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 16:01:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3mrG-0003Uj-4Z
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 16:01:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 180C42E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 16:01:02 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 15:54:53 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Confirmed; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 crichton janitor
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520155454.303.63378.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 99d0e4649d953c5478e7073f8a24cb4155036610
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCiAgSW4gRGVsbCBvciBUaGlua1BhZCAoZm9yIHRoZXNl
IHlvdSBuZWVkIGEga2VybmVsIHdoaWNoIGluY2x1ZGVzIGZpeCBmb3IKICBscDoxNTc0NDk4KSBu
b3RlYm9va3Mgd2l0aCBrZXlib2FyZCBiYWNrbGlnaHQsIHRoZSBrZXliaW5kaW5ncyB0bwogIGNv
bnRyb2wgdGhlIGtleWJvYXJkIGJhY2tsaWdodCBkb24ndCBlbWl0IGFueSBldmVudCB0byB0aGUg
dXNlcmxhbmQsCiAgYWJvdXQgdGhlIHN0YXRlIGNoYW5nZSwgbm9yIHRoZXkgcmVxdWVzdCB1c2Vy
bGFuZCB0byBjaGFuZ2UgaXQgKGFzIGl0CiAgaGFwcGVucyBpbiBvdGhlciBtb2RlbHMgd2hpY2gg
ZW1pdHMgS0VZX0tCRElMTFVNe1VQLERPV04sVE9HR0xFfQogIGV2ZW50cyksIHRoaXMgY2F1c2Vz
IHVuaXR5L2dub21lLXNldHRpbmdzIGRhZW1vbiBub3QgdG8gcmVzdG9yZSB0aGUKICBwcm9wZXIg
YmFja2xpZ2h0IGFmdGVyIGlkbGUuCiAgCiAgU3RlcHMgdG8gcmVwcm9kdWNlOgogIMKgMCkgZW5z
dXJlIHlvdXIga2V5Ym9hcmQgYmFja2xpZ2h0IGlzIG9uLCBhbmQKICDCoMKgwqDCoMKgZ2RidXMg
Y2FsbCAtLXN5c3RlbSAtLWRlc3Qgb3JnLmZyZWVkZXNrdG9wLlVQb3dlciBcCiAgwqDCoMKgwqDC
oMKgLS1vYmplY3QtcGF0aCAvb3JnL2ZyZWVkZXNrdG9wL1VQb3dlci9LYmRCYWNrbGlnaHQgXAog
IMKgwqDCoMKgwqDCoC0tbWV0aG9kIG9yZy5mcmVlZGVza3RvcC5VUG93ZXIuS2JkQmFja2xpZ2h0
LkdldEJyaWdodG5lc3MKICDCoMKgwqDCoHJldHVybnMgYSB2YWx1ZSAhPSBmcm9tIDAuIElmIG5v
dCwganVzdCBjYWxsIHRoZSBTZXRCcmlnaHRuZXNzCiAgwqDCoMKgwqBtZXRob2Qgd2l0aCBhIHBv
c2l0aXZlIHZhbHVlLCB0byB0dXJuIG9uIHRoZSBiYWNrbGlnaHQuCiAgCiAgwqDCoMKgwqBOb3cg
dHVybiBvZmYgdGhlIGtleWJvYXJkIGJhY2tsaWdodCAob3Igc2V0IGl0IHRvIGFub3RoZXIgbGV2
ZWwpCiAgwqDCoMKgwqB1c2luZyB0aGUgbGFwdG9wIGtleXMsIGFuZCBydW46CiAgwqDCoMKgwqDC
oGdzZXR0aW5ncyBzZXQgb3JnLmdub21lLmRlc2t0b3Auc2Vzc2lvbiBpZGxlLWRlbGF5IDEKICDC
oMKgwqDCoHRvIG1ha2UgdGhpbmdzIGVhc2llciB0byB0ZXN0LgogIAogIMKgMikgV2FpdCBvbmUg
c2Vjb25kIGFuZCB0aGUgc2NyZWVuc2F2ZXIgc2hvdWxkIHN0YXJ0LiBXYWl0IHRoZSBzY3JlZW4g
dG8KICDCoMKgwqDCoGJlIHR1cm5lZCBvZmYuIElmIHlvdSBqdXN0IGNoYW5nZWQgdGhlIGJyaWdo
dG5lc3MgbGV2ZWwgYXQgdGhlIHN0ZXAgYWJvdmUsCiAgwqDCoMKgwqBvbmNlIHRoZSBzY3JlZW4g
aXMgdHVybmVkIG9mZiwgYWxzbyB0aGUga2V5Ym9hcmQgYmFja2xpZ2h0IHNob3VsZCBiZSB0dXJu
ZWQgb2ZmIHRvby4KICAKICDCoDMpIE5vdyBwcmVzcyBhIGtleSBvciBtb3ZlIHRoZSBtb3VzZS4K
ICAKICBFeHBlY3RlZCBiZWhhdmlvcjoKICAKICDCoDQpIFRoZSBrZXlib2FyZCBiYWNrbGlnaHQg
c2hvdWxkIGJlIHNldCBiYWNrIHRvIHRoZSBwcmV2aW91cyBsZXZlbCAoc28gaXQgc2hvdWxkIHN0
YXkgb2ZmCiAgwqDCoMKgwqBvciBnbyBiYWNrIHRvIHRoZSBsZXZlbCB5b3Ugc2V0IGJlZm9yZSB0
aGUgaWRsZSB0aW1lb3V0IGhhcHBlbmVkKS4KICAKICBBY3R1YWwgYmVoYXZpb3I6CiAgCiAgwqA1
KSBUaGUgYmFja2xpZ2h0IGlzIHNldCB0byB0aGUgbGV2ZWwgaXQgaGFkIGF0IHBvaW50IDApLgor
IAorIAorIFRvIHJlc2V0IHRoZSBpZGxlLWRlbGF5LCBqdXN0IGNhbGwKKyAgIGdzZXR0aW5ncyBy
ZXNldCBvcmcuZ25vbWUuZGVza3RvcC5zZXNzaW9uIGlkbGUtZGVsYXkKCi0tIApZb3UgcmVjZWl2
ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVu
dHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBzdWJzY3JpYmVkIHRvIGdub21lLXNldHRpbmdzLWRh
ZW1vbiBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU4Mzg2MQoK
VGl0bGU6CiAgS2V5Ym9hcmQgYmFja2xpZ2h0IGlzbid0IHByb3Blcmx5IHJlc3RvcmVkIGFmdGVy
IGlkbGUgb24gc3lzdGVtcyB3aXRoCiAgaGFyZHdpcmVkIGNvbmZpZ3VyYXRpb24KClRvIG1hbmFn
ZSBub3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgpodHRwczovL2J1Z3MubGF1bmNo
cGFkLm5ldC9kZWxsLXNwdXRuaWsvK2J1Zy8xNTgzODYxLytzdWJzY3JpcHRpb25zCgotLSAKZGVz
a3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRw
czovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 16:30:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0FD8526C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 16:30:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 094831A4B98;
	Fri, 20 May 2016 16:30:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3nK6-0004Ul-7y; Fri, 20 May 2016 16:30:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3nK5-0004UH-GN
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 16:30:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3nK5-0003ez-2s
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 16:30:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 12B5A2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 16:30:49 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 16:23:18 -0000
From: Frederick <admin@frediswelt.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=appstream; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ashnazg janc janitor joelgomez3 kees-verruijt
 launchpad-startport pp teche70 ximion
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Frederick (fredisz)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520002117.303.83090.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520162319.636.52037.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100%
 Processor Utilization
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6d2aed44ad5aba0aa7292d90123c4565dffb9c43
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583845 <1583845@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

** Changed in: appstream (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583845

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/appstream/+bug/1583845/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 16:41:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AE51F26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 16:41:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A85001A4BB3;
	Fri, 20 May 2016 16:41:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3nU9-00067j-C0; Fri, 20 May 2016 16:41:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3nU1-00064B-09
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 16:41:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3nU0-0000U4-9b
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 16:41:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 36B892E80C1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 16:41:04 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 16:31:16 -0000
From: Oliver Leitner <1579712@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arup-chowdhury ashnazg bbogert24 boenadi crichton
 dedalu-dedalu dennisw50-300 doekia dsfkljo322332
 edwinksl ejmhw1ui57c6fgdo
 fatordee granta harzg janitor johnwang kaj-haulrich kinggoddard kumar981
 laney launchpad-startport ludentico maik-lindner neil.mayhew olliniem
 orangewinds p-ian-s panizzom pgbennett pitti reivanen-gmail rh-t s-o-l
 sakrecoer shadow333 shadyatv strav supermatt teche70 tomich willcooke wmsopou
 ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Oliver Leitner (shadow333)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520163116.303.71918.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c6b7dc2850813ae672c232ac982e78437a2d4ec9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

i can confirm this being present in xenial.

it seems to correlate with a system hard reset, maybe that system hard
reset breaks the "database" behind the program? any way to have it
autocheck for integrity every n loads or after a hard reset?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 18:31:31 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B18FD26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 18:31:31 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A81C51A4C6D;
	Fri, 20 May 2016 18:31:31 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3pCs-0003qs-Ns; Fri, 20 May 2016 18:31:30 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3pCr-0003pz-O0
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 18:31:29 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3pCr-0006mn-24
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 18:31:29 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F298F2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 18:31:28 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 18:22:10 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shared-mime-info;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: f-info-3 janitor
X-Launchpad-Bug-Reporter: =?utf-8?q?Ertan_G=C3=BCnay_=28f-info-3=29?=
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160320103414.20907.87964.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520182212.373.78797.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1559671] Re: package shared-mime-info 1.5-2 failed to
 install/upgrade: triggers looping, abandoned
X-Launchpad-Message-Rationale: Subscriber (shared-mime-info in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a11ba3ba4762c99a10f671cde35685d1276f7540
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1559671 <1559671@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: shared-mime-info (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu.
https://bugs.launchpad.net/bugs/1559671

Title:
  package shared-mime-info 1.5-2 failed to install/upgrade: triggers
  looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/1559671/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 18:35:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E1D2326C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 18:35:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DAF8B1A4C75;
	Fri, 20 May 2016 18:35:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3pHA-0004Fx-Nk; Fri, 20 May 2016 18:35:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3pH9-0004FL-NP
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 18:35:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3pH9-00087r-5l
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 18:35:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1A6792E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 18:35:55 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 18:27:19 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubiquity; component=main; 
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: time ubuntu16.04 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brunonova janitor
 kaarticsivaraam91196-deactivatedaccount psusi publicpanther
X-Launchpad-Bug-Reporter: Kaartic Sivaraam
 (kaarticsivaraam91196-deactivatedaccount)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160405143913.17851.85923.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520182720.1051.21999.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1566359] Re: Date and Time conflict with Windows 8.1 dual boot
 with Ubuntu 16.04 Daily Build
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 373b7dd168b544cf62f98c1b0a541aaa5225316e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1566359 <1566359@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: ubiquity (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1566359

Title:
  Date and Time conflict with Windows 8.1 dual boot with Ubuntu 16.04
  Daily Build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1566359/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 18:46:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A1E1326C21B8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 18:46:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9A42C1A4C90;
	Fri, 20 May 2016 18:46:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3pQz-0005Rc-G3; Fri, 20 May 2016 18:46:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3pQz-0005RD-0z
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 18:46:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3pQy-0005DC-NZ
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 18:46:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B0A3A2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 18:46:04 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 18:36:27 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adam-m-leis janitor
X-Launchpad-Bug-Reporter: Adam (adam-m-leis)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160425183036.23935.17942.malonedeb@gac.canonical.com>
Message-Id: <20160520183629.7891.91311.launchpad@soybean.canonical.com>
Subject: [Bug 1574800] Re: Cannot switch between windows by clicking or click
 OS-related UI
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9f388c6b099480a0c36ac03c54413bb4abaea5dd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574800 <1574800@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: evince (Ubuntu) => gnome-desktop (Ubuntu)

** Changed in: gnome-desktop (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1574800

Title:
  Cannot switch between windows by clicking or click OS-related UI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1574800/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 18:56:20 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4753826C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 18:56:20 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3E1E11A4BA9;
	Fri, 20 May 2016 18:56:20 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3pau-0006RR-4P; Fri, 20 May 2016 18:56:20 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3pas-0006Qi-Tt
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 18:56:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3pas-000128-CI
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 18:56:18 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 46FB22E80CE
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 18:56:18 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 18:46:52 -0000
From: Greg <ernestg541@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph
 dmchatterton eggert-gnu ernestg541 isgjevori janitor kennybobs
 martin-weis-newsadress nickinhelena quhaiyan-rs ramayer+ubuntu rattskjelke
 rocket859 seb128 sharms sibe39
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Greg (ernestg541)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520184652.7996.31365.malone@soybean.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 55b0dc047d2e98b6a5c8a45d176d80d03780e30f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I had this particular problem with one of my processor cores topping out
at 100%, and I was not using samba. Found under process management and
killed it. Happened so far only once so far may just uninstall samba
since I don't use it. My computer is a HP Envy Phoenix 810 series.
Thanks for your time.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 19:41:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0A8C626C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 19:41:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 037841A4CAF;
	Fri, 20 May 2016 19:41:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3qIC-00045s-UH; Fri, 20 May 2016 19:41:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3qIC-00045i-MR
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 19:41:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3qIC-0007DT-5U
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 19:41:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2400C2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 19:41:04 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 19:33:19 -0000
From: Jacob Taylor <orangewinds@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arup-chowdhury ashnazg bbogert24 boenadi crichton
 dedalu-dedalu dennisw50-300 doekia dsfkljo322332
 edwinksl ejmhw1ui57c6fgdo
 fatordee granta harzg janitor johnwang kaj-haulrich kinggoddard kumar981
 laney launchpad-startport ludentico maik-lindner neil.mayhew olliniem
 orangewinds p-ian-s panizzom pgbennett pitti reivanen-gmail rh-t s-o-l
 sakrecoer shadow333 shadyatv strav supermatt teche70 tomich willcooke wmsopou
 ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Jacob Taylor (orangewinds)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520193319.751.90879.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a24aa496695825f6069d8c29211de00cd7ddbb0b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can confirm the steps in comment 24 fixed the issue. Thanks!

(and now everyone waits for uplift from -proposed)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 19:56:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7AB7126C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 19:56:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7627F1A4CAF;
	Fri, 20 May 2016 19:56:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3qWp-00058z-BX; Fri, 20 May 2016 19:56:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3qWn-00058i-V9
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 19:56:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3qWn-0001zY-Ki
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 19:56:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 934BD2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 19:56:09 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 19:48:30 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: es20490446e janitor khurshid-alam
X-Launchpad-Bug-Reporter: Khurshid Alam (khurshid-alam)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20151210054231.18477.86799.malonedeb@wampee.canonical.com>
Message-Id: <20160520194830.863.97522.malone@chaenomeles.canonical.com>
Subject: [Bug 1524609] Re: Totem should have "about" menu item under help
 (Xenial, Unity7)
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ba912af5672f40247a95be7cc8119fc93037ae07
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1524609 <1524609@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Probably it's like that by choice. Better to ask the original
developers.

** Changed in: totem (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1524609

Title:
  Totem should have "about" menu item under help (Xenial, Unity7)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1524609/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 20:21:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1106426C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 20:21:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0A59E1A4CD6;
	Fri, 20 May 2016 20:21:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3quu-00083Z-TE; Fri, 20 May 2016 20:21:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3qut-00082U-Ip
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 20:21:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3qur-0001Ls-Hq
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 20:21:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 85ACD2E818D
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 20:20:57 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 20:14:25 -0000
From: Aurimas <1553629@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug iso-testing xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 4urimas janitor lyz ubuntuqa
X-Launchpad-Bug-Reporter: Elizabeth K. Joseph (lyz)
X-Launchpad-Bug-Modifier: Aurimas (4urimas)
References: <20160306013646.21250.46492.malonedeb@soybean.canonical.com>
Message-Id: <20160520201425.21271.92616.malone@wampee.canonical.com>
Subject: [Bug 1553629] Re: gnome-software freezes on Xubuntu 16.04 daily when
 installing gimp
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: be4323b8ccccf18b81138fe6f64e7fe07e09c1ad
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1553629 <1553629@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The bug still stands with stable 16.04 as of today. I could turn off
Gnome software though, but Gimp still stuck on "Installing" at the
launcher bar.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1553629

Title:
  gnome-software freezes on Xubuntu 16.04 daily when installing gimp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1553629/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 20:21:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 24DBC26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 20:21:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1DA1F1A4CC8;
	Fri, 20 May 2016 20:21:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3qux-00084l-0O; Fri, 20 May 2016 20:21:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3quv-00083Y-3v
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 20:21:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3qus-00015h-Ux
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 20:21:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6E28B2E8207
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 20:20:58 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 20:15:02 -0000
From: Launchpad Bug Tracker <1553629@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug iso-testing xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 4urimas janitor lyz ubuntuqa
X-Launchpad-Bug-Reporter: Elizabeth K. Joseph (lyz)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160306013646.21250.46492.malonedeb@soybean.canonical.com>
Message-Id: <20160520201503.7964.46566.malone@soybean.canonical.com>
Subject: [Bug 1553629] Re: gnome-software freezes on Xubuntu 16.04 daily when
 installing gimp
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3fc0f144d3d76979fb093e121834c4d374bf8fd0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1553629 <1553629@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1553629

Title:
  gnome-software freezes on Xubuntu 16.04 daily when installing gimp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1553629/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 20:50:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0704226C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 20:50:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F368A1A4C29;
	Fri, 20 May 2016 20:50:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3rNc-0001v2-Sj; Fri, 20 May 2016 20:50:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3rNX-0001sO-LS
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 20:50:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3rNX-0001TP-6j
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 20:50:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 156082E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 20:50:39 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 20:43:23 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 crichton janitor
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520204324.8676.79523.launchpad@soybean.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4460d6b0272b8e8fdb20b74b4d43d403af8f15f7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: upower (Ubuntu)
       Status: Confirmed => Triaged

** Changed in: unity-settings-daemon (Ubuntu)
       Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 21:01:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2BC3B26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 21:01:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 253CC1A4CE3;
	Fri, 20 May 2016 21:01:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3rXe-0002eg-UQ; Fri, 20 May 2016 21:01:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3rXd-0002eC-Tj
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 21:01:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3rXd-0004Fg-Kx
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 21:01:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9B5D52E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 21:01:05 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 20:53:56 -0000
From: ryan <rpgarrison@yahoo.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph
 dmchatterton eggert-gnu ernestg541 isgjevori janitor kennybobs
 martin-weis-newsadress nickinhelena quhaiyan-rs ramayer+ubuntu rattskjelke
 rocket859 rpgarrison seb128 sharms sibe39
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: ryan (rpgarrison)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160520205356.32740.64958.malone@chaenomeles.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 31527074f07e2501fa09b549a26ae7c14fa7ac52
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Ubuntu 16.04. gvfsd-smb-browse uses 100% CPU until I kill it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 21:25:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B6B3E26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 21:25:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ADC2A1A4BED;
	Fri, 20 May 2016 21:25:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3rvL-0005Es-KS; Fri, 20 May 2016 21:25:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3rvK-0005Ei-Md
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 21:25:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3rvK-0003Wl-Av
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 21:25:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 470EB2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 21:25:34 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 21:13:12 -0000
From: Vasya Pupkin <1584228@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: shadowlmd
X-Launchpad-Bug-Reporter: Vasya Pupkin (shadowlmd)
X-Launchpad-Bug-Modifier: Vasya Pupkin (shadowlmd)
Message-Id: <20160520211312.8083.42742.malonedeb@soybean.canonical.com>
Subject: [Bug 1584228] [NEW] Cannot access password-protected samba shares
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 81c3a6a7fe3847a24fa97ab6058e0c9a6f642f5b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584228 <1584228@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I cannot access my password-protected samba file shares which I accesses
normally with Ubuntu 15.10. They can still be accessed from other
Windows machines and I can mount them via command line.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
Uname: Linux 4.6.0-040600-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Sat May 21 00:08:47 2016
EcryptfsInUse: Yes
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b"'890x550+390+142'"
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 'mime_type', 'where']"
InstallationDate: Installed on 2016-05-01 (19 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584228

Title:
  Cannot access password-protected samba shares

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584228/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 21:25:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D81F926C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 21:25:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D17DE1A4BED;
	Fri, 20 May 2016 21:25:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3rvN-0005GA-NX; Fri, 20 May 2016 21:25:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3rvM-0005Fh-Mo
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 21:25:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3rvM-0003ZX-7A
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 21:25:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EFB912E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 21:25:35 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 21:14:25 -0000
From: Vasya Pupkin <1584228@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: shadowlmd
X-Launchpad-Bug-Reporter: Vasya Pupkin (shadowlmd)
X-Launchpad-Bug-Modifier: Vasya Pupkin (shadowlmd)
References: <20160520211312.8083.42742.malonedeb@soybean.canonical.com>
Message-Id: <20160520211425.20842.22281.malone@wampee.canonical.com>
Subject: [Bug 1584228] Re: Cannot access password-protected samba shares
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 35cd80db9c7ee34f20b18f2db6ff814288813844
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584228 <1584228@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This screenshot shows a password prompt where I enter user name and
correct password.

** Attachment added: "Screenshot from 2016-05-20 23-55-59.png"
   https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584228/+attachment/4667188/+files/Screenshot%20from%202016-05-20%2023-55-59.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584228

Title:
  Cannot access password-protected samba shares

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584228/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 21:25:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B7DB126C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 21:25:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AC7131A4C74;
	Fri, 20 May 2016 21:25:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3rvO-0005HM-T5; Fri, 20 May 2016 21:25:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3rvN-0005GM-V5
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 21:25:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3rvN-0003Zs-AN
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 21:25:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 434912E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 21:25:37 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 21:16:21 -0000
From: Vasya Pupkin <1584228@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: shadowlmd
X-Launchpad-Bug-Reporter: Vasya Pupkin (shadowlmd)
X-Launchpad-Bug-Modifier: Vasya Pupkin (shadowlmd)
References: <20160520211312.8083.42742.malonedeb@soybean.canonical.com>
Message-Id: <20160520211621.8689.28904.malone@gac.canonical.com>
Subject: [Bug 1584228] Re: Cannot access password-protected samba shares
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 79dab252bdeb204a94ddb8d0f8fa5c2370111f54
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584228 <1584228@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is what I'm getting after hitting "Connect".

** Attachment added: "Screenshot from 2016-05-20 23-56-20.png"
   https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584228/+attachment/4667189/+files/Screenshot%20from%202016-05-20%2023-56-20.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584228

Title:
  Cannot access password-protected samba shares

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584228/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 21:25:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F3F6626C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 21:25:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EDC721A4CAF;
	Fri, 20 May 2016 21:25:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3rvR-0005J7-1b; Fri, 20 May 2016 21:25:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3rvP-0005IP-MX
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 21:25:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3rvP-0003ej-2o
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 21:25:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D946C2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 21:25:38 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 21:17:51 -0000
From: Vasya Pupkin <1584228@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: shadowlmd
X-Launchpad-Bug-Reporter: Vasya Pupkin (shadowlmd)
X-Launchpad-Bug-Modifier: Vasya Pupkin (shadowlmd)
References: <20160520211312.8083.42742.malonedeb@soybean.canonical.com>
Message-Id: <20160520211751.373.30383.malone@chaenomeles.canonical.com>
Subject: [Bug 1584228] Re: Cannot access password-protected samba shares
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d4e848dc523c2eed5be60c3a4e9406934f01d114
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584228 <1584228@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This screenshot shows successful mounting same share via command line.

** Attachment added: "Screenshot from 2016-05-20 23-58-05.png"
   https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584228/+attachment/4667190/+files/Screenshot%20from%202016-05-20%2023-58-05.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584228

Title:
  Cannot access password-protected samba shares

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584228/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 22:15:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8781B26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 22:15:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 822BE1A4CAF;
	Fri, 20 May 2016 22:15:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3shl-0001tH-JB; Fri, 20 May 2016 22:15:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3shk-0001t7-5f
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 22:15:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3shj-000135-Ry
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 22:15:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BFF2E2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 22:15:35 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 22:06:48 -0000
From: Matthew Fearnley <matthew.w.fearnley@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: colin-law janitor mark-j-abraham matthew-w-fearnley
X-Launchpad-Bug-Reporter: Colin Law (colin-law)
X-Launchpad-Bug-Modifier: Matthew Fearnley (matthew-w-fearnley)
References: <20130325214356.6995.45300.malonedeb@gac.canonical.com>
Message-Id: <20160520220648.7756.92812.malone@soybean.canonical.com>
Subject: [Bug 1160046] Re: terminal does not resize correctly after maximise
 by sliding to top panel
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 98ecb0c09e84e6ba356d002a6d3c66141e862b87
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1160046 <1160046@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Yes, I have just tried 14.04 quickly, and it is restoring OK there.  I
notice that since then they've added the ability for text to re-wrap on
terminal resize.  I don't know if that's related.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1160046

Title:
  terminal does not resize correctly after maximise by sliding to top
  panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1160046/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 22:35:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CB02426C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 22:35:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AA0C01A4CE0;
	Fri, 20 May 2016 22:35:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3t15-000365-G4; Fri, 20 May 2016 22:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3t14-00035v-62
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 22:35:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3t13-00041g-Rb
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 22:35:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CD9242E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 22:35:33 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 22:28:28 -0000
From: IngPaolo <1584240@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ingpaolo
X-Launchpad-Bug-Reporter: IngPaolo (ingpaolo)
X-Launchpad-Bug-Modifier: IngPaolo (ingpaolo)
Message-Id: <20160520222828.589.9342.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1584240] [NEW] Duplicate Nautilus in dashboard after launch
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2a747ffbcd9ebc5bac2fcc1080a4e6240b92fe1a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584240 <1584240@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When I start nautilus form dashboard another icon appears at dashboard end, instead of highlighting the one in first position.
This is boring.
And every time I click on first position nautilus icon (or press SUPER+1) it always open a new window and icon on dashboard

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic i686
ApportVersion: 2.20.1-0ubuntu2
Architecture: i386
CurrentDesktop: Unity
Date: Sat May 21 00:06:16 2016
GsettingsChanges:
 b'org.gnome.nautilus.preferences' b'default-folder-viewer' b"'list-view'"
 b'org.gnome.nautilus.window-state' b'geometry' b"'855x550+58+30'"
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 'mime_type', 'where']"
InstallationDate: Installed on 2015-08-31 (263 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
SourcePackage: nautilus
UpgradeStatus: Upgraded to xenial on 2016-05-14 (6 days ago)

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386 xenial

** Attachment added: "screen shot describing the bug"
   https://bugs.launchpad.net/bugs/1584240/+attachment/4667235/+files/ScreenShot_Duplicate_Nautilus_in_Dashboard.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584240

Title:
  Duplicate Nautilus in dashboard after launch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584240/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 20 22:45:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D459F26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 20 May 2016 22:45:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A42711A4A78;
	Fri, 20 May 2016 22:45:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3tAp-0003m7-Rc; Fri, 20 May 2016 22:45:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3tAo-0003lx-Li
 for desktop-bugs@lists.ubuntu.com; Fri, 20 May 2016 22:45:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3tAo-0006t3-Do
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 22:45:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 642722E8029
 for <desktop-bugs@lists.ubuntu.com>; Fri, 20 May 2016 22:45:38 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 20 May 2016 22:39:41 -0000
From: IngPaolo <1584244@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ingpaolo
X-Launchpad-Bug-Reporter: IngPaolo (ingpaolo)
X-Launchpad-Bug-Modifier: IngPaolo (ingpaolo)
Message-Id: <20160520223941.443.93927.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1584244] [NEW] nvidia 340.96 system crash
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 06dc9020a45e7c9303a6b2ce1e607aa04646b6cf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584244 <1584244@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

system always crashes when nvidia drivers 340.96 are installed

Ubuntu 16.04 (kernel 4.4.0-22-generic)

No logs available since to report this bug (and have my notebook works
again) I have to remove nvidia via recovery mode and using root console.

GPU: Nvidia Quadro FX 3600M

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New

** Summary changed:

- nvidia 340.96
+ nvidia 340.96 system crash

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584244

Title:
  nvidia 340.96 system crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584244/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 00:35:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 10E9C26C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 00:35:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0514A1A486A;
	Sat, 21 May 2016 00:35:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3utF-0005No-3D; Sat, 21 May 2016 00:35:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3utC-0005NM-IK
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 00:35:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3utC-00062K-7o
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 00:35:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2408C2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 00:35:34 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 00:29:41 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160521002941.8788.75776.malonedeb@gac.canonical.com>
Subject: [Bug 1584259] [NEW]
 /usr/lib/arm-linux-gnueabihf/ubuntu-location-service/examples/client:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:com::ubuntu::location::service::Stub::create_session_for_criteria
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b6df79964295b1d3c18ea4c5eb79b8790eb7c361
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584259 <1584259@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding location-service.  This problem was most recently seen with
version 3.0.0+15.04.20160405-0ubuntu1, the problem page at
https://errors.ubuntu.com/problem/69f1522eed2df5d4eaf9fae9f621a2832fed44e3
contains more details.

** Affects: location-service (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: vivid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1584259

Title:
  /usr/lib/arm-linux-gnueabihf/ubuntu-location-
  service/examples/client:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:com::ubuntu::location::service::Stub::create_session_for_criteria

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1584259/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 01:06:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DD0C526C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 01:06:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D42151A48BD;
	Sat, 21 May 2016 01:06:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3vMx-0007Z7-Op; Sat, 21 May 2016 01:06:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3vMw-0007Ye-Cj
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 01:06:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3vMv-0003io-Ti
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 01:06:17 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DF2692E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 01:06:17 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 00:59:49 -0000
From: Fergal Daly <fergal@esatclear.ie>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shared-mime-info;
 component=main; status=Won't Fix; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brian-murray cofeiini fergal janitor
X-Launchpad-Bug-Reporter: Max (cofeiini)
X-Launchpad-Bug-Modifier: Fergal Daly (fergal)
References: <20150309150141.20969.96463.malonedeb@gac.canonical.com>
Message-Id: <20160521005949.9081.76589.malone@soybean.canonical.com>
Subject: [Bug 1429885] Re: package shared-mime-info 1.3-1 failed to
 install/upgrade: triggers looping, abandoned
X-Launchpad-Message-Rationale: Subscriber (shared-mime-info in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 13fca419295cc262fb6da7e8df8e6f680890e856
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1429885 <1429885@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

So is there another bug somewhere for the fact that a spurious crash
reports are coming up during upgrade to 16.04?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu.
https://bugs.launchpad.net/bugs/1429885

Title:
  package shared-mime-info 1.3-1 failed to install/upgrade: triggers
  looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/1429885/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 02:05:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6B17026C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 02:05:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 631971A49CC;
	Sat, 21 May 2016 02:05:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3wIX-0004If-9m; Sat, 21 May 2016 02:05:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3wIW-0004IO-G7
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 02:05:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3wIW-0007F2-4g
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 02:05:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0F6902E80D1
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 02:05:48 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 01:58:31 -0000
From: Greg <gregrobinz@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arup-chowdhury ashnazg bbogert24 boenadi crichton
 dedalu-dedalu dennisw50-300 doekia dsfkljo322332
 edwinksl ejmhw1ui57c6fgdo
 fatordee granta gregrobinz harzg janitor johnwang kaj-haulrich kinggoddard
 kumar981 laney launchpad-startport ludentico maik-lindner neil.mayhew
 olliniem orangewinds p-ian-s panizzom pgbennett pitti reivanen-gmail rh-t
 s-o-l sakrecoer shadow333 shadyatv strav supermatt teche70 tomich willcooke
 wmsopou ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Greg (gregrobinz)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160521015832.21455.78217.malone@wampee.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1f7d1c04c378050c036c882e1141c762b57e2a78
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can also confirm that comment 24 has fixed the issue for me.  Thanks
All

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 03:55:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9F70726C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 03:55:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8B4B51A4928;
	Sat, 21 May 2016 03:55:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3y0m-0004Vr-Vf; Sat, 21 May 2016 03:55:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3y0l-0004Vb-GS
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 03:55:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3y0l-0006os-59
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 03:55:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 240B32E80BF
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 03:55:35 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 03:50:26 -0000
From: Cui Wei <ghostplant@qq.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ghostplant
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: Cui Wei (ghostplant)
Message-Id: <20160521035027.7818.98899.malonedeb@soybean.canonical.com>
Subject: [Bug 1584277] [NEW] file-roller StartupNotify error in gnome-panel
 menu list
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 11234b1b24fc0df54938f16948b83be46216bf72
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584277 <1584277@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When opening "*.tgz" multiple times, gnome-panel is full of "Opening
Archive ..".

Please do the following change to fix it:

[/usr/share/applications/org.gnome.FileRoller.desktop]
7c7
< StartupNotify=true
---
> StartupNotify=false

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: file-roller 3.16.5-0ubuntu1 [modified: usr/share/applications/file-roller.desktop usr/share/applications/org.gnome.FileRoller.desktop]
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sat May 21 11:41:02 2016
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] failed with exit code 1: Hint: You are currently not seeing messages from other users and the system.
       Users in the 'systemd-journal' group can see all messages. Pass -q to
       turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: file-roller
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: file-roller (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1584277

Title:
  file-roller StartupNotify error in gnome-panel menu list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1584277/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 04:35:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5F94926C25C5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 04:35:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4A0281A4110;
	Sat, 21 May 2016 04:35:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3ydT-0007FY-2Z; Sat, 21 May 2016 04:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ydR-0007F6-3n
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 04:35:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ydQ-0003va-K5
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 04:35:32 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 896C32E80CD
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 04:35:32 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 04:25:51 -0000
From: John Kreis <johnnykilo@johnnykilo.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph
 dmchatterton eggert-gnu ernestg541 isgjevori janitor johnnykilo kennybobs
 martin-weis-newsadress nickinhelena quhaiyan-rs ramayer+ubuntu rattskjelke
 rocket859 rpgarrison seb128 sharms sibe39
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: John Kreis (johnnykilo)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160521042551.8887.54662.malone@gac.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6e12a3cffd062aa604b70728ebaf159b7583685c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have noticed this issue as well. Once I kill gvfsd-smb-browse python2
kicks in and goes up to 100%. My system has been completely unstable and
just shutting with no message. The best hunch I have so far is a power
issue possibly related to this

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 04:55:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1479226C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 04:55:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0B93F1A4752;
	Sat, 21 May 2016 04:55:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b3ywu-00006h-TR; Sat, 21 May 2016 04:55:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b3ywt-00006J-Ra
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 04:55:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b3ywt-0006VL-Fq
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 04:55:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 767292E805E
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 04:55:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 04:46:44 -0000
From: Jon <1562002@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug iso-testing xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: biji doogie544 janitor seb128 ubuntuqa
X-Launchpad-Bug-Reporter: Biji (biji)
X-Launchpad-Bug-Modifier: Jon (doogie544)
References: <20160325135707.3562.11053.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160521044644.8116.21891.malone@soybean.canonical.com>
Subject: [Bug 1562002] Re: Nautilus: lag after choosing action in top right
 menu
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7a358c6a038fd064280d1f68050cdbc7276a3629
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562002 <1562002@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Opened a bug against Ubuntu Gnome for this issue.

https://bugs.launchpad.net/ubuntu-gnome/+bug/1584280

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1562002

Title:
  Nautilus: lag after choosing action in top right menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1562002/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 06:50:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3C68C26C2704
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 06:50:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2FE251A3FA5;
	Sat, 21 May 2016 06:50:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b40kH-000114-LL; Sat, 21 May 2016 06:50:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b40kG-00010Z-6K
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 06:50:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b40kF-0007rk-Ps
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 06:50:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B7A622E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 06:50:43 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 06:37:52 -0000
From: Ljiljan Veselinovic <ljiljan.veselinovic@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arup-chowdhury ashnazg bbogert24 boenadi crichton
 dedalu-dedalu dennisw50-300 doekia dsfkljo322332
 edwinksl ejmhw1ui57c6fgdo
 fatordee granta gregrobinz harzg janitor johnwang kaj-haulrich kinggoddard
 kumar981 laney launchpad-startport ljiljan-veselinovic ludentico maik-lindner
 neil.mayhew olliniem orangewinds p-ian-s panizzom pgbennett pitti
 reivanen-gmail rh-t s-o-l sakrecoer shadow333 shadyatv strav supermatt
 teche70 tomich willcooke wmsopou ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: Ljiljan Veselinovic (ljiljan-veselinovic)
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160521063753.32699.10657.malone@chaenomeles.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f736c9bb8e6d610507475b06ba6914e6515cfd61
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

In order to install IBM SPSS, I had to install "libstdc++5" package. I
noticed this bug was happening after installing this package and IBM
SPSS. After removing libstdc++5 (not required to use IBM SPSS, just to
install it), I didn't experience this bug. However, this all happened in
last two days, so it could be that Ubuntu updates fixed the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 10:30:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 47DCA26C21D8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 10:30:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3FC7D1A4769;
	Sat, 21 May 2016 10:30:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b44BM-0003kW-HM; Sat, 21 May 2016 10:30:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b44BL-0003jl-3p
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 10:30:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b44BK-00010d-Kc
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 10:30:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 87D6A2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 10:30:54 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 10:21:41 -0000
From: Peter Filo <peter.filo@live.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blade19899 canalegrande charles-b-mathias
 cyberhumano cyrilco elberro g-breysse hadriman hookedonhiken janitor
 kyalovincent mardalgo nkurbanov95 ogresto
 tero-terokankaanpera-deactivatedaccount v-paul-p y-baidiuk
X-Launchpad-Bug-Reporter: Imri Paloja (blade19899)
X-Launchpad-Bug-Modifier: Peter Filo (peter-filo)
References: <20160422081107.24544.98090.malonedeb@gac.canonical.com>
Message-Id: <20160521102142.21417.48110.launchpad@wampee.canonical.com>
Subject: [Bug 1573453] Re: gnome-software cant find
 libgs_plugin_xdg_app_reviews.so
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3e89f960eef01b64ddef0afc5b0ab8e0ea06935e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573453 <1573453@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: gnome-software
   Importance: Undecided
       Status: New

** This bug is no longer a duplicate of bug 1573052
   [packaging] gnome-software provides a broken symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573453

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573453/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 11:10:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A941326C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 11:10:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9FDC81A45F1;
	Sat, 21 May 2016 11:10:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b44o1-0007qS-Fz; Sat, 21 May 2016 11:10:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b44o0-0007oP-Cu
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 11:10:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b44nz-0008EA-Uv
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 11:10:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E17A62E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 11:10:51 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 11:02:17 -0000
From: Andrew Smith <me@andrewmichaelsmith.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ideviceinstaller;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libimobiledevice;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug utopic
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dario-rubiano ehcpdeveloper giecrilj janitor
 luke32j sf-lp yatc18ks0g8zofezrpk3xa7828d-5k-ngeefk4xayt3t4u9watah405veq
X-Launchpad-Bug-Reporter: Sebastian F (sf-lp)
X-Launchpad-Bug-Modifier: Andrew Smith
 (yatc18ks0g8zofezrpk3xa7828d-5k-ngeefk4xayt3t4u9watah405veq)
References: <20141103083837.22953.75751.malonedeb@wampee.canonical.com>
Message-Id: <20160521110217.9255.17311.malone@gac.canonical.com>
Subject: [Bug 1388743] Re: iOS 8.1 - Could not start
 com.apple.mobile.installation_proxy!
X-Launchpad-Message-Rationale: Subscriber (libimobiledevice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0061ca1dbe16dbaf916b4de5e8be8e788f60acb8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1388743 <1388743@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Also seeing this with latest iOS

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1388743

Title:
  iOS 8.1 - Could not start com.apple.mobile.installation_proxy!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ideviceinstaller/+bug/1388743/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 12:05:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8E0EE26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 12:05:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 853D71A4371;
	Sat, 21 May 2016 12:05:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b45f3-0004X5-Eh; Sat, 21 May 2016 12:05:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b45f2-0004Wh-Ub
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 12:05:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b45f2-0007Zd-Hi
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 12:05:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7A6CC2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 12:05:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 11:59:14 -0000
From: Matthew Fearnley <matthew.w.fearnley@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: colin-law janitor mark-j-abraham matthew-w-fearnley
X-Launchpad-Bug-Reporter: Colin Law (colin-law)
X-Launchpad-Bug-Modifier: Matthew Fearnley (matthew-w-fearnley)
References: <20130325214356.6995.45300.malonedeb@gac.canonical.com>
Message-Id: <20160521115915.8361.40219.malone@soybean.canonical.com>
Subject: [Bug 1160046] Re: terminal does not resize correctly after maximise
 by sliding to top panel
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 97d91e86bf11448f178d2bc0bdda871da2061437
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1160046 <1160046@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Note: on watching the behaviour more closely: on restore the terminal
window is very briefly restored to its correct size/position, then
almost immediately changes its size to fill the screen.

It also jumps to the top-left corner at the same time, I think if and
only if it was entirely onscreen.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1160046

Title:
  terminal does not resize correctly after maximise by sliding to top
  panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1160046/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 15:05:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 64EED26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 15:05:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5D44A1A4225;
	Sat, 21 May 2016 15:05:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b48TC-0002n5-QW; Sat, 21 May 2016 15:05:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b48TB-0002ms-DN
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 15:05:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b48TB-0003Jo-66
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 15:05:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2B1BE2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 15:05:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 14:57:24 -0000
From: Colin Law <1160046@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: colin-law janitor mark-j-abraham matthew-w-fearnley
X-Launchpad-Bug-Reporter: Colin Law (colin-law)
X-Launchpad-Bug-Modifier: Colin Law (colin-law)
X-Launchpad-Bug-Duplicate: 1521302
References: <20130325214356.6995.45300.malonedeb@gac.canonical.com>
Message-Id: <20160521145725.21663.50931.launchpad@wampee.canonical.com>
Subject: [Bug 1160046] Re: terminal does not resize correctly after maximise
 by sliding to top panel
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bde405f13191dc0a3fb3bd52a4c36de5ce7484ac
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1160046 <1160046@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1521302 ***
    https://bugs.launchpad.net/bugs/1521302

** This bug has been marked a duplicate of bug 1521302
   gnome-terminal maximize than un-maximize behaves odd

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1160046

Title:
  terminal does not resize correctly after maximise by sliding to top
  panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1160046/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 15:15:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7D39326C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 15:15:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6D8FD1A4208;
	Sat, 21 May 2016 15:15:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b48d9-0004DN-5h; Sat, 21 May 2016 15:15:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b48d5-0004DD-Ke
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 15:15:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b48d5-0005kF-2W
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 15:15:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EC95B2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 15:15:50 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 15:05:54 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blade19899 canalegrande charles-b-mathias
 cyberhumano cyrilco elberro g-breysse hadriman hookedonhiken janitor
 kyalovincent mardalgo nkurbanov95 ogresto
 tero-terokankaanpera-deactivatedaccount v-paul-p y-baidiuk
X-Launchpad-Bug-Reporter: Imri Paloja (blade19899)
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160422081107.24544.98090.malonedeb@gac.canonical.com>
Message-Id: <20160521150555.21096.19650.launchpad@wampee.canonical.com>
Subject: [Bug 1573453] Re: gnome-software cant find
 libgs_plugin_xdg_app_reviews.so
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: efa3e998e34a793f9cf74bf8c6b84130ca31e1df
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573453 <1573453@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

** This bug has been marked a duplicate of bug 1573052
   [packaging] gnome-software provides a broken symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573453

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573453/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 15:30:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E8A9126C21D8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 15:30:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DFBDF1A4567;
	Sat, 21 May 2016 15:30:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b48rc-0004rF-Qv; Sat, 21 May 2016 15:30:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b48rb-0004qo-B0
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 15:30:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b48rb-0007E8-3P
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 15:30:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0DC112E80CB
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 15:30:51 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 15:21:10 -0000
From: Philipp <1542519@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nvidia-graphics-drivers-352;
 component=restricted; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=vlc; component=universe;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor marlinc philipp-pfahofa rdenis rtimai
X-Launchpad-Bug-Reporter: Marlin Cremers (marlinc)
X-Launchpad-Bug-Modifier: Philipp (philipp-pfahofa)
References: <20160205223906.15773.28223.malonedeb@gac.canonical.com>
Message-Id: <20160521152110.1141.56493.malone@chaenomeles.canonical.com>
Subject: [Bug 1542519] Re: Double menu bar
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0727cca22e5db465fcf774103f1e5421d4fcac07
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1542519 <1542519@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug does not depend on nvidia cards.
I can reproduce it with VLC (go fullscren and then back to window mode) on a Intel i5-3317U and a AMD R9 280 (both use open source driver).
It sometimes appears for terminal as well, but only in a virtual machine (Windows 7 Host + VirtualBox 5.0.20).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1542519

Title:
  Double menu bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1542519/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 15:55:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C4A5526C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 15:55:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BDF201A4350;
	Sat, 21 May 2016 15:55:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b49Fk-0006Tq-MA; Sat, 21 May 2016 15:55:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b49Fj-0006TO-F4
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 15:55:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b49Fi-0002pi-Rg
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 15:55:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BAA892E8031
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 15:55:46 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 15:48:19 -0000
From: GizmoChicken <gizmochicken@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bluefox64 ceratoph
 dmchatterton eggert-gnu ernestg541 gizmochicken isgjevori janitor johnnykilo
 kennybobs martin-weis-newsadress nickinhelena quhaiyan-rs ramayer+ubuntu
 rattskjelke rocket859 rpgarrison seb128 sharms sibe39
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: GizmoChicken (gizmochicken)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160521154819.9081.36012.malone@soybean.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 86efd878edc1a1fd841ee0711a94a0ef4432068d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I had this issue (nearly 100% CPU use by gvfsd-smb-browse) on a laptop
that is running Ubuntu 16.04.

In my case, removing the package "gvfs-backends" (which is needed for
Samba and other things) is a workaround for the CPU usage issue. I don't
use Samba on this laptop, and at least so far, I haven't noticed any
other ill effects. Your mileage may vary.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 16:35:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B9FC426C283F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 16:35:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AFB9C1A42BA;
	Sat, 21 May 2016 16:35:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b49sG-00023W-7W; Sat, 21 May 2016 16:35:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b49sF-000239-Fo
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 16:35:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b49sF-0000fJ-3H
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 16:35:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0C8152E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 16:35:35 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 16:29:16 -0000
From: Duane Nelson <riker1029@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shotwell; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-package i386 trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: riker1029
X-Launchpad-Bug-Reporter: Duane Nelson (riker1029)
X-Launchpad-Bug-Modifier: Duane Nelson (riker1029)
Message-Id: <20160521162916.9016.29242.malonedeb@gac.canonical.com>
Subject: [Bug 1584360] [NEW] package shotwell 0.18.0-0ubuntu4.4 failed to
 install/upgrade: package shotwell is not ready for configuration cannot
 configure (current status `half-installed')
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cc7e11551965e6bd1d4615e8678195f73e429e55
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584360 <1584360@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

58.9041  libflac++6:i386

Lately other upgrades would get to the end and report back: package
could not upgrade, I think as last bit verifies.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: shotwell 0.18.0-0ubuntu4.4
ProcVersionSignature: Ubuntu 3.13.0-86.131-generic 3.13.11-ckt39
Uname: Linux 3.13.0-86-generic i686
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: i386
Date: Sat May 21 11:44:36 2016
DuplicateSignature: package:shotwell:0.18.0-0ubuntu4.4:package shotwell is not ready for configuration  cannot configure (current status `half-installed')
ErrorMessage: package shotwell is not ready for configuration  cannot configure (current status `half-installed')
InstallationDate: Installed on 2014-02-26 (815 days ago)
InstallationMedia: Ubuntu 12.04.4 LTS "Precise Pangolin" - Release i386 (20140204)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.6
 apt  1.0.1ubuntu2.14
SourcePackage: shotwell
Title: package shotwell 0.18.0-0ubuntu4.4 failed to install/upgrade: package shotwell is not ready for configuration  cannot configure (current status `half-installed')
UpgradeStatus: Upgraded to trusty on 2015-05-16 (371 days ago)

** Affects: shotwell (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-package i386 trusty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1584360

Title:
  package shotwell 0.18.0-0ubuntu4.4 failed to install/upgrade: package
  shotwell is not ready for configuration  cannot configure (current
  status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1584360/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 16:35:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4652E26C21D8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 16:35:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3E4911A4208;
	Sat, 21 May 2016 16:35:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b49sI-00024q-An; Sat, 21 May 2016 16:35:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b49sH-000244-7s
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 16:35:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b49sG-0000iC-Qu
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 16:35:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C057E2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 16:35:36 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 16:30:11 -0000
From: Apport retracing service <1584360@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shotwell; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-package i386 trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: riker1029
X-Launchpad-Bug-Reporter: Duane Nelson (riker1029)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
References: <20160521162916.9016.29242.malonedeb@gac.canonical.com>
Message-Id: <20160521163011.476.40757.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1584360] Re: package shotwell 0.18.0-0ubuntu4.4 failed to
 install/upgrade: package shotwell is not ready for configuration cannot
 configure (current status `half-installed')
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 77ae4cd9f606e595fe9c468aecedcf217055900d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584360 <1584360@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1584360

Title:
  package shotwell 0.18.0-0ubuntu4.4 failed to install/upgrade: package
  shotwell is not ready for configuration  cannot configure (current
  status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1584360/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 18:20:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 40F2A26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 18:20:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 37B8C1A3F84;
	Sat, 21 May 2016 18:20:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4BVt-00020a-5G; Sat, 21 May 2016 18:20:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4BVr-00020P-UV
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 18:20:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4BVr-00009N-Mk
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 18:20:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9FB052E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 18:20:35 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 18:12:41 -0000
From: Launchpad Bug Tracker <1577226@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor ximion yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160501190824.24964.10109.malonedeb@wampee.canonical.com>
Message-Id: <20160521181241.21201.16131.malone@wampee.canonical.com>
Subject: [Bug 1577226] Re: "libgs_plugin_xdg_app_reviews.so" warning when
 launching gnome-software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c1fc5eb4ebd32701964fa4a70d364ccdbdc5f8b5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577226 <1577226@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1577226

Title:
  "libgs_plugin_xdg_app_reviews.so" warning when launching gnome-
  software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1577226/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 18:30:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A431626C21D8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 18:30:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8D6141A41F6;
	Sat, 21 May 2016 18:30:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4Bfn-0002b9-Vl; Sat, 21 May 2016 18:30:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4Bfn-0002az-2a
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 18:30:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4Bfm-0000p9-Ko
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 18:30:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 90BAA2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 18:30:50 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 18:24:21 -0000
From: Matthias Klumpp <matthias@tenstral.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande edsonn3to
 egonholtz elberro janitor maverickct navjotjsingh pfeiffep seb128 sunbear-c22
 vdragon ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Matthias Klumpp (ximion)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160521182421.8981.8397.malone@gac.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8206941261f4dfa3d7980bf5ef044bbe87a4cd7e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Nominated for Xenial, because this warning message seems to irritate many people.
Can be fixed when convenient (by just removing that symlink or applying the upstream patch which renames the plugin and builds it properly without versioned name).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 20:20:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5ADC326C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 20:20:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 47FE41A3FD1;
	Sat, 21 May 2016 20:20:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4DO2-0003To-Im; Sat, 21 May 2016 20:20:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4DO1-0003Te-3V
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 20:20:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4DO0-0004Rl-Rr
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 20:20:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D00F62E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 20:20:36 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 20:11:59 -0000
From: Apport retracing service <1584387@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport masterziv
X-Launchpad-Bug-Reporter: Ilya Zviagin (masterziv)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
X-Launchpad-Bug-Duplicate: 1433984
References: <20160521195957.7787.57081.malonedeb@soybean.canonical.com>
Message-Id: <20160521201159.21166.82272.malone@wampee.canonical.com>
Subject: [Bug 1584387] Re: nautilus crashed with SIGSEGV in ffi_call_unix64()
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 94b2850f0e941c1dccff6bb2d18569cf6c1ca1f4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584387 <1584387@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1433984 ***
    https://bugs.launchpad.net/bugs/1433984

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1433984, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/1584387/+attachment/4667760/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   https://bugs.launchpad.net/bugs/1584387/+attachment/4667762/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   https://bugs.launchpad.net/bugs/1584387/+attachment/4667765/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   https://bugs.launchpad.net/bugs/1584387/+attachment/4667766/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   https://bugs.launchpad.net/bugs/1584387/+attachment/4667767/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   https://bugs.launchpad.net/bugs/1584387/+attachment/4667769/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   https://bugs.launchpad.net/bugs/1584387/+attachment/4667770/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1433984
   nautilus crashed with SIGSEGV in discovered_cb()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1584387

Title:
  nautilus crashed with SIGSEGV in ffi_call_unix64()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1584387/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 21 22:35:32 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B87EB26C21D8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 21 May 2016 22:35:32 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A8AB41A41D7;
	Sat, 21 May 2016 22:35:32 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4FUa-0006v4-CZ; Sat, 21 May 2016 22:35:32 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4FUZ-0006uu-0i
 for desktop-bugs@lists.ubuntu.com; Sat, 21 May 2016 22:35:31 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4FUY-0005vM-PH
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 22:35:30 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BD99A2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sat, 21 May 2016 22:35:30 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 21 May 2016 22:29:45 -0000
From: Dee <49594@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Invalid; importance=Medium;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libbonobo; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=hardy;
 sourcepackage=gnome-session; component=None; status=Invalid; importance=Medium;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=hardy;
 sourcepackage=libbonobo; component=None; status=Invalid; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alex-weej antonioni-rocha av6 bieuzent billieboy
 crazybrit4967 crjackson dee24 gonzhauser hyperair ingorr01 jdelima307
 jim-freesolutions kossut lavianots386 mgedmin olivertwilson ollie-ollie
 pwuertz rcarrasco ricflomag rouben seb128 toobuntu trebla vincenzo-ml xteejx
X-Launchpad-Bug-Reporter: =?utf-8?b?w5NzY2FyIFJvZHLDrWd1ZXogUsOtb3MgKGlu?=
 =?utf-8?q?gorr01=29?=
X-Launchpad-Bug-Modifier: Dee (dee24)
References: <20060613151628.25765.85626.malonedeb@gangotri.ubuntu.com>
Message-Id: <000001d80b44$a839eb52$96e65c11$@yahoo.com>
Subject: [Bug 49594] interesting moments
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d685ca2390ae8c5400bc504be3038dd23b4afc7a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 49594 <49594@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello,
I've been reading a lot on the subject we were discussing in our last conversation and found a lot of interesting moments, read more here <http://zokylaka.palatinussopron.net/lnfjx?dp>
Yours faithfully, bloodrose_yuri@yahoo.com

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/49594

Title:
  Bonobo-activation-server sometimes is not killed after session
  restart, leading to many unexpected problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/49594/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 00:15:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C83B426C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 00:15:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C1A111A3E8B;
	Sun, 22 May 2016 00:15:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4H3W-0005g1-D6; Sun, 22 May 2016 00:15:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4H3V-0005fq-Qc
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 00:15:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4H3V-0003mV-Jk
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 00:15:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 93E892E80BF
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 00:15:41 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 00:06:00 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=abiword; component=universe;
 status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: charlie-tca jbicha
 jerome-guelfucci-deactivatedaccount mgalvin ploum seb128 tpfennig
X-Launchpad-Bug-Reporter: Matt Galvin (mgalvin)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20060113135940.21012.52689.launchpad@macquarie.warthogs.hbd.com>
Message-Id: <20160522000600.10034.50189.malone@gac.canonical.com>
Subject: [Bug 19076] Re: Abiword help always opens Epiphany instead of
 preferred application (firefox)
X-Launchpad-Message-Rationale: Subscriber @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e766b88fdf9f3f78d9c10d9df8aaf04a9a01ce83
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 19076 <19076@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

V2hpbGUgSsOpcsO0bWUgaXMgY29ycmVjdCB0aGF0IEFiaXdvcmQgZG9lcyB1c2UgdGhlIEJST1dT
RVIgZW52aXJvbm1lbnQKdmFyaWFibGUsIHRoYXQgaXMgbm90IHVzdWFsbHkgc2V0IGFuZCBpc24n
dCBuZWNlc3NhcnkgaGVyZS4gSXQgd2lsbCB0aGVuCmZhbGwtYmFjayB0byB4ZGctb3BlbiB3aGlj
aCBzaG91bGQgb3BlbiB0aGUgZGVmYXVsdCBhcHAgdGhhdCB5b3UgaGF2ZQpzZXQuCgpodHRwczov
L2dpdGh1Yi5jb20vQWJpV29yZC9hYml3b3JkL2Jsb2IvdHJ1bmsvc3JjL2FmL3V0aWwveHAvdXRf
Z29fZmlsZS5jcHAjTDEzOTMKClRoZXJlZm9yZSwgSSBhbSBjbG9zaW5nIHRoaXMgYnVnLgoKKiog
Q2hhbmdlZCBpbjogYWJpd29yZCAoVWJ1bnR1KQogICAgICAgU3RhdHVzOiBDb25maXJtZWQgPT4g
SW52YWxpZAoKLS0gCllvdSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5
b3UgYXJlIGEgbWVtYmVyIG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmli
ZWQgdG8gdGhlIGJ1ZyByZXBvcnQuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTkw
NzYKClRpdGxlOgogIEFiaXdvcmQgaGVscCBhbHdheXMgb3BlbnMgRXBpcGhhbnkgaW5zdGVhZCBv
ZiBwcmVmZXJyZWQgYXBwbGljYXRpb24KICAoZmlyZWZveCkKClRvIG1hbmFnZSBub3RpZmljYXRp
b25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC91YnVu
dHUvK3NvdXJjZS9hYml3b3JkLytidWcvMTkwNzYvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9w
LWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8v
bGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 10:35:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5DD4E26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 10:35:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4ECFA1A3CF2;
	Sun, 22 May 2016 10:35:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4QjP-0002y1-UA; Sun, 22 May 2016 10:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4QjO-0002xr-E9
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 10:35:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4QjO-000679-2m
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 10:35:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 01DE32E80C1
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 10:35:34 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 10:25:51 -0000
From: purity <1584449@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: purity82
X-Launchpad-Bug-Reporter: purity (purity82)
X-Launchpad-Bug-Modifier: purity (purity82)
Message-Id: <20160522102551.8981.30993.malonedeb@gac.canonical.com>
Subject: [Bug 1584449] [NEW] Can't alt-tab or super+1 to Nautilus
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fa475a116243ae8bca9d5a7de7a2aea44d7fd39b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584449 <1584449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Nautilus does not show up in the alt+tab "menu" when started, I tried
with super+1 to change to nautilus but nothing happens, I can't even
click on the icon to get the window back.

I must right click on the icon and choose something like "Documents" to
get up a nautilus-window again or wait until the icon stops fading in
red, which take around 10-30 seconds.

Ubuntu 16.04 LTS
nautilus:
  Installed: 1:3.18.4.is.3.14.3-0ubuntu4
  Candidate: 1:3.18.4.is.3.14.3-0ubuntu4
  Version table:
 *** 1:3.18.4.is.3.14.3-0ubuntu4 500
        500 http://se.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Sun May 22 12:17:39 2016
EcryptfsInUse: Yes
GsettingsChanges:
 b'org.gnome.nautilus.preferences' b'show-image-thumbnails' b"'always'"
 b'org.gnome.nautilus.window-state' b'geometry' b"'1257x1000+319+109'"
 b'org.gnome.nautilus.window-state' b'maximized' b'true'
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 'mime_type', 'where']"
InstallationDate: Installed on 2016-02-01 (110 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: nautilus
UpgradeStatus: Upgraded to xenial on 2016-05-20 (1 days ago)

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584449

Title:
  Can't alt-tab or super+1 to Nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584449/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 11:00:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BB30826C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 11:00:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A08381A3C8E;
	Sun, 22 May 2016 11:00:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4R7t-0004Y9-4Z; Sun, 22 May 2016 11:00:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4R7r-0004Xx-Qk
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 11:00:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4R7r-0008ED-Ju
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 11:00:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 897BB2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 11:00:51 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 10:54:33 -0000
From: Peter-west-house1 <peter.west.house1@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: peter-west-house1
X-Launchpad-Bug-Reporter: Peter-west-house1 (peter-west-house1)
X-Launchpad-Bug-Modifier: Peter-west-house1 (peter-west-house1)
Message-Id: <20160522105434.20995.43516.malonedeb@wampee.canonical.com>
Subject: [Bug 1584451] [NEW] file operations very slow compared to 15.04
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2dd578d469788326e3541f02511902a720915b7d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584451 <1584451@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When copying files from one place to another.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Sun May 22 11:52:06 2016
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' b"'873x823+65+24'"
InstallationDate: Installed on 2016-05-01 (20 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584451

Title:
  file operations very slow compared to 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584451/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 11:20:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EDCA026C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 11:20:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E500C1A373B;
	Sun, 22 May 2016 11:20:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4RR7-0006kr-3i; Sun, 22 May 2016 11:20:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4RR5-0006k4-L3
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 11:20:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4RR5-0003Rm-27
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 11:20:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0B3BE2E805E
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 11:20:43 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 11:11:38 -0000
From: Travis <travis_koch@yahoo.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=In Progress; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ericoporto2008 travis-koch
X-Launchpad-Bug-Reporter: erico_pt (ericoporto2008)
X-Launchpad-Bug-Modifier: Travis (travis-koch)
References: <20160502021115.24867.2430.malonedeb@wampee.canonical.com>
Message-Id: <20160522111138.751.20485.malone@chaenomeles.canonical.com>
Subject: [Bug 1577268] Re: Brasero can't find libdvdcss when going from Ubuntu
 14.04 to 16.04 
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b9e855c11fcdaae01134f4efedb2feb73620affe
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577268 <1577268@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Could be related to the issue fixed with the patch associated with this
pull request (included below)...

https://github.com/GNOME/brasero/pull/3/commits/6a2b21f6823bb458ec9aea4278c6659c9d404f51

I've patched mine and the unpatched version shows the dvdcss plugin
disabled (unchecked). With the patch the plugin is checked as enabled.

In any event, I'm able to copy a dvd in Ubuntu 16.04 after applying the
patch which, btw, just removes a check for a symbol which is no longer
exported from the new version of libdvdcss.so.2

diff --git a/plugins/dvdcss/burn-dvdcss.c b/plugins/dvdcss/burn-dvdcss.c
index 133b8d5..f6895b8 100644
--- a/plugins/dvdcss/burn-dvdcss.c
+++ b/plugins/dvdcss/burn-dvdcss.c
@@ -95,9 +95,6 @@ brasero_dvdcss_library_init (BraseroPlugin *plugin)
        if (!module)
                goto error_doesnt_exist;

-       if (!g_module_symbol (module, "dvdcss_interface_2", &address))
-               goto error_version;
-
        if (!g_module_symbol (module, "dvdcss_open", &address))
                goto error_version;
        dvdcss_open = address;

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1577268

Title:
  Brasero can't find libdvdcss when going from Ubuntu 14.04 to 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1577268/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 11:40:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DF79126C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 11:40:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D84041A382D;
	Sun, 22 May 2016 11:40:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4Rkd-0007RO-Uo; Sun, 22 May 2016 11:40:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4Rkd-0007R2-6T
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 11:40:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4Rkc-0006oH-Ok
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 11:40:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AAA672E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 11:40:54 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 11:29:20 -0000
From: Romano Giannetti <romano.giannetti@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: gnome-settings-daemon
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: romano-giannetti
X-Launchpad-Bug-Reporter: Romano Giannetti (romano-giannetti)
X-Launchpad-Bug-Modifier: Romano Giannetti (romano-giannetti)
Message-Id: <20160522112920.1141.65895.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1584457] [NEW] gsd-backlight-helper spamming the logs since
 upate to 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cd7906cf5657e0460e6286fbe09d26bac18e343a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584457 <1584457@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Since updating to 16.04 from 14.04, I have the syslog spammed by:

SEC: May 22 13:26:43 samsung-romano pkexec[21248]: gdm: Error executing command as another user: Not authorized [USER=root] [TTY=unknown] [CWD=/var/lib/gdm3] [COMMAND=/usr/lib/gnome-settings-daemon/gsd-backlight-helper --set-brightness 1766]
SEC: May 22 13:26:43 samsung-romano pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1153)
SEC: May 22 13:26:43 samsung-romano pkexec: pam_systemd(polkit-1:session): Cannot create session: Already running in a session
SEC: May 22 13:26:43 samsung-romano pkexec: pam_ck_connector(polkit-1:session): cannot determine display-device
SEC: May 22 13:26:43 samsung-romano pkexec[21249]: romano: Executing command [USER=root] [TTY=unknown] [CWD=/home/romano] [COMMAND=/usr/lib/gnome-settings-daemon/gsd-backlight-helper --set-brightness 4322]
SYS: May 22 13:26:43 samsung-romano gnome-session[1454]: Error executing command as another user: Not authorized
SYS: May 22 13:26:43 samsung-romano gnome-session[1454]: This incident has been reported.

every couple of seconds or so. There is no really need to change
brightness... how can I stop it?

** Affects: gnome-settings-daemon (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: gnome-settings-daemon

** Tags added: gnome-settings-daemon

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1584457

Title:
  gsd-backlight-helper spamming the logs since upate to 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1584457/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 12:20:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8F27C26C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 12:20:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 880AF1A3C33;
	Sun, 22 May 2016 12:20:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4SN7-0002t6-Vc; Sun, 22 May 2016 12:20:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4SN6-0002sv-Cs
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 12:20:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4SN6-0003o0-1V
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 12:20:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 067382E80C2
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 12:20:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 12:12:30 -0000
From: craig P <lcp1983@atlanticbb.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: lcp1983
X-Launchpad-Bug-Reporter: craig P (lcp1983)
X-Launchpad-Bug-Modifier: craig P (lcp1983)
Message-Id: <20160522121230.21488.31314.malonedeb@wampee.canonical.com>
Subject: [Bug 1584464] [NEW] attempt to copy dot.mp3 to thumb drive (dot way
 takes precedence)
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 827d42e2eeb79ce7af2be9cd76bb3beb3883c6e1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584464 <1584464@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Ubuntu 16.04 (fresh clean install -- format/wipe of 12.04)

Nautilus

I tried this a couple times, at first thinking operator error, but I
then figured out how to work around the Nautilus bug.

I have two files in a directory -- one is a dot.wav music file and the
other is a dot.mp3 conversion of that music file, properly tagged (using
sound converter and easy tag).

Here is the problem:

If you copy the dot.mp3 to a thumb drive (fresh, clean, formatted,
emptry), Nautilus does not copy the dot.mp3 to the thumb drive.

Instead, unbeknownst to the user, nautilus copies the dot.wav file to
the thumb drive instead.

---

I made a few trips to the car before I realized the situation. Again, I
conservatively decided to make the presumption it was operator error.
Then, I decided to work around the bug, as follows:

I opened up a MATE terminal and worked through bash, created an empty
directory (i.e., mkdir) and copied JUST the dot.mp3 file to the empty
directory (i.e., cp).

I probably should have just used bash to copy the dot.mp3 to the thumb
drive, but I used nautilus instead. This time it worked. I went out to
the car and plopped the thumb drive in and all was good.

---

I may have had the dot.wav already in the thumb drive at one point. The
second time, I know I emptied the thumb drive. By the third time, I
worked around the bug as above.

So, if I had to take a guess, I would say that nautilus is making the
dot.wav file take precedence over the dot.mp3 file. Yes, other than the
file extension, the base names (i.e., bash basename) are the same.

Regards.

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584464

Title:
  attempt to copy dot.mp3 to thumb drive (dot way takes precedence)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584464/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 12:20:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 064CA26C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 12:20:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F2E7A1A3C2F;
	Sun, 22 May 2016 12:20:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4SN9-0002uA-3I; Sun, 22 May 2016 12:20:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4SN8-0002tG-5Q
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 12:20:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4SN7-0003o8-KQ
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 12:20:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 965622E8031
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 12:20:41 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 12:14:13 -0000
From: craig P <lcp1983@atlanticbb.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: lcp1983
X-Launchpad-Bug-Reporter: craig P (lcp1983)
X-Launchpad-Bug-Modifier: craig P (lcp1983)
References: <20160522121230.21488.31314.malonedeb@wampee.canonical.com>
Message-Id: <20160522121413.21166.90360.malone@wampee.canonical.com>
Subject: [Bug 1584464] Re: attempt to copy dot.mp3 to thumb drive (dot way
 takes precedence)
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 90bd4a08da67a7376f97d042c610356e7ddb2633
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584464 <1584464@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can't figure out how to edit the title of this SDR -- I meant to say
dot.wav, but my fat-fingers types "dot way"... If someone can correct.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584464

Title:
  attempt to copy dot.mp3 to thumb drive (dot way takes precedence)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584464/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 12:25:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 062CA26C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 12:25:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F06EF1A37FE;
	Sun, 22 May 2016 12:25:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4SRu-0003be-Sp; Sun, 22 May 2016 12:25:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4SRt-0003bH-P9
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 12:25:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4SRt-0004PJ-FS
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 12:25:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5DE072E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 12:25:37 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 12:16:38 -0000
From: Vasya Pupkin <1584228@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: shadowlmd
X-Launchpad-Bug-Reporter: Vasya Pupkin (shadowlmd)
X-Launchpad-Bug-Modifier: Vasya Pupkin (shadowlmd)
References: <20160520211312.8083.42742.malonedeb@soybean.canonical.com>
Message-Id: <20160522121638.21061.9645.launchpad@wampee.canonical.com>
Subject: [Bug 1584228] Re: Cannot access password-protected samba shares
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cff14f7b655a6c9b10e7eef0172f660e51fafbe0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584228 <1584228@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCi0gSSBjYW5ub3QgYWNjZXNzIG15IHBhc3N3b3JkLXBy
b3RlY3RlZCBzYW1iYSBmaWxlIHNoYXJlcyB3aGljaCBJIGFjY2Vzc2VzCisgSSBjYW5ub3QgYWNj
ZXNzIG15IHBhc3N3b3JkLXByb3RlY3RlZCBzYW1iYSBmaWxlIHNoYXJlcyB3aGljaCBJIGFjY2Vz
c2VkCiAgbm9ybWFsbHkgd2l0aCBVYnVudHUgMTUuMTAuIFRoZXkgY2FuIHN0aWxsIGJlIGFjY2Vz
c2VkIGZyb20gb3RoZXIKICBXaW5kb3dzIG1hY2hpbmVzIGFuZCBJIGNhbiBtb3VudCB0aGVtIHZp
YSBjb21tYW5kIGxpbmUuCiAgCiAgUHJvYmxlbVR5cGU6IEJ1ZwogIERpc3Ryb1JlbGVhc2U6IFVi
dW50dSAxNi4wNAogIFBhY2thZ2U6IG5hdXRpbHVzIDE6My4xOC40LmlzLjMuMTQuMy0wdWJ1bnR1
NAogIFVuYW1lOiBMaW51eCA0LjYuMC0wNDA2MDAtZ2VuZXJpYyB4ODZfNjQKICBBcHBvcnRWZXJz
aW9uOiAyLjIwLjEtMHVidW50dTIKICBBcmNoaXRlY3R1cmU6IGFtZDY0CiAgQ3VycmVudERlc2t0
b3A6IFVuaXR5CiAgRGF0ZTogU2F0IE1heSAyMSAwMDowODo0NyAyMDE2CiAgRWNyeXB0ZnNJblVz
ZTogWWVzCiAgR3NldHRpbmdzQ2hhbmdlczoKLSAgYidvcmcuZ25vbWUubmF1dGlsdXMud2luZG93
LXN0YXRlJyBiJ2dlb21ldHJ5JyBiIic4OTB4NTUwKzM5MCsxNDInIgotICBiJ29yZy5nbm9tZS5u
YXV0aWx1cy5saXN0LXZpZXcnIGInZGVmYXVsdC1jb2x1bW4tb3JkZXInIGIiWyduYW1lJywgJ3Np
emUnLCAndHlwZScsICdkYXRlX21vZGlmaWVkJywgJ2RhdGVfYWNjZXNzZWQnLCAnb3duZXInLCAn
Z3JvdXAnLCAncGVybWlzc2lvbnMnLCAnbWltZV90eXBlJywgJ3doZXJlJ10iCisgwqBiJ29yZy5n
bm9tZS5uYXV0aWx1cy53aW5kb3ctc3RhdGUnIGInZ2VvbWV0cnknIGIiJzg5MHg1NTArMzkwKzE0
MiciCisgwqBiJ29yZy5nbm9tZS5uYXV0aWx1cy5saXN0LXZpZXcnIGInZGVmYXVsdC1jb2x1bW4t
b3JkZXInIGIiWyduYW1lJywgJ3NpemUnLCAndHlwZScsICdkYXRlX21vZGlmaWVkJywgJ2RhdGVf
YWNjZXNzZWQnLCAnb3duZXInLCAnZ3JvdXAnLCAncGVybWlzc2lvbnMnLCAnbWltZV90eXBlJywg
J3doZXJlJ10iCiAgSW5zdGFsbGF0aW9uRGF0ZTogSW5zdGFsbGVkIG9uIDIwMTYtMDUtMDEgKDE5
IGRheXMgYWdvKQogIEluc3RhbGxhdGlvbk1lZGlhOiBVYnVudHUgMTYuMDQgTFRTICJYZW5pYWwg
WGVydXMiIC0gUmVsZWFzZSBhbWQ2NCAoMjAxNjA0MjAuMSkKICBTb3VyY2VQYWNrYWdlOiBuYXV0
aWx1cwogIFVwZ3JhZGVTdGF0dXM6IE5vIHVwZ3JhZGUgbG9nIHByZXNlbnQgKHByb2JhYmx5IGZy
ZXNoIGluc3RhbGwpCgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNh
dXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vi
c2NyaWJlZCB0byBuYXV0aWx1cyBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0
L2J1Z3MvMTU4NDIyOAoKVGl0bGU6CiAgQ2Fubm90IGFjY2VzcyBwYXNzd29yZC1wcm90ZWN0ZWQg
c2FtYmEgc2hhcmVzCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0
bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2UvbmF1dGlsdXMvK2J1
Zy8xNTg0MjI4LytzdWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApk
ZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFp
bG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 12:55:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 16C1826C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 12:55:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0E7E21A3C29;
	Sun, 22 May 2016 12:55:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4Suy-0005fe-PI; Sun, 22 May 2016 12:55:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4Sux-0005fU-8n
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 12:55:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4Suw-0001En-Su
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 12:55:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D6F0B2E8005
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 12:55:38 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 12:47:57 -0000
From: =?utf-8?b?SsOpcsO0bWU=?= <1584465@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jerome-bouat
X-Launchpad-Bug-Reporter: =?utf-8?b?SsOpcsO0bWUgKGplcm9tZS1ib3VhdCk=?=
X-Launchpad-Bug-Modifier: =?utf-8?b?SsOpcsO0bWUgKGplcm9tZS1ib3VhdCk=?=
Message-Id: <20160522124757.9255.21206.malonedeb@gac.canonical.com>
Subject: [Bug 1584465] [NEW] I closed the window but the sound is still playing
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b1db5ebd5e3f626339317e7980e910d120a8c498
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584465 <1584465@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I don't see any icon in the notification area of my desktop. I executed
the "killall rhythmbox" command in order to stop the sound.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: rhythmbox 3.0.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-86.131-generic 3.13.11-ckt39
Uname: Linux 3.13.0-86-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.20
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun May 22 14:39:32 2016
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: rhythmbox (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1584465

Title:
  I closed the window but the sound is still playing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1584465/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 13:35:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5221E26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 13:35:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 491FA1A37A9;
	Sun, 22 May 2016 13:35:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4TXh-0000C2-4W; Sun, 22 May 2016 13:35:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4TXf-0000Bs-Qb
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 13:35:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4TXf-0001Nk-9u
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 13:35:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 373912E805B
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 13:35:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 13:25:46 -0000
From: Nirav <the.nightling@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: gedit git
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jgossage jovik-pl+launchpad nick-volynkin
 the-nightling
X-Launchpad-Bug-Reporter: Jo Vik (jovik-pl+launchpad)
X-Launchpad-Bug-Modifier: Nirav (the-nightling)
References: <20130116183829.8263.64409.malonedeb@soybean.canonical.com>
Message-Id: <20160522132546.9523.53271.malone@gac.canonical.com>
Subject: [Bug 1100415] Re: "git commit" fails if gedit is already opened
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2ccd64af808f53158806861cf1a58a0195d5a427
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1100415 <1100415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Here's how I set up gedit as my editor and it works as expected:

git config --global --unset-all core.editor
git config --global --add core.editor "gedit -w"

Running on 14.04 64 bit (Mint).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1100415

Title:
  "git commit" fails if gedit is already opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1100415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 15:25:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2979E26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 15:25:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 199661A382E;
	Sun, 22 May 2016 15:25:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4VGG-0000DD-OZ; Sun, 22 May 2016 15:25:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4VGG-0000D1-36
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 15:25:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4VGF-00085P-Jy
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 15:25:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8D7DA2E8005
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 15:25:47 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 15:17:46 -0000
From: Tr4sK <1578317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agustin-rc89 brad-figg cosmos-door josep-ubuntu
 jsalisbury mdowle tr4sk walter-garcia willcooke
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Tr4sK (tr4sk)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160522151746.21663.6965.malone@wampee.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 431bbee1b23e8dbdac875db5c84c9beb7ae26152
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hi,
I have the same issue with a fresh Ubuntu 16.04 install.
Comment #8 solved the issue for login. But it freeze again after starting gnome software.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 15:30:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 96CF926C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 15:30:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 84B1F1A3802;
	Sun, 22 May 2016 15:30:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4VL8-0000Zv-EY; Sun, 22 May 2016 15:30:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4VL7-0000ZO-AM
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 15:30:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4VL6-0008Kw-S7
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 15:30:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CBBD22E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 15:30:48 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 15:24:34 -0000
From: Tr4sK <1578317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agustin-rc89 brad-figg cosmos-door josep-ubuntu
 jsalisbury mdowle tr4sk walter-garcia willcooke
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Tr4sK (tr4sk)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160522152434.9144.71579.malone@soybean.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 42b9286ff45288fc2e1c273873afcaeb191c461e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Sysout gnome-software --verbose

** Attachment added: "Sysout gnome-software --verbose"
   https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1578317/+attachment/4668096/+files/gnome-software.log

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 15:30:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7FD8D26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 15:30:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7A4591A3802;
	Sun, 22 May 2016 15:30:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4VL9-0000bE-Ip; Sun, 22 May 2016 15:30:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4VL8-0000aT-MV
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 15:30:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4VL8-0008Ne-DF
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 15:30:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 626B62E80C3
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 15:30:50 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 15:25:35 -0000
From: Tr4sK <1578317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agustin-rc89 brad-figg cosmos-door josep-ubuntu
 jsalisbury mdowle tr4sk walter-garcia willcooke
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Tr4sK (tr4sk)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160522152535.10380.81587.malone@gac.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e99032d3ad517fa8d757b4f5df28511495b43c1b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

errorlog

** Attachment added: "error"
   https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1578317/+attachment/4668097/+files/gnome-software.err

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 16:05:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 674CF26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 16:05:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 57BFE1A37A9;
	Sun, 22 May 2016 16:05:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4Vss-0003GH-VV; Sun, 22 May 2016 16:05:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4Vsr-0003G7-MD
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 16:05:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4Vsr-0007Kl-Gr
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 16:05:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7846D2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 16:05:41 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 15:59:47 -0000
From: Launchpad Bug Tracker <1584244@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ingpaolo janitor
X-Launchpad-Bug-Reporter: IngPaolo (ingpaolo)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160520223941.443.93927.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160522155948.7858.66130.malone@soybean.canonical.com>
Subject: [Bug 1584244] Re: nvidia 340.96 system crash
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8c8a6ab07510f60f13e9bb389e6c635f27476d84
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584244 <1584244@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584244

Title:
  nvidia 340.96 system crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584244/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 16:15:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1CC6026C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 16:15:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0E11D1A36C5;
	Sun, 22 May 2016 16:15:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4W2W-0004dv-O5; Sun, 22 May 2016 16:15:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4W2V-0004dH-E0
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 16:15:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4W2V-0002K6-4x
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 16:15:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1809A2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 16:15:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 16:07:26 -0000
From: Khunphil <1584244@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ingpaolo janitor khunphil
X-Launchpad-Bug-Reporter: IngPaolo (ingpaolo)
X-Launchpad-Bug-Modifier: Khunphil (khunphil)
References: <20160520223941.443.93927.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160522160726.9903.5316.malone@gac.canonical.com>
Subject: [Bug 1584244] Re: nvidia 340.96 system crash
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: df02dd0ca98bfc822d78de240988f93a76a0d1a2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584244 <1584244@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can't even have a HDMI signal after installing nvidia 340.96. After multiple reboot and interrupted boot, system switch back to Nouveau driver, and this looks fine again.
No much log to look for :

May 22 20:34:30 Phenom gpu-manager[724]: /etc/modprobe.d is not a file
../..
May 22 20:34:30 Phenom gpu-manager[724]: Error: can't open /lib/modules/4.4.0-22-generic/updates/dkms
May 22 20:34:30 Phenom gpu-manager[724]: Error: can't open /lib/modules/4.4.0-22-generic/updates/dkms

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584244

Title:
  nvidia 340.96 system crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584244/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 16:45:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D509526C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 16:45:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CBEFA1A37E2;
	Sun, 22 May 2016 16:45:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4WVa-0007CK-MA; Sun, 22 May 2016 16:45:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4WVZ-0007C3-Io
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 16:45:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4WVY-0000YR-Vt
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 16:45:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D09CA2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 16:45:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 16:37:28 -0000
From: Halvor Lyche Strandvoll <halvors@halvors.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: halvors
X-Launchpad-Bug-Reporter: Halvor Lyche Strandvoll (halvors)
X-Launchpad-Bug-Modifier: Halvor Lyche Strandvoll (halvors)
Message-Id: <20160522163728.8361.44492.malonedeb@soybean.canonical.com>
Subject: [Bug 1584491] [NEW] Starting DHCPv6 client on NDisc request failed:
 Invalid argument
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b6d374568d47786f3160fa8d883cb78b0add1594
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584491 <1584491@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I've experiencing constant issues when using systemd-networkd daemon to
handle my network interfaces.

Everything seems to be working as it should, but i keep getting this
spammed in the syslog.

I see this message in syslog:
systemd-networkd[623]: enp0s25: Starting DHCPv6 client on NDisc request failed: Invalid argument

This is fixed, as well as a couple of other IPv6 related issues in
systemd version 230.

https://lists.freedesktop.org/archives/systemd-
devel/2016-May/036583.html

Is updating to 230 for 16.04 on the table or is a backport for this bug
a more appropriate way to do this?

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "syslog.log"
   https://bugs.launchpad.net/bugs/1584491/+attachment/4668118/+files/syslog.log

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1584491

Title:
  Starting DHCPv6 client on NDisc request failed: Invalid argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1584491/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 18:15:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3086026C21B8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 18:15:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 274061A3C50;
	Sun, 22 May 2016 18:15:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4Xun-0006O7-0t; Sun, 22 May 2016 18:15:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4Xul-0006LQ-8U
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 18:15:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4Xuk-0001bS-Dh
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 18:15:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 661BC2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 18:15:46 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 18:07:07 -0000
From: lepidas blades rompolos <gvoulgarg@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-keyring; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=openssh; status=Fix Released; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-keyring;
 component=main; status=Confirmed; importance=Low;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=openssh; component=main;
 status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug
X-Launchpad-Bug-Information-Type: Public Security
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: yes
X-Launchpad-Bug-Commenters: andres-riancho bierfiltertje cdpqbln4t cjwatson
 derek-x djm eduard-hasenleithner hggdh2 jas-shankland lepidas limcore
 martin.von.wittich nneul-0 rafal-maj-it rimcaw seb128 seth-arnold
X-Launchpad-Bug-Reporter: LimCore (limcore)
X-Launchpad-Bug-Modifier: lepidas blades rompolos (lepidas)
References: <20100109211433.20961.79245.malonedeb@potassium.ubuntu.com>
Message-Id: <20160522180707.21698.61637.malone@wampee.canonical.com>
Subject: [Bug 505278] Re: ssh-add -D deleting all identities does not work.
 Also, why are all identities auto-added?
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f3bc8693338499e5f8a77888048f802ffb5d0d19
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 505278 <505278@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

16.04 still this bug. and this is not a bug, not a back door but a front one.
Look at this scenario.
Iam at home with people, I do create keys and store passphrase to agent to connect to remote host.
One moment later I decide to remove passphrase from agent ssh-add -D ok great now server is safe.
History | grep ssh
ssh idiot_server and voile!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/505278

Title:
  ssh-add -D deleting all identities does not work. Also, why are all
  identities auto-added?

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/505278/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 19:01:23 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2C19726C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 19:01:23 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2357F1A37FB;
	Sun, 22 May 2016 19:01:23 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4Yct-0001qc-1j; Sun, 22 May 2016 19:01:23 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4Ycr-0001pq-Hq
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 19:01:21 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4Ycq-0001bO-TK
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 19:01:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C623B2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 19:01:20 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 18:51:55 -0000
From: Bug Watch Updater <387799@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=hundredpapercuts; status=Triaged; importance=Low;
 assignee=None; 
X-Launchpad-Bug: product=nautilus; status=Confirmed; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+2.0; component=main;
 status=Triaged; importance=Low; assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: loic-alejandro seb128 vish
X-Launchpad-Bug-Reporter: =?utf-8?q?Lo=C3=AFc_Alejandro_=28loic-alejandro?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20090616104559.20445.15909.malonedeb@palladium.canonical.com>
Message-Id: <20160522185156.16617.14442.launchpad@loganberry.canonical.com>
Subject: [Bug 387799] Re: Inconsistency :GTK+ and Nautilus do not sort files
 in same order.
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c5c0549c8a22eb33c2d0f116878dfb2fcb0222e6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 387799 <387799@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/387799

Title:
  Inconsistency :GTK+ and Nautilus do not sort files in same order.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/387799/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 20:25:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 83B1426C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 20:25:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7D9741A3D22;
	Sun, 22 May 2016 20:25:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4Zwb-0008Pj-DK; Sun, 22 May 2016 20:25:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4Zwa-0008P8-TN
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 20:25:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4Zwa-0007B9-Gi
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 20:25:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7970E2E8005
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 20:25:48 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 20:20:26 -0000
From: Khurshid Alam <khurshid.alam@linuxmail.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty xenial yakety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jelmorini mehdix
X-Launchpad-Bug-Reporter: Nicola Jelmorini (jelmorini)
X-Launchpad-Bug-Modifier: Khurshid Alam (khurshid-alam)
References: <20140428204941.18470.21282.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160522202027.981.27900.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1313914] Re: Rhythmbox zeitgeist plugin doesn't activate when
 selected in Rhythmbox plugin preferences
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5a053e181dc1742c9c5ead5b8f78c52b6a48fc2b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1313914 <1313914@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: yakkety
** Tags added: yakety

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1313914

Title:
  Rhythmbox zeitgeist plugin doesn't activate when selected in Rhythmbox
  plugin preferences

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1313914/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 20:35:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E21F826C20AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 20:35:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D7BF61A3C90;
	Sun, 22 May 2016 20:35:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4a63-00013E-V0; Sun, 22 May 2016 20:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4a62-00012m-Ji
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 20:35:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4a62-0008TQ-6V
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 20:35:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1049B2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 20:35:34 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 20:27:59 -0000
From: Marco Righi <1582142@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: marco-righi
X-Launchpad-Bug-Reporter: Marco Righi (marco-righi)
X-Launchpad-Bug-Modifier: Marco Righi (marco-righi)
References: <20160516093606.9903.46650.malonedeb@gac.canonical.com>
Message-Id: <20160522202759.9222.12776.malone@gac.canonical.com>
Subject: [Bug 1582142] Re: Gimp menu disaaperas from menu bar
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5421d30e8c95c6ff290336b7f6af399800af48bb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582142 <1582142@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Fix after dist-upgrade (proposed activated)

** Changed in: gimp (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1582142

Title:
  Gimp menu disaaperas from menu bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1582142/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 20:41:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 77D3726C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 20:41:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 705171A3D1A;
	Sun, 22 May 2016 20:41:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4aBK-0001J6-Hz; Sun, 22 May 2016 20:41:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4aBJ-0001IQ-3N
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 20:41:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4aBI-0001sZ-S4
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 20:41:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CA7CC2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 20:41:00 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 20:33:45 -0000
From: Khurshid Alam <khurshid.alam@linuxmail.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty xenial yakety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jelmorini khurshid-alam mehdix
X-Launchpad-Bug-Reporter: Nicola Jelmorini (jelmorini)
X-Launchpad-Bug-Modifier: Khurshid Alam (khurshid-alam)
References: <20140428204941.18470.21282.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160522203345.10380.71080.malone@gac.canonical.com>
Subject: [Bug 1313914] Re: Rhythmbox zeitgeist plugin doesn't activate when
 selected in Rhythmbox plugin preferences
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b58598fe3e09da328be4d0790d5ac7bb3b7e880b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1313914 <1313914@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Why was it set to low importance? Because of missing zeitgeist-python3
plugin searching music from Unity simply doesn't work. I guess, upstream
has no interest fixing this as Unity 7 desktop is going down.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1313914

Title:
  Rhythmbox zeitgeist plugin doesn't activate when selected in Rhythmbox
  plugin preferences

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1313914/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 21:35:31 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5FCA826C20AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 21:35:31 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4F1D21A3D46;
	Sun, 22 May 2016 21:35:31 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4b22-0005Vg-8d; Sun, 22 May 2016 21:35:30 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4b21-0005Vb-BF
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 21:35:29 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4b21-0000lx-1O
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 21:35:29 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DA30A2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 21:35:28 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 21:28:50 -0000
From: "H.-Dirk Schmitt" <dirk@computer42.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dirk-computer42
X-Launchpad-Bug-Reporter: H.-Dirk Schmitt (dirk-computer42)
X-Launchpad-Bug-Modifier: H.-Dirk Schmitt (dirk-computer42)
Message-Id: <20160522212851.7996.90952.malonedeb@soybean.canonical.com>
Subject: [Bug 1584538] [NEW] locales are missing 
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0506bee68748d37f5e7ef6233412a3fed3931de5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584538 <1584538@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The localization is missing in evolution-common.
e.g. the file /usr/share/locale/de/LC_MESSAGES/evolution-3.18.mo

The debian version in stretch contain this file.
Comparing the file size of the packages between debian and ubuntu show also that a huge part of files are missing.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: evolution-common 3.18.5.2-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun May 22 23:23:11 2016
PackageArchitecture: all
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: evolution (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug third-party-packages xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1584538

Title:
  locales are missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1584538/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 21:40:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1DCBC26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 21:40:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F21291A3D54;
	Sun, 22 May 2016 21:40:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4b7C-0006BG-Ly; Sun, 22 May 2016 21:40:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4b7B-0006B5-CL
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 21:40:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4b7B-00022Z-3j
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 21:40:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 13F622E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 21:40:49 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 21:34:54 -0000
From: "H.-Dirk Schmitt" <dirk@computer42.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dirk-computer42
X-Launchpad-Bug-Reporter: H.-Dirk Schmitt (dirk-computer42)
X-Launchpad-Bug-Modifier: H.-Dirk Schmitt (dirk-computer42)
References: <20160522212851.7996.90952.malonedeb@soybean.canonical.com>
Message-Id: <20160522213454.9903.37149.malone@gac.canonical.com>
Subject: [Bug 1584538] Re: locales are missing 
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 90de916d75010c26f0255b5a69d4480b0d443109
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584538 <1584538@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The problem applies also to the packages in
ppa:gnome3-team/gnome3-staging

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1584538

Title:
  locales are missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1584538/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 22 23:45:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B7E5926C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 22 May 2016 23:45:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AFDF81A3816;
	Sun, 22 May 2016 23:45:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4d43-0007LK-SB; Sun, 22 May 2016 23:45:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4d42-0007Kh-5e
 for desktop-bugs@lists.ubuntu.com; Sun, 22 May 2016 23:45:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4d41-0002pd-P5
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 23:45:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B969B2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sun, 22 May 2016 23:45:41 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 22 May 2016 23:40:21 -0000
From: cm-t arudy <arudy@singularity.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agustin-rc89 brad-figg cm-t cosmos-door
 josep-ubuntu jsalisbury mdowle tr4sk walter-garcia willcooke
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: cm-t arudy (cm-t)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160522234021.9081.74676.malone@soybean.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e68e63204b07f66e6d53dd3e8c0156511910a9c8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

SnVzdCBzcGVuZCAzIGRheXMgaW4gYSBtdXNpYyBmZXN0aXZhbCB3aGVyZSBvdXIgTG9jbyBob3N0
IGFuIHVidW50dQp3ZWJjYWbDqSB3aXRoIH4xMCBQQyBydW5uaW5nIHRoZSBsYXN0ZXN0IExUUyAo
aGVyZSAxNi4wNCkKCnRoYXQgYnVnIGhhcHBlbnMgYXQgMiBrZXkgbW9tZW50OgoKICogd2hlbiBs
b2dnaW5nIG9uIHRoZSAoZ3Vlc3QpIHNlc3Npb24KCiAqIHdoZW4gbGF1bmNoaW5nIHRoZSBzb2Z0
d2FyZSBjZW50ZXIKCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJlY2F1
c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBzdWJz
Y3JpYmVkIHRvIGdub21lLXNvZnR3YXJlIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBh
ZC5uZXQvYnVncy8xNTc4MzE3CgpUaXRsZToKICBSZWdyZXNzaW9uOiBNb3VzZSBzdHVjayBhdCBz
dGFydC11cAoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBidWcgZ28gdG86Cmh0
dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2dub21lLXNvZnR3YXJlLytidWcvMTU3ODMxNy8rc3Vi
c2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5nIGxpc3QKZGVza3RvcC1idWdzQGxp
c3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUuY29tL21haWxtYW4vbGlzdGluZm8v
ZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 00:30:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3330326C20AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 00:30:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 224711A04E8;
	Mon, 23 May 2016 00:30:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4dlf-0002HN-7C; Mon, 23 May 2016 00:30:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4dlY-0002EA-Kb
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 00:30:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4dlY-0007UV-CL
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 00:30:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 467642E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 00:30:40 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 00:21:01 -0000
From: "J.P." <myphonej.p.willis@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: already-installed apport-package i386
 need-duplicate-check uec-images xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: myphonej-p-willis
X-Launchpad-Bug-Reporter: J.P. (myphonej-p-willis)
X-Launchpad-Bug-Modifier: J.P. (myphonej-p-willis)
Message-Id: <20160523002101.8942.79103.malonedeb@gac.canonical.com>
Subject: [Bug 1584552] [NEW] package libsystemd0:i386 229-4ubuntu5 failed to
 install/upgrade: package libsystemd0:i386 is already installed and configured
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4a0f82891cc6baaeb8e42cedfd6e5db5e6ebdaa0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584552 <1584552@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

none

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libsystemd0:i386 229-4ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-22.40-lowlatency 4.4.8
Uname: Linux 4.4.0-22-lowlatency x86_64
ApportVersion: 2.20.1-0ubuntu2
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Fri May 20 02:53:51 2016
DuplicateSignature:
 Processing triggers for fontconfig (2.11.94-0ubuntu1) ...
 dpkg: error processing package libsystemd0:i386 (--configure):
  package libsystemd0:i386 is already installed and configured
ErrorMessage: package libsystemd0:i386 is already installed and configured
InstallationDate: Installed on 2016-05-12 (10 days ago)
InstallationMedia: Ubuntu-Studio 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitecture: i386
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package libsystemd0:i386 229-4ubuntu5 failed to install/upgrade: package libsystemd0:i386 is already installed and configured
UpgradeStatus: Upgraded to xenial on 2016-05-20 (2 days ago)

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: already-installed apport-package i386 need-duplicate-check uec-images xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1584552

Title:
  package libsystemd0:i386 229-4ubuntu5 failed to install/upgrade:
  package libsystemd0:i386 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1584552/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 02:45:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1ED5926C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 02:45:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1595A1A3824;
	Mon, 23 May 2016 02:45:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4fsM-00051H-UH; Mon, 23 May 2016 02:45:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4fsL-00050u-QC
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 02:45:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4fsL-00064I-Bk
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 02:45:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 56CEA2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 02:45:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 02:37:19 -0000
From: Launchpad Bug Tracker <1389336@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=empathy; component=universe;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity-webapps;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Triaged; importance=Medium;
 assignee=timo.jyrinki@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-geoip;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webkitgtk;
 component=universe; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Fix Released; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 bigon darkxst janitor mterry seb128
X-Launchpad-Bug-Reporter: Michael Terry (mterry)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20141104175121.22425.12829.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523023721.19539.99855.launchpad@ackee.canonical.com>
Subject: [Bug 1389336] Re: Use geoclue-2.0
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bf6f15abe80675497e1c6dd5c1052c571739e490
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1389336 <1389336@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Branch linked: lp:~ubuntu-desktop/empathy/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1389336

Title:
  Use geoclue-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1389336/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 07:06:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 25DF526C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 07:06:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1F1431A2D63;
	Mon, 23 May 2016 07:06:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4jwh-0002wy-8I; Mon, 23 May 2016 07:06:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4jwg-0002we-3Z
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 07:06:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4jwf-0007Ok-O6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 07:06:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B2C692E805B
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 07:06:33 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 06:58:42 -0000
From: Launchpad Bug Tracker <1578663@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Released; importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Released; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=systemd; component=main; status=Fix Released; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adconrad janitor pitti
X-Launchpad-Bug-Reporter: Martin Pitt (pitti)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160505143103.24544.83927.malonedeb@gac.canonical.com>
Message-Id: <20160523065848.19585.57371.malone@ackee.canonical.com>
Subject: [Bug 1578663] Re: create DHCP exit hook for setting NTP servers
 through dhclient
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5740a608a4d9ff46cd514d37592e1fe1e45ed172
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578663 <1578663@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package systemd - 229-4ubuntu6

---------------
systemd (229-4ubuntu6) xenial-proposed; urgency=medium

  * Add a DHCP exit hook for pushing received NTP servers into timesyncd.
    (LP: #1578663)
  * Revert "enable TasksMax= for all services by default, and set it to 512".
    Introducing a default limit on number of threads broke a lot of software
    which regularly needs more, such as MySQL and RabbitMQ, or services that
    spawn off an indefinite number of subtasks that are not in a scope, like
    LXC or cron. 512 is way too much for most "simple" services, and it's way
    too little for the ones mentioned above. Effective (and much stricter)
    limits should instead be put into units individually.
    (Closes: #823530, LP: #1578080)
  * debian/gbp.conf: Switch to ubuntu-xenial branch.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 12 May 2016 10:39:30
+0200

** Changed in: systemd (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1578663

Title:
  create DHCP exit hook for setting NTP servers through dhclient

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1578663/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 07:06:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D36CB26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 07:06:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C2E3B1A33B1;
	Mon, 23 May 2016 07:06:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4jwp-00031g-MJ; Mon, 23 May 2016 07:06:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4jwo-00030t-1K
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 07:06:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4jwn-0007Uk-HF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 07:06:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D30E82E80E0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 07:06:40 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 06:58:42 -0000
From: Launchpad Bug Tracker <1578080@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=percona-xtradb-cluster-5.6;
 component=universe; status=Won't Fix; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Released; importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Released; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=charms; sourcepackage=percona-cluster;
 component=None; status=Won't Fix; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: canonical-bootstack hitlist openstack verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adconrad brad-marshall james-page janitor pitti
X-Launchpad-Bug-Reporter: Brad Marshall (brad-marshall)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160504065609.24579.48561.malonedeb@gac.canonical.com>
Message-Id: <20160523065846.19585.94066.malone@ackee.canonical.com>
Subject: [Bug 1578080] Re: percona cluster hits resource limits in HA
 Openstack cloud with xenial
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 84a3910d68e13795718ca3866b9c50a0092883e5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578080 <1578080@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package systemd - 229-4ubuntu6

---------------
systemd (229-4ubuntu6) xenial-proposed; urgency=medium

  * Add a DHCP exit hook for pushing received NTP servers into timesyncd.
    (LP: #1578663)
  * Revert "enable TasksMax= for all services by default, and set it to 512".
    Introducing a default limit on number of threads broke a lot of software
    which regularly needs more, such as MySQL and RabbitMQ, or services that
    spawn off an indefinite number of subtasks that are not in a scope, like
    LXC or cron. 512 is way too much for most "simple" services, and it's way
    too little for the ones mentioned above. Effective (and much stricter)
    limits should instead be put into units individually.
    (Closes: #823530, LP: #1578080)
  * debian/gbp.conf: Switch to ubuntu-xenial branch.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 12 May 2016 10:39:30
+0200

** Changed in: systemd (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1578080

Title:
  percona cluster hits resource limits in HA Openstack cloud with xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1578080/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 07:21:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 06C0326C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 07:21:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F34FD1A2D4E;
	Mon, 23 May 2016 07:21:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4kBH-0004la-Eq; Mon, 23 May 2016 07:21:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4kAP-0004Yv-Gi
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 07:20:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4kAP-0003Tp-8H
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 07:20:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3143E2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 07:20:45 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 07:12:44 -0000
From: Leopoldo Pena <leopenausa@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus-sendto;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: leopenausa
X-Launchpad-Bug-Reporter: Leopoldo Pena (leopenausa)
X-Launchpad-Bug-Modifier: Leopoldo Pena (leopenausa)
Message-Id: <20160523071245.20886.41157.malonedeb@wampee.canonical.com>
Subject: [Bug 1584619] [NEW] Context menu send to does not work from "Recent
 files" view
X-Launchpad-Message-Rationale: Subscriber (nautilus-sendto in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 47b0d8e106d1f3d1f595d82f9e6db2d703aef5d0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584619 <1584619@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

This option is visible in the context menu, but when user navigates to
"recent files" in Nautilus the context menu doesn't work.

1- Open Nautilus
2- Click on Recent
3- Select file
4- Right click open context menu
5- Click on Email...

Nothing happens.

Expected behaviour: Email client should open to send new mail with
document attached.

** Affects: nautilus-sendto (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in Ubuntu.
https://bugs.launchpad.net/bugs/1584619

Title:
  Context menu send to does not work from "Recent files" view

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-sendto/+bug/1584619/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 08:01:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0748826C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 08:01:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F03B71A2CA1;
	Mon, 23 May 2016 08:01:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4knt-00019c-JA; Mon, 23 May 2016 08:01:33 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4knr-00019H-25
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 08:01:31 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4knq-0004Z2-GQ
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 08:01:30 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 741342E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 08:01:30 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 07:50:14 -0000
From: sles <1584629@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ocfs2-tools; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: slesru
X-Launchpad-Bug-Reporter: sles (slesru)
X-Launchpad-Bug-Modifier: sles (slesru)
Message-Id: <20160523075014.10306.9701.malonedeb@soybean.canonical.com>
Subject: [Bug 1584629] [NEW] Failed to start LSB: Load O2CB cluster services
 at system boot.
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f51eadca4eda5e86fc247ec2ec68536bfc68513e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584629 <1584629@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKClVidW50dSAxNi4wNC4KClNvbWV0aW1lcyAobm90IGV2ZXJ5
IGJvb3QpIG8yY2IgZmFpbGVkIHRvIHN0YXJ0OgoKc3lzdGVtY3RsIHN0YXR1cyBvMmNiCuKXjyBv
MmNiLnNlcnZpY2UgLSBMU0I6IExvYWQgTzJDQiBjbHVzdGVyIHNlcnZpY2VzIGF0IHN5c3RlbSBi
b290LgogICBMb2FkZWQ6IGxvYWRlZCAoL2V0Yy9pbml0LmQvbzJjYjsgYmFkOyB2ZW5kb3IgcHJl
c2V0OiBlbmFibGVkKQogICBBY3RpdmU6IGZhaWxlZCAoUmVzdWx0OiBleGl0LWNvZGUpIHNpbmNl
INCf0L0gMjAxNi0wNS0yMyAxMTo0Njo0MyBTQU1UOyAybWluIDEycyBhZ28KICAgICBEb2NzOiBt
YW46c3lzdGVtZC1zeXN2LWdlbmVyYXRvcig4KQogIFByb2Nlc3M6IDE1MjYgRXhlY1N0YXJ0PS9l
dGMvaW5pdC5kL28yY2Igc3RhcnQgKGNvZGU9ZXhpdGVkLCBzdGF0dXM9MS9GQUlMVVJFKQoK0LzQ
sNC5IDIzIDExOjQ2OjQzIGluZXRndzEgc3lzdGVtZFsxXTogU3RhcnRpbmcgTFNCOiBMb2FkIE8y
Q0IgY2x1c3RlciBzZXJ2aWNlcyBhdCBzeXN0ZW0gYm9vdC4uLi4K0LzQsNC5IDIzIDExOjQ2OjQz
IGluZXRndzEgbzJjYlsxNTI2XTogTG9hZGluZyBmaWxlc3lzdGVtICJjb25maWdmcyI6IE9LCtC8
0LDQuSAyMyAxMTo0Njo0MyBpbmV0Z3cxIG8yY2JbMTUyNl06IE1vdW50aW5nIGNvbmZpZ2ZzIGZp
bGVzeXN0ZW0gYXQgL3N5cy9rZXJuZWwvY29uZmlnOiBtb3VudDogY29uZmlnZnMgaXMgYWxyZWFk
eSAK0LzQsNC5IDIzIDExOjQ2OjQzIGluZXRndzEgbzJjYlsxNTI2XTogICAgICAgIGNvbmZpZ2Zz
IGlzIGFscmVhZHkgbW91bnRlZCBvbiAvc3lzL2tlcm5lbC9jb25maWcK0LzQsNC5IDIzIDExOjQ2
OjQzIGluZXRndzEgbzJjYlsxNTI2XTogVW5hYmxlIHRvIG1vdW50IGNvbmZpZ2ZzIGZpbGVzeXN0
ZW0K0LzQsNC5IDIzIDExOjQ2OjQzIGluZXRndzEgbzJjYlsxNTI2XTogRmFpbGVkCtC80LDQuSAy
MyAxMTo0Njo0MyBpbmV0Z3cxIHN5c3RlbWRbMV06IG8yY2Iuc2VydmljZTogQ29udHJvbCBwcm9j
ZXNzIGV4aXRlZCwgY29kZT1leGl0ZWQgc3RhdHVzPTEK0LzQsNC5IDIzIDExOjQ2OjQzIGluZXRn
dzEgc3lzdGVtZFsxXTogRmFpbGVkIHRvIHN0YXJ0IExTQjogTG9hZCBPMkNCIGNsdXN0ZXIgc2Vy
dmljZXMgYXQgc3lzdGVtIGJvb3QuLgrQvNCw0LkgMjMgMTE6NDY6NDMgaW5ldGd3MSBzeXN0ZW1k
WzFdOiBvMmNiLnNlcnZpY2U6IFVuaXQgZW50ZXJlZCBmYWlsZWQgc3RhdGUuCtC80LDQuSAyMyAx
MTo0Njo0MyBpbmV0Z3cxIHN5c3RlbWRbMV06IG8yY2Iuc2VydmljZTogRmFpbGVkIHdpdGggcmVz
dWx0ICdleGl0LWNvZGUnLgoKCm5leHQgdHJ5IGlzIHN1Y2Nlc3NmdWw6CnN5c3RlbWN0bCBzdGF0
dXMgbzJjYgril48gbzJjYi5zZXJ2aWNlIC0gTFNCOiBMb2FkIE8yQ0IgY2x1c3RlciBzZXJ2aWNl
cyBhdCBzeXN0ZW0gYm9vdC4KICAgTG9hZGVkOiBsb2FkZWQgKC9ldGMvaW5pdC5kL28yY2I7IGJh
ZDsgdmVuZG9yIHByZXNldDogZW5hYmxlZCkKICAgQWN0aXZlOiBhY3RpdmUgKGV4aXRlZCkgc2lu
Y2Ug0J/QvSAyMDE2LTA1LTIzIDExOjQ5OjA3IFNBTVQ7IDFzIGFnbwogICAgIERvY3M6IG1hbjpz
eXN0ZW1kLXN5c3YtZ2VuZXJhdG9yKDgpCiAgUHJvY2VzczogMjEwMSBFeGVjU3RhcnQ9L2V0Yy9p
bml0LmQvbzJjYiBzdGFydCAoY29kZT1leGl0ZWQsIHN0YXR1cz0wL1NVQ0NFU1MpCgrQvNCw0Lkg
MjMgMTE6NDk6MDcgaW5ldGd3MSBzeXN0ZW1kWzFdOiBTdGFydGluZyBMU0I6IExvYWQgTzJDQiBj
bHVzdGVyIHNlcnZpY2VzIGF0IHN5c3RlbSBib290Li4uLgrQvNCw0LkgMjMgMTE6NDk6MDcgaW5l
dGd3MSBvMmNiWzIxMDFdOiBMb2FkaW5nIHN0YWNrIHBsdWdpbiAibzJjYiI6IE9LCtC80LDQuSAy
MyAxMTo0OTowNyBpbmV0Z3cxIG8yY2JbMjEwMV06IExvYWRpbmcgZmlsZXN5c3RlbSAib2NmczJf
ZGxtZnMiOiBPSwrQvNCw0LkgMjMgMTE6NDk6MDcgaW5ldGd3MSBvMmNiWzIxMDFdOiBNb3VudGlu
ZyBvY2ZzMl9kbG1mcyBmaWxlc3lzdGVtIGF0IC9kbG06IE9LCtC80LDQuSAyMyAxMTo0OTowNyBp
bmV0Z3cxIG8yY2JbMjEwMV06IFNldHRpbmcgY2x1c3RlciBzdGFjayAibzJjYiI6IE9LCtC80LDQ
uSAyMyAxMTo0OTowNyBpbmV0Z3cxIG8yY2JbMjEwMV06IFN0YXJ0aW5nIE8yQ0IgY2x1c3RlciBp
bmV0Z3c6IE9LCtC80LDQuSAyMyAxMTo0OTowNyBpbmV0Z3cxIHN5c3RlbWRbMV06IFN0YXJ0ZWQg
TFNCOiBMb2FkIE8yQ0IgY2x1c3RlciBzZXJ2aWNlcyBhdCBzeXN0ZW0gYm9vdC4uCgoKSSBndWVz
cyB0aGlzIGlzIHN0YXJ0dXAgZGVwZW5kZW5jeSBwcm9ibGVtLgoKVGhhbmsgeW91IQoKKiogQWZm
ZWN0czogb2NmczItdG9vbHMgKFVidW50dSkKICAgICBJbXBvcnRhbmNlOiBVbmRlY2lkZWQKICAg
ICAgICAgU3RhdHVzOiBOZXcKCioqIFBhY2thZ2UgY2hhbmdlZDogc3lzdGVtZCAoVWJ1bnR1KSA9
PiBvY2ZzMi10b29scyAoVWJ1bnR1KQoKLS0gCllvdSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmlj
YXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVyIG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdo
aWNoIGlzIHN1YnNjcmliZWQgdG8gc3lzdGVtZCBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVu
Y2hwYWQubmV0L2J1Z3MvMTU4NDYyOQoKVGl0bGU6CiAgRmFpbGVkIHRvIHN0YXJ0IExTQjogTG9h
ZCBPMkNCIGNsdXN0ZXIgc2VydmljZXMgYXQgc3lzdGVtIGJvb3QuCgpUbyBtYW5hZ2Ugbm90aWZp
Y2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQv
dWJ1bnR1Lytzb3VyY2Uvb2NmczItdG9vbHMvK2J1Zy8xNTg0NjI5LytzdWJzY3JpcHRpb25zCgot
LSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNv
bQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 08:41:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C0FCF26C226E
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 08:41:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BABF11A37D7;
	Mon, 23 May 2016 08:41:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4lQN-0004YB-Lk; Mon, 23 May 2016 08:41:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4lQJ-0004WV-G5
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 08:41:15 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4lQJ-0007gH-62
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 08:41:15 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 27EBF2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 08:41:15 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 08:33:13 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus-sendto; status=Unknown; importance=Unknown; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus-sendto;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: leopenausa seb128
X-Launchpad-Bug-Reporter: Leopoldo Pena (leopenausa)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160523071245.20886.41157.malonedeb@wampee.canonical.com>
Message-Id: <20160523083314.8942.67739.launchpad@gac.canonical.com>
Subject: [Bug 1584619] Re: Context menu send to does not work from "Recent
 files" view
X-Launchpad-Message-Rationale: Subscriber (nautilus-sendto in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0e4e065e30d7d6e3d207589ff6d5cee917413b61
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584619 <1584619@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus-sendto (Ubuntu)
   Importance: Undecided => Low

** Changed in: nautilus-sendto (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in Ubuntu.
https://bugs.launchpad.net/bugs/1584619

Title:
  Context menu send to does not work from "Recent files" view

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus-sendto/+bug/1584619/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 08:45:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DE82226C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 08:45:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D2D2B1A37E8;
	Mon, 23 May 2016 08:45:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4lUm-0005Gk-Q2; Mon, 23 May 2016 08:45:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4lUl-0005Ga-Eo
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 08:45:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4lUk-0001Db-V0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 08:45:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D94472E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 08:45:50 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 08:39:04 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus-sendto; status=Unknown; importance=Unknown; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus-sendto;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: leopenausa seb128
X-Launchpad-Bug-Reporter: Leopoldo Pena (leopenausa)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160523071245.20886.41157.malonedeb@wampee.canonical.com>
Message-Id: <20160523083904.443.4297.malone@chaenomeles.canonical.com>
Subject: [Bug 1584619] Re: Context menu send to does not work from "Recent
 files" view
X-Launchpad-Message-Rationale: Subscriber (nautilus-sendto in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 68a7d601052c521ea784c0517a8af3cb1a4dfd6b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584619 <1584619@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The issue has been fixed upstream in https://git.gnome.org/browse
/nautilus-sendto/commit/?id=34b6876587506c57aba0c6ad98fb7f5e14229e6b

The current Ubuntu version includes that fix and I'm going to have a
look at backporting it to 16.04

** Changed in: nautilus-sendto (Ubuntu)
       Status: Confirmed => Fix Released

** Bug watch added: GNOME Bug Tracker #758988
   https://bugzilla.gnome.org/show_bug.cgi?id=758988

** Also affects: nautilus-sendto via
   https://bugzilla.gnome.org/show_bug.cgi?id=758988
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in Ubuntu.
https://bugs.launchpad.net/bugs/1584619

Title:
  Context menu send to does not work from "Recent files" view

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus-sendto/+bug/1584619/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 09:01:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3520E26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 09:01:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 155E01A3596;
	Mon, 23 May 2016 09:01:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4ljT-0006Oe-Q1; Mon, 23 May 2016 09:01:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4ljT-0006OG-27
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 09:01:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4ljS-0006Ce-Q7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:01:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BB63A2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:01:02 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 08:52:55 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus-sendto; status=Unknown; importance=Unknown; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus-sendto;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: leopenausa seb128
X-Launchpad-Bug-Reporter: Leopoldo Pena (leopenausa)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160523071245.20886.41157.malonedeb@wampee.canonical.com>
Message-Id: <20160523085256.8854.35776.launchpad@gac.canonical.com>
Subject: [Bug 1584619] Re: Context menu send to does not work from "Recent
 files" view
X-Launchpad-Message-Rationale: Subscriber (nautilus-sendto in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ab642c8ec5b8e7535d22a0a4e8842b4ce03b61bd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584619 <1584619@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Description changed:

- This option is visible in the context menu, but when user navigates to
- "recent files" in Nautilus the context menu doesn't work.
+ * Impact 
+ This option is visible in the context menu, but when user navigates to "recent files" in Nautilus the context menu doesn't work.
  
+ * Test Case
  1- Open Nautilus
  2- Click on Recent
  3- Select file
  4- Right click open context menu
  5- Click on Email...
  
  Nothing happens.
  
  Expected behaviour: Email client should open to send new mail with
  document attached.
+ 
+ * Regression potential
+ Check that sending files from normal locations still work correctly

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in Ubuntu.
https://bugs.launchpad.net/bugs/1584619

Title:
  Context menu send to does not work from "Recent files" view

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus-sendto/+bug/1584619/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 09:12:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C92E226C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 09:12:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C2BB31A384E;
	Mon, 23 May 2016 09:12:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4luB-0007Zq-N0; Mon, 23 May 2016 09:12:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4luB-0007Zl-4L
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 09:12:07 +0000
Received: from gac.canonical.com ([91.189.90.20])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4luA-0003mp-VN
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:12:06 +0000
Received: from gac.canonical.com (unknown [IPv6:::1])
 by gac.canonical.com (Postfix) with ESMTPS id E6A825C0B35
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:12:06 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 09:12:06 -0000
From: Launchpad Bug Tracker <1583088@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtmir; component=universe; 
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity8; component=universe;
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: datashaman gerboland kgunn72 lukas-kde vanvugt
X-Launchpad-Bug-Reporter: Daniel van Vugt (vanvugt)
X-Launchpad-Bug-Modifier: Marlin Forbes (datashaman)
References: <20160518100713.551.31077.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1583088] [NEW] Randomly corrupt characters in text rendering,
 mainly in Unity8 window titlebars
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160523091206.10034.70091.launchpad@gac.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4d1c1f00542719d4043e496981d9fd064e1e017f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583088 <1583088@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

Corrupted characters in text rendering, mainly in Unity8 window
titlebars.

I think this is a new issue. It only started happening (on xenial
desktop) in the past month or two.

** Affects: gnome-desktop (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: qtmir (Ubuntu)
     Importance: High
         Status: New

** Affects: unity8 (Ubuntu)
     Importance: High
         Status: New

-- 
Randomly corrupt characters in text rendering, mainly in Unity8 window titlebars
https://bugs.launchpad.net/bugs/1583088
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 09:21:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B473E26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 09:21:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 268AA1A371C;
	Mon, 23 May 2016 09:21:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4m3E-0008AK-7x; Mon, 23 May 2016 09:21:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4m3D-0008A2-N2
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 09:21:27 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4m3D-0006z1-8U
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:21:27 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3E0142E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:21:27 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 09:08:40 -0000
From: Marlin Forbes <1583088@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtmir; component=universe; 
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity8; component=universe;
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: datashaman gerboland kgunn72 lukas-kde vanvugt
X-Launchpad-Bug-Reporter: Daniel van Vugt (vanvugt)
X-Launchpad-Bug-Modifier: Marlin Forbes (datashaman)
References: <20160518100713.551.31077.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523090840.7818.49948.malone@soybean.canonical.com>
Subject: [Bug 1583088] Re: Randomly corrupt characters in text rendering,
 mainly in Unity8 window titlebars
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 55b15bbe818e7189076c78027e6af8ac326f9bcb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583088 <1583088@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Screenshot of corruption. I could be wrong, but it seems to happen after
suspend and restore.

** Attachment added: "Screenshot from 2016-05-23 11-02-48.png"
   https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1583088/+attachment/4668590/+files/Screenshot%20from%202016-05-23%2011-02-48.png

** Also affects: gnome-shell
   Importance: Undecided
       Status: New

** Project changed: gnome-shell => ubuntu

** Package changed: ubuntu => gnome-desktop (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1583088

Title:
  Randomly corrupt characters in text rendering, mainly in Unity8 window
  titlebars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1583088/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 09:21:31 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9AE4626C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 09:21:31 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8451D1A3751;
	Mon, 23 May 2016 09:21:31 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4m3H-0008Cr-D6; Mon, 23 May 2016 09:21:31 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4m3G-0008CQ-Ll
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 09:21:30 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4m3F-0007EU-Q2
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:21:29 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8A7C92E80DB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:21:28 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 09:14:37 -0000
From: Marlin Forbes <1583088@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtmir; component=universe; 
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity8; component=universe;
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: datashaman gerboland kgunn72 lukas-kde vanvugt
X-Launchpad-Bug-Reporter: Daniel van Vugt (vanvugt)
X-Launchpad-Bug-Modifier: Marlin Forbes (datashaman)
References: <20160518100713.551.31077.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523091437.8854.63107.malone@gac.canonical.com>
Subject: [Bug 1583088] Re: Randomly corrupt characters in text rendering,
 mainly in Unity8 window titlebars
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 38dda0d106454ae355c34dfa8dcd33ea95f1b1bd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583088 <1583088@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is what nautilus looks like ATM. :)

** Attachment added: "Screenshot from 2016-05-23 11-13-26.png"
   https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1583088/+attachment/4668596/+files/Screenshot%20from%202016-05-23%2011-13-26.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1583088

Title:
  Randomly corrupt characters in text rendering, mainly in Unity8 window
  titlebars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1583088/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 09:31:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B5DDA26C20AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 09:31:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B8BEB1A057D;
	Mon, 23 May 2016 09:31:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4mCW-0000ne-Kk; Mon, 23 May 2016 09:31:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4mCR-0000mB-0x
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 09:30:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4mCQ-0000W4-MZ
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:30:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A82682E80AF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:30:58 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 09:22:37 -0000
From: Daniel van Vugt <daniel.van.vugt@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtmir; component=universe; 
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity8; component=universe;
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: datashaman gerboland kgunn72 lukas-kde vanvugt
X-Launchpad-Bug-Reporter: Daniel van Vugt (vanvugt)
X-Launchpad-Bug-Modifier: Daniel van Vugt (vanvugt)
References: <20160518100713.551.31077.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523092237.21523.63615.malone@wampee.canonical.com>
Subject: [Bug 1583088] Re: Randomly corrupt characters in text rendering,
 mainly in Unity8 window titlebars
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c7fff4459de5d41a03f8b92b96ac2362e5dec1f5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583088 <1583088@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Marlin:

That's a different shell with different graphics stack. Please log a new
bug for your issues.

** Summary changed:

- Randomly corrupt characters in text rendering, mainly in Unity8 window titlebars
+ Randomly corrupt characters in Unity8 window titlebars and logout dialog

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1583088

Title:
  Randomly corrupt characters in Unity8 window titlebars and logout
  dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1583088/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 09:31:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CE57F26C20AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 09:31:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C72C91A297F;
	Mon, 23 May 2016 09:31:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4mCX-0000oQ-P4; Mon, 23 May 2016 09:31:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4mCW-0000nY-Gi
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 09:31:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4mCW-0000mE-8Y
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:31:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3F6B52E80AF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:31:04 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 09:20:51 -0000
From: =?utf-8?q?Fredrik_Stax=C3=A4ng?= <fstx01@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=Fix Released; importance=Medium;
 assignee=matthias@tenstral.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=appstream; component=main; milestone=xenial-updates;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arup-chowdhury ashnazg bbogert24 boenadi crichton
 dedalu-dedalu dennisw50-300 doekia dsfkljo322332
 edwinksl ejmhw1ui57c6fgdo
 fatordee fstx01 granta gregrobinz harzg janitor johnwang kaj-haulrich
 kinggoddard kumar981 laney launchpad-startport ljiljan-veselinovic ludentico
 maik-lindner neil.mayhew olliniem orangewinds p-ian-s panizzom pgbennett
 pitti reivanen-gmail rh-t s-o-l sakrecoer shadow333 shadyatv strav supermatt
 teche70 tomich willcooke wmsopou ximion
X-Launchpad-Bug-Reporter: Matthias Klumpp (ximion)
X-Launchpad-Bug-Modifier: =?utf-8?q?Fredrik_Stax=C3=A4ng_=28fstx01=29?=
References: <20160509111217.373.84861.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523092051.7818.99498.malone@soybean.canonical.com>
Subject: [Bug 1579712] Re: Refresh hangs indefinitely,
 appstreamcli using 100% CPU
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 533b650152b7956df7fe8dc1b977f877444fa890
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1579712 <1579712@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I got this when I tried to update today. This fixed it for me:

sudo pkill appstreamcli
sudo rm /usr/bin/appstreamcli

Then the updates worked, and a new /usr/bin/appstreamcli got installed.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1579712

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 09:40:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9ADF126C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 09:40:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8C9021A365B;
	Mon, 23 May 2016 09:40:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4mLv-0001Yg-6d; Mon, 23 May 2016 09:40:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4mLt-0001YK-Jn
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 09:40:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4mLt-0005hn-6c
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:40:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0CC792E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:40:45 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 09:31:05 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: dropped-ubuntu-touch-patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pitti
X-Launchpad-Bug-Reporter: Martin Pitt (pitti)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
Message-Id: <20160523093105.8083.82182.malonedeb@soybean.canonical.com>
Subject: [Bug 1584671] [NEW] [dropped system-image support in 16.10] Support
 /etc/writable/ for system-image for timedated and hostnamed
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ea95b105e93115cc4b143f26d7be371bc7065d7a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584671 <1584671@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Up to Ubuntu 16.04 LTS we've had http://anonscm.debian.org/cgit/pkg-
systemd/systemd.git/tree/debian/patches/Support-system-image-read-only-
etc.patch?h=ubuntu-xenial

As this is our only remaining Ubuntu delta in yakkety, we won't build
Touch products from yakkety (we'll move from vivid to xenial), and long-
term touch will be moved away from system-image to snappy, I'll sync
systemd in yakkety. This avoids having to drag this unnecessary patch
along all the time. We can reinstate it if we need to build a system-
image based product from >= 16.10.

** Affects: systemd (Ubuntu)
     Importance: Low
         Status: Triaged


** Tags: dropped-ubuntu-touch-patch

** Changed in: systemd (Ubuntu)
       Status: New => Triaged

** Changed in: systemd (Ubuntu)
   Importance: Undecided => Low

** Tags added: dropped-ubuntu-touch-patch

** Summary changed:

- [dropped touch support in 16.10] Support /etc/writable/ for system-image for timedated and hostnamed
+ [dropped system-image support in 16.10] Support /etc/writable/ for system-image for timedated and hostnamed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1584671

Title:
  [dropped system-image support in 16.10] Support /etc/writable/ for
  system-image for timedated and hostnamed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1584671/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 09:40:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 50ED626C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 09:40:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 47AB51A3670;
	Mon, 23 May 2016 09:40:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4mLx-0001Zu-4L; Mon, 23 May 2016 09:40:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4mLv-0001Yr-SY
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 09:40:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4mLu-0005hf-VN
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:40:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DBD0E2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:40:46 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 09:32:30 -0000
From: Bug Watch Updater <1584619@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus-sendto; status=Fix Released;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus-sendto;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: leopenausa seb128
X-Launchpad-Bug-Reporter: Leopoldo Pena (leopenausa)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160523071245.20886.41157.malonedeb@wampee.canonical.com>
Message-Id: <20160523093231.27645.91368.launchpad@loganberry.canonical.com>
Subject: [Bug 1584619] Re: Context menu send to does not work from "Recent
 files" view
X-Launchpad-Message-Rationale: Subscriber (nautilus-sendto in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 545f44178c30e248cf168195541262c2b4f79cd5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584619 <1584619@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus-sendto
       Status: Unknown => Fix Released

** Changed in: nautilus-sendto
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in Ubuntu.
https://bugs.launchpad.net/bugs/1584619

Title:
  Context menu send to does not work from "Recent files" view

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus-sendto/+bug/1584619/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 09:55:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 573E226C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 09:55:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4FC811A35AB;
	Mon, 23 May 2016 09:55:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4maM-0003Gu-7E; Mon, 23 May 2016 09:55:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4maL-0003GE-0k
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 09:55:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4maK-0004Fh-GK
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:55:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 78F462E80AF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:55:40 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 09:49:44 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nvidia-graphics-drivers-340;
 component=restricted; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ingpaolo janitor khunphil
X-Launchpad-Bug-Reporter: IngPaolo (ingpaolo)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160520223941.443.93927.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523094945.9016.25193.launchpad@gac.canonical.com>
Subject: [Bug 1584244] Re: nvidia 340.96 system crash
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d972f387abcb40c0833be64f0e19784c36e1f5aa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584244 <1584244@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: nautilus (Ubuntu) => nvidia-graphics-drivers-340
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584244

Title:
  nvidia 340.96 system crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1584244/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 09:55:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9C8B926C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 09:55:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 966251A3610;
	Mon, 23 May 2016 09:55:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4maZ-0003JA-Gb; Mon, 23 May 2016 09:55:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4maY-0003J0-EL
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 09:55:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4maY-0004RF-0i
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:55:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 041BD2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 09:55:54 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 09:46:39 -0000
From: Will Cooke <1573052@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug desktop-trello-import xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande edsonn3to
 egonholtz elberro janitor maverickct navjotjsingh pfeiffep seb128 sunbear-c22
 vdragon ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523094640.784.763.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d00281e72bbafd37d3e17afcf0cc7618d86735c1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: gnome-software (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Tags added: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 10:07:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B1D9726C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 10:07:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A8F4B1A3C11;
	Mon, 23 May 2016 10:07:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4mlw-00054H-G4; Mon, 23 May 2016 10:07:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4mlu-00054C-MY
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 10:07:38 +0000
Received: from chaenomeles.canonical.com ([91.189.89.119])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4mlu-0008Vp-El
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:07:38 +0000
Received: from chaenomeles.canonical.com (unknown [IPv6:::1])
 by chaenomeles.canonical.com (Postfix) with ESMTPS id 670916806F6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:07:38 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 10:07:38 -0000
From: Launchpad Bug Tracker <1584279@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug compiz-0.9 ubuntu xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 william123400
X-Launchpad-Bug-Reporter: William Kendall (william123400)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160521041832.7891.97445.malonedeb@soybean.canonical.com>
Subject: [Bug 1584279] [NEW] Duplicate icons appear on the desktop,
 these icons cannot be clicked, moved,
 or selected and they appear as long as an icon is present on the desktop,
 they essentially behave as if they were part of the desktop background image.
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160523100738.589.64824.launchpad@chaenomeles.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bc8176a14c307ee9321828cb36f8e9c1485ca22e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584279 <1584279@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

Please contact me at william123400@gmail.com if anything more is needed.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.04.20160415-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
.proc.driver.nvidia.gpus.0000.03.00.0: Error: [Errno 21] Is a directory: '/proc/driver/nvidia/gpus/0000:03:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.96  Sun Nov  8 22:33:28 PST 2015
 GCC version:  gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
.proc.driver.nvidia.warnings.fbdev:
 Your system is not currently configured to drive a VGA console
 on the primary VGA device. The NVIDIA Linux graphics driver
 requires the use of a text-mode VGA console. Use of other console
 drivers including, but not limited to, vesafb, may result in
 corruption and stability problems, and is not supported.
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sat May 21 00:07:36 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.4.0-22-generic, x86_64: installed
 nvidia-340, 340.96, 4.4.0-22-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation GK104 [GeForce GTX 760] [10de:1187] (rev a1) (prog-if 00 [VGA controller])
   Subsystem: eVga.com. Corp. GK104 [GeForce GTX 760] [3842:3768]
InstallationDate: Installed on 2016-05-17 (4 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: MSI MS-7760
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed root=UUID=ba9a7a99-4377-4f58-b32a-398cdd574f95 ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/08/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V17.9
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: X79A-GD45 Plus (MS-7760)
dmi.board.vendor: MSI
dmi.board.version: 3.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 3.0
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV17.9:bd12/08/2014:svnMSI:pnMS-7760:pvr3.0:rvnMSI:rnX79A-GD45Plus(MS-7760):rvr3.0:cvnMSI:ct3:cvr3.0:
dmi.product.name: MS-7760
dmi.product.version: 3.0
dmi.sys.vendor: MSI
upstart.unity-panel-service-lockscreen.log: (unity-panel-service:8027): GLib-CRITICAL **: Source ID 4294967295 was not found when attempting to remove it
version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Fri May 20 20:31:57 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.3-1ubuntu2

** Affects: nautilus (Ubuntu)
     Importance: Low
         Status: Confirmed


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial
-- 
Duplicate icons appear on the desktop, these icons cannot be clicked, moved, or selected and they appear as long as an icon is present on the desktop, they essentially behave as if they were part of the desktop background image.
https://bugs.launchpad.net/bugs/1584279
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 10:11:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 913C826C2863
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 10:11:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8B6D61A37B0;
	Mon, 23 May 2016 10:11:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4mpJ-0005C5-O0; Mon, 23 May 2016 10:11:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4mpI-0005Bf-RY
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 10:11:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4mpI-00031y-HL
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:11:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 74EDE2E800F
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:11:08 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 10:04:22 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Incomplete; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: peter-west-house1 seb128
X-Launchpad-Bug-Reporter: Peter-west-house1 (peter-west-house1)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160522105434.20995.43516.malonedeb@wampee.canonical.com>
Message-Id: <20160523100422.981.37975.malone@chaenomeles.canonical.com>
Subject: [Bug 1584451] Re: file operations very slow compared to 15.04
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ac31881f5f450b68ae7670fbd47eef20a85d29e4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584451 <1584451@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report. That's weird since nautilus didn't change
much ... is it slow if you copy using another software?

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

** Changed in: nautilus (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584451

Title:
  file operations very slow compared to 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584451/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 10:11:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0B72526C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 10:11:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 01A8C1A37B0;
	Mon, 23 May 2016 10:11:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4mpL-0005DX-TF; Mon, 23 May 2016 10:11:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4mpK-0005CV-KN
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 10:11:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4mpK-0003Jt-48
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:11:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 096CC2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:11:10 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 10:03:42 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: purity82 seb128
X-Launchpad-Bug-Reporter: purity (purity82)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160522102551.8981.30993.malonedeb@gac.canonical.com>
Message-Id: <20160523100342.9903.67540.malone@gac.canonical.com>
Subject: [Bug 1584449] Re: Can't alt-tab or super+1 to Nautilus
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 38ab63e4a23a64ba57583fee51979c9d21ce5bd6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584449 <1584449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report. Is nautilus in your default launcher
configuration?

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => High

** Changed in: nautilus (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584449

Title:
  Can't alt-tab or super+1 to Nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584449/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 10:11:24 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8478F26C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 10:11:24 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7B5751A3C95;
	Mon, 23 May 2016 10:11:24 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4mpY-0005Il-Cz; Mon, 23 May 2016 10:11:24 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4mpX-0005I2-4m
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 10:11:23 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4mpW-0003Yi-MK
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:11:22 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8E20C2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:11:22 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 10:05:42 -0000
From: Will Cooke <1578317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug desktop-trello-import
 regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agustin-rc89 brad-figg cm-t cosmos-door
 josep-ubuntu jsalisbury mdowle tr4sk walter-garcia willcooke
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160523100542.9255.59563.launchpad@gac.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2f471ec294490312f45e30f74ca95906d3920613
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 10:16:25 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0113E26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 10:16:25 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EE0971A3CAB;
	Mon, 23 May 2016 10:16:24 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4muO-0005sv-Rw; Mon, 23 May 2016 10:16:24 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4muN-0005sb-It
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 10:16:23 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4muM-0006jg-Or
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:16:22 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 126952E821E
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:16:11 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 10:07:36 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug compiz-0.9 ubuntu xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 william123400
X-Launchpad-Bug-Reporter: William Kendall (william123400)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160521041832.7891.97445.malonedeb@soybean.canonical.com>
Message-Id: <20160523100736.589.89785.malone@chaenomeles.canonical.com>
Subject: [Bug 1584279] Re: Duplicate icons appear on the desktop,
 these icons cannot be clicked, moved,
 or selected and they appear as long as an icon is present on the desktop,
 they essentially behave as if they were part of the desktop background image.
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7a1f691c55d99ee322866a4926e812d50f0f2da9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584279 <1584279@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report ... do you have multimonitor
used/configured in the display settings?

** Package changed: unity (Ubuntu) => nautilus (Ubuntu)

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584279

Title:
  Duplicate icons appear on the desktop, these icons cannot be clicked,
  moved, or selected and they appear as long as an icon is present on
  the desktop, they essentially behave as if they were part of the
  desktop background image.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584279/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 10:31:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 930F026C20AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 10:31:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8C9971A3D13;
	Mon, 23 May 2016 10:31:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4n8Y-0006u9-FN; Mon, 23 May 2016 10:31:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4n8W-0006ti-Ms
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 10:31:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4n8W-00049P-C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:31:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 58A272E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:31:00 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 10:20:55 -0000
From: Jean-Baptiste Lallement <jean-baptiste.lallement@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=Fix Committed; importance=Critical; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=platform-api; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Invalid; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell davmor2 gareth-france janitor januari jibel llamasfortesjm
 rolf-veen sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: Jean-Baptiste Lallement (jibel)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523102057.8480.64628.launchpad@soybean.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop - service crashes on start
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a17b0303123f1f3139b29650a95046eaa9da1e02
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: canonical-devices-system-image
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop - service crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 10:31:20 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2838E26C20AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 10:31:20 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 218C41A3D17;
	Mon, 23 May 2016 10:31:20 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4n8o-0006wt-Lb; Mon, 23 May 2016 10:31:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4n8n-0006wn-5M
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 10:31:17 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4n8j-0004Zt-B0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:31:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D7A422E80E0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 10:31:11 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 10:23:54 -0000
From: Boris <1283003@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=blueman; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=blueman; component=universe;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=bluez; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: regression regression-release ua xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: akaname ali-abry army-r-c browning brumfield-glenn
 c0ffeeartc cacula christian-bizet columgaynor
 crew-j crm7290 cschramm
 davicaputo db4mt diwic dominik-christ fabien-beosfrance fragargon george97477
 gillies gregrwm harenberg henrodon hesse-hsr iliyanconev janitor
 jayanth-murthy jdr23bc jhundais johndoe99 jon-i-millard just-boris kamisli
 karim-sonbol279 kiori kolbeb larry-foxgulch lee-gixxer leet+ lissovoy lupa18
 mariosaleiro-z maxheise micaroni miguelqvd morland-chris mstefanski1987
 n4rps-m nachoarsuaga nachokb nhaines nichtsowichtig88 omri-stein
 pablomguevara pegngary pepmanuel qvovadis r0lf reidwicks rpkrawczyk
 santilli-gabriele seb128 sf-lp t-romaniv technologiclee thomas-pasch ulrith
 vanpivix vdragon waimangu wlainer wseverin wxl zakapior1983 zig-59
X-Launchpad-Bug-Reporter: Fabien Lusseau (fabien-beosfrance)
X-Launchpad-Bug-Modifier: Boris (just-boris)
References: <20140221111526.1869.61053.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523102354.8788.55626.malone@gac.canonical.com>
Subject: [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not
 working after last couple of updates
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e192e8ef58f59b825a8c445532f158f349576a9e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1283003 <1283003@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have got this bug. If you need some debug information, I can provide
it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/blueman/+bug/1283003/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 11:00:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 26C2C26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 11:00:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0C4721A3D86;
	Mon, 23 May 2016 11:00:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4nbS-00017m-Ma; Mon, 23 May 2016 11:00:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4nbR-00017c-CN
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 11:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4nbR-0005CP-48
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:00:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EE3BF2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:00:52 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 10:54:37 -0000
From: Marlin Forbes <1584716@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: datashaman
X-Launchpad-Bug-Reporter: Marlin Forbes (datashaman)
X-Launchpad-Bug-Modifier: Marlin Forbes (datashaman)
Message-Id: <20160523105438.9360.22645.malonedeb@gac.canonical.com>
Subject: [Bug 1584716] [NEW] Text corruption in various Gnome apps since
 Xenial upgrade
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 21b50706ad8c3a89f224c54a56e6180b2d24e0ec
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584716 <1584716@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Description:	Ubuntu 16.04 LTS
Release:	16.04

Since the Ubuntu Xenial upgrade, I've had various instances of text
corruption. I use a gnome-shell session. I (think) see this only if the
laptop has suspended and restored.

I'm using the intel graphics driver from ppa:oibaf/graphics-drivers (in
a failed attempt to try and upgrade myself out of the issue), but it was
happening before changing to a custom PPA.

This affects such a wide array of parts of the desktop that I suspect
it's likely to be a basic X11 driver or GTK-level bug.

Screenshots attached.

** Affects: gnome-desktop (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1584716

Title:
  Text corruption in various Gnome apps since Xenial upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1584716/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 11:00:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BDE2F26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 11:00:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B822C1A3D8C;
	Mon, 23 May 2016 11:00:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4nbU-000190-Pk; Mon, 23 May 2016 11:00:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4nbT-00018K-9b
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 11:00:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4nbS-0005CP-Te
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:00:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D54732E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:00:54 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 10:55:13 -0000
From: Marlin Forbes <1584716@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: datashaman
X-Launchpad-Bug-Reporter: Marlin Forbes (datashaman)
X-Launchpad-Bug-Modifier: Marlin Forbes (datashaman)
References: <20160523105438.9360.22645.malonedeb@gac.canonical.com>
Message-Id: <20160523105513.13999.62959.malone@soybean.canonical.com>
Subject: [Bug 1584716] Re: Text corruption in various Gnome apps since Xenial
 upgrade
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 08d05499af551392d4995e2f308ea20c201d25e2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584716 <1584716@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "Screenshot from 2016-05-23 11-02-48.png"
   https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1584716/+attachment/4668617/+files/Screenshot%20from%202016-05-23%2011-02-48.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1584716

Title:
  Text corruption in various Gnome apps since Xenial upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1584716/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 11:00:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0BBF826C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 11:00:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 076781A3D1A;
	Mon, 23 May 2016 11:00:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4nbW-0001Ab-Ty; Mon, 23 May 2016 11:00:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4nbU-00018w-Pn
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 11:00:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4nbU-0005Cg-Fv
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:00:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 770A62E80BF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:00:56 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 10:55:43 -0000
From: Marlin Forbes <1584716@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: datashaman
X-Launchpad-Bug-Reporter: Marlin Forbes (datashaman)
X-Launchpad-Bug-Modifier: Marlin Forbes (datashaman)
References: <20160523105438.9360.22645.malonedeb@gac.canonical.com>
Message-Id: <20160523105543.7756.29023.malone@soybean.canonical.com>
Subject: [Bug 1584716] Re: Text corruption in various Gnome apps since Xenial
 upgrade
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b5c0ed1f65ee5cc773bbe12926cb8462f0fb8057
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584716 <1584716@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "nautilus completely unusable"
   https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1584716/+attachment/4668618/+files/Screenshot%20from%202016-05-23%2011-13-26.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1584716

Title:
  Text corruption in various Gnome apps since Xenial upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1584716/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 11:01:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3C12226C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 11:01:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 364001A3699;
	Mon, 23 May 2016 11:01:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4nbk-0001ED-AG; Mon, 23 May 2016 11:01:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4nbj-0001E3-2n
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 11:01:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4nbi-0005Om-Lc
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:01:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A210F2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:01:10 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 10:54:30 -0000
From: Will Cooke <1578317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agustin-rc89 brad-figg cm-t cosmos-door
 josep-ubuntu jsalisbury mdowle tr4sk walter-garcia willcooke
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160523105430.7996.48167.malone@soybean.canonical.com>
Subject: [Bug 1578317] Automatically added comment
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ea184fbc6b08bd32a783125b8d45a0863a62a16b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Added to Trello: https://trello.com/c/POejPoat/4-bug-1578317-regression-
mouse-stuck-at-start-up

** Tags removed: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 11:01:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8394026C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 11:01:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7BFC01A3D1A;
	Mon, 23 May 2016 11:01:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4nbo-0001Fh-EQ; Mon, 23 May 2016 11:01:16 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4nbm-0001FN-PL
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 11:01:14 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4nbm-0005Y1-Jq
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:01:14 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8E3FD2E8005
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:01:14 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 10:54:34 -0000
From: Will Cooke <1573052@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande edsonn3to
 egonholtz elberro janitor maverickct navjotjsingh pfeiffep seb128 sunbear-c22
 vdragon willcooke ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523105434.8821.43624.malone@gac.canonical.com>
Subject: [Bug 1573052] Automatically added comment
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c6c474b74eb506bb4152df37a71ccd1ce1ebb552
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Added to Trello: https://trello.com/c/sguFwDhe/5-bug-1573052-packaging-
gnome-software-provides-a-broken-symlink-of-usr-lib-gs-plugins-9-libgs-
plugin-xdg-app-reviews-so-on-ubuntu

** Tags removed: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 11:11:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9CC9126C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 11:11:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 959D91A3DBA;
	Mon, 23 May 2016 11:11:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4nlm-0002VZ-L1; Mon, 23 May 2016 11:11:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4nll-0002VH-Pr
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 11:11:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4nll-0001tE-8h
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:11:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3D1762E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:11:33 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 11:02:34 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ideviceinstaller;
 component=universe; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libimobiledevice;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug utopic
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dario-rubiano ehcpdeveloper giecrilj janitor
 luke32j sf-lp yatc18ks0g8zofezrpk3xa7828d-5k-ngeefk4xayt3t4u9watah405veq
X-Launchpad-Bug-Reporter: Sebastian F (sf-lp)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20141103083837.22953.75751.malonedeb@wampee.canonical.com>
Message-Id: <20160523110235.9393.33027.launchpad@gac.canonical.com>
Subject: [Bug 1388743] Re: iOS 8.1 - Could not start
 com.apple.mobile.installation_proxy!
X-Launchpad-Message-Rationale: Subscriber (libimobiledevice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b04a850261d47700f49b57d28646c4e0009a58c6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1388743 <1388743@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Description changed:

+ * Impact
  When running ideviceinstaller -l, I get the following error:
  Could not start com.apple.mobile.installation_proxy!
+ 
+ * Test case
+ connect an iOS >8 device and try to use ideviceinstaller
+ 
+ * Regression potential
+ It's fixing code that was not working before, should create any new issue
+ 
+ 
+ --------
+ 
  
  Pairing works and I can mount the phone using iFuse. iPhone 4S, iOS 8.1
  libimobiledevice is probably outdated.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: ideviceinstaller 1.0.1-0.2build1
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Nov  3 09:33:21 2014
  InstallationDate: Installed on 2014-11-02 (0 days ago)
  InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  SourcePackage: ideviceinstaller
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: ideviceinstaller (Ubuntu)
   Importance: Undecided => High

** Changed in: ideviceinstaller (Ubuntu)
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1388743

Title:
  iOS 8.1 - Could not start com.apple.mobile.installation_proxy!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ideviceinstaller/+bug/1388743/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 11:15:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 029C926C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 11:15:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E78801A3534;
	Mon, 23 May 2016 11:15:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4npr-0002r4-6u; Mon, 23 May 2016 11:15:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4npp-0002qo-Ok
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 11:15:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4npp-00029H-Co
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:15:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 519512E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:15:45 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 11:04:47 -0000
From: Ads20000 <1584720@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-applet;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ads20000
X-Launchpad-Bug-Reporter: Ads20000 (ads20000)
X-Launchpad-Bug-Modifier: Ads20000 (ads20000)
Message-Id: <20160523110447.7818.64496.malonedeb@soybean.canonical.com>
Subject: [Bug 1584720] [NEW] Indicator Applet Appmenu has two 'Calculator'
 application menus
X-Launchpad-Message-Rationale: Subscriber (gnome-calculator in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f412650b06c2576714f633adb955835b1cd0a484
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584720 <1584720@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Indicator Applet Appmenu has two 'Calculator' application menus (Preferences, Help, About, Quit). This applies to GNOME Calculator 3.20.1. It should only have one 'Calculator' application menu.
I don't know whether this is a bug in GNOME Calculator or Indicator Applet Appmenu.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: indicator-applet-appmenu 12.10.2+15.04.20141127.2-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
Uname: Linux 4.4.0-23-generic x86_64
ApportVersion: 2.20.1-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Mon May 23 11:34:28 2016
InstallationDate: Installed on 2016-04-26 (26 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160426)
SourcePackage: indicator-applet
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-calculator (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: indicator-applet (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug yakkety

** Attachment added: "Indicator Applet Appmenu bug on opening GNOME Calculator.png"
   https://bugs.launchpad.net/bugs/1584720/+attachment/4668619/+files/Indicator%20Applet%20Appmenu%20bug%20on%20opening%20GNOME%20Calculator.png

** Also affects: gnome-calculator (Ubuntu)
   Importance: Undecided
       Status: New

** Description changed:

  Indicator Applet Appmenu has two 'Calculator' application menus (Preferences, Help, About, Quit). This applies to GNOME Calculator 3.20.1. It should only have one 'Calculator' application menu.
- I don't know whether this is a but in GNOME Calculator or Indicator Applet Appmenu.
+ I don't know whether this is a bug in GNOME Calculator or Indicator Applet Appmenu.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: indicator-applet-appmenu 12.10.2+15.04.20141127.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon May 23 11:34:28 2016
  InstallationDate: Installed on 2016-04-26 (26 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160426)
  SourcePackage: indicator-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calculator in Ubuntu.
https://bugs.launchpad.net/bugs/1584720

Title:
  Indicator Applet Appmenu has two 'Calculator' application menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1584720/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 11:15:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 770EC26C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 11:15:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 71A8F1A348F;
	Mon, 23 May 2016 11:15:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4npt-0002sS-CO; Mon, 23 May 2016 11:15:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4nps-0002rh-2J
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 11:15:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4npr-0002By-BK
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:15:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3BAD52E80BF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:15:47 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 11:08:50 -0000
From: Ads20000 <1584720@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-applet;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ads20000
X-Launchpad-Bug-Reporter: Ads20000 (ads20000)
X-Launchpad-Bug-Modifier: Ads20000 (ads20000)
References: <20160523110447.7818.64496.malonedeb@soybean.canonical.com>
Message-Id: <20160523110850.14093.77909.malone@soybean.canonical.com>
Subject: [Bug 1584720] Re: Indicator Applet Appmenu has two 'Calculator'
 application menus
X-Launchpad-Message-Rationale: Subscriber (gnome-calculator in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: efbb5108b7bcadf56129bccc6ea230e7c10b8635
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584720 <1584720@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The menu items come up in a slightly different order if the Appmenu is
added to the panel whilst GNOME Calculator is open (if it wasn't in the
panel before).

** Attachment added: "Indicator Applet Appmenu bug on removing and readding Appmenu to the panel whilst GNOME Calculator is open.png"
   https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1584720/+attachment/4668624/+files/Indicator%20Applet%20Appmenu%20bug%20on%20removing%20and%20readding%20Appmenu%20to%20the%20panel%20whilst%20GNOME%20Calculator%20is%20open.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calculator in Ubuntu.
https://bugs.launchpad.net/bugs/1584720

Title:
  Indicator Applet Appmenu has two 'Calculator' application menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1584720/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 11:25:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7734426C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 11:25:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 680F81A3569;
	Mon, 23 May 2016 11:25:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4nzY-0003vl-Aq; Mon, 23 May 2016 11:25:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4nzX-0003vT-Ji
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 11:25:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4nzX-0004xT-9d
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:25:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 458282E807D
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:25:47 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 11:20:04 -0000
From: Marlin Forbes <1584716@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: datashaman
X-Launchpad-Bug-Reporter: Marlin Forbes (datashaman)
X-Launchpad-Bug-Modifier: Marlin Forbes (datashaman)
References: <20160523105438.9360.22645.malonedeb@gac.canonical.com>
Message-Id: <20160523112004.14093.83228.malone@soybean.canonical.com>
Subject: [Bug 1584716] Re: Text corruption in various Gnome apps since Xenial
 upgrade
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ce2db8382284fe00df866b3a3a75e2f9865b1d86
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584716 <1584716@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

still trying to figure out what triggers this. i'll update once i know
more.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1584716

Title:
  Text corruption in various Gnome apps since Xenial upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1584716/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 11:35:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F391526C20AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 11:35:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ED2181A3DE1;
	Mon, 23 May 2016 11:35:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4o96-0004gW-Ft; Mon, 23 May 2016 11:35:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4o95-0004g8-Kq
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 11:35:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4o94-0000Am-2g
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:35:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 11AE22E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:35:38 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 11:26:24 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: datashaman seb128
X-Launchpad-Bug-Reporter: Marlin Forbes (datashaman)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160523105438.9360.22645.malonedeb@gac.canonical.com>
Message-Id: <20160523112624.10034.70496.malone@gac.canonical.com>
Subject: [Bug 1584716] Re: Text corruption in various Gnome apps since Xenial
 upgrade
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d1dc7fc171bd462da522f7f371e13fdc28ed4275
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584716 <1584716@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

that looks similar to https://bugs.freedesktop.org/show_bug.cgi?id=88584

** Bug watch added: freedesktop.org Bugzilla #88584
   https://bugs.freedesktop.org/show_bug.cgi?id=88584

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1584716

Title:
  Text corruption in various Gnome apps since Xenial upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1584716/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 11:45:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A718226C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 11:45:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 943FD1A37F5;
	Mon, 23 May 2016 11:45:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4oJ4-0006G8-Qv; Mon, 23 May 2016 11:45:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4oJ3-0006Fx-2y
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 11:45:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4oJ2-0005Kc-9x
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:45:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 483602E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 11:45:56 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 11:39:05 -0000
From: Marlin Forbes <1584716@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: datashaman seb128
X-Launchpad-Bug-Reporter: Marlin Forbes (datashaman)
X-Launchpad-Bug-Modifier: Marlin Forbes (datashaman)
References: <20160523105438.9360.22645.malonedeb@gac.canonical.com>
Message-Id: <20160523113905.21304.19534.malone@wampee.canonical.com>
Subject: [Bug 1584716] Re: Text corruption in various Gnome apps since Xenial
 upgrade
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9b005725b18d6ede5cdb3195e5c4fc71106752e3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584716 <1584716@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks, let me try that solution first and see if I get it again. It's
difficult to reproduce reliably.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1584716

Title:
  Text corruption in various Gnome apps since Xenial upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1584716/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 12:31:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 518D326C20AA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 12:31:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 49D441A3D88;
	Mon, 23 May 2016 12:31:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4p0d-0002A1-OL; Mon, 23 May 2016 12:30:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4p0Z-00028G-Sp
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 12:30:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4p0Y-0005Gj-VD
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 12:30:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5293A2E80D3
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 12:30:54 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 12:22:31 -0000
From: Paul <paul@coudeville.info>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: u-paul-n
X-Launchpad-Bug-Reporter: Paul (u-paul-n)
X-Launchpad-Bug-Modifier: Paul (u-paul-n)
Message-Id: <20160523122231.32699.41355.malonedeb@chaenomeles.canonical.com>
Subject: =?utf-8?q?=5BBug_1584751=5D_=5BNEW=5D_package_systemd_229-4ubuntu5?=
 =?utf-8?q?_failed_to_install/upgrade=3A_le_sous-processus_script_pre-remova?=
 =?utf-8?q?l_install=C3=A9_a_retourn=C3=A9_une_erreur_de_sortie_d=27=C3=A9ta?=
 =?utf-8?q?t_2?=
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: be308df17ffe21318e754afd025bef083ff17577
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584751 <1584751@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCkkganVzdCB1cGdyYWRlZCBteSByZWxlYXNlIGZyb20gdWJ1
bnR1IG1hdGUgeDY0IDE1LjEwIHRvIHVidW50dSBtYXRlIHg2NAoxNi4wNC4KCkNvbmZpZyA6IApM
YXB0b3AgTEVOT1ZPIFU0MS4KClByb2JsZW1UeXBlOiBQYWNrYWdlCkRpc3Ryb1JlbGVhc2U6IFVi
dW50dSAxNi4wNApQYWNrYWdlOiBzeXN0ZW1kIDIyOS00dWJ1bnR1NQpQcm9jVmVyc2lvblNpZ25h
dHVyZTogVWJ1bnR1IDQuNC4wLTIyLjQwLWdlbmVyaWMgNC40LjgKVW5hbWU6IExpbnV4IDQuNC4w
LTIyLWdlbmVyaWMgeDg2XzY0Ck5vbmZyZWVLZXJuZWxNb2R1bGVzOiB3bApBcHBvcnRWZXJzaW9u
OiAyLjIwLjEtMHVidW50dTIKQXJjaGl0ZWN0dXJlOiBhbWQ2NApEYXRlOiBUaHUgTWF5IDE5IDEy
OjQ1OjQ5IDIwMTYKRXJyb3JNZXNzYWdlOiBsZSBzb3VzLXByb2Nlc3N1cyBzY3JpcHQgcHJlLXJl
bW92YWwgaW5zdGFsbMOpIGEgcmV0b3VybsOpIHVuZSBlcnJldXIgZGUgc29ydGllIGQnw6l0YXQg
MgpJbnN0YWxsYXRpb25EYXRlOiBJbnN0YWxsZWQgb24gMjAxNi0wNC0xOCAoMzUgZGF5cyBhZ28p
Ckluc3RhbGxhdGlvbk1lZGlhOiBVYnVudHUtTUFURSAxNS4xMCAiV2lseSBXZXJld29sZiIgLSBS
ZWxlYXNlIGFtZDY0ICgyMDE1MTAyMSkKTWFjaGluZVR5cGU6IExFTk9WTyA4MEpWClByb2NLZXJu
ZWxDbWRMaW5lOiBCT09UX0lNQUdFPS9ib290L3ZtbGludXotNC40LjAtMjItZ2VuZXJpYyByb290
PVVVSUQ9MGUwMGI4YWItNzU5Ny00M2ZiLWE0ODgtOGM1NTQ4YjkxZjUyIHJvIHF1aWV0IHNwbGFz
aCB2dC5oYW5kb2ZmPTcKUmVsYXRlZFBhY2thZ2VWZXJzaW9uczoKIGRwa2cgMS4xOC40dWJ1bnR1
MS4xCiBhcHQgIDEuMi4xMHVidW50dTEKU291cmNlUGFja2FnZTogc3lzdGVtZApTeXN0ZW1kRGVs
dGE6CiBbRVhURU5ERURdICAgL2xpYi9zeXN0ZW1kL3N5c3RlbS9zeXN0ZW1kLXRpbWVzeW5jZC5z
ZXJ2aWNlIOKGkiAvbGliL3N5c3RlbWQvc3lzdGVtL3N5c3RlbWQtdGltZXN5bmNkLnNlcnZpY2Uu
ZC9kaXNhYmxlLXdpdGgtdGltZS1kYWVtb24uY29uZgogW0VYVEVOREVEXSAgIC9saWIvc3lzdGVt
ZC9zeXN0ZW0vcmMtbG9jYWwuc2VydmljZSDihpIgL2xpYi9zeXN0ZW1kL3N5c3RlbS9yYy1sb2Nh
bC5zZXJ2aWNlLmQvZGViaWFuLmNvbmYKIAogMiBvdmVycmlkZGVuIGNvbmZpZ3VyYXRpb24gZmls
ZXMgZm91bmQuClRpdGxlOiBwYWNrYWdlIHN5c3RlbWQgMjI5LTR1YnVudHU1IGZhaWxlZCB0byBp
bnN0YWxsL3VwZ3JhZGU6IGxlIHNvdXMtcHJvY2Vzc3VzIHNjcmlwdCBwcmUtcmVtb3ZhbCBpbnN0
YWxsw6kgYSByZXRvdXJuw6kgdW5lIGVycmV1ciBkZSBzb3J0aWUgZCfDqXRhdCAyClVwZ3JhZGVT
dGF0dXM6IE5vIHVwZ3JhZGUgbG9nIHByZXNlbnQgKHByb2JhYmx5IGZyZXNoIGluc3RhbGwpCmRt
aS5iaW9zLmRhdGU6IDA3LzIxLzIwMTUKZG1pLmJpb3MudmVuZG9yOiBMZW5vdm8KZG1pLmJpb3Mu
dmVyc2lvbjogQkRDTjYxV1cKZG1pLmJvYXJkLmFzc2V0LnRhZzogTm8gQXNzZXQgVGFnCmRtaS5i
b2FyZC5uYW1lOiBMZW5vdm8gVTQxLTcwCmRtaS5ib2FyZC52ZW5kb3I6IExFTk9WTwpkbWkuYm9h
cmQudmVyc2lvbjogU0RLMEo0MDcwMCBXSU4KZG1pLmNoYXNzaXMuYXNzZXQudGFnOiBObyBBc3Nl
dCBUYWcKZG1pLmNoYXNzaXMudHlwZTogMTAKZG1pLmNoYXNzaXMudmVuZG9yOiBMRU5PVk8KZG1p
LmNoYXNzaXMudmVyc2lvbjogTGVub3ZvIFU0MS03MApkbWkubW9kYWxpYXM6IGRtaTpidm5MZW5v
dm86YnZyQkRDTjYxV1c6YmQwNy8yMS8yMDE1OnN2bkxFTk9WTzpwbjgwSlY6cHZyTGVub3ZvVTQx
LTcwOnJ2bkxFTk9WTzpybkxlbm92b1U0MS03MDpydnJTREswSjQwNzAwV0lOOmN2bkxFTk9WTzpj
dDEwOmN2ckxlbm92b1U0MS03MDoKZG1pLnByb2R1Y3QubmFtZTogODBKVgpkbWkucHJvZHVjdC52
ZXJzaW9uOiBMZW5vdm8gVTQxLTcwCmRtaS5zeXMudmVuZG9yOiBMRU5PVk8KCioqIEFmZmVjdHM6
IHN5c3RlbWQgKFVidW50dSkKICAgICBJbXBvcnRhbmNlOiBVbmRlY2lkZWQKICAgICAgICAgU3Rh
dHVzOiBOZXcKCgoqKiBUYWdzOiBhbWQ2NCBhcHBvcnQtcGFja2FnZSB4ZW5pYWwKCi0tIApZb3Ug
cmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBv
ZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBzdWJzY3JpYmVkIHRvIHN5c3RlbWQgaW4g
VWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1ODQ3NTEKClRpdGxlOgog
IHBhY2thZ2Ugc3lzdGVtZCAyMjktNHVidW50dTUgZmFpbGVkIHRvIGluc3RhbGwvdXBncmFkZTog
bGUgc291cy0KICBwcm9jZXNzdXMgc2NyaXB0IHByZS1yZW1vdmFsIGluc3RhbGzDqSBhIHJldG91
cm7DqSB1bmUgZXJyZXVyIGRlIHNvcnRpZQogIGQnw6l0YXQgMgoKVG8gbWFuYWdlIG5vdGlmaWNh
dGlvbnMgYWJvdXQgdGhpcyBidWcgZ28gdG86Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3Vi
dW50dS8rc291cmNlL3N5c3RlbWQvK2J1Zy8xNTg0NzUxLytzdWJzY3JpcHRpb25zCgotLSAKZGVz
a3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRw
czovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 12:50:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8839526C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 12:50:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7E9B41A35BE;
	Mon, 23 May 2016 12:50:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4pJk-0005NG-Dl; Mon, 23 May 2016 12:50:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4pJi-0005MQ-O4
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 12:50:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4pJg-00037v-Vb
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 12:50:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CDC302E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 12:50:40 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 12:42:50 -0000
From: Lauri Tirkkonen <1584759@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: lotheac
X-Launchpad-Bug-Reporter: Lauri Tirkkonen (lotheac)
X-Launchpad-Bug-Modifier: Lauri Tirkkonen (lotheac)
Message-Id: <20160523124250.9081.25161.malonedeb@soybean.canonical.com>
Subject: [Bug 1584759] [NEW] masking NetworkManager ineffective without also
 masking network-manager
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ae95c65d4bcd4daad37c27aacfb55f3a61e5387d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584759 <1584759@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCk9uIHhlbmlhbCAoc3lzdGVtZCAyMjkpLCAnc3lzdGVtY3Rs
IG1hc2sgTmV0d29ya01hbmFnZXInIGlzIGluZWZmZWN0aXZlOwpJIGNhbiBzdGlsbCBzdGFydCB0
aGUgc2VydmljZSAoYW5kIGluIGZhY3QgaXQgc3RhcnRzIG9uIGJvb3QpLiBUaGlzIG1heQpiZSBk
dWUgdG8gYW4gaW50ZXJhY3Rpb24gd2l0aCBhbiBpbml0LmQgc2NyaXB0IHdpdGggYSBkaWZmZXJl
bnQgbmFtZQooIm5ldHdvcmstbWFuYWdlciIpLgoKICAgIHJvb3RAdGVzdC1wYW5paWtraTp+IyBz
eXN0ZW1jdGwgaXMtZW5hYmxlZCBOZXR3b3JrTWFuYWdlciBuZXR3b3JrLW1hbmFnZXIKICAgIGVu
YWJsZWQKICAgIGVuYWJsZWQKICAgIHJvb3RAdGVzdC1wYW5paWtraTp+IyBzeXN0ZW1jdGwgbWFz
ayBOZXR3b3JrTWFuYWdlcgogICAgQ3JlYXRlZCBzeW1saW5rIGZyb20gL2V0Yy9zeXN0ZW1kL3N5
c3RlbS9OZXR3b3JrTWFuYWdlci5zZXJ2aWNlIHRvIC9kZXYvbnVsbC4KICAgIHJvb3RAdGVzdC1w
YW5paWtraTp+IyBzeXN0ZW1jdGwgaXMtZW5hYmxlZCBOZXR3b3JrTWFuYWdlciBuZXR3b3JrLW1h
bmFnZXIKICAgIG1hc2tlZAogICAgbWFza2VkCiAgICByb290QHRlc3QtcGFuaWlra2k6fiMgc3lz
dGVtY3RsIHN0YXJ0IE5ldHdvcmtNYW5hZ2VyOyBlY2hvICQ/CiAgICAwCiAgICByb290QHRlc3Qt
cGFuaWlra2k6fiMgc3lzdGVtY3RsIHN0YXR1cyAtLW5vLXBhZ2VyIE5ldHdvcmtNYW5hZ2VyCiAg
ICDil48gTmV0d29ya01hbmFnZXIuc2VydmljZSAtIE5ldHdvcmsgTWFuYWdlcgogICAgICAgTG9h
ZGVkOiBsb2FkZWQgKC9saWIvc3lzdGVtZC9zeXN0ZW0vTmV0d29ya01hbmFnZXIuc2VydmljZTsg
bWFza2VkOyB2ZW5kb3IgcHJlc2V0OiBlbmFibGVkKQogICAgICAgQWN0aXZlOiBhY3RpdmUgKHJ1
bm5pbmcpIHNpbmNlIE1vbiAyMDE2LTA1LTIzIDE1OjM5OjA5IEVFU1Q7IDlzIGFnbwogICAgIE1h
aW4gUElEOiA2MTU1IChOZXR3b3JrTWFuYWdlcikKICAgICAgICBUYXNrczogNiAobGltaXQ6IDUx
MikKICAgICAgIENHcm91cDogL3N5c3RlbS5zbGljZS9OZXR3b3JrTWFuYWdlci5zZXJ2aWNlCiAg
ICAgICAgICAgICAgIOKUnOKUgDYxNTUgL3Vzci9zYmluL05ldHdvcmtNYW5hZ2VyIC0tbm8tZGFl
bW9uCiAgICAgICAgICAgICAgIOKUnOKUgDYxNjcgL3NiaW4vZGhjbGllbnQgLWQgLXEgLXNmIC91
c3IvbGliL05ldHdvcmtNYW5hZ2VyL25tLWRoY3AtaGVscGVyIC1wZiAvdmEuLi4KICAgICAgICAg
ICAgICAg4pSU4pSANjE4MiAvdXNyL3NiaW4vZG5zbWFzcSAtLW5vLXJlc29sdiAtLWtlZXAtaW4t
Zm9yZWdyb3VuZCAtLW5vLWhvc3RzIC0tYmluZC1pbi4uLgoKCk9ubHkgaWYgJ25ldHdvcmstbWFu
YWdlcicgaXMgYWxzbyBtYXNrZWQgd2lsbCB0aGUgc2VydmljZSBmYWlsIHRvIHN0YXJ0OgoKICAg
IHJvb3RAdGVzdC1wYW5paWtraTp+IyBzeXN0ZW1jdGwgbWFzayBuZXR3b3JrLW1hbmFnZXIKICAg
IENyZWF0ZWQgc3ltbGluayBmcm9tIC9ldGMvc3lzdGVtZC9zeXN0ZW0vbmV0d29yay1tYW5hZ2Vy
LnNlcnZpY2UgdG8gL2Rldi9udWxsLgogICAgcm9vdEB0ZXN0LXBhbmlpa2tpOn4jIHN5c3RlbWN0
bCBzdG9wIE5ldHdvcmtNYW5hZ2VyCiAgICByb290QHRlc3QtcGFuaWlra2k6fiMgc3lzdGVtY3Rs
IHN0YXJ0IE5ldHdvcmtNYW5hZ2VyCiAgICBGYWlsZWQgdG8gc3RhcnQgTmV0d29ya01hbmFnZXIu
c2VydmljZTogVW5pdCBOZXR3b3JrTWFuYWdlci5zZXJ2aWNlIGlzIG1hc2tlZC4KCioqIEFmZmVj
dHM6IHN5c3RlbWQgKFVidW50dSkKICAgICBJbXBvcnRhbmNlOiBVbmRlY2lkZWQKICAgICAgICAg
U3RhdHVzOiBOZXcKCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJlY2F1
c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBzdWJz
Y3JpYmVkIHRvIHN5c3RlbWQgaW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9i
dWdzLzE1ODQ3NTkKClRpdGxlOgogIG1hc2tpbmcgTmV0d29ya01hbmFnZXIgaW5lZmZlY3RpdmUg
d2l0aG91dCBhbHNvIG1hc2tpbmcgbmV0d29yay0KICBtYW5hZ2VyCgpUbyBtYW5hZ2Ugbm90aWZp
Y2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQv
dWJ1bnR1Lytzb3VyY2Uvc3lzdGVtZC8rYnVnLzE1ODQ3NTkvK3N1YnNjcmlwdGlvbnMKCi0tIApk
ZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0
dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 12:50:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9DDC526C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 12:50:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 96CCA1A3638;
	Mon, 23 May 2016 12:50:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4pJw-0005Rh-Pz; Mon, 23 May 2016 12:50:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4pJv-0005RP-Q4
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 12:50:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4pJu-0003N9-Nq
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 12:50:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A79582E80C2
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 12:50:54 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 12:43:49 -0000
From: John McAleely <john.mcaleely@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=Fix Committed; importance=Critical; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=krillin; status=In Progress; importance=Critical;
 assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: product=platform-api; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=vegetahd; status=In Progress; importance=Critical;
 assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Invalid; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell davmor2 gareth-france janitor januari jibel llamasfortesjm
 rolf-veen sergiqp stefan-kamps thomas-voss tomoqv victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: John McAleely (john.mcaleely)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523124349.21663.82415.launchpad@wampee.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop - service crashes on start
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9f6576101c055d1ed0ee7e45396c8e3e45ec26d1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: krillin
   Importance: Undecided
       Status: New

** Changed in: krillin
       Status: New => In Progress

** Changed in: krillin
   Importance: Undecided => Critical

** Changed in: krillin
     Assignee: (unassigned) => John McAleely (john.mcaleely)

** Also affects: vegetahd
   Importance: Undecided
       Status: New

** Changed in: vegetahd
       Status: New => In Progress

** Changed in: vegetahd
   Importance: Undecided => Critical

** Changed in: vegetahd
     Assignee: (unassigned) => John McAleely (john.mcaleely)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop - service crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 13:21:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 88E5C26C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 13:21:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 817711A4044;
	Mon, 23 May 2016 13:21:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4pnD-0007gP-EI; Mon, 23 May 2016 13:21:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4pnC-0007gF-W5
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 13:21:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4pnC-0005pn-Q2
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 13:21:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C3AAA2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 13:21:10 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 13:15:28 -0000
From: =?utf-8?q?Janne_Kyt=C3=B6m=C3=A4ki?= <janne.kytomaki@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-settings-daemon; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise;
 sourcepackage=gnome-settings-daemon; component=main; milestone=ubuntu-12.04.2; 
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=quantal;
 sourcepackage=gnome-settings-daemon; component=None; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-settings-daemon;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug gnome-settings-daemon precise
 verification-done-precise verification-done-quantal
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 8-roothorick-gmail-com aaron-haviland aatish
 aelmahmoudy alacn1 amfcosta13 andy6715 anoop-karollil artkun atria-harsha
 bd4465 billniakas bnonn br-ftherese brian-murray brogliatto btaber cben
 charleshbaker clarkjc cm-wurmlo ct-phone971 curtis-dille-l dac922
 davidsangulo dbarrett-m dfryan diod631 elichai2 eng-sergiosoares erno-iki
 euri-rivera g-angeletos gbrandon gittimail hairy-palms-19 ilendir+launchpad
 jaime-parada jakobunt jamesasgrim janitor jankanis janne-kytomaki jarnau
 jinfo jklight johrosina jonas73x kamahat krastanov-stefan lealcy linux-kirils
 louis-simard-deactivatedaccount maarten-baert mac-man2005 mambazo
 marcel-miguel matthewb-e mertes mfarell michal-vanek mikem-6 mossroy
 mythbuntu-roque nachokb nbriche neverpanic ovitters pataquets patslap
 paulstelian97 peter-g-horsley phen93 pianist pierre.quelin rambutan1 rcrath
 rhuddusa roi-jacobson1 rubenccv ruturaj sdeziel seb128 silentjet slovdahl
 slugiusrex socketpair software-schlosser steve-si9yrl01qsu4bt4tonx56g
 surfer26th-j syates talisein testman57fr thespis trond-trondhuso
 ubuntuxy-20-tall uvirjf2u1144g-matt-hknftjnl78lwt viniciustinti vittgam
 vorlon vperetokin vyzivus xpert-reactos yaaang yannis-lg yg-jensge yoburtu
 zemik zlatovlac
X-Launchpad-Bug-Reporter: James (jamesasgrim)
X-Launchpad-Bug-Modifier: =?utf-8?q?Janne_Kyt=C3=B6m=C3=A4ki_=28janne-kytom?=
 =?utf-8?q?aki=29?=
References: <20120330162159.17265.10592.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523131528.13999.63680.malone@soybean.canonical.com>
Subject: [Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu
 (and blinking numlock)
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 66c30d35bb1ef6251af10783b977bef50cafc67c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 969359 <969359@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Noticed Ubuntu getting unbearably slow after upgrading from 15.10 to
16.04. Gnome-settings-daemon was on top of processes list with 30% CPU.
The ownership of .cache/dconf was root, changed it with chown and the
problem seems to have gone away. Thanks Marcel!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/969359

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/969359/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 14:10:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8E5A826C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 14:10:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 81A9A1A3351;
	Mon, 23 May 2016 14:10:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4qZC-0003zx-CO; Mon, 23 May 2016 14:10:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4qZB-0003zm-Lz
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 14:10:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4qZB-0006G9-FP
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 14:10:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 635B52E8060
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 14:10:45 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 14:05:41 -0000
From: Ed Greenberg <edg@greenberg.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: lubuntu
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: edg-greenberg
X-Launchpad-Bug-Reporter: Ed Greenberg (edg-greenberg)
X-Launchpad-Bug-Modifier: Ed Greenberg (edg-greenberg)
Message-Id: <20160523140541.21236.69841.malonedeb@wampee.canonical.com>
Subject: [Bug 1584793] [NEW] Rhythmbox fails to put an icon on the system tray
 in Lubuntu 14.04 
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: adb19840f127ad6725deb6d86addd86478cb2b12
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584793 <1584793@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When I run Rhythmbox and close it while music is playing, I have no way
to return to it. It should show up in the system tray. I know Rhythmbox
is running because it's in the process list.

 edg@arthur ~ $ ps ax|grep rhythmbox
 29371 ?        Sl     1:16 rhythmbox
 30029 pts/6    S+     0:00 grep --color=auto rhythmbox
 edg@arthur ~ $

** Affects: rhythmbox (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: lubuntu

** Attachment added: "screenshot of panel"
   https://bugs.launchpad.net/bugs/1584793/+attachment/4668685/+files/Selection_152.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1584793

Title:
  Rhythmbox fails to put an icon on the system tray in Lubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1584793/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 14:43:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1372A26C21B8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 14:43:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0B3F61A4124;
	Mon, 23 May 2016 14:43:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4r4z-00080E-TL; Mon, 23 May 2016 14:43:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4r4v-0007zf-C8
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 14:43:33 +0000
Received: from soybean.canonical.com ([91.189.89.57])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4r4v-0000Ey-4p
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 14:43:33 +0000
Received: from soybean.canonical.com (localhost [127.0.0.1])
 by soybean.canonical.com (Postfix) with ESMTPS id B5F9F322016
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 14:43:32 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 14:43:32 -0000
From: Launchpad Bug Tracker <1584682@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton j-launchpad-u
X-Launchpad-Bug-Reporter: asche (j-launchpad-u)
X-Launchpad-Bug-Modifier: asche (j-launchpad-u)
References: <20160523100057.21201.67546.malonedeb@wampee.canonical.com>
Subject: [Bug 1584682] [NEW] after changing static ip: old ip still exists.
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160523144332.14093.50190.launchpad@soybean.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 81b15296d663154eda58848d8b9729f13ee9f565
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584682 <1584682@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

i set a static ip address in /etc/network/interfaces:

auto eno1
iface eno1 inet static
        address 172.17.2.110
        netmask 255.255.0.0
        gateway xxx.xxx.xxx.xxx
        dns-nameserver xxx.xxx.xxx.xxx

ip a shows:
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
    inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
       valid_lft forever preferred_lft forever


after changing address from 172.17.2.110 to 172.17.2.111 in /etc/network/interfaces and executed systemctl restart networking.service the system has the old and the new ip address:

ip a:
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
    inet 172.17.2.110/16 brd 172.17.255.255 scope global eno1
       valid_lft forever preferred_lft forever
    inet 172.17.2.111/16 brd 172.17.255.255 scope global secondary eno1
       valid_lft forever preferred_lft forever


ip addr flush eno1 && systemctl restart networking.service is a
workaround.


Ubuntu 16.04 Server
fresh install
packages up to date

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: bot-comment
-- 
after changing static ip: old ip still exists.
https://bugs.launchpad.net/bugs/1584682
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to systemd in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 14:50:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0D72C26C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 14:50:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E096F1A33EC;
	Mon, 23 May 2016 14:50:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4rBq-0000F9-MU; Mon, 23 May 2016 14:50:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4rBp-0000EY-3U
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 14:50:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4rBo-0002wz-Iy
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 14:50:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8BB272E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 14:50:40 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 14:43:30 -0000
From: asche <launchpad@masche85.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton j-launchpad-u
X-Launchpad-Bug-Reporter: asche (j-launchpad-u)
X-Launchpad-Bug-Modifier: asche (j-launchpad-u)
References: <20160523100057.21201.67546.malonedeb@wampee.canonical.com>
Message-Id: <20160523144332.14093.66173.launchpad@soybean.canonical.com>
Subject: [Bug 1584682] Re: after changing static ip: old ip still exists.
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ef28684cd7d169c9544d5882110fdc765696f691
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584682 <1584682@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: ubuntu => systemd (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1584682

Title:
  after changing static ip: old ip still exists.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1584682/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 15:06:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E6C1826C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 15:06:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D9DC21A3DAD;
	Mon, 23 May 2016 15:06:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4rQg-0001yh-G4; Mon, 23 May 2016 15:06:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4rQf-0001yP-Dl
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 15:06:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4rQd-0007Ng-Sy
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 15:06:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 443342E80CD
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 15:05:59 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 14:56:01 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ifupdown; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton j-launchpad-u
X-Launchpad-Bug-Reporter: asche (j-launchpad-u)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160523100057.21201.67546.malonedeb@wampee.canonical.com>
Message-Id: <20160523145602.551.32897.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1584682] Re: after changing static ip: old ip still exists.
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c352ccc0bc947e5a17c69ccc351bfc91b26a563d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584682 <1584682@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: systemd (Ubuntu) => ifupdown (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1584682

Title:
  after changing static ip: old ip still exists.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1584682/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 16:01:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C8C4C26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 16:01:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BFDE51A34DB;
	Mon, 23 May 2016 16:01:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4sHr-0000T7-Tc; Mon, 23 May 2016 16:00:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4sHq-0000Sx-Vy
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 16:00:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4sHq-0007M6-He
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 16:00:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7BCF52E80CA
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 16:00:58 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 15:51:50 -0000
From: =?utf-8?q?Ricardo_B=C3=A1nffy?= <ricardo.banffy@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shotwell; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rbanffy
X-Launchpad-Bug-Reporter: =?utf-8?q?Ricardo_B=C3=A1nffy_=28rbanffy=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Ricardo_B=C3=A1nffy_=28rbanffy=29?=
Message-Id: <20160523155151.1141.62186.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1584853] [NEW] Shotwell crashes on startup
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0594ed7679d6ea0b583f6b665d3defcaaba6c036
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584853 <1584853@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Starting from the command line, this can be seen:

shotwell: tiffcomposite.cpp:749: virtual Exiv2::Internal::TiffComponent* Exiv2::Internal::TiffMnEntry::doAddPath(uint16_t, Exiv2::Internal::TiffPath&, Exiv2::Internal::TiffComponent*, Exiv2::Internal::TiffComponent::AutoPtr): Assertion `mn_' failed.
Aborted (core dumped)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: shotwell 0.22.0+git20160108.r1.f2fb1f7-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May 23 08:48:32 2016
InstallationDate: Installed on 2015-09-20 (245 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: shotwell
UpgradeStatus: Upgraded to xenial on 2016-04-21 (31 days ago)
shotwell.log:
 L 24280 2016-05-23 08:46:56 [MSG] main.vala:385: Shotwell Photo Manager 0.22.0
 L 24280 2016-05-23 08:46:56 [MSG] main.vala:43: Verifying database ...

** Affects: shotwell (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1584853

Title:
  Shotwell crashes on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1584853/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 16:35:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B986926C2853
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 16:35:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ABA501A387A;
	Mon, 23 May 2016 16:35:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4spM-0004F9-Cn; Mon, 23 May 2016 16:35:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4spL-0004Ex-1C
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 16:35:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4spK-0001A1-Lt
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 16:35:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 96A3C2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 16:35:34 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 16:30:09 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-disk-utility;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: saucy trusty utopic vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160523163009.551.84832.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1584871] [NEW]
 /usr/bin/gnome-disks:11:g_dbus_object_get_interface:udisks_object_get_drive:gdu_utils_is_in_use_full:unuse_data_iterate:gdu_utils_ensure_unused_list
X-Launchpad-Message-Rationale: Subscriber (gnome-disk-utility in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 61b8a0b9b48334810d46598c0a30c14726d04be6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584871 <1584871@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding gnome-disk-utility.  This problem was most recently seen with
version 3.18.3.1-1ubuntu1, the problem page at
https://errors.ubuntu.com/problem/515818686e54e3ea77ead97d286388a781aa896b
contains more details.

** Affects: gnome-disk-utility (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: saucy trusty utopic vivid wily xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1584871

Title:
  /usr/bin/gnome-
  disks:11:g_dbus_object_get_interface:udisks_object_get_drive:gdu_utils_is_in_use_full:unuse_data_iterate:gdu_utils_ensure_unused_list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1584871/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 16:41:28 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5D8F226C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 16:41:28 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 53D741A370F;
	Mon, 23 May 2016 16:41:28 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4sv2-00058U-7y; Mon, 23 May 2016 16:41:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4sv0-00058F-Ha
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 16:41:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4sv0-0002yY-2e
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 16:41:26 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E8B552E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 16:41:25 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 16:32:54 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Released; importance=High;
 assignee=seb128@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=accountsservice; component=main; status=Fix Committed;
 importance=High; assignee=seb128@ubuntu.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: es20490446e gsandsds seb128
X-Launchpad-Bug-Reporter: Alberto Salvia Novella (es20490446e)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160510163319.443.37875.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523163255.21271.92465.launchpad@wampee.canonical.com>
Subject: [Bug 1580254] Re: Cannot change accounts images
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0db1f128b85b0fa02c19b30879eb7f3e60196b0f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580254 <1580254@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: accountsservice (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1580254

Title:
  Cannot change accounts images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1580254/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 16:50:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C85E226C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 16:50:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BFFC21A3F89;
	Mon, 23 May 2016 16:50:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4t3y-0006Iy-Rd; Mon, 23 May 2016 16:50:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4t3x-0006Ii-RO
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 16:50:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4t3x-0004o8-BK
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 16:50:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3AEC92E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 16:50:41 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 16:39:22 -0000
From: Jens Georg <1584853@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shotwell; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rbanffy yg-jensge
X-Launchpad-Bug-Reporter: =?utf-8?q?Ricardo_B=C3=A1nffy_=28rbanffy=29?=
X-Launchpad-Bug-Modifier: Jens Georg (yg-jensge)
References: <20160523155151.1141.62186.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523163922.941.298.malone@chaenomeles.canonical.com>
Subject: [Bug 1584853] Re: Shotwell crashes on startup
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 801f6eed88e84266f58c5ec5829bbf976610d104
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584853 <1584853@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hi,

this is a bug in exiv2. It has been fixed in debian's exiv2 0.25-3
package

** Bug watch added: GNOME Bug Tracker #765963
   https://bugzilla.gnome.org/show_bug.cgi?id=765963

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1584853

Title:
  Shotwell crashes on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1584853/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 16:50:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 25CC426C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 16:50:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1F7C51A3F89;
	Mon, 23 May 2016 16:50:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4t41-0006LX-0Z; Mon, 23 May 2016 16:50:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4t3y-0006Ix-Vh
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 16:50:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4t3y-0004o9-Cm
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 16:50:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5663E2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 16:50:42 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 16:43:05 -0000
From: Jens Georg <1584853@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shotwell; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rbanffy yg-jensge
X-Launchpad-Bug-Reporter: =?utf-8?q?Ricardo_B=C3=A1nffy_=28rbanffy=29?=
X-Launchpad-Bug-Modifier: Jens Georg (yg-jensge)
References: <20160523155151.1141.62186.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160523164305.9360.28464.malone@gac.canonical.com>
Subject: [Bug 1584853] Re: Shotwell crashes on startup
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 85131bd47e54a3aedd2450be8834f8ca5c72bdfa
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584853 <1584853@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

See https://bugzilla.gnome.org/show_bug.cgi?id=765963 for upstream
discussion.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1584853

Title:
  Shotwell crashes on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1584853/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 17:10:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AA2EE26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 17:10:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A40411A3288;
	Mon, 23 May 2016 17:10:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4tNP-0000Yn-E9; Mon, 23 May 2016 17:10:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4tNN-0000Yd-Ll
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 17:10:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4tNN-0003is-8m
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 17:10:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2EDAB2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 17:10:45 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 17:03:33 -0000
From: rich <dzy4@mail.ru>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dzy4
X-Launchpad-Bug-Reporter: rich (dzy4)
X-Launchpad-Bug-Modifier: rich (dzy4)
Message-Id: <20160523170334.21455.7010.malonedeb@wampee.canonical.com>
Subject: [Bug 1584884] [NEW] totem crush with Segmentation fault.
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 637e5fc06e8b7a0e5f09befe85818e8bb56237a6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584884 <1584884@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Run:
>totem
Segmentation fault (core dumped)
>totem
Segmentation fault (core dumped)

run with gdb:

>gdb totem
GNU gdb (Ubuntu 7.11-0ubuntu1) 7.11
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from totem...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/totem 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffdb903700 (LWP 21787)]
[New Thread 0x7fffdacbd700 (LWP 21788)]
[New Thread 0x7fffda3b0700 (LWP 21790)]
[New Thread 0x7fffd9baf700 (LWP 21791)]
[New Thread 0x7fffcacfc700 (LWP 21808)]
[New Thread 0x7fffca08a700 (LWP 21810)]
[New Thread 0x7fffc295f700 (LWP 21826)]
[New Thread 0x7fffc215e700 (LWP 21827)]
[New Thread 0x7fffc0881700 (LWP 21828)]
[New Thread 0x7fffb3b88700 (LWP 21829)]
[New Thread 0x7fff9b6b7700 (LWP 21844)]
[New Thread 0x7fff9aeb6700 (LWP 21845)]
[New Thread 0x7fff997c0700 (LWP 21848)]
[New Thread 0x7fff8bfff700 (LWP 21850)]

Thread 1 "totem" received signal SIGSEGV, Segmentation fault.
0x00007fffdc55c083 in LLVMBuildLoad () from /usr/lib/x86_64-linux-gnu/libLLVM-3.8.so.1
(gdb) q

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: totem 3.18.1-1ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Mon May 23 19:59:00 2016
InstallationDate: Installed on 2009-11-30 (2366 days ago)
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027.1)
SourcePackage: totem
UpgradeStatus: Upgraded to xenial on 2015-11-05 (200 days ago)

** Affects: totem (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1584884

Title:
  totem crush with Segmentation fault.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1584884/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 17:46:18 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 00DD526C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 17:46:18 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EBD1D1A35E1;
	Mon, 23 May 2016 17:46:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4tvl-00045M-Qe; Mon, 23 May 2016 17:46:17 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4tvk-00045B-Uu
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 17:46:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4tvk-0007e1-D1
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 17:46:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 500012E8028
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 17:46:16 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 17:36:33 -0000
From: Fenyvesi Attila <1293602@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: apport-crash i386 trusty utopic
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amiratez apport fattila2 janitor
X-Launchpad-Bug-Reporter: Emit (amiratez)
X-Launchpad-Bug-Modifier: Fenyvesi Attila (fattila2)
References: <20140317142046.30362.92731.malonedeb@gac.canonical.com>
Message-Id: <20160523173633.1685.35345.malone@wampee.canonical.com>
Subject: [Bug 1293602] Re: gvfsd-mtp crashed with SIGSEGV in
 libusb_submit_transfer()
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2b6c991ed6efc81a8233645faf220c47b69e865d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1293602 <1293602@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I cannot reproduce the bug but it happened once.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1293602

Title:
  gvfsd-mtp crashed with SIGSEGV in libusb_submit_transfer()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1293602/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 18:05:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C311E26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 18:05:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B81971A2C9C;
	Mon, 23 May 2016 18:05:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4uEY-0006SZ-H1; Mon, 23 May 2016 18:05:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4uEX-0006Rw-OX
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 18:05:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4uEX-000546-5C
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 18:05:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1ED802E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 18:05:40 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 17:58:18 -0000
From: GIOVANNI <calderoneg@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: calderoneg
X-Launchpad-Bug-Reporter: GIOVANNI (calderoneg)
X-Launchpad-Bug-Modifier: GIOVANNI (calderoneg)
Message-Id: <20160523175818.21698.10715.malonedeb@wampee.canonical.com>
Subject: [Bug 1584910] [NEW] package udev 229-4ubuntu5 failed to
 install/upgrade: il sottoprocesso installato script di post-installation ha
 restituito lo stato di errore 1
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fde6053d0c8c12c0da7fb9900c1a7f4a29bbee0c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584910 <1584910@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

errore nello spostare sulla scrivania un programma exe. Utilizzo ubuntu
16.04

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: udev 229-4ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Mon May 23 18:30:13 2016
ErrorMessage: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1
InstallationDate: Installed on 2016-04-23 (30 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: Acer Aspire 6930G
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic root=UUID=93a96fcf-ed64-40ef-9fae-a391e4f5c948 ro drm.debug=0xe plymouth:debug
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package udev 229-4ubuntu5 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/25/2008
dmi.bios.vendor: Acer
dmi.bios.version: v0.3204
dmi.board.name: Makalu
dmi.board.vendor: Acer
dmi.board.version: Not Applicable
dmi.chassis.type: 1
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: dmi:bvnAcer:bvrv0.3204:bd09/25/2008:svnAcer:pnAspire6930G:pvrNotApplicable:rvnAcer:rnMakalu:rvrNotApplicable:cvnAcer:ct1:cvrN/A:
dmi.product.name: Aspire 6930G
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1584910

Title:
  package udev 229-4ubuntu5 failed to install/upgrade: il sottoprocesso
  installato script di post-installation ha restituito lo stato di
  errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1584910/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 18:55:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6EDBC26C21B8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 18:55:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 66A561A4114;
	Mon, 23 May 2016 18:55:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4v18-000431-Cm; Mon, 23 May 2016 18:55:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4v17-00041r-5s
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 18:55:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4v16-0002zy-KY
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 18:55:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 86F032E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 18:55:52 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 18:49:55 -0000
From: purity <1584449@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: purity82 seb128
X-Launchpad-Bug-Reporter: purity (purity82)
X-Launchpad-Bug-Modifier: purity (purity82)
References: <20160522102551.8981.30993.malonedeb@gac.canonical.com>
Message-Id: <20160523184955.7996.75398.malone@soybean.canonical.com>
Subject: [Bug 1584449] Re: Can't alt-tab or super+1 to Nautilus
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 79269cf835d31146777eb1e74eed0843ccd457e0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584449 <1584449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

What do you mean by "default launcher configuration"? It's the default
file manager in Unity - Ubuntu 16.04. It worked fine in 15.10 but not
after upgrading to 16.04.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584449

Title:
  Can't alt-tab or super+1 to Nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584449/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 20:25:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D5F9B26C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 20:25:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CD6ED1A34F3;
	Mon, 23 May 2016 20:25:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4wQ8-0002FU-Sc; Mon, 23 May 2016 20:25:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4wQ8-0002F1-8A
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 20:25:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4wQ7-0006y3-Pk
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 20:25:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C16E12E800F
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 20:25:47 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 20:18:17 -0000
From: Seth Arnold <1584320@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=pygtk; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alexeym58 seth-arnold
X-Launchpad-Bug-Reporter: www151 (alexeym58)
X-Launchpad-Bug-Modifier: Seth Arnold (seth-arnold)
References: <20160521115636.8887.18017.malonedeb@gac.canonical.com>
Message-Id: <20160523201817.303.10902.malone@chaenomeles.canonical.com>
Subject: [Bug 1584320] Re: package python-gtk2 2.24.0-4ubuntu1 failed to
 install/upgrade: package is in a very bad inconsistent state;
 you should  reinstall it before attempting configuration
X-Launchpad-Message-Rationale: Subscriber (pygtk in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5eb3cb8bab99a468b75a9683934de298e25c56c2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584320 <1584320@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in Ubuntu.
https://bugs.launchpad.net/bugs/1584320

Title:
  package python-gtk2 2.24.0-4ubuntu1 failed to install/upgrade: package
  is in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygtk/+bug/1584320/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 21:50:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 89FBB26C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 21:50:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7A0801A3448;
	Mon, 23 May 2016 21:50:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4xkA-0001CD-D1; Mon, 23 May 2016 21:50:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4xk9-0001C3-9I
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 21:50:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4xk9-0002GF-0E
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 21:50:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DFE422E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 21:50:32 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 21:43:53 -0000
From: Bob <uceppuppi-3653@yopmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=aisleriot; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: uceppuppi-3653
X-Launchpad-Bug-Reporter: Bob (uceppuppi-3653)
X-Launchpad-Bug-Modifier: Bob (uceppuppi-3653)
Message-Id: <20160523214353.7818.44192.malonedeb@soybean.canonical.com>
Subject: [Bug 1584962] [NEW] [aisleriot][Klondike] Missing card
X-Launchpad-Message-Rationale: Subscriber (gnome-games in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dc57ebd1ba5fca4880214da41b3af1a64c871e93
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584962 <1584962@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I just played, and almost win, until I realized that the third of spade was completely missing : it is nor in the stack nor a hidden card.
In attachment, you will find a screenshot of my game.

Version : 1:3.18.2-1ubuntu1

So frustrating ! ^^

** Affects: aisleriot (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "KlondikeBug.png"
   https://bugs.launchpad.net/bugs/1584962/+attachment/4668908/+files/KlondikeBug.png

** Package changed: gnome-games (Ubuntu) => aisleriot (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in Ubuntu.
https://bugs.launchpad.net/bugs/1584962

Title:
  [aisleriot][Klondike] Missing card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aisleriot/+bug/1584962/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 23 23:05:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5BB4826C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 23 May 2016 23:05:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 51B7F1A33DD;
	Mon, 23 May 2016 23:05:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b4yuo-0007C3-Qq; Mon, 23 May 2016 23:05:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b4yun-00079U-6G
 for desktop-bugs@lists.ubuntu.com; Mon, 23 May 2016 23:05:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b4yum-0001Vk-Uo
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 23:05:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E0D282E80AF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 23 May 2016 23:05:36 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 23 May 2016 22:58:47 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution-data-server;
 component=main; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: upgrade-software-version
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
Message-Id: <20160523225847.9051.44537.malonedeb@gac.canonical.com>
Subject: [Bug 1584978] [NEW] Update to 3.20
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18025";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 56faaea03ccf736d9de14859d9bc6e91b442ff67
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584978 <1584978@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Update to 3.20

** Affects: evolution (Ubuntu)
     Importance: Wishlist
         Status: Triaged

** Affects: evolution-data-server (Ubuntu)
     Importance: Wishlist
         Status: Triaged


** Tags: upgrade-software-version

** Also affects: evolution-data-server (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: evolution-data-server (Ubuntu)
       Status: New => Triaged

** Changed in: evolution-data-server (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1584978

Title:
  Update to 3.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1584978/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 02:20:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 94CC926C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 02:20:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3E1581A34A7;
	Tue, 24 May 2016 02:20:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b51xa-0008FM-0B; Tue, 24 May 2016 02:20:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b51xY-0008Ez-8V
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 02:20:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b51xY-0001c1-1z
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 02:20:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0AD722E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 02:20:40 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 02:11:11 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160524021111.17552.98311.malonedeb@soybean.canonical.com>
Subject: [Bug 1585013] [NEW]
 /lib/systemd/systemd-udevd:6:epoll_wait:sd_event_wait:sd_event_run:sd_event_loop:run
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9393729b147f157afeb4773a3e213de3f4ce6435
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585013 <1585013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding systemd.  This problem was most recently seen with version
229-4ubuntu5, the problem page at
https://errors.ubuntu.com/problem/4cc03ed26d375e19e9d4e2d7ba1090f0ebaa7752
contains more details.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: wily xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1585013

Title:
  /lib/systemd/systemd-
  udevd:6:epoll_wait:sd_event_wait:sd_event_run:sd_event_loop:run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1585013/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 02:45:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7A6EF26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 02:45:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 742CF1A34CC;
	Tue, 24 May 2016 02:45:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b52Lv-0001kd-Q5; Tue, 24 May 2016 02:45:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b52Lu-0001kQ-QS
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 02:45:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b52Lu-0006Da-1z
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 02:45:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9191D2E81A8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 02:45:46 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 02:38:58 -0000
From: Nathan Haines <ubuntu@nhaines.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: claudioandre.br janitor nhaines salman.m
X-Launchpad-Bug-Reporter: =?utf-8?q?Claudio_Andr=C3=A9_=28claudioandre=2Ebr?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Nathan Haines (nhaines)
References: <20160514021208.303.87825.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524023859.27189.5455.launchpad@gac.canonical.com>
Subject: [Bug 1581713] Re: Ubuntu Software asks for an Ubuntu Single Sign-On
 account to remove a snap
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4ef24d4ce26dc27b762aa17db3702717a5a3876b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581713 <1581713@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581713

Title:
  Ubuntu Software asks for an Ubuntu Single Sign-On account to remove a
  snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581713/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 02:50:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3798926C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 02:50:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 27AD21A35BF;
	Tue, 24 May 2016 02:50:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b52Qn-00022j-7O; Tue, 24 May 2016 02:50:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b52Qk-000229-Nu
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 02:50:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b52Qj-00077g-Bg
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 02:50:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 55D3D2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 02:50:49 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 02:44:27 -0000
From: Nathan Haines <ubuntu@nhaines.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: claudioandre.br janitor nhaines salman.m
X-Launchpad-Bug-Reporter: =?utf-8?q?Claudio_Andr=C3=A9_=28claudioandre=2Ebr?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Nathan Haines (nhaines)
References: <20160514021208.303.87825.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524024427.27887.51432.malone@gac.canonical.com>
Subject: [Bug 1581713] Re: Ubuntu Software asks for an Ubuntu Single Sign-On
 account to remove a snap
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 72631d9679663ba7aebb896b90a85f53ede6eeed
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581713 <1581713@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This behavior is consistent with Ubuntu Software Centre.  Canonical
works with third-party software providers to provide payment and hosting
for commericial software in the partner repository.  In Ubuntu 16.04
LTS, this is being replaced by the Ubuntu App Store which powers the
snap repository's backend.

While the command line tools provide access to free-of-charge snaps
without issue, the Ubuntu Software store uses Ubuntu One to handle
payment processing and order history (so that previous purchases can be
downloaded and installed on any number of systems that you own).

So this is an implementation detail that matches the behavior of the
software being replaced by Ubuntu Software.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581713

Title:
  Ubuntu Software asks for an Ubuntu Single Sign-On account to remove a
  snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581713/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 06:26:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 76B7726C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 06:26:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 678441A35BF;
	Tue, 24 May 2016 06:26:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b55n5-0003jt-IZ; Tue, 24 May 2016 06:26:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b55n3-0003ja-PJ
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 06:26:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b55n3-00035B-IR
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 06:26:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 894172E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 06:26:05 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 06:16:33 -0000
From: brad <dragonsawareness@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abencomoc90 acutbal adam-melnyk adnanyumer
 amribrahim1987 andrea-deangelis93 anujsharma9196 belenos bkarlan-n braderhart
 cedara2 chipsharpdotcom davidrabello dilumtharaka1 dragonsawareness
 dusktumult erzzo eyeprotocol faical117 gurukumara guzmane ibrahimdarra
 imranmohd72 janitor jerss2k jfoc jime567 joe-dunster jonayadrahman
 launchpad-startport lei-pero lt-goldman marcorr70 mathew-hodson narenana
 nicholaskade octoquad odo-openerp oystein-alver pablocelayes postadelmaga
 rmmuneer06 robert-mijakovic rodolfo-inec rusubogdan93 sahashinjan seb128
 smurfendrek123 soopo stanislav-schmidt strom-anders subhadeep-dey svde-tech
 t-uruntu-s techbin1 timtjtim vincentthiele ximion yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: brad (dragonsawareness)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524061633.28295.70161.malone@gac.canonical.com>
Subject: [Bug 1573206] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7390a91f92d2c43883a25cdb9b610b5fb8ce40fd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

Can someone please change the status to fixed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573206

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573206/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 08:15:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A142226C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 08:15:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 997C81A37A4;
	Tue, 24 May 2016 08:15:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b57VJ-0005Zs-HM; Tue, 24 May 2016 08:15:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b57VI-0005ZO-17
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 08:15:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b57VG-0007s1-FT
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 08:15:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 718192E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 08:15:50 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 08:09:54 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: purity82 seb128
X-Launchpad-Bug-Reporter: purity (purity82)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160522102551.8981.30993.malonedeb@gac.canonical.com>
Message-Id: <20160524080954.27189.41153.malone@gac.canonical.com>
Subject: [Bug 1584449] Re: Can't alt-tab or super+1 to Nautilus
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a07cdb1f9dc54018ae4a5cc4767bd674a0968775
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584449 <1584449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The icons you have on the launcher after login. Wondering if that's the
same as bug #1578792

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584449

Title:
  Can't alt-tab or super+1 to Nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584449/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 08:20:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A211126C21B8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 08:20:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 946691A3402;
	Tue, 24 May 2016 08:20:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b57a4-00066G-Kd; Tue, 24 May 2016 08:20:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b57a3-00065d-L4
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 08:20:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b57a3-0000UH-6x
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 08:20:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2DAC02E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 08:20:47 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 08:13:30 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Incomplete; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dzy4 seb128
X-Launchpad-Bug-Reporter: rich (dzy4)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160523170334.21455.7010.malonedeb@wampee.canonical.com>
Message-Id: <20160524081331.22205.9319.malone@wampee.canonical.com>
Subject: [Bug 1584884] Re: totem crush with Segmentation fault.
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9f3129f2551dd211c56fc46819915af646f8fbb4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584884 <1584884@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

You didn't use "backtrace" on gdb to get the backtrace but the function
which hits the error suggests it's a bug in the software rendering stack

** Changed in: totem (Ubuntu)
   Importance: Undecided => Low

** Changed in: totem (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1584884

Title:
  totem crush with Segmentation fault.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1584884/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 08:30:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DF44A26C2857
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 08:30:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D9FCE1A3C1D;
	Tue, 24 May 2016 08:30:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b57jr-0007JB-Ue; Tue, 24 May 2016 08:30:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b57jr-0007Iv-GE
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 08:30:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b57jq-0002De-Ba
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 08:30:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D71352E80E9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 08:30:51 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 08:25:07 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-disk-utility;
 component=main; status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: saucy trusty utopic vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160523163009.551.84832.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524082509.17591.27622.launchpad@soybean.canonical.com>
Subject: [Bug 1584871] Re:
 /usr/bin/gnome-disks:11:g_dbus_object_get_interface:udisks_object_get_drive:gdu_utils_is_in_use_full:unuse_data_iterate:gdu_utils_ensure_unused_list
X-Launchpad-Message-Rationale: Subscriber (gnome-disk-utility in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 47e6f7a5b12ade178ac23a6e8063e28ef357849a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584871 <1584871@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-disk-utility (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1584871

Title:
  /usr/bin/gnome-
  disks:11:g_dbus_object_get_interface:udisks_object_get_drive:gdu_utils_is_in_use_full:unuse_data_iterate:gdu_utils_ensure_unused_list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1584871/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 08:41:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EDA5326C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 08:41:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E4C611A36EA;
	Tue, 24 May 2016 08:41:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b57tn-0007yG-QQ; Tue, 24 May 2016 08:41:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b57tn-0007y4-3F
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 08:41:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b57tm-0004nd-J1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 08:41:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8C8C42E80C1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 08:41:10 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 08:31:46 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ads20000 seb128
X-Launchpad-Bug-Reporter: Ads20000 (ads20000)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160523110447.7818.64496.malonedeb@soybean.canonical.com>
Message-Id: <20160524083146.28222.28704.malone@gac.canonical.com>
Subject: [Bug 1584720] Re: Indicator Applet Appmenu has two 'Calculator'
 application menus
X-Launchpad-Message-Rationale: Subscriber (gnome-calculator in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ca0612280cd7652be5270161e54ef55c74dad9f1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584720 <1584720@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report, that's a known integration issue with
some GNOME applications. Those have 2 menus, one exported to the desktop
interface and a local one, under unity those are merged into a menubar
rather than displayed in different place ... the one exported and one of
the local ones have the same name in that case which is a bit
unfortunate

** No longer affects: indicator-applet (Ubuntu)

** Changed in: gnome-calculator (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-calculator (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calculator in Ubuntu.
https://bugs.launchpad.net/bugs/1584720

Title:
  Indicator Applet Appmenu has two 'Calculator' application menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1584720/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 09:16:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 878C826C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 09:16:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7E2991A374F;
	Tue, 24 May 2016 09:16:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b58Ri-0002Oa-Dt; Tue, 24 May 2016 09:16:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b58Rf-0002No-P0
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 09:16:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b58Rf-0007V1-DB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 09:16:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3E64F2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 09:16:11 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 09:07:13 -0000
From: Launchpad Bug Tracker <1388743@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ideviceinstaller;
 component=universe; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libimobiledevice;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug utopic
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dario-rubiano ehcpdeveloper giecrilj janitor
 luke32j sf-lp yatc18ks0g8zofezrpk3xa7828d-5k-ngeefk4xayt3t4u9watah405veq
X-Launchpad-Bug-Reporter: Sebastian F (sf-lp)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20141103083837.22953.75751.malonedeb@wampee.canonical.com>
Message-Id: <20160524090718.28749.7070.malone@ackee.canonical.com>
Subject: [Bug 1388743] Re: iOS 8.1 - Could not start
 com.apple.mobile.installation_proxy!
X-Launchpad-Message-Rationale: Subscriber (libimobiledevice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3cd8cbdeb3bca6c62a71ab574f257c32c868c4ef
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1388743 <1388743@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package libimobiledevice -
1.2.0+dfsg-3~ubuntu1

---------------
libimobiledevice (1.2.0+dfsg-3~ubuntu1) yakkety; urgency=medium

  * debian/patches/git_gnutls_proxy.patch:
    - Fix installation_proxy when using GnuTLS instead of OpenSSL
      (lp: #1388743)
  * debian/patches/git_local_socket.patch:
    - [security fix] Make sure sockets only listen locally

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 23 May 2016 12:48:38
+0200

** Changed in: libimobiledevice (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1388743

Title:
  iOS 8.1 - Could not start com.apple.mobile.installation_proxy!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ideviceinstaller/+bug/1388743/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 09:46:30 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5DF2C26C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 09:46:30 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 57EE21A3C1D;
	Tue, 24 May 2016 09:46:30 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b58uz-0005YR-EK; Tue, 24 May 2016 09:46:29 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b58ux-0005Y9-Ka
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 09:46:27 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b58uw-0002Vz-TQ
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 09:46:26 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D2EB32E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 09:46:26 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 09:40:08 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-calendar; component=main; status=Fix Committed;
 importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 leopenausa mohan-ram pitti seb128 stachowski-mateusz vincentthiele willcooke
 xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160524094008.17490.8134.malone@soybean.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar has white corners
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7e3b41dad9dacd5434315df8e931be50bca8d5ee
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Well, no plan to block something which is better just because it's not
perfect. We can do another update to fix remaining issues later

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 09:46:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D140326C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 09:46:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C792C1A3C1D;
	Tue, 24 May 2016 09:46:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b58vK-0005kc-Nc; Tue, 24 May 2016 09:46:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b58vJ-0005kJ-At
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 09:46:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b58vF-0002jz-VZ
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 09:46:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 680372E80E0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 09:46:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 09:38:40 -0000
From: Bug Watch Updater <156556@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gimp; status=Fix Released; importance=Low;
 assignee=None; 
X-Launchpad-Bug: product=xserver-xorg-driver-ati; status=Won't Fix;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Invalid; importance=Low;
 assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=xserver-xorg-video-ati;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=gimp; component=main;
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug: distribution=mandriva; sourcepackage=gimp; component=None;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: corruption
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agd5f biengo brian-murray bryce
 bugs-freedesktop-org cloos-jhcloos csawtell cwillu daniels eds-reric
 michel-tungstengraphics mostawesomedude pablo-angulo pcpa pedro propanone
 r0lf shemgp tormodvolden
X-Launchpad-Bug-Reporter: Eric Seppanen (eds-reric)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20071024061646.18912.26466.malonedeb@potassium.ubuntu.com>
Message-Id: <20160524093842.15770.3461.launchpad@loganberry.canonical.com>
Subject: [Bug 156556] Re: [M6-LY] Gimp brushes leave garbage pixel trails
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 927a9150f2b139ee1d40da3e5d55f290ee6e13d2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 156556 <156556@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gimp (Debian)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/156556

Title:
  [M6-LY] Gimp brushes leave garbage pixel trails

To manage notifications about this bug go to:
https://bugs.launchpad.net/gimp/+bug/156556/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 10:01:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 60B8426C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 10:01:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5B0791A3448;
	Tue, 24 May 2016 10:01:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b599r-00074s-CK; Tue, 24 May 2016 10:01:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b599J-0006tf-TP
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 10:01:17 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b599J-0007ZF-9B
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 10:01:17 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 419142E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 10:01:17 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 09:51:23 -0000
From: Laurent Bigonville <bigon@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=empathy; component=universe;
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: om26er seb128 yvan-strahm
X-Launchpad-Bug-Reporter: yvan (yvan-strahm)
X-Launchpad-Bug-Modifier: Laurent Bigonville (bigon)
References: <20091105112032.7968.50118.malonedeb@potassium.ubuntu.com>
Message-Id: <20160524095125.22544.52759.launchpad@wampee.canonical.com>
Subject: [Bug 475261] Re: no Geolocat in empathy
X-Launchpad-Message-Rationale: Subscriber (empathy in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 042a09063d6564d1271a1002dcaf3eeffde88924
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 475261 <475261@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: empathy (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/475261

Title:
  no Geolocat in empathy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/475261/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 10:11:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BF31626C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 10:11:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BA24A1A33C4;
	Tue, 24 May 2016 10:11:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b59Ii-0008Vh-KC; Tue, 24 May 2016 10:11:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b59Ih-0008VF-KM
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 10:10:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b59Ih-00018q-12
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 10:10:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 793C02E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 10:10:58 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 10:02:06 -0000
From: Marek <demarco_25@o2.pl>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aapo-rantalainen demarco-25 janitor nitrosito
 shakaran
X-Launchpad-Bug-Reporter: Aapo Rantalainen (aapo-rantalainen)
X-Launchpad-Bug-Modifier: Marek (demarco-25)
References: <20160430121911.23968.93912.malonedeb@gac.canonical.com>
Message-Id: <20160524100206.27189.56109.malone@gac.canonical.com>
Subject: [Bug 1576977] Re: Lots of GEGL-gegl-operation.c-WARNING on starting
 gimp
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d1350f8b5c152edfc6d421d651f77153d35eedf5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576977 <1576977@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same here. Gimp starts, but then crashes when trying use Text tool (no
matter, what font) or Cage Transform.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1576977

Title:
  Lots of GEGL-gegl-operation.c-WARNING on starting gimp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1576977/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 10:41:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2C1A326C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 10:41:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2270A1A34D6;
	Tue, 24 May 2016 10:41:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b59lp-0002de-SP; Tue, 24 May 2016 10:41:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b59lo-0002dT-Gq
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 10:41:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b59lo-0004B9-35
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 10:41:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E1D682E805B
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 10:41:03 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 10:29:26 -0000
From: "H.-Dirk Schmitt" <dirk@computer42.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dirk-computer42
X-Launchpad-Bug-Reporter: H.-Dirk Schmitt (dirk-computer42)
X-Launchpad-Bug-Modifier: H.-Dirk Schmitt (dirk-computer42)
References: <20160522212851.7996.90952.malonedeb@soybean.canonical.com>
Message-Id: <20160524102926.28152.44012.malone@gac.canonical.com>
Subject: [Bug 1584538] Re: locales are missing - menu entries and messages
 only in english
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7e69d84bb706c70beed44e07db8de736650670d5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584538 <1584538@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Summary changed:

- locales are missing 
+ locales are missing - menu entries and messages only in english

** Attachment added: "Here is a sample screen shot."
   https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1584538/+attachment/4669276/+files/Bildschirmfoto%20von%20%C2%BB2016-05-24%2012-29-03%C2%AB.png

** Summary changed:

- locales are missing - menu entries and messages only in english
+ locales are missing - menu entries and messages only in English

** Description changed:

+ The UI is in English and not localized as the rest (here in german).
+ So it is hard to understand for users without Englisch language capabilities.
+ 
  The localization is missing in evolution-common.
  e.g. the file /usr/share/locale/de/LC_MESSAGES/evolution-3.18.mo
  
  The debian version in stretch contain this file.
  Comparing the file size of the packages between debian and ubuntu show also that a huge part of files are missing.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: evolution-common 3.18.5.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun May 22 23:23:11 2016
  PackageArchitecture: all
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1584538

Title:
  locales are missing - menu entries and messages only in English

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1584538/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 10:55:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4799D26C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 10:55:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3DF8B1A3528;
	Tue, 24 May 2016 10:55:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5A06-0004Yr-AB; Tue, 24 May 2016 10:55:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5A02-0004Xi-5H
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 10:55:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5A01-0007YQ-OT
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 10:55:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9D6B22E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 10:55:45 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 10:44:15 -0000
From: Ads20000 <1584720@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ads20000 seb128
X-Launchpad-Bug-Reporter: Ads20000 (ads20000)
X-Launchpad-Bug-Modifier: Ads20000 (ads20000)
References: <20160523110447.7818.64496.malonedeb@soybean.canonical.com>
Message-Id: <20160524104415.22544.85739.malone@wampee.canonical.com>
Subject: [Bug 1584720] Re: Indicator Applet Appmenu has two 'Calculator'
 application menus
X-Launchpad-Message-Rationale: Subscriber (gnome-calculator in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bbf68299881d59e9ba3ab3faa69de574ca835848
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584720 <1584720@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Right, well since it's a general bug I've detailed other issues in the
bug report. They may be separate bugs; if it would be helpful to split
them out then I'll do that. I'm not sure which issues are unrelated to
this one though. As I've put in the description, one of them affects
LibreOffice, which is not a GNOME app.

** Description changed:

- Indicator Applet Appmenu has two 'Calculator' application menus (Preferences, Help, About, Quit). This applies to GNOME Calculator 3.20.1. It should only have one 'Calculator' application menu.
- I don't know whether this is a bug in GNOME Calculator or Indicator Applet Appmenu.
+ Indicator Applet Appmenu has two 'Calculator' application menus
+ (Preferences, Help, About, Quit). This applies to GNOME Calculator
+ 3.20.1. It should only have one 'Calculator' application menu.
+ 
+ According to Sebastien Bacher (see comment #3), this is a general
+ integration issue with some GNOME apps. So I will also note here that
+ sometimes the second menu has the name of a different application, or
+ 'Unknown Application Name' and is unusable (i.e. clicking on its menu
+ items does nothing). Sometimes only the unusable menu is displayed so
+ one can't use the application menu at all.
+ 
+ Going through my applications, the above issue(s) appear in:
+ Disks (3.20.2)
+ Font Viewer (3.20.2)
+ Help (yelp) (3.20.1)
+ Screenshot (3.18.0)
+ AisleRiot Solitaire (3.20.2)
+ Sudoku (3.18.2)
+ Calendar (3.20.2)
+ Cheese (3.20.2)
+ Disk Usage Analyser (Baobab) (3.18.1)
+ Ubuntu Software (3.20.1)
+ System Log (3.9.90)
+ System Monitor (3.20.1)
+ Terminal (3.18.3)
+ 
+ I also get the issue with a menu having the name of a different
+ application and being unusable, or being an application menu for the
+ focused window but being titled 'Unknown Application Name', with
+ LibreOffice 5.1.2.2 which is not a GNOME app.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: indicator-applet-appmenu 12.10.2+15.04.20141127.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon May 23 11:34:28 2016
  InstallationDate: Installed on 2016-04-26 (26 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160426)
  SourcePackage: indicator-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Indicator Applet Appmenu has two 'Calculator' application menus
  (Preferences, Help, About, Quit). This applies to GNOME Calculator
  3.20.1. It should only have one 'Calculator' application menu.
  
  According to Sebastien Bacher (see comment #3), this is a general
  integration issue with some GNOME apps. So I will also note here that
  sometimes the second menu has the name of a different application, or
  'Unknown Application Name' and is unusable (i.e. clicking on its menu
  items does nothing). Sometimes only the unusable menu is displayed so
  one can't use the application menu at all.
+ 
+ When Indicator Applet Appmenu isn't being used, for some apps, there is
+ no application menu at all in the Ubuntu (GNOME) Flashback session.
  
  Going through my applications, the above issue(s) appear in:
  Disks (3.20.2)
  Font Viewer (3.20.2)
  Help (yelp) (3.20.1)
  Screenshot (3.18.0)
  AisleRiot Solitaire (3.20.2)
  Sudoku (3.18.2)
  Calendar (3.20.2)
  Cheese (3.20.2)
  Disk Usage Analyser (Baobab) (3.18.1)
  Ubuntu Software (3.20.1)
  System Log (3.9.90)
  System Monitor (3.20.1)
  Terminal (3.18.3)
  
  I also get the issue with a menu having the name of a different
  application and being unusable, or being an application menu for the
  focused window but being titled 'Unknown Application Name', with
  LibreOffice 5.1.2.2 which is not a GNOME app.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: indicator-applet-appmenu 12.10.2+15.04.20141127.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon May 23 11:34:28 2016
  InstallationDate: Installed on 2016-04-26 (26 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160426)
  SourcePackage: indicator-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Indicator Applet Appmenu has two 'Calculator' application menus
  (Preferences, Help, About, Quit). This applies to GNOME Calculator
  3.20.1. It should only have one 'Calculator' application menu.
  
  According to Sebastien Bacher (see comment #3), this is a general
  integration issue with some GNOME apps. So I will also note here that
  sometimes the second menu has the name of a different application, or
  'Unknown Application Name' and is unusable (i.e. clicking on its menu
  items does nothing). Sometimes only the unusable menu is displayed so
  one can't use the application menu at all.
  
  When Indicator Applet Appmenu isn't being used, for some apps, there is
  no application menu at all in the Ubuntu (GNOME) Flashback session.
  
- Going through my applications, the above issue(s) appear in:
+ Going through my applications, at least one of the above issues appear in:
  Disks (3.20.2)
  Font Viewer (3.20.2)
  Help (yelp) (3.20.1)
  Screenshot (3.18.0)
  AisleRiot Solitaire (3.20.2)
  Sudoku (3.18.2)
  Calendar (3.20.2)
  Cheese (3.20.2)
  Disk Usage Analyser (Baobab) (3.18.1)
  Ubuntu Software (3.20.1)
  System Log (3.9.90)
  System Monitor (3.20.1)
  Terminal (3.18.3)
  
  I also get the issue with a menu having the name of a different
  application and being unusable, or being an application menu for the
  focused window but being titled 'Unknown Application Name', with
  LibreOffice 5.1.2.2 which is not a GNOME app.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: indicator-applet-appmenu 12.10.2+15.04.20141127.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon May 23 11:34:28 2016
  InstallationDate: Installed on 2016-04-26 (26 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160426)
  SourcePackage: indicator-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calculator in Ubuntu.
https://bugs.launchpad.net/bugs/1584720

Title:
  Indicator Applet Appmenu has two 'Calculator' application menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1584720/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 12:31:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 89E4E26C2857
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 12:31:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 832141A352F;
	Tue, 24 May 2016 12:31:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5BUQ-0006v1-CR; Tue, 24 May 2016 12:31:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5BUM-0006tr-3E
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 12:31:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5BUL-00012o-MK
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 12:31:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9F4C62E807D
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 12:31:09 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 12:20:51 -0000
From: Bug Watch Updater <54948@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gedit; status=Fix Released; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+2.0; component=main;
 status=Triaged; importance=Low; assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: kormat launchpad-chris seb128
X-Launchpad-Bug-Reporter: Chris Pimlott (launchpad-chris)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20060802155343.13364.85234.malonedeb@gangotri.ubuntu.com>
Message-Id: <20160524122052.20147.88805.launchpad@loganberry.canonical.com>
Subject: [Bug 54948] Re: Unnecessary tab positions in "unsaved changes" dialog
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f486ae4769fab4b0c1532dda3b606f0fc0e7b8a0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 54948 <54948@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gedit
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/54948

Title:
  Unnecessary tab positions in "unsaved changes" dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/54948/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 12:50:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 248D226C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 12:50:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1DEBE1A37DB;
	Tue, 24 May 2016 12:50:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5BnL-0000dx-Sz; Tue, 24 May 2016 12:50:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5BnH-0000dB-JQ
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 12:50:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5BnH-0006oj-21
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 12:50:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F218D2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 12:50:42 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 12:42:06 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=upower;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 crichton janitor
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524124207.17765.89386.malone@soybean.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9b5fbaef78b54db32c4e562903b2589d661b2743
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Upower patch has been applied upstaream. Debdiff for the ubuntu package
updated.

** Patch removed: "upower-always-get-kbd-brightness.debdiff"
   https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+attachment/4666640/+files/upower-always-get-kbd-brightness.debdiff

** Patch added: "upower-always-get-kbd-brightness.debdiff"
   https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+attachment/4669360/+files/upower-always-get-kbd-brightness.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 12:51:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8580C26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 12:51:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7D9081A37AD;
	Tue, 24 May 2016 12:51:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5BnY-0000hK-Bu; Tue, 24 May 2016 12:51:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5BnX-0000h6-88
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 12:50:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5BnV-00076S-1q
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 12:50:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 732182E80DC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 12:50:55 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 12:42:34 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gedit; status=Fix Released; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+2.0; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: kormat launchpad-chris seb128
X-Launchpad-Bug-Reporter: Chris Pimlott (launchpad-chris)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20060802155343.13364.85234.malonedeb@gangotri.ubuntu.com>
Message-Id: <20160524124235.28080.80822.launchpad@gac.canonical.com>
Subject: [Bug 54948] Re: Unnecessary tab positions in "unsaved changes" dialog
X-Launchpad-Message-Rationale: Subscriber (gtk+2.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5df86f52d6ce5379c619d139800be40afc880b7b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 54948 <54948@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gtk+2.0 (Ubuntu)
     Assignee: Ubuntu Desktop Bugs (desktop-bugs) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/54948

Title:
  Unnecessary tab positions in "unsaved changes" dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/54948/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 12:55:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B061C26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 12:55:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A37941A3CE1;
	Tue, 24 May 2016 12:55:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5BsM-0001FT-7l; Tue, 24 May 2016 12:55:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5BsK-0001FO-Ga
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 12:55:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5BsK-0008Cc-4F
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 12:55:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1DCD92E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 12:55:56 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 12:48:41 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=upower;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 crichton janitor
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524124841.22327.43485.launchpad@wampee.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2c27676a36e59f6540f8115692c0ae1313ff367a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: gnome-settings-daemon (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: upower (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: unity-settings-daemon (Ubuntu Xenial)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 13:01:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2403826C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 13:01:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 194711A3F40;
	Tue, 24 May 2016 13:01:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5BxJ-0001iA-Qg; Tue, 24 May 2016 13:01:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5BxI-0001hy-Mh
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 13:01:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5BxI-0001Cp-CC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 13:01:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 514F52E80C1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 13:01:04 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 12:54:56 -0000
From: psionprime <psionprime@tkinnovations.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: abencomoc90 acutbal adam-melnyk adnanyumer
 amribrahim1987 andrea-deangelis93 anujsharma9196 belenos bkarlan-n braderhart
 cedara2 chipsharpdotcom davidrabello dilumtharaka1 dragonsawareness
 dusktumult erzzo eyeprotocol faical117 gurukumara guzmane ibrahimdarra
 imranmohd72 janitor jerss2k jfoc jime567 joe-dunster jonayadrahman
 launchpad-startport lei-pero lt-goldman marcorr70 mathew-hodson narenana
 nicholaskade octoquad odo-openerp oystein-alver pablocelayes postadelmaga
 psionprime rmmuneer06 robert-mijakovic rodolfo-inec rusubogdan93 sahashinjan
 seb128 smurfendrek123 soopo stanislav-schmidt strom-anders subhadeep-dey
 svde-tech t-uruntu-s techbin1 timtjtim vincentthiele ximion yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: psionprime (psionprime)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524125456.21898.14004.malone@wampee.canonical.com>
Subject: [Bug 1573206] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5ebc724dd74ee58223ba585bf71d3b2bebc94a55
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

It's not fixed as of 2016-05-24 08:50 edt. Installs sometimes happen but
no indicator that the package is installed, just the same "Install"
button shows. Further, "Important OS updates" does nothing for hours. I
wind up using Synaptic to mark and upgrade the system. Synaptic is
installed as Software doesn't display all available packages.

I appreciate the efforts for all involved in the Ubuntu project.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573206

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573206/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 13:05:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B7F6F26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 13:05:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A9D901A4166;
	Tue, 24 May 2016 13:05:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5C1u-00020p-58; Tue, 24 May 2016 13:05:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5C1s-00020Y-Gr
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 13:05:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5C1s-00031g-6y
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 13:05:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2CCCD2E805B
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 13:05:48 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 12:58:37 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Fix Committed; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=upower;
 component=main; status=In Progress; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 crichton janitor pitti
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524125837.18031.20226.malone@soybean.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: df4735c9798f44039f1fab188f2e2f2a3611998d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Uplaoded upower fix to yakkety and to xenial-proposed.

** Changed in: upower (Ubuntu)
       Status: Triaged => Fix Committed

** Changed in: upower (Ubuntu Xenial)
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 13:45:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A693526C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 13:45:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A1D8A1A438A;
	Tue, 24 May 2016 13:45:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Ceb-0006Hy-Ib; Tue, 24 May 2016 13:45:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Cea-0006Hi-EH
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 13:45:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Cea-0008EF-1A
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 13:45:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E6D302E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 13:45:47 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 13:38:00 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calculator;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ads20000 seb128
X-Launchpad-Bug-Reporter: Ads20000 (ads20000)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160523110447.7818.64496.malonedeb@soybean.canonical.com>
Message-Id: <20160524133800.27261.31522.malone@gac.canonical.com>
Subject: [Bug 1584720] Re: Indicator Applet Appmenu has two 'Calculator'
 application menus
X-Launchpad-Message-Rationale: Subscriber (gnome-calculator in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 428573ca83a619720f794067d4809b8ce8f53e65
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584720 <1584720@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

unsure what's the libreoffice issue you are talking about, that's for
sure a different bug that the one in the title of this bug report

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calculator in Ubuntu.
https://bugs.launchpad.net/bugs/1584720

Title:
  Indicator Applet Appmenu has two 'Calculator' application menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1584720/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 13:50:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0F97326C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 13:50:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 09C3D1A44B5;
	Tue, 24 May 2016 13:50:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5CjY-0006nh-35; Tue, 24 May 2016 13:50:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5CjS-0006ms-63
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 13:50:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5CjR-0001sQ-CM
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 13:50:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 55A582E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 13:50:49 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 13:42:25 -0000
From: Marlin Forbes <1584716@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: datashaman seb128
X-Launchpad-Bug-Reporter: Marlin Forbes (datashaman)
X-Launchpad-Bug-Modifier: Marlin Forbes (datashaman)
References: <20160523105438.9360.22645.malonedeb@gac.canonical.com>
Message-Id: <20160524134225.18282.17817.malone@soybean.canonical.com>
Subject: [Bug 1584716] Re: Text corruption in various Gnome apps since Xenial
 upgrade
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c34cabc4332d4c9fc47cf7345a5fc04bb584da7d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584716 <1584716@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I've been running that environment variable hack for a day now, and I'm
still experiencing similar issues. Right now, all the text in the gnome-
shell is gone. Window title bars, all the text in the gnome shell dash.
Added attachment. I can't see the letters I type or the results that
come up. It looks like I've run out of text resources or something at a
very basic level.

** Attachment added: "Screenshot from 2016-05-24 15-41-19.png"
   https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1584716/+attachment/4669379/+files/Screenshot%20from%202016-05-24%2015-41-19.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1584716

Title:
  Text corruption in various Gnome apps since Xenial upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1584716/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 14:26:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A1E2A26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 14:26:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9A41C1A411C;
	Tue, 24 May 2016 14:26:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5DHU-00021J-30; Tue, 24 May 2016 14:26:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5DHP-00020H-PO
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 14:25:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5DHP-0004o3-5T
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 14:25:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 06B542E80D1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 14:25:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 14:19:02 -0000
From: Launchpad Bug Tracker <1506744@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=In Progress; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity; component=main; 
 status=Fix Released; importance=High;
 assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug patch wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba azzar1 bastarmedia
 christian-dysthe crichton danjaredg emehntehtt fminple gerald-maruccia-e
 gustavo-lapido ilio-naglo janitor jasauders joofall last-ship lucianogardim
 m982 mendes3000 mzakuta nemonein oliveiradeflavio paulrusso prismbox1 seb128
 vipinmsx-z willcooke woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524141906.28750.81349.malone@ackee.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1aaec3b141f84d1d46a1d761a66fd59a005b1cb8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

VGhpcyBidWcgd2FzIGZpeGVkIGluIHRoZSBwYWNrYWdlIGxpYnVuaXR5IC0KNy4xLjQrMTYuMTAu
MjAxNjA1MTYtMHVidW50dTEKCi0tLS0tLS0tLS0tLS0tLQpsaWJ1bml0eSAoNy4xLjQrMTYuMTAu
MjAxNjA1MTYtMHVidW50dTEpIHlha2tldHk7IHVyZ2VuY3k9bWVkaXVtCgogIFsgQW5kcmVhIEF6
emFyb25lIF0KICAqIFByb2Nlc3MgR0ZpbGVNb25pdG9ycyBzaWduYWxzIHdpdGggYSBzbWFsbCB0
aW1lb3V0LiAoTFA6ICMxNTA2NzQ0KQoKIC0tIE1hcmNvIFRyZXZpc2FuIChUcmV2acOxbykgPG1h
aWxAM3YxbjAubmV0PiAgTW9uLCAxNiBNYXkgMjAxNiAyMzozMjoyMgorMDAwMAoKKiogQ2hhbmdl
ZCBpbjogbGlidW5pdHkgKFVidW50dSkKICAgICAgIFN0YXR1czogSW4gUHJvZ3Jlc3MgPT4gRml4
IFJlbGVhc2VkCgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNl
IHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2Ny
aWJlZCB0byBnbm9tZS1tZW51cyBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0
L2J1Z3MvMTUwNjc0NAoKVGl0bGU6CiAgTmV3bHkgaW5zdGFsbGVkIGFwcGxpY2F0aW9ucyBkbyBu
b3Qgc2hvdyBpbiB0aGUgZGFzaAoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBi
dWcgZ28gdG86Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2dsaWIvK2J1Zy8xNTA2NzQ0Lytz
dWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NA
bGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5m
by9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 15:11:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E93E526C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 15:11:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E32AE1A45EC;
	Tue, 24 May 2016 15:11:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5DzB-0006gN-QL; Tue, 24 May 2016 15:11:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5DzA-0006g4-TD
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 15:11:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5DzA-0003dt-L9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 15:11:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9E9EF2E805E
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 15:11:08 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 15:01:11 -0000
From: Allison Ryan Lortie <desrt@desrt.ca>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=In Progress; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity; component=main; 
 status=Fix Released; importance=High;
 assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug patch wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba azzar1 bastarmedia
 christian-dysthe crichton danjaredg desrt emehntehtt fminple
 gerald-maruccia-e gustavo-lapido ilio-naglo janitor jasauders joofall
 last-ship lucianogardim m982 mendes3000 mzakuta nemonein oliveiradeflavio
 paulrusso prismbox1 seb128 vipinmsx-z willcooke woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Allison Ryan Lortie (desrt)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524150111.17624.89558.malone@soybean.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3c2409e4f7efca7bb224cdb4744869e6a0d7784a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The patch in comment 42 is not acceptable, for two big reasons.

First: you need to hold a ref on the GFile object when you put it into
the info struct.  This means that you cannot simply use g_free for the
struct: you need to write a custom free func that handles the unref as
well.  Also: you can't cast g_source_remove() to a GDestroyNotify and
expect that to work... one takes a pointer, and the other an int.  This
may randomly work on some architectures, sometimes, but you cannot rely
on this.

The entire act of keeping the list is slightly suspect.  At the sprint I
think I mentioned that it would be better to have one global timeout
that is set (and reset) when any activity happens.  The timeout would
run after the activity died down, and it would handle all things
together in one go.  In that case, you'd still need a list, except for
the info objects themselves.  It's also fine to keep the list of the
timeout IDs, but you can't free it in the way that you're doing in the
current patch.

Another nice approach, if you want to avoid running the callbacks after
teardown: store a weak pointer to the main object in each of the info
structs (g_object_add_weak_pointer).  The info structs are then used as
the user_data to the timeout (this assumes you keep the multiple
timeouts).  If you find the weak pointer to be empty, then just return
without doing anything.  That also means that you don't need to handle
the "cleanup" -- it will happen automatically.  It also means that you
can avoid the custom free function if you are clever: the timeout will
always run once, and you can do the cleanup from the normal handler
(taking care regarding the early exit discussed above).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 16:21:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3991B26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 16:21:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 314B31A4758;
	Tue, 24 May 2016 16:21:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5F57-0006Mu-3h; Tue, 24 May 2016 16:21:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5F55-0006MW-MZ
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 16:21:19 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5F55-0001t5-1s
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:21:19 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E9DF32E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:21:18 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 16:14:58 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=langpack-o-matic; status=Fix Released; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=In Progress; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=language-pack-fr-base;
 component=main; status=Fix Committed; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bitshredder juan-gamez kallenbachalex marcel-456
 meets pitti seb128 toni7 z-info-u
X-Launchpad-Bug-Reporter: =?utf-8?q?M=C3=A9lodie_=28meets=29?=
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160213003735.24251.46234.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524161458.22742.98815.malone@wampee.canonical.com>
Subject: [Bug 1545212] Re: Evolution 3.18.5.2-0ubuntu1 package does not
 include translations
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0f8259719fa241aed371d6f61c06d36284e65990
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1545212 <1545212@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

the language-pack update is not scheduled before a while and doing one
only for that seems not desirable since it's too much testing, I'm going
to upload a version of evolution without the langpack support as a
workaround until we get it updated

** Also affects: evolution (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: evolution (Ubuntu)
   Importance: Undecided => High

** Changed in: evolution (Ubuntu)
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1545212

Title:
  Evolution 3.18.5.2-0ubuntu1 package does not include translations

To manage notifications about this bug go to:
https://bugs.launchpad.net/langpack-o-matic/+bug/1545212/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 16:25:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C8C9926C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 16:25:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C1BA01A47E1;
	Tue, 24 May 2016 16:25:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5F9E-0006ZI-MI; Tue, 24 May 2016 16:25:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5F9D-0006Z6-2Y
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 16:25:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5F9C-0002Pe-MW
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:25:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A50D02E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:25:34 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 16:17:18 -0000
From: Linuxonlinehelp_de <linuxhelp@freenet.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: linuxhelp
X-Launchpad-Bug-Reporter: Linuxonlinehelp_de (linuxhelp)
X-Launchpad-Bug-Modifier: Linuxonlinehelp_de (linuxhelp)
Message-Id: <20160524161718.17765.81621.malonedeb@soybean.canonical.com>
Subject: [Bug 1585282] [NEW] Main User Menu Gnome Classic empty Workplace
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e017dc3027b7574191e61582519d48cfd12c1677
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585282 <1585282@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

16.04 Fresh Setup AMD64

the Classic Menu of User is empty
see attachment

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Tue May 24 18:12:33 2016
GsettingsChanges:
 
InstallationDate: Installed on 2016-01-21 (123 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] failed with exit code 1: Hint: You are currently not seeing messages from other users and the system.
       Users in the 'systemd-journal' group can see all messages. Pass -q to
       turn off this notice.
 No journal files were opened due to insufficient permissions.
ProcEnviron:
 LANGUAGE=de_DE
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to xenial on 2016-05-13 (11 days ago)

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

** Attachment added: "Bildschirmfoto vom 2016-05-24 18-15-33.png"
   https://bugs.launchpad.net/bugs/1585282/+attachment/4669495/+files/Bildschirmfoto%20vom%202016-05-24%2018-15-33.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1585282

Title:
  Main User Menu Gnome Classic empty Workplace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1585282/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 16:26:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 64B9126C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 16:26:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5D6271A47F0;
	Tue, 24 May 2016 16:26:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5F9d-0006iR-Bj; Tue, 24 May 2016 16:26:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5F9c-0006i1-Hd
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 16:26:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5F9b-0002wb-OE
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:25:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 472AA2E8191
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:25:57 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 16:18:03 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-menus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels ghostplant janitor mitya57
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20151122222046.3395.32435.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524161803.18249.31909.malone@soybean.canonical.com>
Subject: [Bug 1518775] Re: gnome-panel cannot show newly installed software
 icons
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 309d192db48d1653c580185a0843c6794ab8f05a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518775 <1518775@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

For Unity a workaround has been proposed in
lp:~azzar1/libunity/fix-1506744 (details are in bug 1506744). Maybe it's
possible to do something similar in gnome-flashback?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1518775

Title:
  gnome-panel cannot show newly installed software icons

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-menus/+bug/1518775/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 16:31:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AC19D26C2857
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 16:31:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A51C01A4591;
	Tue, 24 May 2016 16:31:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5FEf-00076T-HJ; Tue, 24 May 2016 16:31:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5FEe-000766-Q8
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 16:31:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5FEe-0003sO-BP
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:31:12 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 533C52E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:31:12 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 16:23:49 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor joanisc
 marcel-456 ockels toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160524162350.26642.30566.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1572661] Re: Ubuntu Gnome Bug -evolution translation
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 94b05fe2648d33e22ac64edb57a6b981012e81fd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** This bug is no longer a duplicate of bug 1545212
   Evolution 3.18.5.2-0ubuntu1 package does not include translations

** Changed in: evolution (Ubuntu)
   Importance: Undecided => High

** Changed in: evolution (Ubuntu)
       Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1572661

Title:
  Ubuntu Gnome Bug -evolution translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1572661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 16:31:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E063626C2857
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 16:31:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DAF731A4767;
	Tue, 24 May 2016 16:31:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5FEh-00078B-Lc; Tue, 24 May 2016 16:31:15 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5FEg-000779-OJ
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 16:31:14 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5FEf-0003nl-U8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:31:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C8C142E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:31:13 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 16:24:50 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=langpack-o-matic; status=Fix Released; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=language-pack-fr-base;
 component=main; status=Fix Committed; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bitshredder juan-gamez kallenbachalex marcel-456
 meets pitti seb128 toni7 z-info-u
X-Launchpad-Bug-Reporter: =?utf-8?q?M=C3=A9lodie_=28meets=29?=
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160213003735.24251.46234.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524162450.22127.1655.malone@wampee.canonical.com>
Subject: [Bug 1545212] Re: Evolution 3.18.5.2-0ubuntu1 package does not
 include translations
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 909956b3695b646ea37428baf2f925e7a42a2d44
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1545212 <1545212@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

using bug #1572661 instead for the workaround

** No longer affects: evolution (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1545212

Title:
  Evolution 3.18.5.2-0ubuntu1 package does not include translations

To manage notifications about this bug go to:
https://bugs.launchpad.net/langpack-o-matic/+bug/1545212/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 16:35:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0DD5A26C2857
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 16:35:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 057431A4527;
	Tue, 24 May 2016 16:35:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5FJ0-0007VV-2z; Tue, 24 May 2016 16:35:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5FIy-0007Uc-Ei
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 16:35:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5FIy-0004uF-0f
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:35:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E0A4F2E808D
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:35:39 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 16:29:49 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Fix Committed; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor joanisc
 marcel-456 ockels toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160524162949.25793.28317.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1572661] Re: Ubuntu Gnome Bug -evolution translation
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2ca6fc22684a19badca5648a1f65fec2f594ca4b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCisgKiBJbXBhY3QKKyBldm9sdXRpb24gaXMgbm90IHRy
YW5zbGF0ZWQKKyAKKyAqIFRlc3QgY2FzZQorIHN0YXJ0IGV2b2x1dGlvbiB1bmRlciBhIG5vbiBl
bmdsaXNoIGxvY2FsZSwgaXQgc2hvdWxkIGJlIHRyYW5zbGF0ZWQKKyAKKyAqIFJlZ3Jlc3Npb24g
cG90ZW50aWFsCisgbm9uZSwgdGhhdCdzIGEgc21hbGwgcGFja2FnaW5nIGNoYW5nZSB0byBhZGQg
dHJhbnNsYXRpb25zIHRvIHRoZSBkZWIKKyAKKyAtLS0tLS0tLS0tLS0tLS0tLQorIAogIFVidW50
dSBHbm9tZSAxNi4wNCBSQwogIAogIEV2b2x1dGlvbiBpcyBub3QgdHJhbnNsYXRlZCBpbiBhbm90
aGVyIGxhbmd1YWdlLiBJdCBpcyBpbiBlbmdsaXNoIG9ubHkuCiAgCiAgQWZmZWN0cyBhdCBsZWFz
dCBmcmVuY2ggKGNhbmFkaWFuKSwgTm9yd2VnaWFuIChCb2ttw6VsKSBhbmQgZ2VybWFuIChzZWVu
CiAgb24gYSBHb29nbGUgUGx1cyBwb3N0IDoKICAKICBodHRwczovL3BsdXMuZ29vZ2xlLmNvbS8r
VWJ1bnR1R05PTUVvcmcvcG9zdHMvYnNGTDNTTGY2b3QKCioqIENoYW5nZWQgaW46IGV2b2x1dGlv
biAoVWJ1bnR1KQogICAgICAgU3RhdHVzOiBJbiBQcm9ncmVzcyA9PiBGaXggQ29tbWl0dGVkCgot
LSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBt
ZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBldm9s
dXRpb24gaW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdzLzE1NzI2NjEK
ClRpdGxlOgogIFVidW50dSBHbm9tZSBCdWcgLWV2b2x1dGlvbiB0cmFuc2xhdGlvbgoKVG8gbWFu
YWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBidWcgZ28gdG86Cmh0dHBzOi8vYnVncy5sYXVu
Y2hwYWQubmV0L3VidW50dS8rc291cmNlL2V2b2x1dGlvbi8rYnVnLzE1NzI2NjEvK3N1YnNjcmlw
dGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51
YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0
b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 16:46:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A9A3326C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 16:46:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A30801A459A;
	Tue, 24 May 2016 16:46:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5FTE-0000SB-SY; Tue, 24 May 2016 16:46:16 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5FTD-0000Rg-P3
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 16:46:15 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5FTD-0001Ca-Dy
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:46:15 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6807F2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:46:15 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 16:38:31 -0000
From: Nikola <nikolagotovac@net.hr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gvfs; status=Unknown; importance=Medium; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Triaged; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1i1g6 alexkaratarakis asheenlevrai bozackt cacalex
 eddie-bishop erik-grtz garvinrick4 georgedekatt
 gothicx ian-berke james-pakko
 jkt-1215 jtl jurispv ksk-clara lille1982 lilleguard-ubuntu-deactivatedaccount
 maxmc maxulrichfarber michael-daly-uone neilhorning nikolagotovac nsk7even
 nythain osarusan pedro petargeorgiev1960 postscript-deactivatedaccount
 r-h-hoek s-cradock seb128 thomas-grande tmus ulf-tidstrand xenomorph
X-Launchpad-Bug-Reporter: eddified (eddie-bishop)
X-Launchpad-Bug-Modifier: Nikola (nikolagotovac)
References: <20100120115119.2594.84570.malonedeb@gandwana.canonical.com>
Message-Id: <20160524163831.17624.64005.malone@soybean.canonical.com>
Subject: [Bug 510059] Re: Gvfs keeps asking for password when trying to mount
 Samba share
X-Launchpad-Message-Rationale: Subscriber @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 30a5ebeaefdac2bf894f55186fdc59d6847fd47d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 510059 <510059@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same here... I have started with 14.04LTS and I could reach a Win2008
machine. After several updates, somewhere in the first quarter of 2016,
I believe something  things got strange. I purged samba and reinstalled
it - no change.

I have several personal shared folders, made from nautilus, and all Win
machines can reach them (as guest user).

However, I can not reach a Win2008 server or other Win7 - shared folder.
Both gvfs-mount and nautilus dialogue keep asking for password/domain
again and again.

Setting aforementioned combinations such as:
client lanman auth = no
client ntlmv2 auth = no
client ntlm = yes
.. does not help.

So I have browsed the old /etc/samba/ and have found several older smb.conf files:
-rw-r--r--   1 root root  9542 Mar  1  2015 smb.conf.old.gadmin-samba-0.3.2
-rw-r--r--   1 root root  9542 Jun 11  2015 smb.conf.ucf-dist
Basically, these two old were from time when everything was ok, and guess what, after I have copied them in smb.conf, nautilus and gvfs-mount still were not working (and keep asking for password/domain).

There you have it. It is not a thing in smb.conf, but (my best guess)
the bug is probably in gvfs-mont.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/510059

Title:
  Gvfs keeps asking for password when trying to mount Samba share

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/510059/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 16:55:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5B15626C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 16:55:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4F11C1A4539;
	Tue, 24 May 2016 16:55:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Fcc-0001Df-6y; Tue, 24 May 2016 16:55:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Fcb-0001DM-I2
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 16:55:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5FcY-0003Mw-Mz
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:55:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6282B2E80D2
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 16:55:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 16:47:44 -0000
From: Launchpad Bug Tracker <1583861@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Fix Released; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=upower;
 component=main; status=In Progress; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 crichton janitor pitti
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524164746.28750.55988.malone@ackee.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 71a4838e1178ee3235adb1ec01f6577a932120d1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package upower - 0.99.4-2git1

---------------
upower (0.99.4-2git1) yakkety; urgency=medium

  * UpKbdBacklight: Don't cache the brightness level, always read
   it from sysfs. (LP: #1583861)

 -- Martin Pitt <mpitt@debian.org>  Tue, 24 May 2016 14:53:01 +0200

** Changed in: upower (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 17:11:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 08FDB26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 17:11:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 007F71A45AB;
	Tue, 24 May 2016 17:11:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5FrF-0002uT-Qw; Tue, 24 May 2016 17:11:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5FrE-0002u1-Rt
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 17:11:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5FrE-0008Uw-Eq
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 17:11:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6D5552E80C3
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 17:11:04 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 17:05:25 -0000
From: Khurshid Alam <khurshid.alam@linuxmail.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: es20490446e janitor khurshid-alam
X-Launchpad-Bug-Reporter: Khurshid Alam (khurshid-alam)
X-Launchpad-Bug-Modifier: Khurshid Alam (khurshid-alam)
References: <20151210054231.18477.86799.malonedeb@wampee.canonical.com>
Message-Id: <20160524170525.27127.6718.malone@gac.canonical.com>
Subject: [Bug 1524609] Re: Totem should have "about" menu item under help
 (Xenial, Unity7)
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 97293b003d680735561094e58f736c553b351c92
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1524609 <1524609@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@es20490446e

It's not a upstream bug. It is caused by Ubuntu's horizontal menu-bar
patch.

Help menu is clearly there under Gnome-shell. Unity hides headerbar and
use traditional menubar.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1524609

Title:
  Totem should have "about" menu item under help (Xenial, Unity7)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1524609/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 17:35:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EBD5326C2857
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 17:35:33 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D202E1A3818;
	Tue, 24 May 2016 17:35:33 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5GEv-0005PF-DV; Tue, 24 May 2016 17:35:33 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5GEu-0005OD-JP
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 17:35:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5G5b-0003CU-BJ
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 17:25:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0A9AE2E80CE
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 17:25:52 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 17:19:56 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1518775@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-menus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels ghostplant janitor mitya57
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20151122222046.3395.32435.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524171956.25887.10877.malone@chaenomeles.canonical.com>
Subject: [Bug 1518775] Re: gnome-panel cannot show newly installed software
 icons
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e01884b7cecc24a659d358f459c122a2973bdb80
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518775 <1518775@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

We could use timeout before re-loading menu in gnome-panel, but how big
timeout we should use?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1518775

Title:
  gnome-panel cannot show newly installed software icons

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-menus/+bug/1518775/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 17:35:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C8BB226C2878
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 17:35:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C24791A3CBC;
	Tue, 24 May 2016 17:35:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5GFC-0005YU-Lp; Tue, 24 May 2016 17:35:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5GFB-0005Xw-GH
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 17:35:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5GFA-000544-O9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 17:35:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BD5512E80EC
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 17:35:46 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 17:29:50 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-menus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels ghostplant janitor mitya57
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20151122222046.3395.32435.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524172950.28117.30989.malone@gac.canonical.com>
Subject: [Bug 1518775] Re: gnome-panel cannot show newly installed software
 icons
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d2d376f0ffb071482be6807e24f5c24b6ec24f3e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518775 <1518775@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I think any timeout should work. How about 20 seconds?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1518775

Title:
  gnome-panel cannot show newly installed software icons

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-menus/+bug/1518775/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 18:31:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3674526C2857
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 18:31:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2FF511A44B4;
	Tue, 24 May 2016 18:31:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5H6g-0000qo-Hz; Tue, 24 May 2016 18:31:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5H6f-0000qT-Qn
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 18:31:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5H6e-0002vJ-L5
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 18:31:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9B4BC2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 18:31:04 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 18:21:20 -0000
From: James <luckyfurby@msn.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-nettool;
 component=universe; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ademorga antono paradigmshifter1 pedro rodrigo-moya
X-Launchpad-Bug-Reporter: Aviv (ademorga)
X-Launchpad-Bug-Modifier: James (luckyfurby)
References: <20090430182853.13830.74135.malonedeb@gandwana.canonical.com>
Message-Id: <20160524182121.25752.79290.launchpad@chaenomeles.canonical.com>
Subject: [Bug 369993] Re: Traceroute in Network Tools not functioning
X-Launchpad-Message-Rationale: Subscriber (gnome-nettool in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 323e6f5bc56ea0e5b5925c119ec850c7c3874d1a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 369993 <369993@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-nettool (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-nettool in Ubuntu.
https://bugs.launchpad.net/bugs/369993

Title:
  Traceroute in Network Tools not functioning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-nettool/+bug/369993/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 18:35:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D0AB726C2857
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 18:35:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CA2181A3489;
	Tue, 24 May 2016 18:35:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5HB2-00017A-Qu; Tue, 24 May 2016 18:35:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5HB1-000170-Gi
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 18:35:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5HB1-0003qY-4f
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 18:35:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2127E2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 18:35:35 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 18:27:10 -0000
From: James <luckyfurby@msn.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-nettool;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: luckyfurby
X-Launchpad-Bug-Reporter: James (luckyfurby)
X-Launchpad-Bug-Modifier: James (luckyfurby)
Message-Id: <20160524182710.22775.5624.malonedeb@wampee.canonical.com>
Subject: [Bug 1585321] [NEW] umatrix
X-Launchpad-Message-Rationale: Subscriber (gnome-nettool in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1c962c340ce1d92380fb8f9843fc3de8a4c2ea56
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585321 <1585321@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

it stops other progams

** Affects: gnome-nettool (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-nettool in Ubuntu.
https://bugs.launchpad.net/bugs/1585321

Title:
  umatrix

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-nettool/+bug/1585321/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 18:35:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6852426C2857
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 18:35:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6097D1A44E3;
	Tue, 24 May 2016 18:35:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5HBL-0001Dg-A0; Tue, 24 May 2016 18:35:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5HBF-0001BU-1Z
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 18:35:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5HBE-00047j-P8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 18:35:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AF7612E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 18:35:48 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 18:29:03 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1518775@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-menus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels ghostplant janitor mitya57
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20151122222046.3395.32435.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524182903.26526.29063.malone@chaenomeles.canonical.com>
Subject: [Bug 1518775] Re: gnome-panel cannot show newly installed software
 icons
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cc5aa2a2cc483701e7ece9e9d4ebef3297966900
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518775 <1518775@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Patch for testing.

** Patch added: "menu: reload application menu after 10 second delay"
   https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1518775/+attachment/4669608/+files/0001-menu-reload-application-menu-after-10-second-delay.patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1518775

Title:
  gnome-panel cannot show newly installed software icons

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-menus/+bug/1518775/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 19:00:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9085126C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 19:00:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 88BA21A4501;
	Tue, 24 May 2016 19:00:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5HZX-0002wg-DF; Tue, 24 May 2016 19:00:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5HZV-0002wJ-Ne
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 19:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5HZV-0001RJ-8S
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 19:00:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 223F52E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 19:00:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 18:53:20 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=accountsservice;
 component=main; status=Fix Released; importance=High;
 assignee=seb128@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=accountsservice; component=main; status=Fix Released;
 importance=High; assignee=seb128@ubuntu.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: es20490446e gsandsds seb128
X-Launchpad-Bug-Reporter: Alberto Salvia Novella (es20490446e)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160510163319.443.37875.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524185321.18100.38193.launchpad@soybean.canonical.com>
Subject: [Bug 1580254] Re: Cannot change accounts images
X-Launchpad-Message-Rationale: Subscriber (accountsservice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 50886699ec3399dc8db1ed504b0c24f6259123d3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580254 <1580254@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: accountsservice (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1580254

Title:
  Cannot change accounts images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1580254/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 19:06:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A08D226C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 19:06:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 95F9F1A44B4;
	Tue, 24 May 2016 19:06:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5HeR-0004CO-MD; Tue, 24 May 2016 19:05:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5HeQ-0004C8-9A
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 19:05:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5HeP-0002yO-PE
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 19:05:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B83CD2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 19:05:57 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 18:58:17 -0000
From: Salman Mohammadi <salmaan.moh@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: claudioandre.br janitor nhaines salman.m
X-Launchpad-Bug-Reporter: =?utf-8?q?Claudio_Andr=C3=A9_=28claudioandre=2Ebr?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Salman Mohammadi (salman.m)
References: <20160514021208.303.87825.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524185818.28080.7244.launchpad@gac.canonical.com>
Subject: [Bug 1581713] Re: Ubuntu Software asks for an Ubuntu Single Sign-On
 account to remove a snap
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 306c6197d6022de56f6f4be1e1ccf7e863a60ee7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581713 <1581713@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
       Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1581713

Title:
  Ubuntu Software asks for an Ubuntu Single Sign-On account to remove a
  snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1581713/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 20:12:22 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9C28726C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 20:12:22 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 96A5E1A46CF;
	Tue, 24 May 2016 20:12:22 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Igg-0001jr-Fq; Tue, 24 May 2016 20:12:22 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Ige-0001jR-Ub
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 20:12:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Ige-000383-LE
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 20:12:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9E7D32E80BB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 20:12:20 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 20:04:42 -0000
From: Nikola <nikolagotovac@net.hr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gvfs; status=Unknown; importance=Medium; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Triaged; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1i1g6 alexkaratarakis asheenlevrai bozackt cacalex
 eddie-bishop erik-grtz garvinrick4 georgedekatt
 gothicx ian-berke james-pakko
 jkt-1215 jtl jurispv ksk-clara lille1982 lilleguard-ubuntu-deactivatedaccount
 maxmc maxulrichfarber michael-daly-uone neilhorning nikolagotovac nsk7even
 nythain osarusan pedro petargeorgiev1960 postscript-deactivatedaccount
 r-h-hoek s-cradock seb128 thomas-grande tmus ulf-tidstrand xenomorph
X-Launchpad-Bug-Reporter: eddified (eddie-bishop)
X-Launchpad-Bug-Modifier: Nikola (nikolagotovac)
References: <20100120115119.2594.84570.malonedeb@gandwana.canonical.com>
Message-Id: <20160524200442.17657.36980.malone@soybean.canonical.com>
Subject: [Bug 510059] Re: Gvfs keeps asking for password when trying to mount
 Samba share
X-Launchpad-Message-Rationale: Subscriber @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f06a3e97e88a697d9d2406a187eca6950984bd68
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 510059 <510059@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

After some browsing it turns out this is not really a bug, but shall we
say a "security feature".

There is this pklocalauthority stuff (see man page) that basically makes
authorization things more complex, and to me, not logical. See
ralph.ronnquist comment at Debian user forums page
http://forums.debian.net/viewtopic.php?f=5&t=128280

Therefore, it turns out the nautilus/gvfs-mount needs your password, but
not for remote system. It wants your password for LOCAL system... that
worked for me, no matter how strange it is. I mean, the nautilus clearly
states it needs a username/password for remote system?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/510059

Title:
  Gvfs keeps asking for password when trying to mount Samba share

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/510059/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 20:25:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 70AF426C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 20:25:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5C8A01A4524;
	Tue, 24 May 2016 20:25:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Itb-0003WW-5o; Tue, 24 May 2016 20:25:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5ItZ-0003Vs-TR
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 20:25:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5ItZ-0006rM-El
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 20:25:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 492B32E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 20:25:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 20:18:30 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libimobiledevice;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=libimobiledevice; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug utopic
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dario-rubiano ehcpdeveloper giecrilj janitor
 luke32j pitti sf-lp
 yatc18ks0g8zofezrpk3xa7828d-5k-ngeefk4xayt3t4u9watah405veq
X-Launchpad-Bug-Reporter: Sebastian F (sf-lp)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20141103083837.22953.75751.malonedeb@wampee.canonical.com>
Message-Id: <20160524201830.22028.65535.malone@wampee.canonical.com>
Subject: [Bug 1388743] Re: iOS 8.1 - Could not start
 com.apple.mobile.installation_proxy!
X-Launchpad-Message-Rationale: Subscriber (libimobiledevice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 106936f01c750e2a0dfe3f60b8965dce3e970757
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1388743 <1388743@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

There is no bug/test case/etc. about the second "listen to local only"
patch. Should this go via -security instead? Subscribing security team.

** Also affects: libimobiledevice (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: ideviceinstaller (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** No longer affects: ideviceinstaller (Ubuntu)

** No longer affects: ideviceinstaller (Ubuntu Xenial)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1388743

Title:
  iOS 8.1 - Could not start com.apple.mobile.installation_proxy!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1388743/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 20:35:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EF7B226C2857
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 20:35:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E57141A4633;
	Tue, 24 May 2016 20:35:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5J3X-0004eR-R1; Tue, 24 May 2016 20:35:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5J3W-0004dX-05
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 20:35:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5J3V-0001Vf-Ed
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 20:35:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6B20A2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 20:35:57 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 20:29:13 -0000
From: Ubuntu Foundations Team Bug Bot <1518775@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-menus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug patch xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels crichton ghostplant janitor
 mitya57
X-Launchpad-Bug-Reporter: Cui Wei (ghostplant)
X-Launchpad-Bug-Modifier: Ubuntu Foundations Team Bug Bot (crichton)
References: <20151122222046.3395.32435.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524202913.26209.67927.malone@chaenomeles.canonical.com>
Subject: [Bug 1518775] Re: gnome-panel cannot show newly installed software
 icons
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: be982eca5f6fbb58dd9d23f3acc109ad5b487a7d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1518775 <1518775@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The attachment "menu: reload application menu after 10 second delay"
seems to be a patch.  If it isn't, please remove the "patch" flag from
the attachment, remove the "patch" tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1518775

Title:
  gnome-panel cannot show newly installed software icons

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-menus/+bug/1518775/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 20:51:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EC41D26C2878
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 20:51:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E2DC21A470A;
	Tue, 24 May 2016 20:51:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5JI5-00068m-Qk; Tue, 24 May 2016 20:51:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5JI5-00068G-7N
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 20:51:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5JI2-00074I-Tf
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 20:50:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 99BFC2E80D0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 20:50:58 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 20:41:16 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=evolution; component=universe; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor joanisc
 marcel-456 ockels pitti toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160524204116.18031.40439.malone@soybean.canonical.com>
Subject: [Bug 1572661] Please test proposed package
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 865c90053b173472bc4db037f4a8a5fdcbf05fee
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Claude, or anyone else affected,

Accepted evolution into xenial-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/evolution/3.18.5.2-0ubuntu2 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1572661

Title:
  Ubuntu Gnome Bug -evolution translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1572661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 20:51:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DBF6D26C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 20:51:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D6F4D1A4670;
	Tue, 24 May 2016 20:51:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5JI6-00069x-Sp; Tue, 24 May 2016 20:51:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5JI2-00066z-El
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 20:50:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5JI1-00074N-8k
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 20:50:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 146362E80D1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 20:50:57 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 20:41:01 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=evolution; component=universe; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor joanisc
 marcel-456 ockels pitti toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160524204101.17624.48656.malone@soybean.canonical.com>
Subject: [Bug 1572661] Re: Ubuntu Gnome Bug -evolution translation
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1c6f86a28c4e5f0ad36f0e431c135c45132918c9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This does/should not apply to yakkety, we'll fix the langpacks properly
there. This is just an intermediate SRU for xenial indeed.

** Also affects: evolution (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Changed in: evolution (Ubuntu)
       Status: Fix Committed => Invalid

** Changed in: evolution (Ubuntu Xenial)
       Status: New => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1572661

Title:
  Ubuntu Gnome Bug -evolution translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1572661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 21:55:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 26F6626C23C1
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 21:55:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1EB191A462A;
	Tue, 24 May 2016 21:55:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5KIo-00052E-5v; Tue, 24 May 2016 21:55:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5KIm-00051I-Hx
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 21:55:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5KIm-0007fk-5D
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 21:55:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 25EF42E8179
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 21:55:48 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 21:46:45 -0000
From: Chris J Arges <1583861@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Fix Released; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=upower;
 component=main; status=Fix Committed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 arges crichton janitor pitti
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160524214645.19337.56574.malone@soybean.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 07e968bac55733ebe1f808aa441248f01117e4be
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Marco, or anyone else affected,

Accepted upower into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/upower/0.99.4-2ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: upower (Ubuntu Xenial)
       Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 22:32:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E8DC926C2857
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 22:32:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E37C01A32BC;
	Tue, 24 May 2016 22:32:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Kse-0000Ml-W0; Tue, 24 May 2016 22:32:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Krf-00007T-Q7
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 22:31:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Krf-0001hf-65
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 22:31:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1D4F92E8060
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 22:31:51 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 22:22:31 -0000
From: Nikita Yerenkov-Scott <1437502@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=xenial; status=Triaged;
 importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: allenskd darkxst janitor seb128
X-Launchpad-Bug-Reporter: =?utf-8?q?David_Gonz=C3=A1lez_=28allenskd=29?=
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20150327215620.7976.13544.malonedeb@soybean.canonical.com>
Message-Id: <20160524222232.28023.72706.launchpad@gac.canonical.com>
Subject: [Bug 1437502] Re: nautilus lacking 'new document' in context menu
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7c476cc57e3fccbb2491eb876479fae4d91540da
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1437502 <1437502@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: ubuntu-gnome
     Assignee: Nikita Yerenkov-Scott (yerenkov-scott) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1437502

Title:
  nautilus lacking 'new document' in context menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1437502/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 23:15:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 12B5B26C23BD
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 23:15:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 07A5A1A45AB;
	Tue, 24 May 2016 23:15:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5LYB-0004E8-CJ; Tue, 24 May 2016 23:15:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5LYA-0004Dy-8T
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 23:15:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5LY9-0005Eu-QN
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 23:15:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C53892E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 23:15:45 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 23:06:01 -0000
From: Seth Arnold <1388743@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libimobiledevice;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=libimobiledevice; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug utopic
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dario-rubiano ehcpdeveloper giecrilj janitor
 luke32j pitti seth-arnold sf-lp
 yatc18ks0g8zofezrpk3xa7828d-5k-ngeefk4xayt3t4u9watah405veq
X-Launchpad-Bug-Reporter: Sebastian F (sf-lp)
X-Launchpad-Bug-Modifier: Seth Arnold (seth-arnold)
References: <20141103083837.22953.75751.malonedeb@wampee.canonical.com>
Message-Id: <20160524230601.27228.66823.malone@gac.canonical.com>
Subject: [Bug 1388743] Re: iOS 8.1 - Could not start
 com.apple.mobile.installation_proxy!
X-Launchpad-Message-Rationale: Subscriber (libimobiledevice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3f8edf2f39c2622a3f05ddf3780fe367e7067492
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1388743 <1388743@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This probably should go through the security pocket.

https://github.com/libimobiledevice/libimobiledevice/commit/df1f5c4d70d0c19ad40072f5246ca457e7f9849e

Does anyone know if there's already a CVE assigned for this issue?

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1388743

Title:
  iOS 8.1 - Could not start com.apple.mobile.installation_proxy!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1388743/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 24 23:45:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0A03C26C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 24 May 2016 23:45:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F0FCD1A4599;
	Tue, 24 May 2016 23:45:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5M16-00072Z-Ss; Tue, 24 May 2016 23:45:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5M15-00071f-67
 for desktop-bugs@lists.ubuntu.com; Tue, 24 May 2016 23:45:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5M14-0003F5-P3
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 23:45:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A9A6E2E8031
 for <desktop-bugs@lists.ubuntu.com>; Tue, 24 May 2016 23:45:38 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 24 May 2016 23:36:52 -0000
From: Chelmite <1585406@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: steve-kelem
X-Launchpad-Bug-Reporter: Chelmite (steve-kelem)
X-Launchpad-Bug-Modifier: Chelmite (steve-kelem)
Message-Id: <20160524233652.27292.73685.malonedeb@gac.canonical.com>
Subject: [Bug 1585406] [NEW] package udev 225-1ubuntu9.1 failed to
 install/upgrade: subprocess new pre-removal script returned error exit status
 1
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b1d6c7d1dfd7312dfacda4cdcbb8a0b1f1429b91
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585406 <1585406@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Died during upgrade from 15.10 x86-64.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: udev 225-1ubuntu9.1
ProcVersionSignature: Ubuntu 4.2.0-37.43-generic 4.2.8-ckt10
Uname: Linux 4.2.0-37-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CustomUdevRuleFiles: 60-vboxdrv.rules 51-android.rules 99-lexscan.rules
Date: Tue May 24 16:29:40 2016
DuplicateSignature: package:udev:225-1ubuntu9.1:subprocess new pre-removal script returned error exit status 1
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2013-05-02 (1118 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MachineType: System76, Inc. Serval WS
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-37-generic root=UUID=1fc67f3a-3070-4bdf-b16d-81d1e5d68535 ro
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: systemd
Title: package udev 225-1ubuntu9.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-05-24 (0 days ago)
dmi.bios.date: 10/26/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.05.04RS76
dmi.board.asset.tag: Tag 12345
dmi.board.name: Serval WS
dmi.board.vendor: System76, Inc.
dmi.board.version: serw9
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: System76, Inc.
dmi.chassis.version: N/A
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr1.05.04RS76:bd10/26/2015:svnSystem76,Inc.:pnServalWS:pvrserw9:rvnSystem76,Inc.:rnServalWS:rvrserw9:cvnSystem76,Inc.:ct10:cvrN/A:
dmi.product.name: Serval WS
dmi.product.version: serw9
dmi.sys.vendor: System76, Inc.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package third-party-packages xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1585406

Title:
  package udev 225-1ubuntu9.1 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1585406/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 03:11:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ABB2126C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 03:11:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A5A271A4494;
	Wed, 25 May 2016 03:11:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5PEM-0007FR-MN; Wed, 25 May 2016 03:11:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5PEL-0007FE-Un
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 03:11:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5PEK-00049j-8S
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 03:11:32 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3B7E12E80D2
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 03:11:32 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 03:00:41 -0000
From: Rui Neto <rneto@rneto.com.br>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=New; importance=Medium; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton cristiangrada ericongerth janitor
 johannes-betz johnd03 leonbo nadigpradyumna register3 rkerver rnetocombr
 seb128 timppis
X-Launchpad-Bug-Reporter: Johannes Betz (johannes-betz)
X-Launchpad-Bug-Modifier: Rui Neto (rnetocombr)
References: <20131101181310.24131.18105.malonedeb@gac.canonical.com>
Message-Id: <20160525030041.27292.76878.malone@gac.canonical.com>
Subject: [Bug 1247221] Re: Nautilus doesn't remember setting for showing
 hidden files correctly when org.gtk.Settings.FileChooser show-hidden is true
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6c09f36c4b5417530e8770833b711f0cc31dda96
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1247221 <1247221@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

How to reproduce the bug:

1. Open Nautilus: Everything normal, hidden files are hidden.
2. In Nautilus press CTRL + H: Hidden files are shown. 
3. Close Nautilus and open again: hidden files are back hidden.
4. Open Gedit;
5. In gedit try to open file. In the file chooser dialog, press ctrl + h. Hidden files will be shown, to be choosen. Close Gedit without choosing a file.
6. Open nautilus. Hidden files are shown again.

Resume: when showing hidden files in the file chooser dialog, this
preference sticks when re-opening nautilus.

PS: You can revert to the default behavior in nautilus:

Edit -> Preferences -> Uncheck "Show hidden files"

In UX terms, its counterintuitive.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1247221

Title:
  Nautilus doesn't remember setting for showing hidden files correctly
  when org.gtk.Settings.FileChooser show-hidden is true

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1247221/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 04:15:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3F6EF26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 04:15:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1338B1A375C;
	Wed, 25 May 2016 04:15:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5QEP-0003fb-JZ; Wed, 25 May 2016 04:15:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5QEO-0003fH-6j
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 04:15:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5QEN-0008KR-Qr
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 04:15:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B604F2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 04:15:39 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 04:08:00 -0000
From: Connor Imes <connor.k.imes@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport rocket2dmn
X-Launchpad-Bug-Reporter: Connor Imes (rocket2dmn)
X-Launchpad-Bug-Modifier: Connor Imes (rocket2dmn)
X-Launchpad-Bug-Duplicate: 1585449
Message-Id: <20160525040801.22432.28052.malonedeb@wampee.canonical.com>
Subject: [Bug 1585450] [NEW] package systemd-sysv 225-1ubuntu9.1 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 564021ccb67397b9c97f6b8725046d5880d2b096
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585450 <1585450@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1585449 ***
    https://bugs.launchpad.net/bugs/1585449

Public bug reported:

systemd failed to install during upgrade, had to run apt-get install -f
before reboot.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 225-1ubuntu9.1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Tue May 24 22:37:05 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2015-06-15 (344 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-05-25 (0 days ago)

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1585450

Title:
  package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1585450/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 04:15:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 153F826C2867
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 04:15:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0A7381A45C8;
	Wed, 25 May 2016 04:15:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5QET-0003io-Tw; Wed, 25 May 2016 04:15:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5QES-0003hg-QO
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 04:15:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5QES-0008K0-6f
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 04:15:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 290AB2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 04:15:44 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 04:07:27 -0000
From: Connor Imes <connor.k.imes@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rocket2dmn
X-Launchpad-Bug-Reporter: Connor Imes (rocket2dmn)
X-Launchpad-Bug-Modifier: Connor Imes (rocket2dmn)
Message-Id: <20160525040728.18100.3267.malonedeb@soybean.canonical.com>
Subject: [Bug 1585449] [NEW] package systemd-sysv 225-1ubuntu9.1 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f2741322f8abdd9771b7d824cce116a636ebbb59
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585449 <1585449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

systemd failed to install during upgrade, had to run apt-get install -f
before reboot.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 225-1ubuntu9.1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Tue May 24 22:37:05 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2015-06-15 (344 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-05-25 (0 days ago)

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1585449

Title:
  package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1585449/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 04:15:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 39BE726C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 04:15:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3350A1A45C8;
	Wed, 25 May 2016 04:15:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5QEY-0003lX-6h; Wed, 25 May 2016 04:15:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5QEX-0003kr-A2
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 04:15:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5QEV-0008TP-LJ
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 04:15:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9F7E52E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 04:15:47 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 04:06:44 -0000
From: Connor Imes <connor.k.imes@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rocket2dmn
X-Launchpad-Bug-Reporter: Connor Imes (rocket2dmn)
X-Launchpad-Bug-Modifier: Connor Imes (rocket2dmn)
Message-Id: <20160525040644.27158.39523.malonedeb@gac.canonical.com>
Subject: [Bug 1585448] [NEW] package systemd 229-4ubuntu6 failed to
 install/upgrade: subprocess installed pre-removal script returned error exit
 status 2
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 93d34379f73ca6e16e19a137e1e63db48228c5cf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585448 <1585448@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCnN5c3RlbWQgZmFpbGVkIHRvIGluc3RhbGwgZHVyaW5nIHVw
Z3JhZGUsIGhhZCB0byBydW4gYXB0LWdldCBpbnN0YWxsIC1mCmJlZm9yZSByZWJvb3QuCgpQcm9i
bGVtVHlwZTogUGFja2FnZQpEaXN0cm9SZWxlYXNlOiBVYnVudHUgMTYuMDQKUGFja2FnZTogc3lz
dGVtZCAyMjktNHVidW50dTYKUHJvY1ZlcnNpb25TaWduYXR1cmU6IFVidW50dSA0LjQuMC0yMi40
MC1nZW5lcmljIDQuNC44ClVuYW1lOiBMaW51eCA0LjQuMC0yMi1nZW5lcmljIHg4Nl82NApBcHBv
cnRWZXJzaW9uOiAyLjIwLjEtMHVidW50dTIKQXJjaGl0ZWN0dXJlOiBhbWQ2NApEYXRlOiBUdWUg
TWF5IDI0IDIyOjIwOjM1IDIwMTYKRHVwbGljYXRlU2lnbmF0dXJlOgogRGUtY29uZmlndXJpbmcg
dWRldiAoMjI1LTF1YnVudHU5LjEpIC4uLgogZHBrZzogZXJyb3IgcHJvY2Vzc2luZyBhcmNoaXZl
IC92YXIvY2FjaGUvYXB0L2FyY2hpdmVzL3N5c3RlbWRfMjI5LTR1YnVudHU2X2FtZDY0LmRlYiAo
LS11bnBhY2spOgogIHN1YnByb2Nlc3MgaW5zdGFsbGVkIHByZS1yZW1vdmFsIHNjcmlwdCByZXR1
cm5lZCBlcnJvciBleGl0IHN0YXR1cyAyCkVycm9yTWVzc2FnZTogc3VicHJvY2VzcyBpbnN0YWxs
ZWQgcHJlLXJlbW92YWwgc2NyaXB0IHJldHVybmVkIGVycm9yIGV4aXQgc3RhdHVzIDIKSW5zdGFs
bGF0aW9uRGF0ZTogSW5zdGFsbGVkIG9uIDIwMTUtMDYtMTUgKDM0NCBkYXlzIGFnbykKSW5zdGFs
bGF0aW9uTWVkaWE6IFVidW50dSAxNC4xMCAiVXRvcGljIFVuaWNvcm4iIC0gUmVsZWFzZSBhbWQ2
NCAoMjAxNDEwMjIuMSkKTWFjaGluZVR5cGU6IExFTk9WTyAyMEJTQ1RPMVdXClByb2NLZXJuZWxD
bWRMaW5lOiBCT09UX0lNQUdFPS92bWxpbnV6LTQuNC4wLTIyLWdlbmVyaWMgcm9vdD0vZGV2L21h
cHBlci91YnVudHUtLXZnLXJvb3Qgcm8gcXVpZXQgc3BsYXNoIHZ0LmhhbmRvZmY9NwpSZWxhdGVk
UGFja2FnZVZlcnNpb25zOgogZHBrZyAxLjE4LjR1YnVudHUxLjEKIGFwdCAgMS4yLjEwdWJ1bnR1
MQpTb3VyY2VQYWNrYWdlOiBzeXN0ZW1kClN5c3RlbWREZWx0YToKIFtFWFRFTkRFRF0gICAvbGli
L3N5c3RlbWQvc3lzdGVtL3N5c3RlbWQtdGltZXN5bmNkLnNlcnZpY2Ug4oaSIC9saWIvc3lzdGVt
ZC9zeXN0ZW0vc3lzdGVtZC10aW1lc3luY2Quc2VydmljZS5kL2Rpc2FibGUtd2l0aC10aW1lLWRh
ZW1vbi5jb25mCiBbRVhURU5ERURdICAgL2xpYi9zeXN0ZW1kL3N5c3RlbS9yYy1sb2NhbC5zZXJ2
aWNlIOKGkiAvbGliL3N5c3RlbWQvc3lzdGVtL3JjLWxvY2FsLnNlcnZpY2UuZC9kZWJpYW4uY29u
ZgogW0VYVEVOREVEXSAgIC9ldGMvc3lzdGVtZC9zeXN0ZW0vZGlzcGxheS1tYW5hZ2VyLnNlcnZp
Y2Ug4oaSIC9saWIvc3lzdGVtZC9zeXN0ZW0vZGlzcGxheS1tYW5hZ2VyLnNlcnZpY2UuZC94ZGlh
Z25vc2UuY29uZgogCiAzIG92ZXJyaWRkZW4gY29uZmlndXJhdGlvbiBmaWxlcyBmb3VuZC4KVGl0
bGU6IHBhY2thZ2Ugc3lzdGVtZCAyMjktNHVidW50dTYgZmFpbGVkIHRvIGluc3RhbGwvdXBncmFk
ZTogc3VicHJvY2VzcyBpbnN0YWxsZWQgcHJlLXJlbW92YWwgc2NyaXB0IHJldHVybmVkIGVycm9y
IGV4aXQgc3RhdHVzIDIKVXBncmFkZVN0YXR1czogVXBncmFkZWQgdG8geGVuaWFsIG9uIDIwMTYt
MDUtMjUgKDAgZGF5cyBhZ28pCmRtaS5iaW9zLmRhdGU6IDAzLzEyLzIwMTUKZG1pLmJpb3MudmVu
ZG9yOiBMRU5PVk8KZG1pLmJpb3MudmVyc2lvbjogTjE0RVQyOFcgKDEuMDYgKQpkbWkuYm9hcmQu
YXNzZXQudGFnOiBOb3QgQXZhaWxhYmxlCmRtaS5ib2FyZC5uYW1lOiAyMEJTQ1RPMVdXCmRtaS5i
b2FyZC52ZW5kb3I6IExFTk9WTwpkbWkuYm9hcmQudmVyc2lvbjogU0RLMEU1MDUxMCBXSU4KZG1p
LmNoYXNzaXMuYXNzZXQudGFnOiBObyBBc3NldCBJbmZvcm1hdGlvbgpkbWkuY2hhc3Npcy50eXBl
OiAxMApkbWkuY2hhc3Npcy52ZW5kb3I6IExFTk9WTwpkbWkuY2hhc3Npcy52ZXJzaW9uOiBOb25l
CmRtaS5tb2RhbGlhczogZG1pOmJ2bkxFTk9WTzpidnJOMTRFVDI4VygxLjA2KTpiZDAzLzEyLzIw
MTU6c3ZuTEVOT1ZPOnBuMjBCU0NUTzFXVzpwdnJUaGlua1BhZFgxQ2FyYm9uM3JkOnJ2bkxFTk9W
TzpybjIwQlNDVE8xV1c6cnZyU0RLMEU1MDUxMFdJTjpjdm5MRU5PVk86Y3QxMDpjdnJOb25lOgpk
bWkucHJvZHVjdC5uYW1lOiAyMEJTQ1RPMVdXCmRtaS5wcm9kdWN0LnZlcnNpb246IFRoaW5rUGFk
IFgxIENhcmJvbiAzcmQKZG1pLnN5cy52ZW5kb3I6IExFTk9WTwoKKiogQWZmZWN0czogc3lzdGVt
ZCAoVWJ1bnR1KQogICAgIEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAgICAgICBTdGF0dXM6IE5l
dwoKCioqIFRhZ3M6IGFtZDY0IGFwcG9ydC1wYWNrYWdlIHhlbmlhbAoKLS0gCllvdSByZWNlaXZl
ZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVyIG9mIFVidW50
dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gc3lzdGVtZCBpbiBVYnVudHUu
Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU4NTQ0OAoKVGl0bGU6CiAgcGFja2Fn
ZSBzeXN0ZW1kIDIyOS00dWJ1bnR1NiBmYWlsZWQgdG8gaW5zdGFsbC91cGdyYWRlOiBzdWJwcm9j
ZXNzCiAgaW5zdGFsbGVkIHByZS1yZW1vdmFsIHNjcmlwdCByZXR1cm5lZCBlcnJvciBleGl0IHN0
YXR1cyAyCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0
cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2Uvc3lzdGVtZC8rYnVnLzE1ODU0
NDgvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3At
YnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xp
c3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 05:15:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CD96C26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 05:15:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B43FE1A46A0;
	Wed, 25 May 2016 05:15:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5RAW-0008QA-KU; Wed, 25 May 2016 05:15:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5RAV-0008Pb-Pj
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 05:15:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5RAV-0004R0-ED
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 05:15:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5988C2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 05:15:43 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 05:07:54 -0000
From: Chelmite <1585464@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: steve-kelem
X-Launchpad-Bug-Reporter: Chelmite (steve-kelem)
X-Launchpad-Bug-Modifier: Chelmite (steve-kelem)
Message-Id: <20160525050754.22432.19992.malonedeb@wampee.canonical.com>
Subject: [Bug 1585464] [NEW] package udev 225-1ubuntu9.1 [modified:
 lib/systemd/system/lvm2.service] failed to install/upgrade: subprocess new
 pre-removal script returned error exit status 1
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3ebed9f80c366c44f7557db166bd63e7f41518d3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585464 <1585464@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Mysterious death during upgrade from 15.10 to 16.04.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: udev 225-1ubuntu9.1 [modified: lib/systemd/system/lvm2.service]
ProcVersionSignature: Ubuntu 4.2.0-37.43-generic 4.2.8-ckt10
Uname: Linux 4.2.0-37-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CustomUdevRuleFiles: 60-vboxdrv.rules 51-android.rules 99-lexscan.rules
Date: Tue May 24 17:52:48 2016
DuplicateSignature: package:udev:225-1ubuntu9.1 [modified: lib/systemd/system/lvm2.service]:subprocess new pre-removal script returned error exit status 1
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2013-05-02 (1118 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MachineType: System76, Inc. Serval WS
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-37-generic root=UUID=1fc67f3a-3070-4bdf-b16d-81d1e5d68535 ro
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: systemd
Title: package udev 225-1ubuntu9.1 [modified: lib/systemd/system/lvm2.service] failed to install/upgrade: subprocess new pre-removal script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-05-25 (0 days ago)
dmi.bios.date: 10/26/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.05.04RS76
dmi.board.asset.tag: Tag 12345
dmi.board.name: Serval WS
dmi.board.vendor: System76, Inc.
dmi.board.version: serw9
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: System76, Inc.
dmi.chassis.version: N/A
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr1.05.04RS76:bd10/26/2015:svnSystem76,Inc.:pnServalWS:pvrserw9:rvnSystem76,Inc.:rnServalWS:rvrserw9:cvnSystem76,Inc.:ct10:cvrN/A:
dmi.product.name: Serval WS
dmi.product.version: serw9
dmi.sys.vendor: System76, Inc.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-package third-party-packages xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1585464

Title:
  package udev 225-1ubuntu9.1 [modified:
  lib/systemd/system/lvm2.service] failed to install/upgrade: subprocess
  new pre-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1585464/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 06:15:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1E66926C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 06:15:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0E7CB1A46F4;
	Wed, 25 May 2016 06:15:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5S6X-0005ad-FR; Wed, 25 May 2016 06:15:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5S6W-0005aO-Ui
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 06:15:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5S6W-0000DM-HB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 06:15:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6D7882E80C0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 06:15:40 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 06:06:42 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport rocket2dmn
X-Launchpad-Bug-Reporter: Connor Imes (rocket2dmn)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1560797
References: <20160525040801.22432.28052.malonedeb@wampee.canonical.com>
Message-Id: <20160525060643.25887.67171.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1585450] Re: package systemd-sysv 225-1ubuntu9.1 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0d08d8bafbcaac45debdde92636a744cbfe12385
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585450 <1585450@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1560797 ***
    https://bugs.launchpad.net/bugs/1560797

** This bug is no longer a duplicate of bug 1585449
   package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv
** This bug has been marked a duplicate of bug 1560797
   apt does not configure Pre-Depends: before depending package

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1585450

Title:
  package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1585450/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 06:15:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C4A4F26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 06:15:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BAC381A4709;
	Wed, 25 May 2016 06:15:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5S6Z-0005c7-Nw; Wed, 25 May 2016 06:15:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5S6Y-0005b5-GF
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 06:15:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5S6Y-0000FG-6F
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 06:15:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2C9E52E805E
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 06:15:42 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 06:06:42 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rocket2dmn
X-Launchpad-Bug-Reporter: Connor Imes (rocket2dmn)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1560797
References: <20160525040728.18100.3267.malonedeb@soybean.canonical.com>
Message-Id: <20160525060643.25887.37320.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1585449] Re: package systemd-sysv 225-1ubuntu9.1 failed to
 install/upgrade: pre-dependency problem - not installing systemd-sysv
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c8d9afddf3a0b3ecca1bde7cc3be3ccfb95aab50
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585449 <1585449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1560797 ***
    https://bugs.launchpad.net/bugs/1560797

** This bug has been marked a duplicate of bug 1560797
   apt does not configure Pre-Depends: before depending package

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1585449

Title:
  package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1585449/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 06:26:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C7AB626C2857
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 06:26:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C25121A46EB;
	Wed, 25 May 2016 06:26:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5SGe-0006PP-A6; Wed, 25 May 2016 06:26:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5SGd-0006PB-5f
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 06:26:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5SGc-0001j1-P5
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 06:26:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B2A8D2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 06:26:06 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 06:16:40 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libimobiledevice;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=libimobiledevice; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug utopic
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dario-rubiano ehcpdeveloper giecrilj janitor
 luke32j pitti seb128 seth-arnold sf-lp
 yatc18ks0g8zofezrpk3xa7828d-5k-ngeefk4xayt3t4u9watah405veq
X-Launchpad-Bug-Reporter: Sebastian F (sf-lp)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20141103083837.22953.75751.malonedeb@wampee.canonical.com>
Message-Id: <20160525061640.17805.26875.malone@soybean.canonical.com>
Subject: [Bug 1388743] Re: iOS 8.1 - Could not start
 com.apple.mobile.installation_proxy!
X-Launchpad-Message-Rationale: Subscriber (libimobiledevice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8112e6e9bacd8f462075785177a1922d91e094ff
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1388743 <1388743@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Seth, I don't think there is. Note that libusbmuxd has a similar
issue/fix upstream

https://github.com/libimobiledevice/libusbmuxd/commit/4397b3376dc4e4cb1c991d0aed61ce6482614196

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1388743

Title:
  iOS 8.1 - Could not start com.apple.mobile.installation_proxy!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1388743/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 09:36:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9D1D726C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 09:36:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 952061A3E72;
	Wed, 25 May 2016 09:36:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5VEU-0000p7-4t; Wed, 25 May 2016 09:36:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5VES-0000oo-Ug
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 09:36:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5VES-0005cg-N3
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 09:36:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AA7422E8031
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 09:36:04 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 09:27:34 -0000
From: Jason Robinson <mail@jasonrobinson.me>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=12;
 status=Confirmed; importance=High; assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=High;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: location
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: costales janitor jaywink jibel pat-mcgowan
 ricsipontaz robinheroldich sergiqp thomas-voss
X-Launchpad-Bug-Reporter: costales (costales)
X-Launchpad-Bug-Modifier: Jason Robinson (jaywink)
References: <20150926144232.8836.85406.malonedeb@gac.canonical.com>
Message-Id: <20160525092734.27292.10178.malone@gac.canonical.com>
Subject: [Bug 1500039] Re: Ubuntu Phone is not getting a mobile network cell
 triangulation position
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d4fb01cca56900e3e11842d0191293ed0226a594
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1500039 <1500039@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Confirmed on on Bq E4.5 on rc-proposed (r741) the following:

Wifi ON, mobile data ON - network based location does NOT work.
Wifi ON, mobile data OFF - network based location works.
Wifi OFF, mobile data ON - network based location does NOT work.

And there is nothing wrong with my mobile data.

The network based location used to work until some time ago, so this is
definitely a regression. I couldn't find a more appropriate bug for this
so adding to this one.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1500039

Title:
  Ubuntu Phone is not getting a mobile network cell triangulation
  position

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1500039/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 09:40:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1845A26C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 09:40:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 11E691A4699;
	Wed, 25 May 2016 09:40:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5VJC-00015u-56; Wed, 25 May 2016 09:40:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5VJA-00015E-30
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 09:40:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5VJ9-0006zE-PK
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 09:40:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 83FA12E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 09:40:55 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 09:31:02 -0000
From: Homayoon Vafamehr <hgrz.vafamehr@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug gnome3-ppa third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: hgrz-vafamehr
X-Launchpad-Bug-Reporter: Homayoon Vafamehr (hgrz-vafamehr)
X-Launchpad-Bug-Modifier: Homayoon Vafamehr (hgrz-vafamehr)
Message-Id: <20160525093103.27683.17155.malonedeb@gac.canonical.com>
Subject: [Bug 1585551] [NEW] gnome-settings-daemon leaking memory after idle
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1115bbcfe22b859b480fa56abcb76d54c8092664
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585551 <1585551@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Hi

When my system goes to idle (lock and black screen), GDM starts to get
slow. and if I let it be in idle for longer time it will be more and
more slow.

Also at this point the gnome-shell is slow too and gnome-settings-daemon
starts to leak memory. again with more idle time gnome-shell will be
more slow an gnome-settings-daemon will leaks more memory from 7MB up to
more than 7GB. (ending process of gnome-settings-daemon and restarting
shell with "r" command fixes these problems until next idle)

I'm using gnome ppa (ppa:gnome3-team/gnome3)

I have reported a bug for GDM3 too
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1581937

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-settings-daemon 3.18.2-0ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed May 25 13:53:27 2016
InstallationDate: Installed on 2016-04-22 (32 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 (20160421)
SourcePackage: gnome-settings-daemon
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-settings-daemon (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug gnome3-ppa third-party-packages xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1585551

Title:
  gnome-settings-daemon leaking memory after idle

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1585551/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 09:55:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 815F626C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 09:55:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7354F1A3E83;
	Wed, 25 May 2016 09:55:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5VXS-0002SQ-Hb; Wed, 25 May 2016 09:55:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5VXS-0002SK-0f
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 09:55:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5VXR-0002xv-FZ
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 09:55:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 736772E80D1
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 09:55:39 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 09:48:08 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: linuxhelp
X-Launchpad-Bug-Reporter: Linuxonlinehelp_de (linuxhelp)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160524161718.17765.81621.malonedeb@soybean.canonical.com>
Message-Id: <20160525094810.22507.78623.launchpad@wampee.canonical.com>
Subject: [Bug 1585282] Re: Main User Menu Gnome Classic empty Workplace
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ae7952750900ddcd37191461507b390c3aa80570
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585282 <1585282@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: nautilus (Ubuntu) => gnome-panel (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1585282

Title:
  Main User Menu Gnome Classic empty Workplace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1585282/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 09:56:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4FF8826C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 09:56:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4A0861A423F;
	Wed, 25 May 2016 09:56:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5VXs-0002aP-Bd; Wed, 25 May 2016 09:56:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5VXj-0002XH-BW
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 09:55:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5VXi-0003Kc-MI
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 09:55:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A59ED2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 09:55:58 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 09:46:37 -0000
From: Andrea Bernabei <andrea.bernabei@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=12;
 status=Confirmed; importance=High; assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=High;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: location
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: costales faenil janitor jaywink jibel pat-mcgowan
 ricsipontaz robinheroldich sergiqp thomas-voss
X-Launchpad-Bug-Reporter: costales (costales)
X-Launchpad-Bug-Modifier: Andrea Bernabei (faenil)
References: <20150926144232.8836.85406.malonedeb@gac.canonical.com>
Message-Id: <20160525094637.27092.26951.malone@gac.canonical.com>
Subject: [Bug 1500039] Re: Ubuntu Phone is not getting a mobile network cell
 triangulation position
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6ab098e93d81851cd104e8b7ca6cd6798c48c831
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1500039 <1500039@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

same here, I've been trying to get it working on Krillin for quite some
time, but it never worked reliably when wifi is OFF :(

I confirm it doesn't seem to be working for me on r340, Krillin (E4.5)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1500039

Title:
  Ubuntu Phone is not getting a mobile network cell triangulation
  position

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1500039/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 10:01:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 25DD226C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 10:01:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 204711A37C4;
	Wed, 25 May 2016 10:01:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Vcl-0002v5-2z; Wed, 25 May 2016 10:01:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Vcj-0002ud-Pi
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 10:01:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Vcj-0004SY-Ex
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 10:01:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5E9E02E80C3
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 10:01:09 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 09:54:18 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=totem; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: es20490446e janitor khurshid-alam seb128
X-Launchpad-Bug-Reporter: Khurshid Alam (khurshid-alam)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20151210054231.18477.86799.malonedeb@wampee.canonical.com>
Message-Id: <20160525095419.17880.8078.malone@soybean.canonical.com>
Subject: [Bug 1524609] Re: Totem should have "about" menu item under help
 (Xenial, Unity7)
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e69e6cf51b2c907256616c799c442ae22ee66732
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1524609 <1524609@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

upstream comment on
http://thread.gmane.org/gmane.comp.gnome.desktop/49549/

"FWIW, I think that core apps shouldn't have an about menu item at all,
and it's what I've done in Totem^WVideos for example."

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1524609

Title:
  Totem should have "about" menu item under help (Xenial, Unity7)

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/1524609/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 10:01:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7BA1726C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 10:01:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 765301A3813;
	Wed, 25 May 2016 10:01:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Vco-0002xJ-8U; Wed, 25 May 2016 10:01:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Vch-0002u0-LX
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 10:01:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Vch-0004Pz-9S
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 10:01:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3CDF02E80C6
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 10:01:07 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 09:53:12 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=totem; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: es20490446e janitor khurshid-alam seb128
X-Launchpad-Bug-Reporter: Khurshid Alam (khurshid-alam)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20151210054231.18477.86799.malonedeb@wampee.canonical.com>
Message-Id: <20160525095312.25887.49141.malone@chaenomeles.canonical.com>
Subject: [Bug 1524609] Re: Totem should have "about" menu item under help
 (Xenial, Unity7)
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 45341b273f898c7fb6acd153575fe8ca2ca5fbdf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1524609 <1524609@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Khurshid, that's wrong, see
https://bugzilla.gnome.org/show_bug.cgi?id=723324

** Bug watch added: GNOME Bug Tracker #723324
   https://bugzilla.gnome.org/show_bug.cgi?id=723324

** Also affects: totem via
   https://bugzilla.gnome.org/show_bug.cgi?id=723324
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1524609

Title:
  Totem should have "about" menu item under help (Xenial, Unity7)

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/1524609/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 10:21:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8F4E526C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 10:21:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 871691A3C27;
	Wed, 25 May 2016 10:21:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5VwF-0004y2-DA; Wed, 25 May 2016 10:21:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5VwE-0004xJ-CJ
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 10:21:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5VwE-0001ag-6e
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 10:21:18 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3102E2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 10:21:18 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 10:12:30 -0000
From: =?utf-8?b?VG9tw6HFoSBLbG9z?= <tkl@tkl.cz>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=evolution; component=universe; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor joanisc
 marcel-456 ockels pitti tkl toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: =?utf-8?b?VG9tw6HFoSBLbG9zICh0a2wp?=
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160525101230.27887.92536.malone@gac.canonical.com>
Subject: [Bug 1572661] Re: Ubuntu Gnome Bug -evolution translation
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d497f3751968b517a1101bb2693afb07336f33dc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello, I can confirm that the translation in 3.18.5.2-0ubuntu2 version
works correctly for Czech language. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1572661

Title:
  Ubuntu Gnome Bug -evolution translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1572661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 10:21:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 874E526C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 10:21:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 81FA21A385B;
	Wed, 25 May 2016 10:21:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5VwG-0004ym-IR; Wed, 25 May 2016 10:21:20 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5VwB-0004uW-At
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 10:21:15 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5VwB-0001ad-2t
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 10:21:15 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1467F2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 10:21:15 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 10:13:30 -0000
From: John McAleely <john.mcaleely@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=avila; milestone=11; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=11;
 status=Fix Committed; importance=Critical; assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=frieza; status=Fix Released; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=krillin; status=Fix Released; importance=Critical;
 assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: product=platform-api; status=In Progress; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: product=vegetahd; status=Fix Released; importance=Critical;
 assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Invalid; importance=Critical;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: lt-blocker regression-proposed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alfonsosanchezbeato bobharvey cibersheep cjreeve
 curious-mitchell davmor2 gareth-france janitor januari jibel john.mcaleely
 llamasfortesjm rolf-veen sergiqp stefan-kamps thomas-voss tomoqv
 victor-gonzalez-0
X-Launchpad-Bug-Reporter: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
X-Launchpad-Bug-Modifier: John McAleely (john.mcaleely)
References: <20160421180454.5689.56075.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160525101330.26176.98847.malone@chaenomeles.canonical.com>
Subject: [Bug 1573168] Re: [Frieza] Location service fails to start cleanly,
 entering restart loop - service crashes on start
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c973fa44d5b5554026e2d21fc478370fc1b87838
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573168 <1573168@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

For krillin & vegetahd, landed in:

http://system-image.ubuntu.com/ubuntu-touch/rc/bq-aquaris.en/vegetahd/version-37.json
http://system-image.ubuntu.com/ubuntu-touch/rc/bq-aquaris.en/krillin/version-57.json

and frieza & cooler:

http://system-image.ubuntu.com/ubuntu-touch/rc/bq-aquaris-pd.en/frieza/version-14.json
http://system-image.ubuntu.com/ubuntu-touch/rc/bq-aquaris-pd.en/cooler/version-10.json

(and also recent rc-proposed)

** Changed in: avila
       Status: New => Fix Committed

** Changed in: avila
    Milestone: None => 11

** Changed in: frieza
       Status: New => Fix Released

** Changed in: krillin
       Status: In Progress => Fix Released

** Changed in: vegetahd
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1573168

Title:
  [Frieza] Location service fails to start cleanly, entering restart
  loop - service crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/avila/+bug/1573168/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 10:31:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3695E26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 10:31:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 30ADB1A3EB4;
	Wed, 25 May 2016 10:31:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5W5n-0005mY-7u; Wed, 25 May 2016 10:31:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5W5k-0005lV-Bl
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 10:31:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5W5k-0004ef-3M
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 10:31:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 16B7E2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 10:31:08 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 10:20:42 -0000
From: motang <1565267@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-calendar; component=main; status=Fix Committed;
 importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 es20490446e janitor khurshid-alam
 leopenausa mohan-ram pitti seb128 stachowski-mateusz vincentthiele willcooke
 xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: motang (mohan-ram)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160525102042.18282.42598.malone@soybean.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar has white corners
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7eb159e0f3ef01796930c7ef4239279beba0348d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have been testing it on one of my install that pre-release updates
enabled and so far it has been good.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 10:46:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5725A26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 10:46:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4C0071A357D;
	Wed, 25 May 2016 10:46:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5WKI-0007Ds-CH; Wed, 25 May 2016 10:46:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5WKG-0007DF-Mt
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 10:46:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5WKG-0000le-FU
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 10:46:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 67EED2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 10:46:08 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 10:36:50 -0000
From: Bug Watch Updater <1524609@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=totem; status=Invalid; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: es20490446e janitor khurshid-alam seb128
X-Launchpad-Bug-Reporter: Khurshid Alam (khurshid-alam)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20151210054231.18477.86799.malonedeb@wampee.canonical.com>
Message-Id: <20160525103651.15074.8953.launchpad@loganberry.canonical.com>
Subject: [Bug 1524609] Re: Totem should have "about" menu item under help
 (Xenial, Unity7)
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 862fc083fe8db4597aab750bb9e88541f6c471ff
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1524609 <1524609@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: totem
       Status: Unknown => Invalid

** Changed in: totem
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1524609

Title:
  Totem should have "about" menu item under help (Xenial, Unity7)

To manage notifications about this bug go to:
https://bugs.launchpad.net/totem/+bug/1524609/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 11:06:30 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0D21626C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 11:06:30 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F372B1A445D;
	Wed, 25 May 2016 11:06:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Wdw-0000t0-SB; Wed, 25 May 2016 11:06:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Wdv-0000sr-Ur
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 11:06:27 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Wdv-0008P0-Pt
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 11:06:27 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C25092E805E
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 11:06:27 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 10:55:53 -0000
From: Kristian Rink <kawazu@zimmer428.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=evolution; component=universe; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor joanisc
 kawazu marcel-456 ockels pitti tkl toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: Kristian Rink (kawazu)
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160525105553.22666.98445.malone@wampee.canonical.com>
Subject: [Bug 1572661] Re: Ubuntu Gnome Bug -evolution translation
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fc70116724c50fa9b3e488327f18a38cdfacc0da
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Works for me (de_DE) with the packages in -proposed. Thanks. :)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1572661

Title:
  Ubuntu Gnome Bug -evolution translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1572661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 11:15:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 616E826C21B8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 11:15:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3C85D1A36F9;
	Wed, 25 May 2016 11:15:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Wmz-00027M-1n; Wed, 25 May 2016 11:15:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Wmx-00027C-C2
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 11:15:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Wmx-0002Q3-25
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 11:15:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0E72B2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 11:15:47 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 11:09:14 -0000
From: Linuxonlinehelp_de <linuxhelp@freenet.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: linuxhelp
X-Launchpad-Bug-Reporter: Linuxonlinehelp_de (linuxhelp)
X-Launchpad-Bug-Modifier: Linuxonlinehelp_de (linuxhelp)
X-Launchpad-Bug-Duplicate: 1516316
References: <20160524161718.17765.81621.malonedeb@soybean.canonical.com>
Message-Id: <20160525110916.26299.4325.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1585282] Re: Main User Menu Gnome Classic empty Workplace
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c4b43f6ef58bc0b134cedcb5bff54058840b8b2e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585282 <1585282@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1516316 ***
    https://bugs.launchpad.net/bugs/1516316

** This bug has been marked a duplicate of bug 1516316
   Username in flashback menu tree displays empty limb

** Attachment removed: "Bildschirmfoto vom 2016-05-24 18-15-33.png"
   https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1585282/+attachment/4669495/+files/Bildschirmfoto%20vom%202016-05-24%2018-15-33.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1585282

Title:
  Main User Menu Gnome Classic empty Workplace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1585282/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 11:16:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B906A26C21B8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 11:16:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B214E1A4111;
	Wed, 25 May 2016 11:16:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Wnj-0002EU-FV; Wed, 25 May 2016 11:16:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Wni-0002EP-Oh
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 11:16:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Wni-0003JQ-9f
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 11:16:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 33A312E80CE
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 11:16:34 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 11:09:14 -0000
From: Launchpad Bug Tracker <1516316@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor lbsolost
X-Launchpad-Bug-Reporter: Erick Brunzell (lbsolost)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20151114221048.4504.72465.malonedeb@gac.canonical.com>
Message-Id: <20160525110915.26299.66105.malone@chaenomeles.canonical.com>
Subject: [Bug 1516316] Re: Username in flashback menu tree displays empty limb
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7bb4ca3175b3e144feb246d114f9154b4f3a5abf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1516316 <1516316@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-panel (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1516316

Title:
  Username in flashback menu tree displays empty limb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1516316/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 11:46:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 830D026C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 11:46:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7A63E1A35A3;
	Wed, 25 May 2016 11:46:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5XGW-0004so-HC; Wed, 25 May 2016 11:46:20 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5XGV-0004si-G1
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 11:46:19 +0000
Received: from wampee.canonical.com ([91.189.89.61])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5XGV-0003uQ-Ac
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 11:46:19 +0000
Received: from wampee.canonical.com (localhost [127.0.0.1])
 by wampee.canonical.com (Postfix) with ESMTPS id E85B13B00D9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 11:46:18 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 11:46:18 -0000
From: Launchpad Bug Tracker <1582687@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels t-spam-0
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Subject: [Bug 1582687] [NEW] workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160525114618.22205.43002.launchpad@wampee.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c26a297bb266642968022809552332a6338c681a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

I installed mysql-workbench and gnome-session-flashback on ubuntu 16.04
and whenever I start mysql-workbench metacity or X11 but I think
metacity crashes and I am returned to the login screen after a few
seconds.

I am uncertain if mysql-workbench works in the default unity
configuration as after installing gnome-session-flashback I can no
longer login to the default unity experience.

My mysql-workbench logs where not really helpfull but if you would
really like them I could include them.

I also tried to compile mysql-workbench from source but the gtk2 version
included with ubuntu 16.04 seems to be incompatible due to the
deprecation of a data type: GdkPixBuf

ubuntu version - 16.04
package - mysql-workbench 6.3.6 amd64
what i expected - open mysql workbench
what happened - black screen and returned to login

** Affects: metacity (Ubuntu)
     Importance: Undecided
         Status: New

-- 
workbench crashes metacity on ubuntu 16.04
https://bugs.launchpad.net/bugs/1582687
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 11:55:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7CEAB26C2853
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 11:55:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 74E1F1A445D;
	Wed, 25 May 2016 11:55:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5XPb-0005Tb-3n; Wed, 25 May 2016 11:55:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5XPa-0005TW-3t
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 11:55:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5XPZ-0005Dr-C6
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 11:55:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4D2692E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 11:55:40 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 11:46:17 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1582687@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels t-spam-0
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160525114618.22205.99108.launchpad@wampee.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 86bc6494b6bb06a865db1b73438b4527abcec25f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: mysql-workbench (Ubuntu) => metacity (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 12:01:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3161726C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 12:01:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2B1981A44C7;
	Wed, 25 May 2016 12:01:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5XV0-0006Wa-VY; Wed, 25 May 2016 12:01:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5XUz-0006Vi-S1
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 12:01:17 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5XUz-0006Yf-1T
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:01:17 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0ED202E80CD
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:01:15 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 11:53:13 -0000
From: olavl <1572661@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=evolution; component=universe; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor joanisc
 kawazu marcel-456 ockels olavl pitti tkl toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: olavl (olavl)
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160525115313.28257.97951.malone@gac.canonical.com>
Subject: [Bug 1572661] Re: Ubuntu Gnome Bug -evolution translation
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 13f2e13d556c0fd4874c1095638235f201d8fca1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Dutch translation works with evolution_3.18.5.2-0ubuntu3 from Proposed.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1572661

Title:
  Ubuntu Gnome Bug -evolution translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1572661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 12:21:16 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2F35E26C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 12:21:16 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2512D1A44DD;
	Wed, 25 May 2016 12:21:16 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5XoK-00011R-2L; Wed, 25 May 2016 12:21:16 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5XoJ-000110-1h
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 12:21:15 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5XoI-0005wz-I3
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:21:14 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 73E582E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:21:14 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 12:14:33 -0000
From: Rui Neto <rneto@rneto.com.br>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=New; importance=Medium; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton cristiangrada ericongerth janitor
 johannes-betz johnd03 leonbo nadigpradyumna register3 rkerver rnetocombr
 seb128 timppis
X-Launchpad-Bug-Reporter: Johannes Betz (johannes-betz)
X-Launchpad-Bug-Modifier: Rui Neto (rnetocombr)
References: <20131101181310.24131.18105.malonedeb@gac.canonical.com>
Message-Id: <20160525121433.18031.24096.malone@soybean.canonical.com>
Subject: [Bug 1247221] Re: Nautilus doesn't remember setting for showing
 hidden files correctly when org.gtk.Settings.FileChooser show-hidden is true
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c0fdbd1b6c62fff7f9c6a9720d1d10b14f852b2d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1247221 <1247221@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Gnome developers says it is fixed in 3.18. Can we backport the fix or
upgrade the version ? (
https://bugzilla.gnome.org/show_bug.cgi?id=710093#c12 ).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1247221

Title:
  Nautilus doesn't remember setting for showing hidden files correctly
  when org.gtk.Settings.FileChooser show-hidden is true

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1247221/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 12:41:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0D72326C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 12:41:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0532A1A456B;
	Wed, 25 May 2016 12:41:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Y82-0002ZX-1r; Wed, 25 May 2016 12:41:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Y81-0002Yz-HI
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 12:41:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Y80-0004oG-P7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:41:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AF7782E80CD
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:41:36 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 12:34:59 -0000
From: Chris J Arges <1555170@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=adwaita-icon-theme;
 component=main; status=Fix Released; importance=Low;
 assignee=will.cooke@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=adwaita-icon-theme; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-control-center; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges christophe-braud janitor raof seb128
 willcooke
X-Launchpad-Bug-Reporter: Christophe Braud (christophe-braud)
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20160309152254.6483.39228.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160525123459.25752.39439.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1555170] Re: [SRU] Bad icon for bluetooth sound device
X-Launchpad-Message-Rationale: Subscriber (adwaita-icon-theme in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 426579d52aed96ba624e4e6f640c34ca539b3aab
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1555170 <1555170@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: unity-control-center (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: adwaita-icon-theme (Ubuntu Xenial)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to adwaita-icon-theme in Ubuntu.
https://bugs.launchpad.net/bugs/1555170

Title:
  [SRU] Bad icon for bluetooth sound device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adwaita-icon-theme/+bug/1555170/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 12:41:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4BDA726C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 12:41:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 402EC1A4563;
	Wed, 25 May 2016 12:41:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Y84-0002bR-5N; Wed, 25 May 2016 12:41:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Y82-0002aI-Qu
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 12:41:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Y82-0004ui-B7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:41:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 504692E80C6
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:41:38 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 12:35:10 -0000
From: Launchpad Bug Tracker <1555170@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=adwaita-icon-theme;
 component=main; status=Fix Released; importance=Low;
 assignee=will.cooke@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Invalid; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=adwaita-icon-theme; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-control-center; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges christophe-braud janitor raof seb128
 willcooke
X-Launchpad-Bug-Reporter: Christophe Braud (christophe-braud)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160309152254.6483.39228.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160525123514.11967.17243.malone@ackee.canonical.com>
Subject: [Bug 1555170] Re: [SRU] Bad icon for bluetooth sound device
X-Launchpad-Message-Rationale: Subscriber (adwaita-icon-theme in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c78e55937bb3b525280b602f95ac2f98a5d47e4c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1555170 <1555170@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package adwaita-icon-theme - 3.18.0-2ubuntu3.1

---------------
adwaita-icon-theme (3.18.0-2ubuntu3.1) xenial; urgency=medium

  * debian/control.in, debian/not-in-humanity.txt:
    - Include audio-speakers in the non-full theme, it's used by
      unity-control-center to represent bluetooth speakers
      (LP: #1555170)

 -- Will Cooke <will@whizzy.org>  Thu, 12 May 2016 21:33:48 +0100

** Changed in: adwaita-icon-theme (Ubuntu Xenial)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to adwaita-icon-theme in Ubuntu.
https://bugs.launchpad.net/bugs/1555170

Title:
  [SRU] Bad icon for bluetooth sound device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adwaita-icon-theme/+bug/1555170/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 12:41:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C6D3426C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 12:41:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BD8F11A454A;
	Wed, 25 May 2016 12:41:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Y8C-0002hW-QQ; Wed, 25 May 2016 12:41:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Y8C-0002h6-17
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 12:41:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Y8B-0005DJ-Iz
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:41:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 831662E80CB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:41:47 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 12:33:38 -0000
From: =?utf-8?q?Thomas_Vo=C3=9F?= <1500039@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=12;
 status=Confirmed; importance=High; assignee=john.mcaleely@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=High;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug-Tags: location
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: costales faenil janitor jaywink jibel pat-mcgowan
 ricsipontaz robinheroldich sergiqp thomas-voss
X-Launchpad-Bug-Reporter: costales (costales)
X-Launchpad-Bug-Modifier: =?utf-8?q?Thomas_Vo=C3=9F_=28thomas-voss=29?=
References: <20150926144232.8836.85406.malonedeb@gac.canonical.com>
Message-Id: <20160525123339.17657.19590.launchpad@soybean.canonical.com>
Subject: [Bug 1500039] Re: Ubuntu Phone is not getting a mobile network cell
 triangulation position
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c120157fbe3c2a1b09817f9a41f7bf95873d0e5e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1500039 <1500039@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: location-service (Ubuntu)
       Status: Confirmed => In Progress

** Branch linked: lp:~thomas-voss/location-service/add-manual-example-
for-network-based-positioning

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1500039

Title:
  Ubuntu Phone is not getting a mobile network cell triangulation
  position

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1500039/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 12:46:25 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BF9A826C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 12:46:24 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B6EEE1A45F6;
	Wed, 25 May 2016 12:46:24 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5YCe-0003h5-L2; Wed, 25 May 2016 12:46:24 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5YCd-0003gm-RM
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 12:46:23 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5YCd-00077o-GI
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:46:23 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 78E9B2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:46:23 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 12:36:09 -0000
From: Launchpad Bug Tracker <1565267@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-calendar; component=main; status=Fix Released;
 importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 arges es20490446e janitor
 khurshid-alam leopenausa mohan-ram pitti seb128 stachowski-mateusz
 vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160525123611.11966.62973.malone@ackee.canonical.com>
Subject: [Bug 1565267] Re: Gnome Calendar has white corners
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 759f0fb652b55d34ea61691addacf1d5a1fc7d0f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package gnome-calendar - 3.20.2-0ubuntu0.1

---------------
gnome-calendar (3.20.2-0ubuntu0.1) xenial; urgency=medium

  * New upstream version
    - Use the theme's CSS instead of our custom one (lp: #1565267)
  * debian/patches/use_gtk_318.patch:
    - refreshed for the new version
  * debian/patches/dont_require_schemas.patch:
    - restore upstream commit which was reverted to not depends
      on a schemas that doesn't exist under Unity

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 12 May 2016 09:18:36
+0200

** Changed in: gnome-calendar (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 12:46:26 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E04C126C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 12:46:26 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DA2091A458E;
	Wed, 25 May 2016 12:46:26 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5YCg-0003iH-P2; Wed, 25 May 2016 12:46:26 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5YCf-0003hX-RE
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 12:46:25 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5YCf-00077v-6m
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:46:25 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 31DD32E80AF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:46:25 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 12:36:13 -0000
From: Chris J Arges <1565267@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-calendar; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-themes; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-calendar; component=main; status=Fix Released;
 importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 arges es20490446e janitor
 khurshid-alam leopenausa mohan-ram pitti seb128 stachowski-mateusz
 vincentthiele willcooke xav0989
X-Launchpad-Bug-Reporter: motang (mohan-ram)
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20160402121725.13718.44.malonedeb@gac.canonical.com>
Message-Id: <20160525123613.17731.15609.malone@soybean.canonical.com>
Subject: [Bug 1565267] Update Released
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c4e55f9be32b88f537048d1613174907f2f99a89
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1565267 <1565267@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for gnome-calendar has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1565267

Title:
  Gnome Calendar has white corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1565267/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 12:46:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0903C26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 12:46:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 02BAC1A4580;
	Wed, 25 May 2016 12:46:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5YCi-0003jo-TU; Wed, 25 May 2016 12:46:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5YCh-0003jF-Hz
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 12:46:27 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5YCh-00077l-0h
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:46:27 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EB98A2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:46:26 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 12:37:46 -0000
From: Launchpad Bug Tracker <1562822@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=oem-priority; status=New; importance=Critical;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-bluetooth;
 component=main; status=In Progress; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=indicator-bluetooth; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-control-center; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges franz-hsieh huck-bernhard janitor pitti
 seb128 wa113y3s willcooke
X-Launchpad-Bug-Reporter: Huck-bernhard (huck-bernhard)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160328115044.25037.27884.malonedeb@soybean.canonical.com>
Message-Id: <20160525123749.11967.17699.malone@ackee.canonical.com>
Subject: [Bug 1562822] Re: Bluetooth Browse Files... not working
X-Launchpad-Message-Rationale: Subscriber (indicator-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: aa1b270df565a2ecdc48e8f46d4b2e4df7b1575c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562822 <1562822@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package unity-control-center -
15.04.0+16.04.20160413-0ubuntu2

---------------
unity-control-center (15.04.0+16.04.20160413-0ubuntu2) xenial; urgency=medium

  * bluetooh: remove leftover "browse" button, the backend used was
    removed during the bluez5 update and the panel callbacks were
    cleaned out, the button is doing nothing else than confusing users
    (LP: #1562822)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 12 May 2016 17:48:47
+0200

** Changed in: unity-control-center (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to indicator-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1562822

Title:
  Bluetooth Browse Files... not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1562822/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 12:51:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 135B526C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 12:51:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0BE011A4583;
	Wed, 25 May 2016 12:51:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5YH8-00042m-W5; Wed, 25 May 2016 12:51:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5YH7-00042b-DU
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 12:51:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5YH6-0000NB-3d
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:51:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DE2BC2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 12:50:58 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 12:41:20 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1582687@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels t-spam-0
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160525124120.26491.28387.malone@chaenomeles.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f2a5fa15250d70869e381c6dfffdc0d7e6fcad50
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Dmitry, this is fixed now upstream with this commit:
https://git.gnome.org/browse/metacity/commit/?h=gnome-3-18&id=1243d34816398ec9014115d4582a83ec5b84d5d0

Can you add this to 16.10 and 16.04?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 13:16:32 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EA0A326C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 13:16:32 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E15841A4610;
	Wed, 25 May 2016 13:16:32 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Yfn-0006m3-T1; Wed, 25 May 2016 13:16:31 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Yfm-0006lX-Sz
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 13:16:30 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Yfm-00034d-B4
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 13:16:30 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 438D42E80D0
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 13:16:30 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 13:07:29 -0000
From: Launchpad Bug Tracker <1433013@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Won't Fix; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=Fix Released;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=Fix Committed;
 importance=Undecided; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug-Tags: desktop-trello-import rls-w-notfixing verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 arges janitor laney ltsampros muravjov-il
 pitti r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160525130732.11967.63973.malone@ackee.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6b1d0ecef0baab6528e555244160e9e8cf17ddc9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

VGhpcyBidWcgd2FzIGZpeGVkIGluIHRoZSBwYWNrYWdlIGdub21lLXNlc3Npb24gLQozLjE4LjEu
Mi0xdWJ1bnR1MS4xNi4wNC4xCgotLS0tLS0tLS0tLS0tLS0KZ25vbWUtc2Vzc2lvbiAoMy4xOC4x
LjItMXVidW50dTEuMTYuMDQuMSkgeGVuaWFsOyB1cmdlbmN5PW1lZGl1bQoKICBbIElhaW4gTGFu
ZSBdCiAgKiBVcGRhdGUgVmNzLUJ6ciBmb3IgMTYuMDQKCiAgWyBNYXJjbyBUcmV2aXNhbiAoVHJl
dmnDsW8pIF0KICAqIGRlYmlhbi9wYXRjaGVzL2V4cG9ydF9lbnZfdG9fdXBzdGFydC5wYXRjaDoK
ICAgIC0gRXhwb3J0IGVudmlyb25tZW50IHZhcmlhYmxlcyB0byB1cHN0YXJ0IGFzIHdlbGwsIGlm
IGF2YWlsYWJsZSAoTFA6ICMxNDMzMDEzKQoKIC0tIElhaW4gTGFuZSA8aWFpbi5sYW5lQGNhbm9u
aWNhbC5jb20+ICBGcmksIDEzIE1heSAyMDE2IDA5OjE0OjI0ICswMTAwCgoqKiBDaGFuZ2VkIGlu
OiBnbm9tZS1zZXNzaW9uIChVYnVudHUgWGVuaWFsKQogICAgICAgU3RhdHVzOiBGaXggQ29tbWl0
dGVkID0+IEZpeCBSZWxlYXNlZAoKLS0gCllvdSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRp
b24gYmVjYXVzZSB5b3UgYXJlIGEgbWVtYmVyIG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNo
IGlzIHN1YnNjcmliZWQgdG8gZ25vbWUtc2Vzc2lvbiBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5s
YXVuY2hwYWQubmV0L2J1Z3MvMTQzMzAxMwoKVGl0bGU6CiAgU3VwZXIgLT4gZXhlYyB2cyBBbHQt
RjIgLT4gZXhlYyBoYXZlIGRpZmZlcmVudCBlbnZpcm9ubWVudAoKVG8gbWFuYWdlIG5vdGlmaWNh
dGlvbnMgYWJvdXQgdGhpcyBidWcgZ28gdG86Cmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3Vi
dW50dS8rc291cmNlL2dub21lLXNlc3Npb24vK2J1Zy8xNDMzMDEzLytzdWJzY3JpcHRpb25zCgot
LSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNv
bQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 13:16:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8B23826C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 13:16:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 82E991A362A;
	Wed, 25 May 2016 13:16:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Yfq-0006ng-EG; Wed, 25 May 2016 13:16:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Yfp-0006mg-1c
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 13:16:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Yfo-000354-7S
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 13:16:32 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2E35A2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 13:16:32 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 13:07:34 -0000
From: Chris J Arges <1433013@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Won't Fix; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=Fix Released;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=Fix Committed;
 importance=Undecided; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug-Tags: desktop-trello-import rls-w-notfixing verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 arges janitor laney ltsampros muravjov-il
 pitti r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Chris J Arges (arges)
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160525130734.27456.76566.malone@gac.canonical.com>
Subject: [Bug 1433013] Update Released
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 709707138a1cfccab76bba12c03750db35588884
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for gnome-session has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1433013

Title:
  Super -> exec vs Alt-F2 -> exec have different environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1433013/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 13:21:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 57BB326C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 13:21:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 510461A4611;
	Wed, 25 May 2016 13:21:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Yk8-0007cE-7y; Wed, 25 May 2016 13:21:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Yk6-0007bx-W5
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 13:20:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Yk4-0003y5-LI
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 13:20:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 861B32E80D6
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 13:20:54 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 13:11:51 -0000
From: Apport retracing service <1585626@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport ubuntu-bugs-auftrags-killer
X-Launchpad-Bug-Reporter: Muelli (ubuntu-bugs-auftrags-killer)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
X-Launchpad-Bug-Duplicate: 1436555
References: <20160525130326.27228.29966.malonedeb@gac.canonical.com>
Message-Id: <20160525131151.19337.67296.malone@soybean.canonical.com>
Subject: [Bug 1585626] Re: evince crashed with SIGSEGV in
 atk_object_notify_state_change()
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 81f2912927faa031263fc188ab25b46ebaa398fc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585626 <1585626@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1436555 ***
    https://bugs.launchpad.net/bugs/1436555

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1436555, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/1585626/+attachment/4670160/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   https://bugs.launchpad.net/bugs/1585626/+attachment/4670162/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   https://bugs.launchpad.net/bugs/1585626/+attachment/4670166/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   https://bugs.launchpad.net/bugs/1585626/+attachment/4670167/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   https://bugs.launchpad.net/bugs/1585626/+attachment/4670168/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   https://bugs.launchpad.net/bugs/1585626/+attachment/4670170/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   https://bugs.launchpad.net/bugs/1585626/+attachment/4670171/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1436555
   evince crashed with SIGSEGV in atk_object_notify_state_change()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1585626

Title:
  evince crashed with SIGSEGV in atk_object_notify_state_change()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1585626/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 13:30:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 78B8B26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 13:30:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 679261A45E8;
	Wed, 25 May 2016 13:30:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5Yte-0000hf-1P; Wed, 25 May 2016 13:30:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5Ytd-0000hV-Ja
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 13:30:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5Ytd-00065b-50
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 13:30:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 182E72E80CA
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 13:30:49 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 13:21:43 -0000
From: John Rose <john.aaron.rose@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: johnaaronrose
X-Launchpad-Bug-Reporter: John Rose (johnaaronrose)
X-Launchpad-Bug-Modifier: John Rose (johnaaronrose)
Message-Id: <20160525132144.22028.69262.malonedeb@wampee.canonical.com>
Subject: [Bug 1585635] [NEW] usb networked hard drive not recognised
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 15b9b1e90fd44aedd78125eceeadbf5bdcf1d379
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585635 <1585635@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I used to be able to access my usb hard disk (connected to router) in
Nautilus but no longer can do so. This is strange as the router's admin
sees it (screenshot attached).

PS on a thread in AskUbuntu, it suggested using the command "sudo mount -o nosuid,uid=<insert uid here>,gid=<insert gid here> //192.168.1.1/USB_Storage/ /media/public/". I tried that but got:
john@Desktop:~$ sudo mount -o nosuid,uid=1000,gid=1000 //192.168.1.1/ExternalHDD/ /media/Public/
Password for root@//192.168.1.1/ExternalHDD/:
Unable to find suitable address.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu9.11
ProcVersionSignature: Ubuntu 3.13.0-86.131-generic 3.13.11-ckt39
Uname: Linux 3.13.0-86-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.20
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 25 14:17:24 2016
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 'mime_type', 'where']"
InstallationDate: Installed on 2014-04-25 (761 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug third-party-packages trusty

** Attachment added: "Router Admin Screenshot.png"
   https://bugs.launchpad.net/bugs/1585635/+attachment/4670178/+files/Router%20Admin%20Screenshot.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1585635

Title:
  usb networked hard drive not recognised

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1585635/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 14:35:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 55F3326C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 14:35:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4DDD11A44B3;
	Wed, 25 May 2016 14:35:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5ZuX-0006cs-5p; Wed, 25 May 2016 14:35:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5ZuV-0006ch-B4
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 14:35:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5ZuU-0001yX-Vj
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 14:35:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EE0582E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 14:35:46 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 14:26:37 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=Undecided; assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=New; importance=Undecided;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=New; importance=Undecided;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels mitya57 t-spam-0
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160525142637.22472.69352.malone@wampee.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b4badc58bad72d72a9d77fbc0be8b1efe5410810
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Will do when I have time.

** Also affects: metacity (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: metacity (Ubuntu Yakkety)
   Importance: Undecided
       Status: New

** Changed in: metacity (Ubuntu Xenial)
     Assignee: (unassigned) => Dmitry Shachnev (mitya57)

** Changed in: metacity (Ubuntu Yakkety)
     Assignee: (unassigned) => Dmitry Shachnev (mitya57)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 15:11:11 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8184226C2853
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 15:11:11 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7B7291A4735;
	Wed, 25 May 2016 15:11:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5aSl-00039f-DS; Wed, 25 May 2016 15:11:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5aSk-00039S-2B
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 15:11:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5aSj-0008IY-Oj
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:11:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AC1FF2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:11:09 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 15:03:51 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=High; assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels mitya57 t-spam-0
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160525150351.26176.70346.malone@chaenomeles.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bb22cb520ad57a8fe6fa9af1e768183b0a4d393f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Funny enough, I just lost some unsaved work in Libreoffice because of
this Metacity crash. Also I can reliably reproduce it by opening and
quickly closing the "table cell border style" popup window in
LibreOffice Writer.

Looks like I should find time for this upload sooner :)

** Changed in: metacity (Ubuntu Xenial)
   Importance: Undecided => High

** Changed in: metacity (Ubuntu Yakkety)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 15:21:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7435826C21B8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 15:21:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 69C3E1A3503;
	Wed, 25 May 2016 15:21:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5acQ-0004D0-A4; Wed, 25 May 2016 15:21:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5acP-0004Cd-8e
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 15:21:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5acO-00023D-Sa
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:21:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D6F8B2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:21:08 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 15:13:14 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1582687@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=High; assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels mitya57 t-spam-0
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160525151314.17845.66360.malone@soybean.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f078ec9eec57d91d887592a0dc1fd8382e8836f1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Can you get stacktrace when you use metacity with --sync? Just to know
if this is same bug/crash...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 15:35:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CCB2026C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 15:35:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C2C951A4A8D;
	Wed, 25 May 2016 15:35:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5aqO-0006Jo-Mz; Wed, 25 May 2016 15:35:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5aqM-0006Je-Tf
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 15:35:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5aqM-0006Tg-HU
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:35:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 82B8C2E8005
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:35:34 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 15:27:39 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=High; assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels mitya57 t-spam-0
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160525152739.18315.44560.malone@soybean.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: eb496177636d49ae0715845ba32710958976ef1e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The same. It's XError in free_win function and your commit fixes it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 15:46:06 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DB52126C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 15:46:06 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D24EB1A4848;
	Wed, 25 May 2016 15:46:06 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5b0X-0007ey-MS; Wed, 25 May 2016 15:46:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5b0W-0007ei-9Q
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 15:46:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5b0V-0001pi-EG
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:46:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5F5FF2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:46:03 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 15:40:07 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1582687@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=High; assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels mitya57 t-spam-0
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160525154007.25960.89812.malone@chaenomeles.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bad4caaef8ad267c9a5bce177f50b5119514b840
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Ok. I guess you will add that patch in debian too, right? Do you need
new release? There was few other fixes in gnome-3-18 branch.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 15:56:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EBD3326C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 15:56:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E4E931A49E4;
	Wed, 25 May 2016 15:56:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5bAL-0000JP-Ns; Wed, 25 May 2016 15:56:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5bAK-0000Ic-8S
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 15:56:12 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5bAJ-0003eK-VC
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:56:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DD1502E80AF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:56:11 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 15:49:39 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Fix Released; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=upower;
 component=main; status=Fix Committed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: patch regression-proposed verification-failed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 arges crichton janitor pitti
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160525154939.28152.78202.malone@gac.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a8df2ace06f8187afb6cf0b488e14814aa4164c3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Unfortunately this fails because of
https://bugs.freedesktop.org/show_bug.cgi?id=96215

** Tags removed: verification-needed
** Tags added: regression-proposed verification-failed

** Bug watch added: freedesktop.org Bugzilla #96215
   https://bugs.freedesktop.org/show_bug.cgi?id=96215

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 15:56:23 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CD3D526C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 15:56:23 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C5CC21A4A3B;
	Wed, 25 May 2016 15:56:23 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5bAU-0000Li-TF; Wed, 25 May 2016 15:56:22 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5bAU-0000LY-49
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 15:56:22 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5bAT-0003lu-Oi
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:56:21 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B35AD2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:56:21 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 15:48:32 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=High; assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels mitya57 t-spam-0
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160525154832.17845.48264.malone@soybean.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0e0710dace3c29bfa2151ed7467ce1e1779ae0f6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I will add it to Debian too unless you plan to release 3.20.0 soon.

Do you want me to cherry-pick the other fixes too? That will be 16.10
and Debian only unless they are important (and have a test case).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 15:57:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1C25326C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 15:57:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 15B871A4A0B;
	Wed, 25 May 2016 15:57:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5bBD-0000Un-W9; Wed, 25 May 2016 15:57:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5bBC-0000UZ-Q8
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 15:57:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5bBC-0004tH-CD
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:57:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4B6E42E80C2
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 15:57:06 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 15:50:15 -0000
From: Bruce Pieterse <dev@otq.za.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=Triaged;
 importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: allenskd darkxst janitor seb128
X-Launchpad-Bug-Reporter: =?utf-8?q?David_Gonz=C3=A1lez_=28allenskd=29?=
X-Launchpad-Bug-Modifier: Bruce Pieterse (octoquad)
References: <20150327215620.7976.13544.malonedeb@soybean.canonical.com>
Message-Id: <20160525155015.28257.56009.launchpad@gac.canonical.com>
Subject: [Bug 1437502] Re: nautilus lacking 'new document' in context menu
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5ce1721773cf2a1ff8c679e2487863c944d20de9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1437502 <1437502@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: ubuntu-gnome
    Milestone: xenial => yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1437502

Title:
  nautilus lacking 'new document' in context menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1437502/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 16:01:18 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 73BEC26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 16:01:18 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6E6DC1A49C2;
	Wed, 25 May 2016 16:01:18 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5bFF-0000rw-HJ; Wed, 25 May 2016 16:01:17 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5bFD-0000rf-Ly
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 16:01:15 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5bFD-0005iO-7a
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 16:01:15 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2172C2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 16:01:15 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 15:55:13 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1582687@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=New; importance=High; assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels mitya57 t-spam-0
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160525155513.26209.2482.malone@chaenomeles.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 768dead166c0c6610ef7556d3088a4c780c22c59
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Metacity 3.20 release depends on how fast I can make all needed changes
in compiz, but I hope I can release 3.20 soon.

For debian and 16.10 you can definitely add other fixes. :) Other fixes
might be good to add also in 16.04, but they might not be very
important. Upstream bugs have steps how to reproduce.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 16:31:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 962AF26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 16:31:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 909101A45F0;
	Wed, 25 May 2016 16:31:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5biD-0005Li-EE; Wed, 25 May 2016 16:31:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5bi2-0005Ih-Jy
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 16:31:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5bi2-0002ni-C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 16:31:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3E6332E80CB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 16:31:02 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 16:23:14 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=util-linux; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: util-linux
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
 seb128 webdesignbrian
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160525162314.27261.57026.malone@gac.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 259f051a831daf274d6a31d2bc385325e205c307
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

it was fixed upstream with https://git.kernel.org/cgit/utils/util-linux
/util-linux.git/commit/?id=55ad13c26fe5d0e606be5a83937f31b8cf576588 I'm
going to backport that to yakkety/xenial

** Changed in: nautilus (Ubuntu)
       Status: Confirmed => Invalid

** Changed in: gvfs (Ubuntu)
       Status: Confirmed => Invalid

** Changed in: util-linux (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 16:45:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1298126C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 16:45:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 08D5E1A480C;
	Wed, 25 May 2016 16:45:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5bwL-0006ow-Ow; Wed, 25 May 2016 16:45:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5bwK-0006nW-LG
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 16:45:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5bwJ-0000Mk-K6
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 16:45:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6C4C02E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 16:45:47 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 16:38:23 -0000
From: Chuck-kensy <chuck.kensy@googlemail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: chuck-kensy
X-Launchpad-Bug-Reporter: Chuck-kensy (chuck-kensy)
X-Launchpad-Bug-Modifier: Chuck-kensy (chuck-kensy)
Message-Id: <20160525163823.21929.95801.malonedeb@wampee.canonical.com>
Subject: =?utf-8?q?=5BBug_1585710=5D_=5BNEW=5D_package_libsystemd0=3Aamd64_?=
 =?utf-8?q?229-4ubuntu6_failed_to_install/upgrade=3A_Paket_libsystemd0=3Aamd?=
 =?utf-8?q?64_kann_nicht_konfiguriert_werden=2C_da_libsystemd0=3Ai386_nicht_?=
 =?utf-8?q?bereit_ist_=28aktueller_Status_=C2=BBhalf-installed=C2=AB=29?=
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b82dec8755e59213ca4768af601cfd3639cce704
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585710 <1585710@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCkVycm9yIG9jY3VycmVkIHdoaWxlIGFwdCB1cGdyYWRlCgpQ
cm9ibGVtVHlwZTogUGFja2FnZQpEaXN0cm9SZWxlYXNlOiBVYnVudHUgMTYuMDQKUGFja2FnZTog
bGlic3lzdGVtZDA6YW1kNjQgMjI5LTR1YnVudHU2ClByb2NWZXJzaW9uU2lnbmF0dXJlOiBVYnVu
dHUgNC40LjAtMjIuNDAtZ2VuZXJpYyA0LjQuOApVbmFtZTogTGludXggNC40LjAtMjItZ2VuZXJp
YyB4ODZfNjQKQXBwb3J0VmVyc2lvbjogMi4yMC4xLTB1YnVudHUyCkFwdE9yZGVyaW5nOgogbGli
c3lzdGVtZDA6IENvbmZpZ3VyZQogbGlic3lzdGVtZDA6IENvbmZpZ3VyZQogTlVMTDogQ29uZmln
dXJlUGVuZGluZwpBcmNoaXRlY3R1cmU6IGFtZDY0CkRhdGU6IFdlZCBNYXkgMjUgMTg6MzM6NTMg
MjAxNgpFcnJvck1lc3NhZ2U6IFBha2V0IGxpYnN5c3RlbWQwOmFtZDY0IGthbm4gbmljaHQga29u
ZmlndXJpZXJ0IHdlcmRlbiwgZGEgbGlic3lzdGVtZDA6aTM4NiBuaWNodCBiZXJlaXQgaXN0IChh
a3R1ZWxsZXIgU3RhdHVzIMK7aGFsZi1pbnN0YWxsZWTCqykKSW5zdGFsbGF0aW9uRGF0ZTogSW5z
dGFsbGVkIG9uIDIwMTYtMDQtMjkgKDI2IGRheXMgYWdvKQpJbnN0YWxsYXRpb25NZWRpYTogVWJ1
bnR1IDE2LjA0IExUUyAiWGVuaWFsIFhlcnVzIiAtIFJlbGVhc2UgYW1kNjQgKDIwMTYwNDIwLjEp
ClJlbGF0ZWRQYWNrYWdlVmVyc2lvbnM6CiBkcGtnIDEuMTguNHVidW50dTEuMQogYXB0ICAxLjIu
MTB1YnVudHUxClNvdXJjZVBhY2thZ2U6IHN5c3RlbWQKVGl0bGU6IHBhY2thZ2UgbGlic3lzdGVt
ZDA6YW1kNjQgMjI5LTR1YnVudHU2IGZhaWxlZCB0byBpbnN0YWxsL3VwZ3JhZGU6IFBha2V0IGxp
YnN5c3RlbWQwOmFtZDY0IGthbm4gbmljaHQga29uZmlndXJpZXJ0IHdlcmRlbiwgZGEgbGlic3lz
dGVtZDA6aTM4NiBuaWNodCBiZXJlaXQgaXN0IChha3R1ZWxsZXIgU3RhdHVzIMK7aGFsZi1pbnN0
YWxsZWTCqykKVXBncmFkZVN0YXR1czogTm8gdXBncmFkZSBsb2cgcHJlc2VudCAocHJvYmFibHkg
ZnJlc2ggaW5zdGFsbCkKCioqIEFmZmVjdHM6IHN5c3RlbWQgKFVidW50dSkKICAgICBJbXBvcnRh
bmNlOiBVbmRlY2lkZWQKICAgICAgICAgU3RhdHVzOiBOZXcKCgoqKiBUYWdzOiBhbWQ2NCBhcHBv
cnQtcGFja2FnZSB4ZW5pYWwKCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9u
IGJlY2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBp
cyBzdWJzY3JpYmVkIHRvIHN5c3RlbWQgaW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFk
Lm5ldC9idWdzLzE1ODU3MTAKClRpdGxlOgogIHBhY2thZ2UgbGlic3lzdGVtZDA6YW1kNjQgMjI5
LTR1YnVudHU2IGZhaWxlZCB0byBpbnN0YWxsL3VwZ3JhZGU6CiAgUGFrZXQgbGlic3lzdGVtZDA6
YW1kNjQga2FubiBuaWNodCBrb25maWd1cmllcnQgd2VyZGVuLCBkYQogIGxpYnN5c3RlbWQwOmkz
ODYgbmljaHQgYmVyZWl0IGlzdCAoYWt0dWVsbGVyIFN0YXR1cyDCu2hhbGYtaW5zdGFsbGVkwqsp
CgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9i
dWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2Uvc3lzdGVtZC8rYnVnLzE1ODU3MTAvK3N1
YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3MgbWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0Bs
aXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMudWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZv
L2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 17:30:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5D8BE26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 17:30:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 575701A43A5;
	Wed, 25 May 2016 17:30:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5cdp-0006j2-Og; Wed, 25 May 2016 17:30:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5cdo-0006ii-J7
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 17:30:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5cdo-0003AY-5I
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 17:30:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 012902E80C9
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 17:30:44 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 17:24:18 -0000
From: Coeur Noir <gerald.maruccia@yahoo.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gerald-maruccia-e
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Coeur Noir (gerald-maruccia-e)
Message-Id: <20160525172418.26130.35427.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1585724] [NEW] labels on bookmarks have square corners
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 97a6c816fcd2cb14de9ee1d6c2c28efc6112577b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585724 <1585724@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Hi,

well it's all in the title : in nautilus / ubuntu 16.04, labels on
bookmarks have square corners

http://img15.hostingpics.net/pics/916078Capturedu20160501233053.png

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1585724

Title:
  labels on bookmarks have square corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1585724/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 17:55:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 902E926C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 17:55:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8995B1A3107;
	Wed, 25 May 2016 17:55:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5d2E-0001y3-Jz; Wed, 25 May 2016 17:55:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5d2C-0001xB-Qu
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 17:55:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5d2C-0002gW-Ce
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 17:55:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4E5012E80CA
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 17:55:56 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 17:49:52 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Fix Released; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=New;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=New;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=upower;
 component=main; status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch regression-proposed verification-failed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 arges crichton janitor pitti
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160525174952.27325.247.launchpad@gac.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bc082812ce19e12f3253c5cad3238531bdb49c11
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: unity-settings-daemon (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: upower (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: gnome-settings-daemon (Ubuntu Xenial)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 18:31:19 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B564B26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 18:31:19 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AF7141A4969;
	Wed, 25 May 2016 18:31:19 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5daR-0007lk-IW; Wed, 25 May 2016 18:31:19 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5daQ-0007lY-IA
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 18:31:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5daQ-0003qT-4E
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 18:31:18 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 069FD2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 18:31:18 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 18:22:16 -0000
From: Launchpad Bug Tracker <1398464@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor sebycarta
X-Launchpad-Bug-Reporter: Seby Carta (sebycarta)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
X-Launchpad-Bug-Duplicate: 1398355
References: <20141202165542.26947.58893.malonedeb@gac.canonical.com>
Message-Id: <20160525182217.22205.90980.malone@wampee.canonical.com>
Subject: [Bug 1398464] Re: Nautilus crash after re-mount a previously
 dismounted samba share.
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ef808d007f168ae953ef66beba08cf1c76001a0d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1398464 <1398464@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1398355 ***
    https://bugs.launchpad.net/bugs/1398355

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1398464

Title:
  Nautilus crash after re-mount a previously dismounted samba share.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1398464/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 18:51:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D83C926C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 18:51:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D1A601A4912;
	Wed, 25 May 2016 18:51:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5dtd-0001Pn-Tl; Wed, 25 May 2016 18:51:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5dtc-0001Od-Ec
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 18:51:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5dtb-0001cq-Td
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 18:51:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D8D2C2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 18:51:07 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 18:45:16 -0000
From: Launchpad Bug Tracker <1577268@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ericoporto2008 janitor travis-koch
X-Launchpad-Bug-Reporter: erico_pt (ericoporto2008)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160502021115.24867.2430.malonedeb@wampee.canonical.com>
Message-Id: <20160525184519.11965.65855.malone@ackee.canonical.com>
Subject: [Bug 1577268] Re: Brasero can't find libdvdcss when going from Ubuntu
 14.04 to 16.04 
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 22e7603bf7f67227a64ed00785928d630d511d7f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577268 <1577268@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package brasero - 3.12.1-1ubuntu4

---------------
brasero (3.12.1-1ubuntu4) yakkety; urgency=medium

  * Revert previous change it was not correct/needed, only a rebuild in
    universe is required
  * Rebuild in universe to have translations included (lp: #1574090)
  * debian/patches/01_current_libdvdcss_symbol.patch:
    - don't try to load a libdvdcss symbol which is not in the current
      version, that made the plugin fail to be enabled
      (lp: #1577268)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 12 May 2016 08:19:33
+0200

** Changed in: brasero (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1577268

Title:
  Brasero can't find libdvdcss when going from Ubuntu 14.04 to 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1577268/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 19:50:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 360FD26C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 19:50:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2E9471A488F;
	Wed, 25 May 2016 19:50:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5epI-0006U8-NW; Wed, 25 May 2016 19:50:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5epH-0006TR-62
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 19:50:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5epG-0005m7-QF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 19:50:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AFB942E80BF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 19:50:42 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 19:40:53 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: gerald-maruccia-e
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160525172418.26130.35427.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160525194054.28257.2175.launchpad@gac.canonical.com>
Subject: [Bug 1585724] Re: labels on bookmarks have square corners
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 08f14cf4eac5d039216abc6eabb031ed785a9866
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585724 <1585724@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

** Changed in: nautilus (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1585724

Title:
  labels on bookmarks have square corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1585724/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 19:51:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 45C7026C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 19:51:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3D5571A4979;
	Wed, 25 May 2016 19:51:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5epe-0006Zc-BM; Wed, 25 May 2016 19:51:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5epd-0006ZH-6q
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 19:51:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5epc-0006JS-5K
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 19:51:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 435062E80DB
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 19:51:00 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 19:41:38 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=Triaged;
 importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: allenskd darkxst janitor seb128
X-Launchpad-Bug-Reporter: =?utf-8?q?David_Gonz=C3=A1lez_=28allenskd=29?=
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20150327215620.7976.13544.malonedeb@soybean.canonical.com>
Message-Id: <20160525194138.27092.79552.launchpad@gac.canonical.com>
Subject: [Bug 1437502] Re: nautilus lacking 'new document' in context menu
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 67d193712aa19afe13c307b107864ff623fef401
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1437502 <1437502@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus (Ubuntu)
       Status: Confirmed => Triaged

** Summary changed:

- nautilus lacking 'new document' in context menu
+ nautilus lacking 'new document' in context menu on GNOME

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1437502

Title:
  nautilus lacking 'new document' in context menu on GNOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1437502/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 20:06:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3E17126C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 20:06:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3798F1A457B;
	Wed, 25 May 2016 20:06:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5f4D-000842-49; Wed, 25 May 2016 20:06:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5f4B-00083N-Tz
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 20:06:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5f4B-00038B-M4
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 20:06:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A3D242E807D
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 20:06:07 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 19:58:30 -0000
From: Rigo <1577226@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor rgr ximion yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Rigo (rgr)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160501190824.24964.10109.malonedeb@wampee.canonical.com>
Message-Id: <20160525195830.28257.31643.malone@gac.canonical.com>
Subject: [Bug 1577226] Re: "libgs_plugin_xdg_app_reviews.so" warning when
 launching gnome-software
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7d935bdfd10e261847e668c74b1047ec7cf467d6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577226 <1577226@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

In the latest package available (Including xenial-proposed)
gnome-software_3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1_amd64.deb

Running dpkg-deb -c on it gives me a symlink to nowhere.
lrwxrwxrwx root/root 0 2016-04-28 10:40 ./usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so -> libgs_plugin_xdg_app_reviews.so.0.0.0

The issue still persists.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1577226

Title:
  "libgs_plugin_xdg_app_reviews.so" warning when launching gnome-
  software

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1577226/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 20:15:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9089B26C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 20:15:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4C5891A467F;
	Wed, 25 May 2016 20:15:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5fDQ-0000Cp-7k; Wed, 25 May 2016 20:15:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5fDP-0000Cd-6x
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 20:15:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5fDO-0007Cm-TO
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 20:15:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D22532E80C7
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 20:15:38 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 20:08:54 -0000
From: PJSingh5000 <1585782@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pjsingh5000
X-Launchpad-Bug-Reporter: PJSingh5000 (pjsingh5000)
X-Launchpad-Bug-Modifier: PJSingh5000 (pjsingh5000)
Message-Id: <20160525200854.26130.24432.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1585782] [NEW] Inconsistent height on System Monitor header bar
X-Launchpad-Message-Rationale: Subscriber (gnome-system-monitor in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9e0a466b8222f56f4718da34169bce2ec037dbd9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585782 <1585782@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

ISSUE:

The height of the header bar changes depending on which button/view is selected.
The "Processes" header bar is higher than the "Resources" or "File Systems" header bar.
The "Processes" header bar has a gap below the buttons, but the "Resources" and "File Systems" header bars do not have a gap below the buttons.

DESIRED BEHAVIOR:

The height of the header bar should remain consistent, regardless of
which button/view is selected.  Preferably, the "Resources" or "File
Systems" header bars should have the same height as the "Processes"
header bar, with a gap below the buttons.

ADDITIONAL INFORMATION:

Please see the attached image.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-system-monitor 3.18.2-1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 25 15:53:11 2016
InstallationDate: Installed on 2016-05-24 (1 days ago)
InstallationMedia: Ubuntu 16.04.0 2016.05.23 amd64 "Custom Xenial Xerus"
SourcePackage: gnome-system-monitor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-system-monitor (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

** Attachment added: "System Monitor Header Bar Heights 2016-05-25-01-PS.png"
   https://bugs.launchpad.net/bugs/1585782/+attachment/4670384/+files/System%20Monitor%20Header%20Bar%20Heights%202016-05-25-01-PS.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1585782

Title:
  Inconsistent height on System Monitor header bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/1585782/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 20:21:18 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7AE5726C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 20:21:18 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 73E3E1A4890;
	Wed, 25 May 2016 20:21:18 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5fIs-0003GP-Be; Wed, 25 May 2016 20:21:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5fIp-0003C3-0V
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 20:21:15 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5fIn-0008Lk-25
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 20:21:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 694682E80D8
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 20:20:55 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 20:11:46 -0000
From: Bug Watch Updater <1537211@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=apport; component=main;
 status=Fix Released; importance=Undecided; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Released; importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=apport;
 component=main; status=Fix Released; importance=Undecided;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Fix Released; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=debian; sourcepackage=libmtp; component=main;
 status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor pitti vorlon
X-Launchpad-Bug-Reporter: Steve Langasek (vorlon)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160122212251.9602.81080.malonedeb@wampee.canonical.com>
Message-Id: <20160525201147.22594.48992.launchpad@loganberry.canonical.com>
Subject: [Bug 1537211] Re: clean up /var/log/udev.log
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 68228b335b613ebf5ecafbd3695e65ddff19ef6e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1537211 <1537211@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: libmtp (Debian)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1537211

Title:
  clean up /var/log/udev.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1537211/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 21:05:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1E6FA26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 21:05:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 11D901A4582;
	Wed, 25 May 2016 21:05:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5g01-0008DJ-Vq; Wed, 25 May 2016 21:05:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5g00-0008Ck-HC
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 21:05:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5g00-0002Ny-3a
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 21:05:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 19A182E80C3
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 21:05:52 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 20:58:03 -0000
From: Rigo <1573453@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: blade19899 canalegrande charles-b-mathias
 cyberhumano cyrilco elberro g-breysse hadriman hookedonhiken janitor
 kyalovincent mardalgo nkurbanov95 ogresto rgr
 tero-terokankaanpera-deactivatedaccount v-paul-p y-baidiuk
X-Launchpad-Bug-Reporter: Imri Paloja (blade19899)
X-Launchpad-Bug-Modifier: Rigo (rgr)
X-Launchpad-Bug-Duplicate: 1573052
References: <20160422081107.24544.98090.malonedeb@gac.canonical.com>
Message-Id: <20160525205804.28152.97067.malone@gac.canonical.com>
Subject: [Bug 1573453] Re: gnome-software cant find
 libgs_plugin_xdg_app_reviews.so
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3081d49dd331d39d2abc75ec9e82cde7b7ae7fb4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573453 <1573453@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573052 ***
    https://bugs.launchpad.net/bugs/1573052

Same issue still exists with 
gnome-software_3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1_amd64.deb

Also checked xenial-proposed for update. (Nothing)

For what I already tried see: https://askubuntu.com/questions/760377
/gnome-softwarefailed-to-open-plugin-usr-lib-gs-plugins-9-libgs-plugin-
xdg-app

And this is what I see when I run gnome-software: 
https://imgur.com/uuWCndZ

The double window frame is possibly another bug?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573453

Title:
  gnome-software cant find libgs_plugin_xdg_app_reviews.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573453/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Wed May 25 22:35:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A974E26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Wed, 25 May 2016 22:35:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 98BE91A4A1C;
	Wed, 25 May 2016 22:35:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5hOo-0000k1-BL; Wed, 25 May 2016 22:35:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5hOn-0000jr-Ay
 for desktop-bugs@lists.ubuntu.com; Wed, 25 May 2016 22:35:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5hOn-0007uJ-1t
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 22:35:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 095D92E80AF
 for <desktop-bugs@lists.ubuntu.com>; Wed, 25 May 2016 22:35:33 +0000 (UTC)
MIME-Version: 1.0
Date: Wed, 25 May 2016 22:26:47 -0000
From: Riccardo Maffei <riccardo.maffei@studio.unibo.it>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: riccardo-maffei
X-Launchpad-Bug-Reporter: Riccardo Maffei (riccardo-maffei)
X-Launchpad-Bug-Modifier: Riccardo Maffei (riccardo-maffei)
Message-Id: <20160525222647.21929.68965.malonedeb@wampee.canonical.com>
Subject: [Bug 1585818] [NEW] The selection is not shown when renaming in
 nautilus.
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 55e26691b40c60854abcdcaaf97180341418dfd9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585818 <1585818@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When you rename something in nautilus and select part of the text, the
selection is not shown.

Steps to reproduce:
 * Right click on a file or a folder and click rename.
   (at this time the name should be automatically selected)
 * If not automatically selected, manually select part of the name.

Expected behavior:
 * selected text color should change from black to white
   (or from white to a brighter white if the dark theme is enabled).
 * selected text background color should change from white to blue (or other color)
   (or from dark-grey to to blue (or other color) if the dark theme is enabled).

Actual behavior:
 * the text color is changing in the expected way.
 * the background color is not changing (or is set to a transparent color).

In the attached screenshot I've selected only "ThisTextIsSelected" and NOT selected "ThisIsNotSelected".
In the screenshot is shown the behavior with both the light and dark Adwaita theme.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu May 26 00:00:46 2016
GsettingsChanges:
 b'org.gnome.nautilus.preferences' b'sort-directories-first' b'true'
 b'org.gnome.nautilus.window-state' b'sidebar-width' b'228'
 b'org.gnome.nautilus.window-state' b'geometry' b"'967x757+556+239'"
 b'org.gnome.nautilus.window-state' b'maximized' b'true'
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 'mime_type', 'where', 'RabbitVCS::age_column', 'RabbitVCS::author_column', 'RabbitVCS::revision_column', 'RabbitVCS::status_column']"
InstallationDate: Installed on 2016-04-22 (32 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 (20160421)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

** Attachment added: "Little screenshot of the issue using both the light and dark theme."
   https://bugs.launchpad.net/bugs/1585818/+attachment/4670420/+files/nautilus-selection-issue.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1585818

Title:
  The selection is not shown when renaming in nautilus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1585818/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 01:05:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D8FAD26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 01:05:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CA7AA1A4A6B;
	Thu, 26 May 2016 01:05:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5jkJ-00055n-64; Thu, 26 May 2016 01:05:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5jkI-00055h-Dt
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 01:05:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5jkI-0006Bo-4g
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 01:05:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 221052E80AF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 01:05:54 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 00:56:49 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=evolution; component=universe; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor joanisc
 kawazu marcel-456 ockels olavl pitti tkl toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160526005650.18066.85666.launchpad@soybean.canonical.com>
Subject: [Bug 1572661] Re: Ubuntu Gnome Bug -evolution translation
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9656be6d139030ca71f08aef0ef5735f48fc2b8a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1572661

Title:
  Ubuntu Gnome Bug -evolution translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1572661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 03:05:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BC0CA26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 03:05:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A9DB41A4AAE;
	Thu, 26 May 2016 03:05:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5lcJ-0005ux-C3; Thu, 26 May 2016 03:05:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5lcI-0005uh-9h
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 03:05:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5lcH-0002GN-TV
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 03:05:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DDA7C2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 03:05:45 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 02:58:08 -0000
From: Bug Watch Updater <1247221@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton cristiangrada ericongerth janitor
 johannes-betz johnd03 leonbo nadigpradyumna register3 rkerver rnetocombr
 seb128 timppis
X-Launchpad-Bug-Reporter: Johannes Betz (johannes-betz)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20131101181310.24131.18105.malonedeb@gac.canonical.com>
Message-Id: <20160526025809.7971.41710.launchpad@loganberry.canonical.com>
Subject: [Bug 1247221] Re: Nautilus doesn't remember setting for showing
 hidden files correctly when org.gtk.Settings.FileChooser show-hidden is true
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 779bbbae06cfa24b17f5e2d9d10ec60bce0c7e3c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1247221 <1247221@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1247221

Title:
  Nautilus doesn't remember setting for showing hidden files correctly
  when org.gtk.Settings.FileChooser show-hidden is true

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1247221/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 04:05:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 65FE526C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 04:05:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6042F1A4AAD;
	Thu, 26 May 2016 04:05:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5mYT-00024o-6I; Thu, 26 May 2016 04:05:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5mYS-00024a-9v
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 04:05:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5mYR-0008AL-RT
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 04:05:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B3C142E80CA
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 04:05:51 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 03:59:37 -0000
From: Rui Neto <rneto@rneto.com.br>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton cristiangrada ericongerth janitor
 johannes-betz johnd03 leonbo nadigpradyumna register3 rkerver rnetocombr
 seb128 timppis
X-Launchpad-Bug-Reporter: Johannes Betz (johannes-betz)
X-Launchpad-Bug-Modifier: Rui Neto (rnetocombr)
References: <20131101181310.24131.18105.malonedeb@gac.canonical.com>
Message-Id: <20160526035937.27292.32788.malone@gac.canonical.com>
Subject: [Bug 1247221] Re: Nautilus doesn't remember setting for showing
 hidden files correctly when org.gtk.Settings.FileChooser show-hidden is true
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6650dc2332f85a767b48307854a8e30809d2578e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1247221 <1247221@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

To clarify: its not fixed. Ubuntu 16.04 uses nautilus 3.14.3. The bug is
fixed in latest stable version, 3.20.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1247221

Title:
  Nautilus doesn't remember setting for showing hidden files correctly
  when org.gtk.Settings.FileChooser show-hidden is true

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1247221/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 04:15:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3410726C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 04:15:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 14AA11A490E;
	Thu, 26 May 2016 04:15:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5mhw-0003A4-UF; Thu, 26 May 2016 04:15:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5mhw-00039x-KB
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 04:15:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5mhw-0000FT-E9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 04:15:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 520992E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 04:15:40 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 04:06:02 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: product=shared-mime-info; status=Unknown; importance=Unknown; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shared-mime-info;
 component=main; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
Message-Id: <20160526040602.22629.51963.malonedeb@wampee.canonical.com>
Subject: [Bug 1585867] [NEW] Support squashfs / .snap packages
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8af87e70ff01f005c5f7d6932b243ea8b1e2632f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585867 <1585867@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Support squashfs / .snap pacakges

** Affects: file-roller
     Importance: Unknown
         Status: Unknown

** Affects: shared-mime-info
     Importance: Unknown
         Status: Unknown

** Affects: file-roller (Ubuntu)
     Importance: Wishlist
         Status: Triaged

** Affects: shared-mime-info (Ubuntu)
     Importance: Wishlist
         Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1585867

Title:
  Support squashfs / .snap packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1585867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 04:15:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3C2C526C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 04:15:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 350321A490E;
	Thu, 26 May 2016 04:15:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5mhz-0003BE-3N; Thu, 26 May 2016 04:15:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5mhy-0003Au-Eo
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 04:15:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5mhy-0000FX-3a
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 04:15:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 15CC82E80AF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 04:15:42 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 04:09:45 -0000
From: Launchpad Bug Tracker <1585867@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: product=shared-mime-info; status=Unknown; importance=Unknown; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shared-mime-info;
 component=main; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160526040602.22629.51963.malonedeb@wampee.canonical.com>
Message-Id: <20160526040945.10753.68187.launchpad@ackee.canonical.com>
Subject: [Bug 1585867] Re: Support squashfs / .snap pacakges
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6261a366e0025abdc726461675a1651bebbe57bd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585867 <1585867@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Branch linked: lp:~ubuntu-desktop/file-roller/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1585867

Title:
  Support squashfs / .snap packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1585867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 04:20:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 46FF126C21B8
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 04:20:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 40BE51A4AAC;
	Thu, 26 May 2016 04:20:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5mmo-0003gB-U9; Thu, 26 May 2016 04:20:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5mmn-0003g1-W9
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 04:20:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5mmn-0000cA-EV
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 04:20:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 536BA2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 04:20:41 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 04:10:30 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: product=shared-mime-info; status=Unknown; importance=Unknown; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shared-mime-info;
 component=main; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160526040602.22629.51963.malonedeb@wampee.canonical.com>
Message-Id: <20160526041031.22432.81242.launchpad@wampee.canonical.com>
Subject: [Bug 1585867] Re: Support squashfs / .snap pacakges
X-Launchpad-Message-Rationale: Subscriber (shared-mime-info in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 444a1bed6e3a5484555dde95c5528637477e9f69
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585867 <1585867@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: shared-mime-info (Ubuntu)
   Importance: Undecided
       Status: New

** Bug watch added: freedesktop.org Bugzilla #43621
   https://bugs.freedesktop.org/show_bug.cgi?id=43621

** Also affects: shared-mime-info via
   https://bugs.freedesktop.org/show_bug.cgi?id=43621
   Importance: Unknown
       Status: Unknown

** Bug watch added: GNOME Bug Tracker #662519
   https://bugzilla.gnome.org/show_bug.cgi?id=662519

** Also affects: file-roller via
   https://bugzilla.gnome.org/show_bug.cgi?id=662519
   Importance: Unknown
       Status: Unknown

** Changed in: shared-mime-info (Ubuntu)
       Status: New => Triaged

** Changed in: shared-mime-info (Ubuntu)
   Importance: Undecided => Wishlist

** Summary changed:

- Support squashfs / .snap pacakges
+ Support squashfs / .snap packages

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu.
https://bugs.launchpad.net/bugs/1585867

Title:
  Support squashfs / .snap packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1585867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 05:15:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B947726C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 05:15:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A4D301A4A36;
	Thu, 26 May 2016 05:15:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5ne1-0000EX-9h; Thu, 26 May 2016 05:15:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5ne1-0000ES-1o
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 05:15:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5ne0-00076y-QQ
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 05:15:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C21C42E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 05:15:40 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 05:08:20 -0000
From: Hans Ginzel <hans@matfyz.cz>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: hans-matfyz
X-Launchpad-Bug-Reporter: Hans Ginzel (hans-matfyz)
X-Launchpad-Bug-Modifier: Hans Ginzel (hans-matfyz)
Message-Id: <20160526050820.26334.77183.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1585873] [NEW] multiline links
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 685c51f6bef87b4983ea0f0a53443ced028ecacb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585873 <1585873@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

When a link continues on next line(s), e.g. generated links from
LinkedIn in e-mails, gnome-terminal takes only the first line.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: i386
CurrentDesktop: Unity
Date: Thu May 26 06:51:43 2016
SourcePackage: gnome-terminal
UpgradeStatus: Upgraded to xenial on 2016-05-03 (22 days ago)

** Affects: gnome-terminal (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386 xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1585873

Title:
  multiline links

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1585873/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 05:25:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5122226C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 05:25:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3CE5C1A4AA7;
	Thu, 26 May 2016 05:25:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5nnf-0000j6-TI; Thu, 26 May 2016 05:25:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5nne-0000if-Ic
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 05:25:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5nne-0008PY-8t
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 05:25:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 368FE2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 05:25:38 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 05:18:04 -0000
From: Hans Ginzel <hans@matfyz.cz>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: hans-matfyz
X-Launchpad-Bug-Reporter: Hans Ginzel (hans-matfyz)
X-Launchpad-Bug-Modifier: Hans Ginzel (hans-matfyz)
References: <20160526050820.26334.77183.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160526051804.27401.88070.launchpad@gac.canonical.com>
Subject: [Bug 1585873] Re: multiline links
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3447270559ebe96b58da6feec5a4402f3f46f882
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585873 <1585873@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Description changed:

  When a link continues on next line(s), e.g. generated links from
- LinkedIn in e-mails, gnome-terminal takes only the first line.
- 
- ProblemType: Bug
- DistroRelease: Ubuntu 16.04
- Package: gnome-terminal 3.18.3-1ubuntu1
- ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
- Uname: Linux 4.4.0-22-generic i686
- NonfreeKernelModules: nvidia
- ApportVersion: 2.20.1-0ubuntu2
- Architecture: i386
- CurrentDesktop: Unity
- Date: Thu May 26 06:51:43 2016
- SourcePackage: gnome-terminal
- UpgradeStatus: Upgraded to xenial on 2016-05-03 (22 days ago)
+ LinkedIn in e-mails, gnome-terminal takes only the first line. See
+ #238463.

** Description changed:

  When a link continues on next line(s), e.g. generated links from
- LinkedIn in e-mails, gnome-terminal takes only the first line. See
+ LinkedIn in e-mails, gnome-terminal takes only the first line. See bug
  #238463.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1585873

Title:
  multiline links

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1585873/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 05:56:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C5A4226C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 05:56:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BDDB11A4AC5;
	Thu, 26 May 2016 05:56:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5oH1-0003bK-RH; Thu, 26 May 2016 05:55:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5oGv-0003a7-QH
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 05:55:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5oGv-0002Mq-F0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 05:55:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 686052E80CB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 05:55:53 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 05:48:37 -0000
From: Claude Champagne <1572661@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=evolution; component=universe; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor joanisc
 kawazu marcel-456 ockels olavl pitti tkl toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: Claude Champagne (1claudechampagne)
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160526054837.26405.10120.malone@chaenomeles.canonical.com>
Subject: [Bug 1572661] Re: Ubuntu Gnome Bug -evolution translation
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7fab1e48014fbdfbc6a54f818fc8de684bf9a269
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can also confirmed that the Evolution in Xenial-Proposed works.

It's now in french.

Thanks a lot !

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1572661

Title:
  Ubuntu Gnome Bug -evolution translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1572661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 06:01:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 55F1226C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 06:01:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4E77A1A4AFD;
	Thu, 26 May 2016 06:01:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5oM1-00041W-CZ; Thu, 26 May 2016 06:01:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5oLz-00041D-ID
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 06:01:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5oLz-0002eQ-6o
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 06:01:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 269F52E808D
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 06:01:07 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 05:52:31 -0000
From: Launchpad Bug Tracker <1585867@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: product=shared-mime-info; status=Unknown; importance=Unknown; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shared-mime-info;
 component=main; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160526040602.22629.51963.malonedeb@wampee.canonical.com>
Message-Id: <20160526055234.10802.99235.malone@ackee.canonical.com>
Subject: [Bug 1585867] Re: Support squashfs / .snap packages
X-Launchpad-Message-Rationale: Subscriber (shared-mime-info in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9500279303b14bea19fd473cbebaef0a8152a674
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585867 <1585867@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package file-roller - 3.20.2-0ubuntu2

---------------
file-roller (3.20.2-0ubuntu2) yakkety; urgency=medium

  * debian/control:
    - Suggest squashfs-tools
  * debian/patches/squashfs.patch:
    - Support squashfs (i.e. .snap) files (LP: #1585867)

 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 26 May 2016
16:06:39 +1200

** Changed in: file-roller (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu.
https://bugs.launchpad.net/bugs/1585867

Title:
  Support squashfs / .snap packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1585867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 06:01:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9C9A926C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 06:01:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 978141A4AB9;
	Thu, 26 May 2016 06:01:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5oM7-00043N-H7; Thu, 26 May 2016 06:01:15 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5oM5-00043B-T8
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 06:01:13 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5oM5-0002hE-Io
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 06:01:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8B70D2E808D
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 06:01:13 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 05:55:18 -0000
From: Claude Champagne <1572661@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=evolution; component=universe; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor joanisc
 kawazu marcel-456 ockels olavl pitti tkl toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: Claude Champagne (1claudechampagne)
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160526055518.22205.12671.malone@wampee.canonical.com>
Subject: [Bug 1572661] Re: Ubuntu Gnome Bug -evolution translation
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bde2656fcb7e12c39eb930cdce02b6269b177163
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

But...

I can also say that this xenial-proposed version crashes easily.

I wanted to hide the information/header of one email, the buton with the
sign " - " and Evolution closed immediatley.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1572661

Title:
  Ubuntu Gnome Bug -evolution translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1572661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 06:25:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ADED626C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 06:25:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A24401A4AFB;
	Thu, 26 May 2016 06:25:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5ojt-00068M-0b; Thu, 26 May 2016 06:25:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5ojs-00068C-7n
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 06:25:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5ojr-0006WI-PT
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 06:25:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B77C22E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 06:25:47 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 06:18:55 -0000
From: Bug Watch Updater <1585867@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Confirmed; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: product=shared-mime-info; status=Unknown; importance=Unknown; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shared-mime-info;
 component=main; status=Triaged; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160526040602.22629.51963.malonedeb@wampee.canonical.com>
Message-Id: <20160526061856.11781.66956.launchpad@loganberry.canonical.com>
Subject: [Bug 1585867] Re: Support squashfs / .snap packages
X-Launchpad-Message-Rationale: Subscriber (shared-mime-info in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ebc0568889a775106053742da3aa4e0cda0627b7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585867 <1585867@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: file-roller
       Status: Unknown => Confirmed

** Changed in: file-roller
   Importance: Unknown => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu.
https://bugs.launchpad.net/bugs/1585867

Title:
  Support squashfs / .snap packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1585867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 06:50:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 081FF26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 06:50:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E64AB1A47EC;
	Thu, 26 May 2016 06:50:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5p7t-0007x5-II; Thu, 26 May 2016 06:50:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5p7s-0007wv-6j
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 06:50:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5p7s-0001lv-0h
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 06:50:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 03B792E805B
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 06:50:36 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 06:41:46 -0000
From: 852159 <vilassardemar1994@hotmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-keyring;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package kali-rolling third-party-packages
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: vilassardemar1994
X-Launchpad-Bug-Reporter: 852159 (vilassardemar1994)
X-Launchpad-Bug-Modifier: 852159 (vilassardemar1994)
Message-Id: <20160526064146.25960.84322.malonedeb@chaenomeles.canonical.com>
Subject: =?utf-8?q?=5BBug_1585899=5D_=5BNEW=5D_package_gnome-keyring_3=2E18?=
 =?utf-8?q?=2E3-0ubuntu2_failed_to_install/upgrade=3A_intentando_sobreescrib?=
 =?utf-8?q?ir_=60/usr/lib/x86=5F64-linux-gnu/pkcs11/gnome-keyring-pkcs11=2Es?=
 =?utf-8?q?o=27=2C_que_est=C3=A1_tambi=C3=A9n_en_el_paquete_libp11-kit-gnome?=
 =?utf-8?q?-keyring=3Aamd64_3=2E18=2E3-0ubuntu2?=
X-Launchpad-Message-Rationale: Subscriber (gnome-keyring in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 753efc649236085e78d81f4d74867e6123cfa2dc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585899 <1585899@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCj8KClByb2JsZW1UeXBlOiBQYWNrYWdlCkRpc3Ryb1JlbGVh
c2U6IEthbGkgMjAxNi4xClBhY2thZ2U6IGdub21lLWtleXJpbmcgMy4xOC4zLTB1YnVudHUyClBy
b2NWZXJzaW9uU2lnbmF0dXJlOiBVYnVudHUgNC40LjAtMjMuNDEtZ2VuZXJpYyA0LjQuMTAKVW5h
bWU6IExpbnV4IDQuNC4wLTIzLWdlbmVyaWMgeDg2XzY0Ck5vbmZyZWVLZXJuZWxNb2R1bGVzOiB3
bApBcHBvcnRWZXJzaW9uOiAyLjIwLjEtMHVidW50dTIuMQpBcmNoaXRlY3R1cmU6IGFtZDY0CkRh
dGU6IFRodSBNYXkgMjYgMDg6NDA6NDIgMjAxNgpFcnJvck1lc3NhZ2U6IGludGVudGFuZG8gc29i
cmVlc2NyaWJpciBgL3Vzci9saWIveDg2XzY0LWxpbnV4LWdudS9wa2NzMTEvZ25vbWUta2V5cmlu
Zy1wa2NzMTEuc28nLCBxdWUgZXN0w6EgdGFtYmnDqW4gZW4gZWwgcGFxdWV0ZSBsaWJwMTEta2l0
LWdub21lLWtleXJpbmc6YW1kNjQgMy4xOC4zLTB1YnVudHUyClJlbGF0ZWRQYWNrYWdlVmVyc2lv
bnM6CiBkcGtnIDEuMTguNwogYXB0ICAxLjIuMTIKU291cmNlUGFja2FnZTogZ25vbWUta2V5cmlu
ZwpUaXRsZTogcGFja2FnZSBnbm9tZS1rZXlyaW5nIDMuMTguMy0wdWJ1bnR1MiBmYWlsZWQgdG8g
aW5zdGFsbC91cGdyYWRlOiBpbnRlbnRhbmRvIHNvYnJlZXNjcmliaXIgYC91c3IvbGliL3g4Nl82
NC1saW51eC1nbnUvcGtjczExL2dub21lLWtleXJpbmctcGtjczExLnNvJywgcXVlIGVzdMOhIHRh
bWJpw6luIGVuIGVsIHBhcXVldGUgbGlicDExLWtpdC1nbm9tZS1rZXlyaW5nOmFtZDY0IDMuMTgu
My0wdWJ1bnR1MgpVcGdyYWRlU3RhdHVzOiBObyB1cGdyYWRlIGxvZyBwcmVzZW50IChwcm9iYWJs
eSBmcmVzaCBpbnN0YWxsKQoKKiogQWZmZWN0czogZ25vbWUta2V5cmluZyAoVWJ1bnR1KQogICAg
IEltcG9ydGFuY2U6IFVuZGVjaWRlZAogICAgICAgICBTdGF0dXM6IE5ldwoKCioqIFRhZ3M6IGFt
ZDY0IGFwcG9ydC1wYWNrYWdlIGthbGktcm9sbGluZyB0aGlyZC1wYXJ0eS1wYWNrYWdlcwoKLS0g
CllvdSByZWNlaXZlZCB0aGlzIGJ1ZyBub3RpZmljYXRpb24gYmVjYXVzZSB5b3UgYXJlIGEgbWVt
YmVyIG9mIFVidW50dQpEZXNrdG9wIEJ1Z3MsIHdoaWNoIGlzIHN1YnNjcmliZWQgdG8gZ25vbWUt
a2V5cmluZyBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTU4NTg5
OQoKVGl0bGU6CiAgcGFja2FnZSBnbm9tZS1rZXlyaW5nIDMuMTguMy0wdWJ1bnR1MiBmYWlsZWQg
dG8gaW5zdGFsbC91cGdyYWRlOgogIGludGVudGFuZG8gc29icmVlc2NyaWJpciBgL3Vzci9saWIv
eDg2XzY0LWxpbnV4LWdudS9wa2NzMTEvZ25vbWUtCiAga2V5cmluZy1wa2NzMTEuc28nLCBxdWUg
ZXN0w6EgdGFtYmnDqW4gZW4gZWwgcGFxdWV0ZSBsaWJwMTEta2l0LWdub21lLQogIGtleXJpbmc6
YW1kNjQgMy4xOC4zLTB1YnVudHUyCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlz
IGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2UvZ25v
bWUta2V5cmluZy8rYnVnLzE1ODU4OTkvK3N1YnNjcmlwdGlvbnMKCi0tIApkZXNrdG9wLWJ1Z3Mg
bWFpbGluZyBsaXN0CmRlc2t0b3AtYnVnc0BsaXN0cy51YnVudHUuY29tCmh0dHBzOi8vbGlzdHMu
dWJ1bnR1LmNvbS9tYWlsbWFuL2xpc3RpbmZvL2Rlc2t0b3AtYnVncw==

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 07:00:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5083E26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 07:00:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4683C1A4858;
	Thu, 26 May 2016 07:00:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5pHq-0000h2-5r; Thu, 26 May 2016 07:00:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5pHp-0000gj-4O
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 07:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5pHo-0004Xa-TP
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 07:00:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CA8942E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 07:00:52 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 06:54:32 -0000
From: raven322 <1585904@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: raven322 (spike85051)
Message-Id: <20160526065432.22472.40033.malonedeb@wampee.canonical.com>
Subject: [Bug 1585904] [NEW] virtualbox upstream glitch
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 30986e3c40d46734669a46314d73cabdc2777607
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585904 <1585904@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

sore subject or not, OSX support is thrown to the pisser due to a glitch
in the boot of the installer cd.

with qemu, this glitch can be avoided. virtualbox ignores the setting to
do so, causing the install disc to lock up the app when the video output
comes up.

the fault is with the MSR responsible for power management. IGNORE it,
and the disc works fine. Virtualbox has no option, and ignores the
global OS host setting to do so.Therefore one is not able to virtualize
the OSX at this time.

Testing with yosemite.(yo sem it ee)

This is why people are reporting errors they cant get around. May be
limited to unices, people seem to be using on sindows without hassle.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1585904

Title:
  virtualbox upstream glitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1585904/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 07:01:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B4D4A26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 07:01:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AE62A1A485D;
	Thu, 26 May 2016 07:01:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5pHx-0000kH-JG; Thu, 26 May 2016 07:01:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5pHw-0000jk-4H
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 07:01:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5pHv-0004eW-Ts
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 07:00:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AF75A2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 07:00:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 06:53:32 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: riccardo-maffei seb128
X-Launchpad-Bug-Reporter: Riccardo Maffei (riccardo-maffei)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160525222647.21929.68965.malonedeb@wampee.canonical.com>
Message-Id: <20160526065332.27683.9809.malone@gac.canonical.com>
Subject: [Bug 1585818] Re: The selection is not shown when renaming in
 nautilus.
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9f999b6f111379d890c3c3e01c71381d198da731
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585818 <1585818@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

looks like an issue with the theme, the selection shows fine under unity
with the Ubuntu theme

** Package changed: nautilus (Ubuntu) => gtk+3.0 (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1585818

Title:
  The selection is not shown when renaming in nautilus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1585818/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 07:06:29 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 69A6D26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 07:06:29 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 636D51A425D;
	Thu, 26 May 2016 07:06:29 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5pNE-0000ze-Eh; Thu, 26 May 2016 07:06:28 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5pNC-0000yz-Rf
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 07:06:26 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5pNC-0005Oy-L0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 07:06:26 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9C23D2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 07:06:26 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 06:58:31 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pjsingh5000
X-Launchpad-Bug-Reporter: PJSingh5000 (pjsingh5000)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
X-Launchpad-Bug-Duplicate: 1576304
References: <20160525200854.26130.24432.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160526065831.28257.24513.launchpad@gac.canonical.com>
Subject: [Bug 1585782] Re: Inconsistent height on System Monitor header bar
X-Launchpad-Message-Rationale: Subscriber (gnome-system-monitor in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fc9ab6f42dd504db26f9ec990eea539923967c75
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585782 <1585782@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1576304 ***
    https://bugs.launchpad.net/bugs/1576304

** Changed in: gnome-system-monitor (Ubuntu)
   Importance: Undecided => Low

** This bug has been marked a duplicate of bug 1576304
   System Monitor GUI bugs when switching from Processes to Resources or File Systems

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1585782

Title:
  Inconsistent height on System Monitor header bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/1585782/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 07:06:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D1AAD26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 07:06:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C948D1A4217;
	Thu, 26 May 2016 07:06:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5pNM-00012K-Nh; Thu, 26 May 2016 07:06:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5pNL-00011x-Kx
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 07:06:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5pNL-0005VV-7a
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 07:06:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 981D62E80C6
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 07:06:34 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 06:58:28 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 0cs9r-cyil-wz6b3 janitor
X-Launchpad-Bug-Reporter: AsciiWolf (0cs9r-cyil-wz6b3)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160428160731.17701.5095.malonedeb@soybean.canonical.com>
Message-Id: <20160526065828.22775.64738.launchpad@wampee.canonical.com>
Subject: [Bug 1576304] Re: System Monitor GUI bugs when switching from
 Processes to Resources or File Systems
X-Launchpad-Message-Rationale: Subscriber (gnome-system-monitor in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 057e1c38d807a2a7a632ba6d1f64f9b97e17e9f4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576304 <1576304@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-system-monitor (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1576304

Title:
  System Monitor GUI bugs when switching from Processes to Resources or
  File Systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/1576304/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 07:06:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B958726C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 07:06:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B223C1A425D;
	Thu, 26 May 2016 07:06:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5pNO-00013e-T6; Thu, 26 May 2016 07:06:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5pNN-000138-6X
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 07:06:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5pNM-0005Va-Qv
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 07:06:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C9E372E80C2
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 07:06:36 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 06:58:46 -0000
From: Launchpad Bug Tracker <1576304@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 0cs9r-cyil-wz6b3 janitor
X-Launchpad-Bug-Reporter: AsciiWolf (0cs9r-cyil-wz6b3)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160428160731.17701.5095.malonedeb@soybean.canonical.com>
Message-Id: <20160526065846.27456.80787.malone@gac.canonical.com>
Subject: [Bug 1576304] Re: System Monitor GUI bugs when switching from
 Processes to Resources or File Systems
X-Launchpad-Message-Rationale: Subscriber (gnome-system-monitor in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7229cd7c8e1f4c88746cddba6e6983efe3efbabe
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576304 <1576304@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-system-monitor (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1576304

Title:
  System Monitor GUI bugs when switching from Processes to Resources or
  File Systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/1576304/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 07:21:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 736D326C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 07:21:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 687A71A4821;
	Thu, 26 May 2016 07:21:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5pbH-0002Oa-Ge; Thu, 26 May 2016 07:20:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5pbG-0002O9-23
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 07:20:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5pbE-0007Lp-To
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 07:20:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A831E2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 07:20:56 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 07:14:59 -0000
From: Launchpad Bug Tracker <1280671@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-keyring;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash trusty
X-Launchpad-Bug-Information-Type: Public Security
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: yes
X-Launchpad-Bug-Commenters: 14-08 apport janitor
X-Launchpad-Bug-Reporter: 14-08@mail.ru (14-08)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
X-Launchpad-Bug-Duplicate: 1200950
References: <20140215204623.2015.15002.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160526071500.25793.33136.malone@chaenomeles.canonical.com>
Subject: [Bug 1280671] Re: gnome-keyring-daemon crashed with SIGABRT in
 g_assertion_message()
X-Launchpad-Message-Rationale: Subscriber (gnome-keyring in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 008f64283975bed7f19c72cec2e0220f0ed27bc1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1280671 <1280671@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1200950 ***
    https://bugs.launchpad.net/bugs/1200950

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-keyring (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/1280671

Title:
  gnome-keyring-daemon crashed with SIGABRT in g_assertion_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1280671/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 08:35:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6D27626C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 08:35:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5374E1A4861;
	Thu, 26 May 2016 08:35:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5qlf-0001Ac-Jd; Thu, 26 May 2016 08:35:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5qld-0001AJ-T0
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 08:35:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5qld-0003Aw-79
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 08:35:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 24E592E80CC
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 08:35:45 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 08:28:25 -0000
From: Hamidreza Jafari <1283003@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=blueman; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=blueman; component=universe;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=bluez; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: regression regression-release ua xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: akaname ali-abry army-r-c browning brumfield-glenn
 c0ffeeartc cacula christian-bizet columgaynor
 crew-j crm7290 cschramm
 davicaputo db4mt diwic dominik-christ fabien-beosfrance fragargon george97477
 gillies gregrwm hamidrjafari harenberg henrodon hesse-hsr iliyanconev janitor
 jayanth-murthy jdr23bc jhundais johndoe99 jon-i-millard just-boris kamisli
 karim-sonbol279 kiori kolbeb larry-foxgulch lee-gixxer leet+ lissovoy lupa18
 mariosaleiro-z maxheise micaroni miguelqvd morland-chris mstefanski1987
 n4rps-m nachoarsuaga nachokb nhaines nichtsowichtig88 omri-stein
 pablomguevara pegngary pepmanuel qvovadis r0lf reidwicks rpkrawczyk
 santilli-gabriele seb128 sf-lp t-romaniv technologiclee thomas-pasch ulrith
 vanpivix vdragon waimangu wlainer wseverin wxl zakapior1983 zig-59
X-Launchpad-Bug-Reporter: Fabien Lusseau (fabien-beosfrance)
X-Launchpad-Bug-Modifier: Hamidreza Jafari (hamidrjafari)
References: <20140221111526.1869.61053.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160526082825.26367.98020.malone@chaenomeles.canonical.com>
Subject: [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not
 working after last couple of updates
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 776c9488952ff2bb76e976c5d309d8b5ee119ce0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1283003 <1283003@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Buggy bluetooth has been around since 15.04 when I had devices to
connect. I experience similar problems as many others that the
connection is full of bug and pray. It is time it change!

I am using Ubuntu 16.04, XUbuntu 16.04 and Ubuntu 15.04.

Let me know if I can contribute with log reports etc.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/blueman/+bug/1283003/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 09:01:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B867226C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 09:01:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AEF421A4847;
	Thu, 26 May 2016 09:01:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5rA7-0003fJ-Hy; Thu, 26 May 2016 09:01:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5rA6-0003ew-Fd
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 09:01:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5rA5-0002uN-VB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 09:01:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D54CE2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 09:01:01 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 08:54:35 -0000
From: Compinfer <1283003@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=blueman; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=blueman; component=universe;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=bluez; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-bluetooth;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: regression regression-release ua xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: akaname ali-abry army-r-c browning brumfield-glenn
 c0ffeeartc cacula christian-bizet columgaynor
 crew-j crm7290 cschramm
 davicaputo db4mt diwic dominik-christ fabien-beosfrance fragargon george97477
 gillies gregrwm hamidrjafari harenberg henrodon hesse-hsr iliyanconev janitor
 jayanth-murthy jdr23bc jhundais johndoe99 jon-i-millard just-boris kamisli
 karim-sonbol279 kiori kolbeb larry-foxgulch lee-gixxer leet+ lissovoy lupa18
 mariosaleiro-z maxheise micaroni miguelqvd morland-chris mstefanski1987
 n4rps-m nachoarsuaga nachokb nhaines nichtsowichtig88 nvkinf omri-stein
 pablomguevara pegngary pepmanuel qvovadis r0lf reidwicks rpkrawczyk
 santilli-gabriele seb128 sf-lp t-romaniv technologiclee thomas-pasch ulrith
 vanpivix vdragon waimangu wlainer wseverin wxl zakapior1983 zig-59
X-Launchpad-Bug-Reporter: Fabien Lusseau (fabien-beosfrance)
X-Launchpad-Bug-Modifier: Compinfer (nvkinf)
References: <20140221111526.1869.61053.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160526085435.26253.70504.malone@chaenomeles.canonical.com>
Subject: [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not
 working after last couple of updates
X-Launchpad-Message-Rationale: Subscriber (gnome-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1433b55ca8e44e2a6fa35c2882a0d2a7729a30b2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1283003 <1283003@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

After upgrade from ubuntu 14.04 to 16.04 can not switch from A2DP to HSP
in gnome-control-center sound.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1283003

Title:
  [Bluetooth + 14.04] Bluetooth headsets are not working after last
  couple of updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/blueman/+bug/1283003/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 11:21:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 413B726C22F6
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 11:21:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2D0E91A4941;
	Thu, 26 May 2016 11:21:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5tLf-0007dk-Ga; Thu, 26 May 2016 11:21:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5tLd-0007dN-Nm
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 11:21:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5tLc-0005s3-0G
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 11:21:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B79802E8193
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 11:20:57 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 11:14:13 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=virtualbox;
 component=multiverse; status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pitti spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160526065432.22472.40033.malonedeb@wampee.canonical.com>
Message-Id: <20160526111414.18136.95668.malone@soybean.canonical.com>
Subject: [Bug 1585904] Re: virtualbox upstream glitch
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2ac869576bbc92c7613dd87c6c682e2530e79775
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585904 <1585904@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Sorry, I'm afraid this isn't very comprehensible. Can you please try to
describe in more detail what the problem is here?

** Package changed: systemd (Ubuntu) => virtualbox (Ubuntu)

** Changed in: virtualbox (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1585904

Title:
  virtualbox upstream glitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1585904/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 12:06:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6C5A926C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 12:06:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 65E5E1A2E48;
	Thu, 26 May 2016 12:06:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5u3w-0003dY-F3; Thu, 26 May 2016 12:06:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5u3r-0003bf-PB
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 12:06:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5u3r-0003Ef-DV
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 12:06:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 63A892E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 12:06:47 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 11:56:53 -0000
From: Norbert <1270579@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=hundredpapercuts; status=Won't Fix;
 importance=Wishlist; assignee=None; 
X-Launchpad-Bug: product=linuxmint; status=Confirmed; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upstart; status=Confirmed; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=cinnamon-settings-daemon; 
 component=universe; status=Confirmed; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Won't Fix; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=mate-settings-daemon;
 component=universe; status=Fix Released; importance=Wishlist;
 assignee=martin@flexion.org; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Confirmed; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Won't Fix; importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug patch precise quantal raring saucy trusty
 utopic
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andi brksays chenzero codygarver crichton
 doctor-rover es20490446e froggz19-0 jacoberikjohn janitor jjchico medsnikers
 nrbrtx pitti r2rien u-contact-ekimia-fr xlat
X-Launchpad-Bug-Reporter: Norbert (nrbrtx)
X-Launchpad-Bug-Modifier: Norbert (nrbrtx)
References: <20140119133800.30842.16241.malonedeb@soybean.canonical.com>
Message-Id: <20160526115655.25793.10451.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1270579] Re: On laptops,
 screen brightness and keyboard backlight isn't memorized between
 sessions
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3b26c939c1bdf26b86b3aaeed2944733344048dd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1270579 <1270579@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCiAgSE9XIFRPIFJFUFJPRFVDRToKICDCoMKgMS4gQm9v
dCBhIGxhcHRvcC4KICDCoMKgMi4gU2V0IGEgZGlmZmVyZW50IHNjcmVlbiAob3Iga2V5Ym9hcmQp
IGJhY2tsaWdodCBicmlnaHRuZXNzIGxldmVsLgogIMKgwqAzLiBSZWJvb3QuCiAgCiAgUkVTVUxU
OgogIMKgwqBCYWNrbGlnaHQgaXMgbm90IG1lbW9yaXplZC4KICAKICBGSVg6CiAgwqDCoEEuIEZv
ciBVYnVudHUgMTIuMDQgTFRTIGFuZCAxNC4wNCBMVFMgaW5zdGFsbCBteSBwYWNrYWdlIGZyb20g
UFBBCiAgwqDCoMKgwqBzdWRvIGFkZC1hcHQtcmVwb3NpdG9yeSBwcGE6bnJicnR4L3N5c3Zpbml0
LWJhY2tsaWdodAogIMKgwqDCoMKgc3VkbyBhcHQtZ2V0IHVwZGF0ZQogIMKgwqDCoMKgc3VkbyBh
cHQtZ2V0IGluc3RhbGwgc3lzdmluaXQtYmFja2xpZ2h0CiAgCiAgwqDCoMKgwqBOT1RFUzoKICDC
oMKgwqDCoDEuIElmIHlvdSBoYXZlIGluc3RhbGxlZCBwcmV2aW91cyBub24tZGViIHZlcnNpb24s
IHBsZWFzZSByZW1vdmUgaXQgY2FyZWZ1bGx5IG1hbnVhbGx5CiAgwqDCoMKgwqDCoMKgc3VkbyBy
bSAvZXRjL3JjPy5kLz8yNWJhY2tsaWdodCAvZXRjL2luaXQuZC9icmlnaHRuZXNzIC9ldGMvcmM/
LmQvPzI1YnJpZ2h0bmVzcwotIMKgwqAgIDIuIElmIHlvdSBoYXZlIGluc3RhbGxlZCBwcmV2aW91
cyB2ZXJzaW9uIGZyb20gbXkgUFBBIG9uIFVidW50dSAxNC4wNCwgcGxlYXNlIHJlaW5zdGFsbCB0
aGUgcGFja2FnZSBieToKKyDCoMKgICAyLiBJZiB5b3UgaGF2ZSBpbnN0YWxsZWQgcHJldmlvdXMg
dmVyc2lvbiBmcm9tIG15IFBQQSBvbiBVYnVudHUgMTQuMDQgTFRTLCBwbGVhc2UgcmVpbnN0YWxs
IHRoZSBwYWNrYWdlIGJ5OgogIMKgwqDCoMKgICBzdWRvIGFwdC1nZXQgcHVyZ2Ugc3lzdmluaXQt
YmFja2xpZ2h0CiAgwqDCoMKgwqDCoMKgc3VkbyBhcHQtZ2V0IGluc3RhbGwgc3lzdmluaXQtYmFj
a2xpZ2h0CiAgwqDCoMKgwqAzLiBWZXJzaW9uIDAuMXVidW50dTEgc3VwcG9ydHMgc2F2ZS9yZXN0
b3JlIG9mIGtleWJvYXJkIGJhY2tsaWdodCB0b28uCiAgCi0gwqDCoEIuIFVidW50dSAxNC4xMCBp
cyBhdCBFT0wgKGZyb20gSnVseSAyMDE1KSwgVWJ1bnR1IDE1LjA0IGlzIG5lYXIgRU9MIChyZWFs
bHkgaW4gSmFudWFyeSAyMDE2KSwgc28gdXNlcnMgc2hvdWxkIHVwZ3JhZGUgdGhlbSB0byBVYnVu
dHUgMTUuMTAgKHNlZSBDIGJlbG93KS4KLSDCoMKgwqDCoMKgTXkgc2NyaXB0IHNlZW1zIHRvIGJl
IGluY29tcGF0aWJsZSB3aXRoIHRoaXMgVWJ1bnR1IHZlcnNpb24gLSByZW1vdmUgaXQgd2l0aAor
IMKgwqBCLiBVYnVudHUgMTQuMTAgaXMgYXQgRU9MIChmcm9tIEp1bHkgMjAxNSksIFVidW50dSAx
NS4wNCBpcyBhdCBFT0wgKGZyb20gIEphbnVhcnkgMjAxNiksIFVidW50dSAxNS4xMCBpcyBuZWFy
IEVPTCAocmVhbGx5IGF0IEp1bHkgMjAxNiksIHNvIHVzZXJzIHNob3VsZCB1cGdyYWRlIHRoZW0g
dG8gVWJ1bnR1IDE2LjA0IChzZWUgQyBiZWxvdykuCisgwqDCoMKgwqDCoE15IHNjcmlwdCBpcyBp
bmNvbXBhdGlibGUgd2l0aCB0aGVzZSBVYnVudHUgdmVyc2lvbnMgLSByZW1vdmUgaXQgd2l0aAog
IMKgwqDCoMKgwqDCoHN1ZG8gYXB0LWdldCBwdXJnZSBzeXN2aW5pdC1iYWNrbGlnaHQKICDCoMKg
wqDCoMKgwqBzdWRvIGFkZC1hcHQtcmVwb3NpdG9yeSAtciBwcGE6bnJicnR4L3N5c3Zpbml0LWJh
Y2tsaWdodAogIAotIMKgwqBDLiBVYnVudHUgMTUuMDQgYW5kIDE1LjEwIGhhdmUgc3lzdGVtZC1i
YWNrbGlnaHRALnNlcnZpY2UuIEl0IHNhdmVzIGFuZCByZXN0b3JlcyBzY3JlZW4gYW5kIGtleWJv
YXJkIGJhY2tsaWdodCBsZXZlbHMuCisgwqDCoEMuIFVidW50dSAxNS4wNCwgMTUuMTAgYW5kIDE2
LjA0IExUUyBoYXZlIHN5c3RlbWQtYmFja2xpZ2h0QC5zZXJ2aWNlLiBJdCBzYXZlcyBhbmQgcmVz
dG9yZXMgc2NyZWVuIGFuZCBrZXlib2FyZCBiYWNrbGlnaHQgbGV2ZWxzLgogIMKgwqDCoMKgwqBN
eSBzY3JpcHQgaXMgaW5jb21wYXRpYmxlIHdpdGggdGhlc2UgVWJ1bnR1IHZlcnNpb25zLgogIAog
IFByb2JsZW1UeXBlOiBCdWcKICBEaXN0cm9SZWxlYXNlOiBVYnVudHUgMTQuMDQKICBQYWNrYWdl
OiBpbml0c2NyaXB0cyAyLjg4ZHNmLTQxdWJ1bnR1NQogIFByb2NWZXJzaW9uU2lnbmF0dXJlOiBV
YnVudHUgMy4xMy4wLTQuMTktZ2VuZXJpYyAzLjEzLjAtcmM4CiAgVW5hbWU6IExpbnV4IDMuMTMu
MC00LWdlbmVyaWMgaTY4NgogIEFwcG9ydFZlcnNpb246IDIuMTMuMS0wdWJ1bnR1MQogIEFyY2hp
dGVjdHVyZTogaTM4NgogIEN1cnJlbnREZXNrdG9wOiBHTk9NRQogIERhdGU6IFN1biBKYW4gMTkg
MTc6MjA6MjYgMjAxNAogIEluc3RhbGxhdGlvbkRhdGU6IEluc3RhbGxlZCBvbiAyMDEzLTEwLTIw
ICg5MSBkYXlzIGFnbykKICBJbnN0YWxsYXRpb25NZWRpYTogVWJ1bnR1IDEzLjEwICJTYXVjeSBT
YWxhbWFuZGVyIiAtIFJlbGVhc2UgaTM4NiAoMjAxMzEwMTYuMSkKICBTb3VyY2VQYWNrYWdlOiBz
eXN2aW5pdAogIFVwZ3JhZGVTdGF0dXM6IFVwZ3JhZGVkIHRvIHRydXN0eSBvbiAyMDEzLTExLTE5
ICg2MSBkYXlzIGFnbykKCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJl
Y2F1c2UgeW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBz
dWJzY3JpYmVkIHRvIGdub21lLXNldHRpbmdzLWRhZW1vbiBpbiBVYnVudHUuCmh0dHBzOi8vYnVn
cy5sYXVuY2hwYWQubmV0L2J1Z3MvMTI3MDU3OQoKVGl0bGU6CiAgT24gbGFwdG9wcywgc2NyZWVu
IGJyaWdodG5lc3MgYW5kIGtleWJvYXJkIGJhY2tsaWdodCBpc24ndCBtZW1vcml6ZWQKICBiZXR3
ZWVuIHNlc3Npb25zCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0
bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvZGVsbC1zcHV0bmlrLytidWcvMTI3MDU3OS8r
c3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVncyBtYWlsaW5nIGxpc3QKZGVza3RvcC1idWdz
QGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0cy51YnVudHUuY29tL21haWxtYW4vbGlzdGlu
Zm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 13:50:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1B70026C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 13:50:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1320C1A4B29;
	Thu, 26 May 2016 13:50:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5vgf-0007tq-V7; Thu, 26 May 2016 13:50:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5vge-0007tA-QV
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 13:50:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5vgc-0001A0-Eq
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 13:50:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 220EE2E80DC
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 13:50:53 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 13:42:04 -0000
From: David Barth <david.barth@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=oxide; status=Invalid; importance=Undecided;
 assignee=alexandre.abreu@canonical.com; 
X-Launchpad-Bug: product=webapps-sprint; milestone=sprint-23;
 status=In Progress; importance=High; assignee=alberto.mardegan@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=In Progress; importance=High;
 assignee=alberto.mardegan@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webbrowser-app;
 component=main; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alanbell dbarth mardy osomon
X-Launchpad-Bug-Reporter: Alan Bell (alanbell)
X-Launchpad-Bug-Modifier: David Barth (dbarth)
References: <20160301113759.1884.15755.malonedeb@gac.canonical.com>
Message-Id: <20160526134205.28295.68488.launchpad@gac.canonical.com>
Subject: [Bug 1551686] Re: browser leaks old location data to web pages
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: af4106ed9a3bdad640c61ac8f618e3ef5b43ac68
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1551686 <1551686@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: webapps-sprint
    Milestone: sprint-22 => sprint-23

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1551686

Title:
  browser leaks old location data to web pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1551686/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 14:21:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2EDBF26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 14:21:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 292B11A4B65;
	Thu, 26 May 2016 14:21:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5w9r-000461-4Z; Thu, 26 May 2016 14:21:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5w9q-00045c-Lw
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 14:21:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5w9o-0002Ut-U8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 14:21:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A71002E80C9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 14:21:00 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 14:12:57 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: multiarch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: robert-ancell seb128
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20151021200913.26698.25546.malonedeb@gac.canonical.com>
Message-Id: <20160526141257.22281.71797.malone@wampee.canonical.com>
Subject: [Bug 1508600] Re: Build with multiarch support
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 145fc8b3a511c933cba902ebfd2f7da771eeea6d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1508600 <1508600@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

https://launchpad.net/ubuntu/+source/totem/3.18.1-1ubuntu3

** Changed in: totem (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1508600

Title:
  Build with multiarch support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1508600/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 14:21:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6082826C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 14:21:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5AA231A4B32;
	Thu, 26 May 2016 14:21:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5w9u-00048L-7r; Thu, 26 May 2016 14:21:10 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5w9s-00046v-Hn
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 14:21:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5w9q-0002Uw-Fb
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 14:21:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B073D2E80D7
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 14:21:02 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 14:13:36 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Incomplete; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: saqman2060 seb128
X-Launchpad-Bug-Reporter: Istimsak (saqman2060)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20150906014533.15488.46721.malonedeb@gac.canonical.com>
Message-Id: <20160526141337.22432.93603.malone@wampee.canonical.com>
Subject: [Bug 1492662] Re: The totem play button could not be selected
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1d8650be8dc9e733988155f95cc84720a09aca1f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1492662 <1492662@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report. Can you reproduce the issue? How do you
start totem?

** Changed in: totem (Ubuntu)
   Importance: Undecided => Low

** Changed in: totem (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1492662

Title:
  The totem play button could not be selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1492662/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 16:05:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1FC1526C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 16:05:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 16B911A4B36;
	Thu, 26 May 2016 16:05:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5xnD-0006pt-KT; Thu, 26 May 2016 16:05:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5xnC-0006pR-9K
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 16:05:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5xnB-00030E-Q2
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 16:05:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B1F5B2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 16:05:49 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 15:56:37 -0000
From: Launchpad Bug Tracker <1582687@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels janitor mitya57 t-spam-0
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160526155638.10802.40596.malone@ackee.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cb52ef82870e1a935666017640f3bde206f375bb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package metacity - 1:3.18.4-2ubuntu1

---------------
metacity (1:3.18.4-2ubuntu1) yakkety; urgency=medium

  * Merge with Debian unstable, remaining changes:
    - debian/metacity-common.links: Show keybindings in Unity control center.
    - debian/metacity-common.gsettings-override: Change the default theme to
      Ambiance.

 -- Dmitry Shachnev <mitya57@ubuntu.com>  Thu, 26 May 2016 17:10:54
+0300

** Changed in: metacity (Ubuntu Yakkety)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 16:50:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 91B9726C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 16:50:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 88F611A3D14;
	Thu, 26 May 2016 16:50:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5yUX-0003Rr-4X; Thu, 26 May 2016 16:50:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5yUV-0003Qo-LO
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 16:50:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5yUV-0008HA-7h
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 16:50:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2EB6A2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 16:50:35 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 16:43:25 -0000
From: Apport retracing service <1586105@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution-data-server;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash third-party-packages trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport campbell-boyd-gmail
X-Launchpad-Bug-Reporter: Campbell Boyd (campbell-boyd-gmail)
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
X-Launchpad-Bug-Duplicate: 1235177
References: <20160526163722.27189.21737.malonedeb@gac.canonical.com>
Message-Id: <20160526164325.27683.54148.malone@gac.canonical.com>
Subject: [Bug 1586105] Re: evolution-source-registry crashed with SIGSEGV in
 g_slice_alloc()
X-Launchpad-Message-Rationale: Subscriber (evolution-data-server in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6205c11762cfd64f72cbdc73465322c9ea00fe43
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586105 <1586105@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1235177 ***
    https://bugs.launchpad.net/bugs/1235177

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1235177, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/1586105/+attachment/4670820/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   https://bugs.launchpad.net/bugs/1586105/+attachment/4670822/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   https://bugs.launchpad.net/bugs/1586105/+attachment/4670823/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   https://bugs.launchpad.net/bugs/1586105/+attachment/4670824/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   https://bugs.launchpad.net/bugs/1586105/+attachment/4670825/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   https://bugs.launchpad.net/bugs/1586105/+attachment/4670826/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   https://bugs.launchpad.net/bugs/1586105/+attachment/4670827/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1235177
   evolution-source-registry crashed with SIGSEGV in magazine_chain_pop_head()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in Ubuntu.
https://bugs.launchpad.net/bugs/1586105

Title:
  evolution-source-registry crashed with SIGSEGV in g_slice_alloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1586105/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 17:05:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9C12B26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 17:05:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8A5AC1A4BD0;
	Thu, 26 May 2016 17:05:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5yjL-00064s-7H; Thu, 26 May 2016 17:05:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5yjJ-00064J-RK
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 17:05:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5yjJ-0003HX-E7
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 17:05:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6934F2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 17:05:53 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 16:57:46 -0000
From: rich <dzy4@mail.ru>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Incomplete; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dzy4 seb128
X-Launchpad-Bug-Reporter: rich (dzy4)
X-Launchpad-Bug-Modifier: rich (dzy4)
References: <20160523170334.21455.7010.malonedeb@wampee.canonical.com>
Message-Id: <20160526165746.19337.94284.malone@soybean.canonical.com>
Subject: [Bug 1584884] Re: totem crush with Segmentation fault.
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 38bc3b8e7ed0b0a6de2ebe78598e7300990a3b5e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584884 <1584884@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You need this or something more?

** Attachment added: "msg"
   https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1584884/+attachment/4670828/+files/msg

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1584884

Title:
  totem crush with Segmentation fault.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1584884/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 18:16:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7EC5A26C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 18:16:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 762951A4B96;
	Thu, 26 May 2016 18:16:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b5zpJ-0004k0-Gk; Thu, 26 May 2016 18:16:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b5zpI-0004ji-Ib
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 18:16:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b5zpH-0007NR-Vj
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 18:16:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EB4362E80CD
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 18:16:07 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 18:09:29 -0000
From: Launchpad Bug Tracker <1562822@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=oem-priority; status=New; importance=Critical;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=indicator-bluetooth;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=indicator-bluetooth; component=main; status=In Progress;
 importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-control-center; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arges franz-hsieh huck-bernhard janitor pitti
 seb128 wa113y3s willcooke
X-Launchpad-Bug-Reporter: Huck-bernhard (huck-bernhard)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160328115044.25037.27884.malonedeb@soybean.canonical.com>
Message-Id: <20160526180931.10801.70774.malone@ackee.canonical.com>
Subject: [Bug 1562822] Re: Bluetooth Browse Files... not working
X-Launchpad-Message-Rationale: Subscriber (indicator-bluetooth in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 432927ab0984eb7bae41728c4ffd0fac9a23e360
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1562822 <1562822@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package indicator-bluetooth -
0.0.6+16.10.20160526-0ubuntu1

---------------
indicator-bluetooth (0.0.6+16.10.20160526-0ubuntu1) yakkety; urgency=medium

  * Remove the "browse" action since there is no working backend (LP:
    #1562822)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 26 May 2016 13:34:48
+0000

** Changed in: indicator-bluetooth (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to indicator-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1562822

Title:
  Bluetooth Browse Files... not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1562822/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 18:31:18 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 79BA326C2294
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 18:31:18 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5B1F01A4B52;
	Thu, 26 May 2016 18:31:18 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b603x-0005oC-12; Thu, 26 May 2016 18:31:17 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b603v-0005o7-9j
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 18:31:15 +0000
Received: from soybean.canonical.com ([91.189.89.57])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b603v-0004rL-48
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 18:31:15 +0000
Received: from soybean.canonical.com (localhost [127.0.0.1])
 by soybean.canonical.com (Postfix) with ESMTPS id B3A4D32201F
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 18:31:14 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 18:31:14 -0000
From: Launchpad Bug Tracker <1510895@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton paulw2u xtien
X-Launchpad-Bug-Reporter: Xtien (xtien)
X-Launchpad-Bug-Modifier: Paul White (paulw2u)
References: <20151028111520.28710.32825.malonedeb@gac.canonical.com>
Subject: [Bug 1510895] [NEW] no mouse pointer in shell window
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160526183114.17994.82338.launchpad@soybean.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3986aa07bf72821607edd50ed2a0f50a302abc51
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1510895 <1510895@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

("ubuntu-bug" doesn't work, it crashes)

When I hover my mouse pointer over a shell window, it becomes invisible.
That makes it hard to select the shell window and start typing. I have
Ubuntu 15.04 which I update whenever there's updates.

** Affects: gnome-terminal (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: bot-comment vivid
-- 
no mouse pointer in shell window
https://bugs.launchpad.net/bugs/1510895
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 18:41:04 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F18AE26C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 18:41:04 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E9E011A4BE5;
	Thu, 26 May 2016 18:41:04 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b60DQ-0006Q3-QZ; Thu, 26 May 2016 18:41:04 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b60DP-0006Ph-6A
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 18:41:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b60DO-0006Yg-PC
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 18:41:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BD0D02E80C4
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 18:41:02 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 18:29:49 -0000
From: Paul White <bugs@pcwhite.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: bot-comment vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton paulw2u xtien
X-Launchpad-Bug-Reporter: Xtien (xtien)
X-Launchpad-Bug-Modifier: Paul White (paulw2u)
References: <20151028111520.28710.32825.malonedeb@gac.canonical.com>
Message-Id: <20160526182950.26607.71759.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1510895] Re: no mouse pointer in shell window
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 33ed8c2e35e43a48d8f991fa11385377e7e776ee
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1510895 <1510895@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: ubuntu
       Status: Incomplete => New

** Package changed: ubuntu => gnome-terminal (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1510895

Title:
  no mouse pointer in shell window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1510895/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 18:56:27 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9F2F426C22F6
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 18:56:27 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 95E911A4BDB;
	Thu, 26 May 2016 18:56:27 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b60SI-0008J8-J2; Thu, 26 May 2016 18:56:26 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b60SD-0008IQ-6w
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 18:56:21 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b60SC-0004dm-CQ
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 18:56:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7D3D22E80C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 18:56:18 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 18:47:14 -0000
From: Seth Arnold <1388743@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libimobiledevice;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=libimobiledevice; component=main; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug utopic
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dario-rubiano ehcpdeveloper giecrilj janitor
 luke32j pitti seb128 seth-arnold sf-lp
 yatc18ks0g8zofezrpk3xa7828d-5k-ngeefk4xayt3t4u9watah405veq
X-Launchpad-Bug-Reporter: Sebastian F (sf-lp)
X-Launchpad-Bug-Modifier: Seth Arnold (seth-arnold)
References: <20141103083837.22953.75751.malonedeb@wampee.canonical.com>
Message-Id: <20160526184714.26064.86390.malone@chaenomeles.canonical.com>
Subject: [Bug 1388743] Re: iOS 8.1 - Could not start
 com.apple.mobile.installation_proxy!
X-Launchpad-Message-Rationale: Subscriber (libimobiledevice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1023dcf0190ec579f48b6cdb01d68708d58e1b6a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1388743 <1388743@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

CVE-2016-5104 was assigned for this issue:
http://www.openwall.com/lists/oss-security/2016/05/26/6

Thanks

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2016-5104

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1388743

Title:
  iOS 8.1 - Could not start com.apple.mobile.installation_proxy!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1388743/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 19:21:15 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5AADC26C282F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 19:21:15 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 541BC1A4BE9;
	Thu, 26 May 2016 19:21:15 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b60qH-0002ok-RI; Thu, 26 May 2016 19:21:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b60qD-0002n8-0f
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 19:21:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b60qB-0006XP-8g
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 19:21:07 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 82BE22E8237
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 19:20:58 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 19:08:58 -0000
From: Launchpad Bug Tracker <1577768@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=util-linux; component=main;
 status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: util-linux
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davrosjos gerald-maruccia-e janitor lbsolost
 seb128 webdesignbrian
X-Launchpad-Bug-Reporter: Coeur Noir (gerald-maruccia-e)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160503125740.24033.77064.malonedeb@gac.canonical.com>
Message-Id: <20160526190901.10801.42670.malone@ackee.canonical.com>
Subject: [Bug 1577768] Re: 16.04 some dvd do not mount automatically (but do
 in 14.04)
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0c744bfa050886a2764fce43fbfa073a40836578
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577768 <1577768@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package util-linux - 2.28-5ubuntu2

---------------
util-linux (2.28-5ubuntu2) yakkety; urgency=medium

  * debian/patches/git_hybrid_cds.patch:
    - backport upstream fix to make hybrid disk work again, should resolve
      some disks like video DVDs not showing in the desktop interface
      (lp: #1577768)

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 25 May 2016 18:20:21
+0200

** Changed in: util-linux (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1577768

Title:
  16.04 some dvd do not mount automatically (but do in 14.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1577768/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 19:41:32 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CC0AF26C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 19:41:32 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C5BE81A420B;
	Thu, 26 May 2016 19:41:32 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b619w-00054g-NJ; Thu, 26 May 2016 19:41:32 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b619v-00054W-0u
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 19:41:31 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b619u-0004qe-Cp
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 19:41:30 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 498FB2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 19:41:30 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 19:35:02 -0000
From: Takkat <1388957@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor takkat-nebuk
X-Launchpad-Bug-Reporter: Takkat (takkat-nebuk)
X-Launchpad-Bug-Modifier: Takkat (takkat-nebuk)
References: <20141103194735.6160.91299.malonedeb@soybean.canonical.com>
Message-Id: <20160526193502.26405.13257.malone@chaenomeles.canonical.com>
Subject: [Bug 1388957] Re: Evolution delays GNOME session quit
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ddf01e4eb262bb33850c36f02aab5752ff28496f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1388957 <1388957@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Still present in Ubuntu 16.04 Evolution 3.18.5.2

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1388957

Title:
  Evolution delays GNOME session quit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1388957/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 20:01:30 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E26A026C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 20:01:30 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DD1DA1A4B0A;
	Thu, 26 May 2016 20:01:30 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b61TG-00076d-Nm; Thu, 26 May 2016 20:01:30 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b61TF-000762-50
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 20:01:29 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b61TE-0001NU-C8
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 20:01:28 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 452E12E80CD
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 20:01:28 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 19:52:08 -0000
From: Nikita Yerenkov-Scott <1551283@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-control-center;
 component=universe; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=im-config; component=main; 
 status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=language-selector;
 component=main; status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alkisg darkxst gunnarhj janitor mitya57
 yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160229153738.1778.57896.malonedeb@soybean.canonical.com>
Message-Id: <20160526195209.22432.90053.malone@wampee.canonical.com>
Subject: [Bug 1551283] Re: ibus/im-config in Ubuntu GNOME
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 24f7f48b46add0c806fa89ec0544a69084b6bbe9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1551283 <1551283@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Just to add, I have now tested it and if I install "Japanese" through
the language-selector-gnome and then remove that program (because it
doesn't work otherwise for some reason) I get the "Japanese (Anthy)"
input source, however if I add "Japanese" just through the normal means
(not the language-selector-gnome) then I do not get that input source
which is actually the only real one that properly provides Japanese so
that is bad. Should I file a new report on this issue?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1551283

Title:
  ibus/im-config in Ubuntu GNOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1551283/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 20:06:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B3A8826C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 20:06:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A3CBF1A4B82;
	Thu, 26 May 2016 20:06:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b61Xi-0007ni-AZ; Thu, 26 May 2016 20:06:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b61Xg-0007mn-Sh
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 20:06:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b61Xf-0002g2-JB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 20:06:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6E7552E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 20:06:03 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 19:58:54 -0000
From: Nikita Yerenkov-Scott <1551283@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-control-center;
 component=universe; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=im-config; component=main; 
 status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=language-selector;
 component=main; status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alkisg darkxst gunnarhj janitor mitya57
 yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160229153738.1778.57896.malonedeb@soybean.canonical.com>
Message-Id: <20160526195854.28023.98010.malone@gac.canonical.com>
Subject: [Bug 1551283] Re: ibus/im-config in Ubuntu GNOME
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ad644386e779181ec50369c878c1094574efaccf
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1551283 <1551283@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Because clearly there is something which is necessary for Anthy that the
langauge-selector-gnome installs that the in-built system doesn't for
some reason but should.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1551283

Title:
  ibus/im-config in Ubuntu GNOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1551283/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 20:20:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6230A26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 20:20:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 580BA1A4BC4;
	Thu, 26 May 2016 20:20:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b61m0-0000VZ-8y; Thu, 26 May 2016 20:20:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b61lz-0000VG-BQ
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 20:20:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b61lx-00010O-M2
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 20:20:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 96EDE2E80C2
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 20:20:49 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 20:14:56 -0000
From: Gunnar Hjalmarsson <1551283@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-control-center;
 component=universe; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=im-config; component=main; 
 status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=language-selector;
 component=main; status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alkisg darkxst gunnarhj janitor mitya57
 yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
References: <20160229153738.1778.57896.malonedeb@soybean.canonical.com>
Message-Id: <20160526201456.22432.540.malone@wampee.canonical.com>
Subject: [Bug 1551283] Re: ibus/im-config in Ubuntu GNOME
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f941f9e7ca7791c1a498b446e34b93dc2f937874
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1551283 <1551283@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Nikita: If you still have that issue, yes, it would be a new bug. Then
it would be great if you could start with a fresh installation of Ubuntu
GNOME 16.04, and explain step by step what you did.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1551283

Title:
  ibus/im-config in Ubuntu GNOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1551283/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 20:35:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4768B26C2294
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 20:35:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3D7461A4613;
	Thu, 26 May 2016 20:35:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b620S-00029h-St; Thu, 26 May 2016 20:35:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b620R-00028f-P2
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 20:35:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b620R-0003tI-AA
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 20:35:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2EA7D2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 20:35:47 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 20:27:55 -0000
From: Nikita Yerenkov-Scott <1551283@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-control-center;
 component=universe; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=im-config; component=main; 
 status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=language-selector;
 component=main; status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alkisg darkxst gunnarhj janitor mitya57
 yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160229153738.1778.57896.malonedeb@soybean.canonical.com>
Message-Id: <20160526202755.17880.23862.malone@soybean.canonical.com>
Subject: [Bug 1551283] Re: ibus/im-config in Ubuntu GNOME
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c8e831b5a77e023e12c093cf92f31d32e342d79f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1551283 <1551283@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Well, I just did a fresh install of Ubuntu GNOME 15.10, I planning to
upgrade to 16.04 soon through fresh install (probably) but I haven't
done so yet, though I can run a fresh install of 16.04 in a VM.

** Changed in: gnome-session (Ubuntu)
       Status: New => Fix Released

** Changed in: ubuntu-gnome
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1551283

Title:
  ibus/im-config in Ubuntu GNOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1551283/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 20:55:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CFCB926C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 20:55:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C843B1A4BFB;
	Thu, 26 May 2016 20:55:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b62Js-00040Z-0D; Thu, 26 May 2016 20:55:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b62Jq-0003zL-9k
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 20:55:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b62Jp-00008D-Np
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 20:55:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A4D172E80CE
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 20:55:49 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 20:46:18 -0000
From: Nikita Yerenkov-Scott <1551283@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-control-center;
 component=universe; status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=im-config; component=main; 
 status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=language-selector;
 component=main; status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-control-center;
 component=main; status=Fix Released; importance=Medium;
 assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alkisg darkxst gunnarhj janitor mitya57
 yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160229153738.1778.57896.malonedeb@soybean.canonical.com>
Message-Id: <20160526204618.27325.99981.malone@gac.canonical.com>
Subject: [Bug 1551283] Re: ibus/im-config in Ubuntu GNOME
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c78dcba3650ebfe201e30698a863ddef7b912080
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1551283 <1551283@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Right, I have now filed a report here on this issue: Bug #1586164.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1551283

Title:
  ibus/im-config in Ubuntu GNOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1551283/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 21:20:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EF58826C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 21:20:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E6F911A47B7;
	Thu, 26 May 2016 21:20:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b62hy-0006sG-Ql; Thu, 26 May 2016 21:20:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b62hw-0006qe-MP
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 21:20:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b62hw-000857-2q
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 21:20:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F2DE32E80CA
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 21:20:43 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 21:10:45 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Confirmed; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: product=shared-mime-info; status=Unknown; importance=Unknown; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shared-mime-info;
 component=main; status=Fix Committed; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=file-roller; component=main; status=Triaged; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=shared-mime-info; component=main; status=Triaged;
 importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20160526040602.22629.51963.malonedeb@wampee.canonical.com>
Message-Id: <20160526211045.25824.88503.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1585867] Re: Support squashfs / .snap packages
X-Launchpad-Message-Rationale: Subscriber (shared-mime-info in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 75a95dbdd4fcaa6d5b8d3aa5131609950387b43d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585867 <1585867@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: file-roller (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: shared-mime-info (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Changed in: file-roller (Ubuntu Xenial)
       Status: New => Triaged

** Changed in: shared-mime-info (Ubuntu)
       Status: Triaged => Fix Committed

** Changed in: shared-mime-info (Ubuntu Xenial)
       Status: New => Triaged

** Changed in: shared-mime-info (Ubuntu Xenial)
   Importance: Undecided => Wishlist

** Changed in: file-roller (Ubuntu Xenial)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu.
https://bugs.launchpad.net/bugs/1585867

Title:
  Support squashfs / .snap packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1585867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 21:41:10 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9AF7326C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 21:41:10 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 919FD1A464C;
	Thu, 26 May 2016 21:41:10 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b631h-0000ij-ME; Thu, 26 May 2016 21:41:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b631g-0000iZ-Pu
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 21:41:08 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b631g-0003DJ-DU
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 21:41:08 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5B13D2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 21:41:08 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 21:33:09 -0000
From: Amr Ibrahim <1584853@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=exiv2; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=exiv2; component=main;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 rbanffy yg-jensge
X-Launchpad-Bug-Reporter: =?utf-8?q?Ricardo_B=C3=A1nffy_=28rbanffy=29?=
X-Launchpad-Bug-Modifier: Amr Ibrahim (amribrahim1987)
References: <20160523155151.1141.62186.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160526213309.22629.83666.malone@wampee.canonical.com>
Subject: [Bug 1584853] Re: Shotwell crashes on startup
X-Launchpad-Message-Rationale: Subscriber (shotwell in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4fd0b481391773d0cc77a535586ba8e5a11adf35
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584853 <1584853@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

0.25-3 could be SRUed to Xenial. The diff is very small.

** Package changed: shotwell (Ubuntu) => exiv2 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shotwell in Ubuntu.
https://bugs.launchpad.net/bugs/1584853

Title:
  Shotwell crashes on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exiv2/+bug/1584853/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 22:20:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5678226C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 22:20:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4F7231A4B6C;
	Thu, 26 May 2016 22:20:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b63e5-0004R4-BP; Thu, 26 May 2016 22:20:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b63e4-0004Qu-Cu
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 22:20:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b63e3-0008Qw-QR
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 22:20:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A0F462E80CA
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 22:20:47 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 22:14:56 -0000
From: Bug Watch Updater <1581888@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gtk; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: ui
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bph seb128
X-Launchpad-Bug-Reporter: Blair Houghton (bph)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160514224425.7818.10471.malonedeb@soybean.canonical.com>
Message-Id: <20160526221457.11647.62066.launchpad@loganberry.canonical.com>
Subject: [Bug 1581888] Re: Open command toggles between default paths
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 032ebab5f100417bbd17d922b2afddb4bd6b3e6d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581888 <1581888@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gtk
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1581888

Title:
  Open command toggles between default paths

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1581888/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 22:35:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8486626C2294
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 22:35:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7D4F51A4B4E;
	Thu, 26 May 2016 22:35:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b63sh-0006IV-M0; Thu, 26 May 2016 22:35:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b63sg-0006IA-W2
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 22:35:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b63sg-0004qU-Aq
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 22:35:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 21A7D2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 22:35:54 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 22:27:44 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=hundredpapercuts; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-panel;
 component=universe; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor lbsolost
X-Launchpad-Bug-Reporter: Erick Brunzell (lbsolost)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20151114221048.4504.72465.malonedeb@gac.canonical.com>
Message-Id: <20160526222745.18031.96314.launchpad@soybean.canonical.com>
Subject: [Bug 1516316] Re: Username in flashback menu tree displays empty limb
X-Launchpad-Message-Rationale: Subscriber (gnome-panel in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4d479736d6b14edccf49cd89166ec73498a8171f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1516316 <1516316@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-panel (Ubuntu)
   Importance: Undecided => Medium

** Also affects: hundredpapercuts
   Importance: Undecided
       Status: New

** Changed in: hundredpapercuts
       Status: New => Confirmed

** Changed in: hundredpapercuts
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1516316

Title:
  Username in flashback menu tree displays empty limb

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1516316/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 23:00:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 40C6D26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 23:00:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 393E61A49B4;
	Thu, 26 May 2016 23:00:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b64Gt-0008O9-4R; Thu, 26 May 2016 23:00:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b64Gr-0008NS-Nv
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 23:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b64Gr-00033r-Da
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 23:00:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 63EF32E80C9
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 23:00:53 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 22:53:58 -0000
From: Brian Murray <brian@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=brasero; status=Unknown; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=Fix Released; importance=High; assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=brasero; component=universe; status=Fix Committed;
 importance=High; assignee=seb128@ubuntu.com; 
X-Launchpad-Bug-Tags: patch verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brian-murray febcrash gunnarhj janitor seb128
 tomtomtom
X-Launchpad-Bug-Reporter: Olivier Febwin (febcrash)
X-Launchpad-Bug-Modifier: Brian Murray (brian-murray)
References: <20160423190757.24128.20183.malonedeb@gac.canonical.com>
Message-Id: <20160526225358.27365.10876.malone@gac.canonical.com>
Subject: [Bug 1574090] Re: Brasero not translated at all on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 53b082dabb2adf985b2e6eff9e875963b339a657
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574090 <1574090@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Olivier, or anyone else affected,

Accepted brasero into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/brasero/3.12.1-1ubuntu3~16.04 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: brasero (Ubuntu Xenial)
       Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1574090

Title:
  Brasero not translated at all on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/brasero/+bug/1574090/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 23:05:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6C6A526C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 23:05:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5D1C31A4B6C;
	Thu, 26 May 2016 23:05:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b64Lc-0000cH-8H; Thu, 26 May 2016 23:05:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b64La-0000bz-N4
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 23:05:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b64La-0004dM-6p
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 23:05:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1D9892E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 23:05:46 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 22:57:02 -0000
From: Brian Murray <brian@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=brasero; component=universe; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brian-murray ericoporto2008 janitor travis-koch
X-Launchpad-Bug-Reporter: erico_pt (ericoporto2008)
X-Launchpad-Bug-Modifier: Brian Murray (brian-murray)
References: <20160502021115.24867.2430.malonedeb@wampee.canonical.com>
Message-Id: <20160526225703.19337.71655.malone@soybean.canonical.com>
Subject: [Bug 1577268] Re: Brasero can't find libdvdcss when going from Ubuntu
 14.04 to 16.04 
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6e15af10b6644d38b6ab684d63b81488f273e7fc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577268 <1577268@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello erico_pt, or anyone else affected,

Accepted brasero into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/brasero/3.12.1-1ubuntu3~16.04 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: brasero (Ubuntu Xenial)
       Status: New => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1577268

Title:
  Brasero can't find libdvdcss when going from Ubuntu 14.04 to 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1577268/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Thu May 26 23:15:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C182626C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Thu, 26 May 2016 23:15:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B011D1A4ADD;
	Thu, 26 May 2016 23:15:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b64VE-0001Yp-Kl; Thu, 26 May 2016 23:15:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b64VD-0001YV-G6
 for desktop-bugs@lists.ubuntu.com; Thu, 26 May 2016 23:15:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b64VD-0008Vl-8Q
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 23:15:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 344452E80BF
 for <desktop-bugs@lists.ubuntu.com>; Thu, 26 May 2016 23:15:43 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 26 May 2016 23:09:00 -0000
From: Brian Murray <brian@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libimobiledevice;
 component=main; status=Fix Released; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=libimobiledevice; component=main; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug utopic verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brian-murray dario-rubiano ehcpdeveloper giecrilj
 janitor luke32j pitti seb128 seth-arnold sf-lp
 yatc18ks0g8zofezrpk3xa7828d-5k-ngeefk4xayt3t4u9watah405veq
X-Launchpad-Bug-Reporter: Sebastian F (sf-lp)
X-Launchpad-Bug-Modifier: Brian Murray (brian-murray)
References: <20141103083837.22953.75751.malonedeb@wampee.canonical.com>
Message-Id: <20160526230900.25960.17711.malone@chaenomeles.canonical.com>
Subject: [Bug 1388743] Re: iOS 8.1 - Could not start
 com.apple.mobile.installation_proxy!
X-Launchpad-Message-Rationale: Subscriber (libimobiledevice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5f3b9370194bc817f66517487080b133eec9e84d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1388743 <1388743@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Sebastian, or anyone else affected,

Accepted libimobiledevice into xenial-proposed. The package will build
now and be available at
https://launchpad.net/ubuntu/+source/libimobiledevice/1.2.0+dfsg-3~ubuntu0.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: libimobiledevice (Ubuntu Xenial)
       Status: New => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1388743

Title:
  iOS 8.1 - Could not start com.apple.mobile.installation_proxy!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1388743/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 04:25:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D716726C2530
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 04:25:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CF2B21A4B75;
	Fri, 27 May 2016 04:25:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b69LR-0002FG-Bv; Fri, 27 May 2016 04:25:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b69LQ-0002EX-3z
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 04:25:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b69LP-0004MW-CC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 04:25:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BED2D2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 04:25:54 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 04:17:29 -0000
From: Launchpad Bug Tracker <1072749@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=yelp; component=main;
 status=Expired; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: yelp
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: evfool gunnarhj janitor jbicha robert-gagne
X-Launchpad-Bug-Reporter: Stubbles (robert-gagne)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20121029142740.14114.96573.malonedeb@gac.canonical.com>
Message-Id: <20160527041729.20715.21903.malone@loganberry.canonical.com>
Subject: [Bug 1072749] Re: searching for "Ubuntu Help" doesn't return yelp in
 Ubuntu Software Centre
X-Launchpad-Message-Rationale: Subscriber (yelp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e9dcef902c4c5fdb6c0a8317e8c22a49e84e44b2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1072749 <1072749@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

[Expired for yelp (Ubuntu) because there has been no activity for 60
days.]

** Changed in: yelp (Ubuntu)
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in Ubuntu.
https://bugs.launchpad.net/bugs/1072749

Title:
  searching for "Ubuntu Help" doesn't return yelp in Ubuntu Software
  Centre

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yelp/+bug/1072749/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 06:50:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CB69D26C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 06:50:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C07CF1A4503;
	Fri, 27 May 2016 06:50:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6BbT-00069H-BX; Fri, 27 May 2016 06:50:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6BbS-000697-7f
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 06:50:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6BbR-0006te-TE
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 06:50:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CA0422E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 06:50:37 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 06:44:19 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 unflavored willcooke
X-Launchpad-Bug-Reporter: unflavored (unflavored)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160512023342.8480.9932.malonedeb@soybean.canonical.com>
Message-Id: <20160527064419.26209.93872.malone@chaenomeles.canonical.com>
Subject: [Bug 1580836] Re: Gnome Software ignores software-properties-gtk
 "When there are other updates" setting and displays update notification too
 regularly
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2faa0263d9596dc38fb8e39a6c1b684f2eefe369
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580836 <1580836@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

One part of the issue where removing usb devices triggers notifications is fixed with that commit
https://git.gnome.org/browse/gnome-software/commit/?id=a39c27561f47e190fa8eb4164570c55f84928692
https://github.com/hughsie/fwupd/issues/48

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1580836

Title:
  Gnome Software ignores software-properties-gtk "When there are other
  updates" setting and displays update notification too regularly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580836/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 06:50:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 055E326C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 06:50:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ECF411A450D;
	Fri, 27 May 2016 06:50:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6BbY-0006As-Rd; Fri, 27 May 2016 06:50:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6BbX-0006Aa-M3
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 06:50:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6BbX-0006xn-64
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 06:50:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2AD392E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 06:50:43 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 06:40:48 -0000
From: Mateusz Stachowski <1574090@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=brasero; status=Unknown; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=Fix Released; importance=High; assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=brasero; component=universe; status=Fix Committed;
 importance=High; assignee=seb128@ubuntu.com; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brian-murray febcrash gunnarhj janitor seb128
 tomtomtom
X-Launchpad-Bug-Reporter: Olivier Febwin (febcrash)
X-Launchpad-Bug-Modifier: Mateusz Stachowski (stachowski-mateusz)
References: <20160423190757.24128.20183.malonedeb@gac.canonical.com>
Message-Id: <20160527064048.28222.58502.launchpad@gac.canonical.com>
Subject: [Bug 1574090] Re: Brasero not translated at all on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4dd2b2fb65a715dc18ab04363be52fbf10a5a49e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574090 <1574090@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1574090

Title:
  Brasero not translated at all on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/brasero/+bug/1574090/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 06:55:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6896826C2851
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 06:55:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 583CA1A471E;
	Fri, 27 May 2016 06:55:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6BgR-0006T6-9f; Fri, 27 May 2016 06:55:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6BgP-0006Sq-9W
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 06:55:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6BgO-0007dG-SY
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 06:55:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BD5052E80CB
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 06:55:44 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 06:48:44 -0000
From: Mateusz Stachowski <1577268@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=brasero; component=universe; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brian-murray ericoporto2008 janitor travis-koch
X-Launchpad-Bug-Reporter: erico_pt (ericoporto2008)
X-Launchpad-Bug-Modifier: Mateusz Stachowski (stachowski-mateusz)
References: <20160502021115.24867.2430.malonedeb@wampee.canonical.com>
Message-Id: <20160527064845.22507.67185.launchpad@wampee.canonical.com>
Subject: [Bug 1577268] Re: Brasero can't find libdvdcss when going from Ubuntu
 14.04 to 16.04 
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 492a3c211a9d2ed8fc1773dae62156a1c9cd3fb7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577268 <1577268@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1577268

Title:
  Brasero can't find libdvdcss when going from Ubuntu 14.04 to 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/1577268/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 07:01:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A545F26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 07:01:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9BCDC1A4902;
	Fri, 27 May 2016 07:01:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Blf-00073M-F1; Fri, 27 May 2016 07:01:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Ble-00071z-4A
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 07:01:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Bld-0008Oj-Qd
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 07:01:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BB63A2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 07:01:09 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 06:51:42 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Incomplete; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dzy4 seb128
X-Launchpad-Bug-Reporter: rich (dzy4)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160523170334.21455.7010.malonedeb@wampee.canonical.com>
Message-Id: <20160527065143.22432.85647.malone@wampee.canonical.com>
Subject: [Bug 1584884] Re: totem crush with Segmentation fault.
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5083c2b6dfe997ce392c732be91df8833a43b293
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584884 <1584884@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

what videocard and driver do you use? that looks like a bug in the video
emulation stack but ideally you would use a correct driver and not
emulation...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1584884

Title:
  totem crush with Segmentation fault.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1584884/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 07:11:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4F18926C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 07:11:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 484A71A4856;
	Fri, 27 May 2016 07:11:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6BvF-0007qd-3J; Fri, 27 May 2016 07:11:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6BvD-0007qE-EB
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 07:11:03 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6BvC-0004tK-T6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 07:11:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CB8FE2E80CC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 07:11:02 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 07:04:43 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=evolution; component=universe; status=Fix Committed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1claudechampagne alexstrand7-o janitor joanisc
 kawazu marcel-456 ockels olavl pitti seb128 tkl toni7
X-Launchpad-Bug-Reporter: Claude Champagne (1claudechampagne)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160420162917.24544.70179.malonedeb@gac.canonical.com>
Message-Id: <20160527070443.26574.32214.malone@chaenomeles.canonical.com>
Subject: [Bug 1572661] Re: Ubuntu Gnome Bug -evolution translation
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2f5fc80c59602f203f952d684aead156752c521a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1572661 <1572661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

the code didn't change so the segfault was probably there before, worth
reporting a new bug about that though

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1572661

Title:
  Ubuntu Gnome Bug -evolution translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1572661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 07:11:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 44D6A26C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 07:11:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3B4B81A481B;
	Fri, 27 May 2016 07:11:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6BvN-0007tr-D2; Fri, 27 May 2016 07:11:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6BvJ-0007sO-G1
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 07:11:09 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6BvJ-000574-7N
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 07:11:09 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2C2922E80C2
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 07:11:09 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 07:03:06 -0000
From: Mateusz Stachowski <1527590@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor launchpad-startport mdeslaur neclepsio
 stachowski-mateusz
X-Launchpad-Bug-Reporter: Marc Deslauriers (mdeslaur)
X-Launchpad-Bug-Modifier: Mateusz Stachowski (stachowski-mateusz)
References: <20151218122117.12766.26774.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527070306.22165.6365.malone@wampee.canonical.com>
Subject: [Bug 1527590] Re: gedit unusable when menu can't be displayed
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2c3a5e1dd6ff7b06ae684d48ac2406bec433c4a9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1527590 <1527590@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The #3 isn't relevant anymore because gedit is patched to disable CSD
(Client Side Decorations) on Unity.

However this patch doesn't work for point #2. So when you run gedit as
root you get it with CSD and this means no menus. And this affects menus
displayed on the panel and in the window titlebar.

This is how gedit looks with CSD normally:
http://2.bp.blogspot.com/-tAION31T1J4/VgKtBTmqWOI/AAAAAAAAW5k/qxa5fz7qXdo/s1600
/gedit-minimap.png

** Attachment added: "sudo gedit.png"
   https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1527590/+attachment/4671094/+files/sudo%20gedit.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1527590

Title:
  gedit unusable when menu can't be displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1527590/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 07:45:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D733826C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 07:45:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CB1781A4804;
	Fri, 27 May 2016 07:45:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6CSu-0002jT-IM; Fri, 27 May 2016 07:45:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6CSt-0002j9-1o
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 07:45:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6CSs-0005Ws-3C
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 07:45:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 51ECD2E80D1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 07:45:49 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 07:36:22 -0000
From: Olivier Febwin <febwin@free.fr>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=brasero; status=Unknown; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=Fix Released; importance=High; assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=brasero; component=universe; status=Fix Committed;
 importance=High; assignee=seb128@ubuntu.com; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brian-murray febcrash gunnarhj janitor seb128
 tomtomtom
X-Launchpad-Bug-Reporter: Olivier Febwin (febcrash)
X-Launchpad-Bug-Modifier: Olivier Febwin (febcrash)
References: <20160423190757.24128.20183.malonedeb@gac.canonical.com>
Message-Id: <20160527073622.27065.9908.malone@gac.canonical.com>
Subject: [Bug 1574090] Re: Brasero not translated at all on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ce576b288dd5e1207fca43e2cf097d23604d315f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574090 <1574090@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Tm93IGlzIE9LIHdpdGggMy4xMi4xLTF1YnVudHUzfjE2LjA0IGJ1dCBpdCBsYWNrcyAiQ29weSBh
IERpc2MiClNlZSBhdHRhY2htZW50CgoqKiBBdHRhY2htZW50IGFkZGVkOiAiQ2FwdHVyZSBkJ8Op
Y3JhbiAyMDE2LTA1LTI3IDA5OjMzOjA4LnBuZyIKICAgaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5u
ZXQvdWJ1bnR1Lytzb3VyY2UvYnJhc2Vyby8rYnVnLzE1NzQwOTAvK2F0dGFjaG1lbnQvNDY3MTEz
Mi8rZmlsZXMvQ2FwdHVyZSUyMGQlMjclQzMlQTljcmFuJTIwMjAxNi0wNS0yNyUyMDA5JTNBMzMl
M0EwOC5wbmcKCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJlY2F1c2Ug
eW91IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBzdWJzY3Jp
YmVkIHRvIGJyYXNlcm8gaW4gVWJ1bnR1LgpodHRwczovL2J1Z3MubGF1bmNocGFkLm5ldC9idWdz
LzE1NzQwOTAKClRpdGxlOgogIEJyYXNlcm8gbm90IHRyYW5zbGF0ZWQgYXQgYWxsIG9uIHVidW50
dSAxNi4wNAoKVG8gbWFuYWdlIG5vdGlmaWNhdGlvbnMgYWJvdXQgdGhpcyBidWcgZ28gdG86Cmh0
dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2JyYXNlcm8vK2J1Zy8xNTc0MDkwLytzdWJzY3JpcHRp
b25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1
bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9w
LWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 08:16:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C355926C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 08:16:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B75D11A47FB;
	Fri, 27 May 2016 08:16:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Cw7-0006am-LL; Fri, 27 May 2016 08:16:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Cw6-0006aX-DE
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 08:16:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Cw6-0006Bk-7x
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 08:16:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3986F2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 08:16:02 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 08:09:28 -0000
From: Launchpad Bug Tracker <1573052@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande edsonn3to
 egonholtz elberro janitor maverickct navjotjsingh pfeiffep seb128 sunbear-c22
 vdragon willcooke ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527080929.26526.20324.malone@chaenomeles.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 316862ad26e7989303c3273476c978ddbd0f38c1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu Xenial)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 08:51:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7F1D726C22F6
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 08:51:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6A1CE1A49E4;
	Fri, 27 May 2016 08:51:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6DU2-0001Y9-87; Fri, 27 May 2016 08:51:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6DU1-0001Xz-2Z
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 08:51:05 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6DTz-0002da-8X
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 08:51:03 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 228ED2E80E8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 08:51:01 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 08:41:39 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=New; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels janitor mitya57 t-spam-0
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160527084140.18171.27589.launchpad@soybean.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9b2069b271d586d7d3e417491af4cb936916149c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Description changed:

+ [Impact]
+ Metacity can crash with XError (BadRegion) sometimes when closing windows.
+ 
+ This, in turn, can lead gnome-session to forcefully stop the session.
+ 
+ [Test Case 1]
+ Described in comment #3.
+ 
+ [Test Case 2]
+ * Launch LibreOffice Writer.
+ * Add a table to a document.
+ * Open "Border Style" popup window from the table toolbar.
+ * Wait for the window to appear and then quickly close it.
+ * If Metacity does not crash, repeat the process several times.
+ 
+ [Regression Potential]
+ The fix is small (just adding an error trap) and will not cause any regressions.
+ 
+ -----------------------------------------------------------------------------
+ 
  I installed mysql-workbench and gnome-session-flashback on ubuntu 16.04
  and whenever I start mysql-workbench metacity or X11 but I think
  metacity crashes and I am returned to the login screen after a few
  seconds.
  
  I am uncertain if mysql-workbench works in the default unity
  configuration as after installing gnome-session-flashback I can no
  longer login to the default unity experience.
  
  My mysql-workbench logs where not really helpfull but if you would
  really like them I could include them.
  
  I also tried to compile mysql-workbench from source but the gtk2 version
  included with ubuntu 16.04 seems to be incompatible due to the
  deprecation of a data type: GdkPixBuf
  
  ubuntu version - 16.04
  package - mysql-workbench 6.3.6 amd64
  what i expected - open mysql workbench
  what happened - black screen and returned to login

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 09:35:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0CDB226C2294
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 09:35:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 05E131A4AA8;
	Fri, 27 May 2016 09:35:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6EBE-0005tu-Sk; Fri, 27 May 2016 09:35:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6EBE-0005tk-24
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 09:35:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6EBD-0004A2-Ix
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 09:35:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 784012E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 09:35:43 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 09:29:26 -0000
From: purity <1584449@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Incomplete; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: purity82 seb128
X-Launchpad-Bug-Reporter: purity (purity82)
X-Launchpad-Bug-Modifier: purity (purity82)
References: <20160522102551.8981.30993.malonedeb@gac.canonical.com>
Message-Id: <20160527092926.26405.22858.malone@chaenomeles.canonical.com>
Subject: [Bug 1584449] Re: Can't alt-tab or super+1 to Nautilus
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 52da457f8b894a86f05e31f32ef249f368875624
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584449 <1584449@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hmm, yeah, It could maybe be a duplicate of that bug.

I have done some testing now, when I start nautilus from the dash or
from the icon that's "locked to launcher" I won't find Nautilus (files)
in the alt+tab list.

But if I start nautilus from the terminal it work's fine...

You can see screenshot here,
https://dl.dropboxusercontent.com/1/view/loze950apno48h9/Apps/Shutter/Selection_003.jpg
(Sorry for the bad quality, another bug, but in Shutter...=))

Well, anyway, If I now "Lock to launcher" on that nautilus icon and
start it from the locked one or from the "dash menu", it will start
nautilus but I won't be in the alt+tab list.

When it works as it should the command is like this,

purity@Noiden:~$ ps aux |grep -i naut
purity    6476  0.5  0.3 1606252 80624 pts/2   Sl+  11:16   0:03 nautilus

When I start it from the "locked to launcher" icon and it's not listed
in the alt+tab the command looks like this,

purity@Noiden:~$ ps aux |grep -i naut
purity    6894 16.6  0.3 1540552 74552 ?       Sl   11:26   0:00 /usr/bin/nautilus --gapplication-service

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1584449

Title:
  Can't alt-tab or super+1 to Nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1584449/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 09:41:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9702E26C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 09:41:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8AEF31A4B71;
	Fri, 27 May 2016 09:41:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6EHE-0006wt-Et; Fri, 27 May 2016 09:41:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6EHD-0006wm-AT
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 09:41:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6EHC-0007Xi-K9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 09:41:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 751462E80D3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 09:41:54 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 09:35:48 -0000
From: TenLeftFingers <887821@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=unity; milestone=7.0.1; status=Fix Released;
 importance=High; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: product=unity; productseries=5.0; milestone=5.24.0;
 status=Won't Fix; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Undecided;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Fix Released; importance=High; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise;
 sourcepackage=nautilus; component=main; status=Fix Released;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=precise; sourcepackage=unity;
 component=main; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug apport-lpi oneiric precise raring
 running-unity verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 alexsavio boxnotify brian-murray cacula
 cjwatson clappboard cobolt-exe damonganto eden6000 edog-patrick-l6j6
 florin-arjocu gitsythomas ibrkanac janitor jeroen-adolfse
 katsukatsu-deactivatedaccount launchpad-elicoten lolihunter marcus+e
 me-knowingme mrbb pascal-hahulla pcworld pepe-schlehofer saahleinad
 sami-khawaja seb128 steven-leiphart surfdemon suryabvsp1996 techtonik
 tenleftfingers workangelov
X-Launchpad-Bug-Reporter: Steven Leiphart (steven-leiphart)
X-Launchpad-Bug-Modifier: TenLeftFingers (tenleftfingers)
References: <20111108232623.7126.51027.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527093548.28222.17779.malone@gac.canonical.com>
Subject: [Bug 887821] Re: "Show copy dialog" right click launcher entry
 doesn't work (on nautilus copy)
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 19fc40746591e95921d55c5a87ce4fe275fe8a27
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 887821 <887821@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Confirming for 16.04 (Xenial), the status needs to be changed to reflect
this - or a new bug needs to be created. Please advise.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/887821

Title:
  "Show copy dialog" right click launcher entry doesn't work (on
  nautilus copy)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/887821/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 10:50:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 27CC726C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 10:50:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 206EA1A4D4A;
	Fri, 27 May 2016 10:50:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6FLt-0005Mw-6u; Fri, 27 May 2016 10:50:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6FLr-0005Ml-Vt
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 10:50:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6FLr-0001bD-9q
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 10:50:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 338A12E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 10:50:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 10:44:38 -0000
From: Timo Aaltonen <tjaalton@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels janitor mitya57 t-spam-0
 tjaalton
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: Timo Aaltonen (tjaalton)
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160527104438.27292.30815.malone@gac.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bc358a69e3268f059426eef5c7bcece330974bdc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hello Dantali0n, or anyone else affected,

Accepted metacity into xenial-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/metacity/1:3.18.4-0ubuntu0.2 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: metacity (Ubuntu Xenial)
       Status: New => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 11:11:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D4A1526C22F6
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 11:11:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CAEB41A4D6D;
	Fri, 27 May 2016 11:11:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Ffc-0007X7-Li; Fri, 27 May 2016 11:11:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Ffb-0007Wl-7D
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 11:11:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Ffa-0005z7-LA
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 11:11:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9A2B02E80C4
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 11:11:10 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 11:00:41 -0000
From: Shashank Reddy <shashank.vookanti@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Incomplete; importance=Undecided; assignee=shashank.vookanti@gmail.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor jasondueck moh-bdour sunbear-c22
 thepowerpuffgirls
X-Launchpad-Bug-Reporter: The Powerpuff Girls (thepowerpuffgirls)
X-Launchpad-Bug-Modifier: Shashank Reddy (shashank-vookanti)
References: <20160427054551.5424.98778.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527110041.22246.94218.launchpad@wampee.canonical.com>
Subject: [Bug 1575484] Re: "Set document metadata failed"
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f8823dc5f1e4e3fa017c8ea569a371057621b876
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575484 <1575484@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gedit (Ubuntu)
     Assignee: (unassigned) => Shashank Reddy (shashank-vookanti)

** Changed in: gedit (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1575484

Title:
  "Set document metadata failed"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1575484/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 13:50:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AA2AA26C2881
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 13:50:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 961471A41EC;
	Fri, 27 May 2016 13:50:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6I9r-00089Y-Bp; Fri, 27 May 2016 13:50:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6I9p-00089J-Ti
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 13:50:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6I9p-0000Jo-IY
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 13:50:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 815042E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 13:50:33 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 13:41:16 -0000
From: Anupama <anupama.lingampalli@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: anupama-lingampalli
X-Launchpad-Bug-Reporter: Anupama (anupama-lingampalli)
X-Launchpad-Bug-Modifier: Anupama (anupama-lingampalli)
Message-Id: <20160527134116.26491.39500.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1586398] [NEW] gnome-terminal-2.22.2-1.fc9.i386 doesnt support
 save-config
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 86e1cda10eb6b0ab9fa5e0355d3c8f9e3f1a5234
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586398 <1586398@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

gnome-terminal-2.22.2-1.fc9.i386 doesnt support save-config

** Affects: gnome-terminal (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1586398

Title:
  gnome-terminal-2.22.2-1.fc9.i386 doesnt support save-config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1586398/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 14:26:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AD31626C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 14:26:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 92B421A4CA9;
	Fri, 27 May 2016 14:26:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Ii9-0006o7-AK; Fri, 27 May 2016 14:26:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6IdZ-0006Al-QA
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 14:21:17 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6IdY-0003PI-MW
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 14:21:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9357D2E80CF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 14:21:15 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 14:13:09 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=gvfs; 
 component=main; status=Fix Committed; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laney pitti seb128
X-Launchpad-Bug-Reporter: Iain Lane (laney)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160513152402.8116.79925.malonedeb@soybean.canonical.com>
Message-Id: <20160527141309.27092.80575.malone@gac.canonical.com>
Subject: [Bug 1581577] Re: [SRU] New stable release 1.28.2
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3f19d841e9615d88da676db073adc1816145f323
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581577 <1581577@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The new version works fine here, including mtp to phone devices, ftp,
ssh, cds. There is also no report of the umount segfault with the new
version on
https://errors.ubuntu.com/problem/61bec5eda5723cb2d1adcdd6e4ab22b81e933ae3.
Setting the bug as verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1581577

Title:
  [SRU] New stable release 1.28.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1581577/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 15:10:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B9B1826C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 15:10:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B1E101A4102;
	Fri, 27 May 2016 15:10:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6JPc-0004Fd-O8; Fri, 27 May 2016 15:10:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6JPc-0004FM-1o
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 15:10:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6JPb-0007ec-Ma
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 15:10:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A962F2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 15:10:55 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 15:05:03 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=gvfs; 
 component=main; status=Fix Committed; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laney pitti seb128
X-Launchpad-Bug-Reporter: Iain Lane (laney)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160513152402.8116.79925.malonedeb@soybean.canonical.com>
Message-Id: <20160527150503.28257.48341.launchpad@gac.canonical.com>
Subject: [Bug 1581577] Re: [SRU] New stable release 1.28.2
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: be5a47dab9c73f017d9f38b23ddcaae76be2fabc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581577 <1581577@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1581577

Title:
  [SRU] New stable release 1.28.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1581577/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 15:16:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 312AC26C2878
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 15:16:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2BCD61A4343;
	Fri, 27 May 2016 15:16:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6JUr-0004h2-2i; Fri, 27 May 2016 15:16:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6JUq-0004ge-1o
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 15:16:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6JUp-0002lQ-S7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 15:16:19 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D30B12E80AF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 15:16:19 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 15:07:46 -0000
From: Curtis Lee Bolin <371289@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Unknown; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bogdanb bryonak curtisleebolin elatllat
 emiel-molenaar eric-carvalho fcastillo.ec jan-registracie leschekfm patrick
 ranyardm robinvanleeuwen robled rshadow seb128 sucotronic tory-andrew-law
X-Launchpad-Bug-Reporter: elatllat (elatllat)
X-Launchpad-Bug-Modifier: Curtis Lee Bolin (curtisleebolin)
References: <20090503154940.16479.37833.malonedeb@palladium.canonical.com>
Message-Id: <20160527150747.25998.10658.malone@chaenomeles.canonical.com>
Subject: [Bug 371289] Re: fail to delete directory over sshfs with nautilus
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ae5ce258dc4c462e8fac3f947d00e880d54e2765
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 371289 <371289@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

https://bugzilla.gnome.org/show_bug.cgi?id=565677

** Changed in: nautilus (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/371289

Title:
  fail to delete directory over sshfs with nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/371289/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 16:26:05 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DA41B26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 16:26:05 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D354D1A4C38;
	Fri, 27 May 2016 16:26:05 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6KaL-0004Rv-P1; Fri, 27 May 2016 16:26:05 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6KaK-0004RF-KC
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 16:26:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6KaK-0002KF-3a
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 16:26:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F01982E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 16:26:03 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 16:19:06 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug iso-testing xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 4urimas janitor lyz ubuntuqa
X-Launchpad-Bug-Reporter: Elizabeth K. Joseph (lyz)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160306013646.21250.46492.malonedeb@soybean.canonical.com>
Message-Id: <20160527161907.27261.77923.launchpad@gac.canonical.com>
Subject: [Bug 1553629] Re: gnome-software freezes on Xubuntu 16.04 daily when
 installing gimp
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b4945eb5e674a03810be766b6902b095762eb391
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1553629 <1553629@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1553629

Title:
  gnome-software freezes on Xubuntu 16.04 daily when installing gimp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1553629/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 16:26:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BED4F26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 16:26:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B6BE61A4C14;
	Fri, 27 May 2016 16:26:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6KaT-0004VV-2t; Fri, 27 May 2016 16:26:13 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6KaR-0004Ux-L6
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 16:26:11 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6KaR-0002kb-07
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 16:26:11 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E5F882E80CE
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 16:26:10 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 16:15:19 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=hundredpapercuts; status=Confirmed; importance=Low;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug gnome3-ppa third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 9d9 janitor
X-Launchpad-Bug-Reporter: dino99 (9d9)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160302093035.2009.6199.malonedeb@gac.canonical.com>
Message-Id: <20160527161521.17552.77105.launchpad@soybean.canonical.com>
Subject: [Bug 1552156] Re: PyGIWarning: GdkX11 was imported without specifying
 a version first
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5868a058ff21c5a77df43be7304ed97d0e77b8a9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1552156 <1552156@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-session (Ubuntu)
   Importance: Undecided => Low

** Also affects: hundredpapercuts
   Importance: Undecided
       Status: New

** Changed in: hundredpapercuts
       Status: New => Confirmed

** Changed in: hundredpapercuts
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1552156

Title:
  PyGIWarning: GdkX11 was imported without specifying a version first

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1552156/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 16:30:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9085226C2294
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 16:30:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 89F571A454D;
	Fri, 27 May 2016 16:30:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Kew-0005Rs-RN; Fri, 27 May 2016 16:30:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Kev-0005Qz-EN
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 16:30:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Keu-000346-TG
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 16:30:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BD15D2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 16:30:48 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 16:23:31 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-themes; status=Confirmed; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=unity; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-monitor;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-themes;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jbicha launchpad-startport
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160316095453.20907.11114.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527162332.22775.24522.launchpad@wampee.canonical.com>
Subject: [Bug 1557981] Re: Selected-Tab Hard to Distinguish in Default
 Ambiance Theme
X-Launchpad-Message-Rationale: Subscriber (gnome-system-monitor in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f4203d54cf53f600015935a478e257ee8ae33403
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1557981 <1557981@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: ubuntu-themes (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-system-monitor (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1557981

Title:
  Selected-Tab Hard to Distinguish in Default Ambiance Theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-themes/+bug/1557981/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 16:30:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6631026C2294
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 16:30:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5F36B1A45B0;
	Fri, 27 May 2016 16:30:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Kf0-0005Uj-6m; Fri, 27 May 2016 16:30:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Kez-0005UG-CI
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 16:30:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Key-00034m-Rd
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 16:30:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C140F2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 16:30:52 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 16:23:10 -0000
From: Brett Bogert <bbogert24@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=samba; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=samba; component=None;
 status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 performance precise
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andre-k aperez-6 arges bbogert24 bluefox64
 ceratoph dmchatterton eggert-gnu ernestg541 gizmochicken isgjevori janitor
 johnnykilo kennybobs martin-weis-newsadress nickinhelena quhaiyan-rs
 ramayer+ubuntu rattskjelke rocket859 rpgarrison seb128 sharms sibe39
X-Launchpad-Bug-Reporter: Ken Sharp (kennybobs)
X-Launchpad-Bug-Modifier: Brett Bogert (bbogert24)
References: <20150109145143.5097.96699.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527162310.27127.19753.malone@gac.canonical.com>
Subject: [Bug 1409032] Re: gvfsd-smb: very high CPU utilisation
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b6e5d2d5fb85b7611a32c0ec582d1c5e6221a558
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1409032 <1409032@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I am also having this problem on multiple machines. Every time I hear the
fans running on high (except when I am remastering) its due to this bug.

I am running 16.04 64bit with Unity desktop.

Just wanted to add myself to the list of those seeing the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1409032

Title:
  gvfsd-smb: very high CPU utilisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1409032/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 16:35:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EC78326C2294
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 16:35:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E157B1A487A;
	Fri, 27 May 2016 16:35:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Kjp-0005wg-2t; Fri, 27 May 2016 16:35:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Kjo-0005w4-L8
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 16:35:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Kjo-00043e-9s
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 16:35:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 29F062E80C6
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 16:35:52 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 16:29:28 -0000
From: rich <dzy4@mail.ru>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Incomplete; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dzy4 seb128
X-Launchpad-Bug-Reporter: rich (dzy4)
X-Launchpad-Bug-Modifier: rich (dzy4)
References: <20160523170334.21455.7010.malonedeb@wampee.canonical.com>
Message-Id: <20160527162928.25824.70938.malone@chaenomeles.canonical.com>
Subject: [Bug 1584884] Re: totem crush with Segmentation fault.
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3a54e6401a06eb974cb37fa604b45345d1e81a93
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584884 <1584884@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Graphics: Gallium 0.4 on ATI RS480

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1584884

Title:
  totem crush with Segmentation fault.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1584884/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 16:41:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D714526C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 16:41:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C93F81A4C33;
	Fri, 27 May 2016 16:41:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Kpg-0006Wf-O4; Fri, 27 May 2016 16:41:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Kpg-0006Wa-C6
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 16:41:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Kpf-0006TH-Ba
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 16:41:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 15D0B2E80CC
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 16:41:54 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 16:31:14 -0000
From: Alberto Salvia Novella <es20490446e@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=banshee; component=universe;
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Incomplete; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alexstrand7-o es20490446e janitor xazzzi
X-Launchpad-Bug-Reporter: =?utf-8?q?Alexander_Vinb=C3=A6k_Strand_=28alexstr?=
 =?utf-8?q?and7-o=29?=
X-Launchpad-Bug-Modifier: Alberto Salvia Novella (es20490446e)
References: <20160406134758.18003.88872.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527163114.27456.30585.malone@gac.canonical.com>
Subject: [Bug 1566870] Re: banshee & rhythmbox crashes at startup with Google
 Drive mounted
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 78405860f8abc616a197a47d030d755b1de19806
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1566870 <1566870@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

How do you mount Google Drive?

After answering, please set status back to "confirmed". Thank you.

** Changed in: banshee (Ubuntu)
       Status: Confirmed => Incomplete

** Changed in: rhythmbox (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1566870

Title:
  banshee & rhythmbox crashes at startup with Google Drive mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1566870/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 17:01:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 09B8126C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 17:01:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 010751A4C95;
	Fri, 27 May 2016 17:01:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6L8h-0008LY-CE; Fri, 27 May 2016 17:01:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6L8g-0008LG-Ha
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 17:01:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6L8f-0007qp-Rm
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 17:01:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BC7FF2E80CF
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 17:01:33 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 16:53:38 -0000
From: Ryan Hammang <ryan.hammang@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=glib; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=In Progress; importance=High; assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity; component=main; 
 status=Fix Released; importance=High;
 assignee=andrea.azzarone@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug patch wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agentmilo andrea-gamba azzar1 bastarmedia
 christian-dysthe crichton danjaredg desrt emehntehtt fminple
 gerald-maruccia-e gustavo-lapido ilio-naglo janitor jasauders joofall
 last-ship lucianogardim m982 mendes3000 mzakuta nemonein oliveiradeflavio
 paulrusso prismbox1 ryan-hammang seb128 vipinmsx-z willcooke woddy68 wtgee
X-Launchpad-Bug-Reporter: Cerberus (emehntehtt)
X-Launchpad-Bug-Modifier: Ryan Hammang (ryan-hammang)
References: <20151016064642.17701.81723.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527165338.26491.97213.malone@chaenomeles.canonical.com>
Subject: [Bug 1506744] Re: Newly installed applications do not show in the dash
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9966341c6870d5453b5865fdd71aec1ff3344944
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1506744 <1506744@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Switching away from Unity (and Ubuntu). This should be of high priority...especially because there is no launcher menu or other alternative to find your app.
I'll try Ubuntu again in a year or so.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1506744

Title:
  Newly installed applications do not show in the dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1506744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 18:45:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F28A626C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 18:45:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EC0CF1A4CBF;
	Fri, 27 May 2016 18:45:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6MlY-00029U-QE; Fri, 27 May 2016 18:45:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6MlX-00029E-J4
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 18:45:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6MlW-0007Rm-Qt
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 18:45:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BF2EB2E800F
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 18:45:46 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 18:37:36 -0000
From: =?utf-8?q?Alexander_Vinb=C3=A6k_Strand?= <1566870@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=banshee; component=universe;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alexstrand7-o es20490446e janitor xazzzi
X-Launchpad-Bug-Reporter: =?utf-8?q?Alexander_Vinb=C3=A6k_Strand_=28alexstr?=
 =?utf-8?q?and7-o=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Alexander_Vinb=C3=A6k_Strand_=28alexstr?=
 =?utf-8?q?and7-o=29?=
References: <20160406134758.18003.88872.malonedeb@chaenomeles.canonical.com>
 <20160527163114.27456.30585.malone@gac.canonical.com>
Message-Id: <CAD2PObcimZSbnuXjJ4Xg+isqGLVb++fSEK4b3-f4kbTY7u_Bew@mail.gmail.com>
Subject: [Bug 1566870] Re: banshee & rhythmbox crashes at startup with Google
 Drive mounted
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 39bce92db03f11f1b0d6fabb61e3a1a8c5d78386
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1566870 <1566870@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I mounted Google drive with Gnome online accounts.
27. mai 2016 6.41 p.m. skrev "Alberto Salvia Novella" <es20490446e@gmail.com
>:

> How do you mount Google Drive?
>
> After answering, please set status back to "confirmed". Thank you.
>
> ** Changed in: banshee (Ubuntu)
>        Status: Confirmed => Incomplete
>
> ** Changed in: rhythmbox (Ubuntu)
>        Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1566870
>
> Title:
>   banshee & rhythmbox crashes at startup with Google Drive mounted
>
> Status in banshee package in Ubuntu:
>   Incomplete
> Status in rhythmbox package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Banshee & Rhythmbox won't start.. it crashes after startup.
>
>   Ubuntu 16.04
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: banshee 2.9.0+really2.6.2-7ubuntu1
>   ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
>   Uname: Linux 4.4.0-17-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu1
>   Architecture: amd64
>   CurrentDesktop: Unity
>   Date: Wed Apr  6 15:44:22 2016
>   InstallationDate: Installed on 2016-04-03 (3 days ago)
>   InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64
> (20151021)
>   SourcePackage: banshee
>   UpgradeStatus: Upgraded to xenial on 2016-04-05 (0 days ago)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1566870/+subscriptions
>


** Changed in: banshee (Ubuntu)
       Status: Incomplete => Confirmed

** Changed in: rhythmbox (Ubuntu)
       Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1566870

Title:
  banshee & rhythmbox crashes at startup with Google Drive mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1566870/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 19:40:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7353326C22F6
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 19:40:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6C18E1A3CD9;
	Fri, 27 May 2016 19:40:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Ncr-0008SX-KS; Fri, 27 May 2016 19:40:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Ncr-0008SN-1E
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 19:40:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Ncn-0005nq-TO
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 19:40:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 993412E80C9
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 19:40:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 19:34:23 -0000
From: Doug McMahon <1586516@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mc3man
X-Launchpad-Bug-Reporter: Doug McMahon (mc3man)
X-Launchpad-Bug-Modifier: Doug McMahon (mc3man)
Message-Id: <20160527193423.17765.14908.malonedeb@soybean.canonical.com>
Subject: [Bug 1586516] [NEW] Rb sets all mp3's extracted from an audiocd to
 31kbps
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6d2a4458c52d5c5280cb700483f5e2dd5b3e12fc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586516 <1586516@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Test case:
Insert an audio cd
Open Rb > Edit > Preferences > Music > pick any mp3 option
Extract a track, when done ck. the file properties

No matter what mp3 setting all are *reported* at 31kbps
So it's setting an improper/incorrect bitrate index in frame headers

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: rhythmbox 3.3-1ubuntu7
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri May 27 15:28:21 2016
InstallationDate: Installed on 2016-04-26 (31 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: rhythmbox (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug third-party-packages xenial yakkety

** Tags added: yakkkety

** Tags removed: yakkkety
** Tags added: yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1586516

Title:
  Rb sets all mp3's extracted from an audiocd to 31kbps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1586516/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 21:01:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 048FA26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 21:01:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ED46E1A41EE;
	Fri, 27 May 2016 21:00:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6OsM-0008BJ-5V; Fri, 27 May 2016 21:00:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6OsK-0008Ag-OM
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 21:00:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6OsK-0001n0-AR
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 21:00:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4D0392E80C3
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 21:00:56 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 20:50:44 -0000
From: coskibum <1573206@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Triaged; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=ubuntustudio; status=Triaged; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Triaged; importance=High;
 assignee=robert.ancell@canonical.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 1coskibum abencomoc90 acutbal adam-melnyk
 adnanyumer amribrahim1987 andrea-deangelis93 anujsharma9196 belenos bkarlan-n
 braderhart cedara2 chipsharpdotcom davidrabello dilumtharaka1
 dragonsawareness dusktumult erzzo eyeprotocol faical117 gurukumara guzmane
 ibrahimdarra imranmohd72 janitor jerss2k jfoc jime567 joe-dunster
 jonayadrahman launchpad-startport lei-pero lt-goldman marcorr70 mathew-hodson
 narenana nicholaskade octoquad odo-openerp oystein-alver pablocelayes
 postadelmaga psionprime rmmuneer06 robert-mijakovic rodolfo-inec rusubogdan93
 sahashinjan seb128 smurfendrek123 soopo stanislav-schmidt strom-anders
 subhadeep-dey svde-tech t-uruntu-s techbin1 timtjtim vincentthiele ximion
 yerenkov-scott
X-Launchpad-Bug-Reporter: =?utf-8?q?=C3=98ystein_=28oystein-alver=29?=
X-Launchpad-Bug-Modifier: coskibum (1coskibum)
X-Launchpad-Bug-Duplicate: 1573408
References: <20160421194043.5288.36246.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527205044.27887.85744.malone@gac.canonical.com>
Subject: [Bug 1573206] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 62522e3c63174104187215eafc8d5db384aa5351
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573206 <1573206@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1573408 ***
    https://bugs.launchpad.net/bugs/1573408

This effecting me to from adding programs from the Ubuntu software.
Firewall says it's installed but when I try to configure it, it will not
open up.I have uninstalled and reinstalled it and still nothing.

Also when I try to install Ubuntu Tweak the same thing happens.

This after a clean install of 16.04:

Hardware:
AMD FX 8350
18gb ram
new motherboard - Asus Sabertooth 990FC R2.0

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573206

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573206/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 21:25:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 315DB26C2208
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 21:25:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1A8B21A4782;
	Fri, 27 May 2016 21:25:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6PGE-0002aF-3H; Fri, 27 May 2016 21:25:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6PGC-0002a3-Cj
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 21:25:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6PGC-0007UI-2r
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 21:25:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F25932E80C2
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 21:25:35 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 21:11:20 -0000
From: =?utf-8?q?Jo=C3=A3o_Assad?= <1586534@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport jfassad
X-Launchpad-Bug-Reporter: =?utf-8?b?Sm/Do28gQXNzYWQgKGpmYXNzYWQp?=
X-Launchpad-Bug-Modifier: =?utf-8?b?Sm/Do28gQXNzYWQgKGpmYXNzYWQp?=
Message-Id: <20160527211120.25855.50838.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1586534] [NEW] gvfs-udisks2-volume-monitor crashes after
 entering LUKS encrypted volume password
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 327bae02bae31d5a78f4d9d09bd1a09654e65e75
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586534 <1586534@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:


Whenever I plug my external HDD I get this crash after entering the password for the LUKS encrypted volume.

I expected the volume to be auto mounted and its contents appear in
Nautilus

What happens is that the HDD disappears from Nautilus and I have to
close and reopen Nautilus to see the volume contents.

Release:        16.04
Packages:
gvfs-daemons 1.28.1-1ubuntu1
libglib2.0-0 2.48.0-1ubuntu4

ProblemType: Crash
DistroRelease: Ubuntu 16.04
Package: gvfs-daemons 1.28.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CrashCounter: 1
CurrentDesktop: Unity
Date: Fri May 27 18:00:38 2016
ExecutablePath: /usr/lib/gvfs/gvfs-udisks2-volume-monitor
ProcCmdline: /usr/lib/gvfs/gvfs-udisks2-volume-monitor
SegvAnalysis: Skipped: missing required field "Disassembly"
Signal: 11
SourcePackage: gvfs
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo

** Affects: gvfs (Ubuntu)
     Importance: Medium
         Status: New


** Tags: amd64 apport-crash xenial

** Information type changed from Private to Public

** Summary changed:

- gvfs-udisks2-vo crashes whenever I plug an external USB HDD
+ gvfs-udisks2-volume-monitor crashes whenever I plug an external USB HDD

** Summary changed:

- gvfs-udisks2-volume-monitor crashes whenever I plug an external USB HDD
+ gvfs-udisks2-volume-monitor crashes after entering LUKS encrypted volume password

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1586534

Title:
  gvfs-udisks2-volume-monitor crashes after entering LUKS encrypted
  volume password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1586534/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 21:30:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3A47326C2294
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 21:30:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 30C8C1A4B9A;
	Fri, 27 May 2016 21:30:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6PLD-00031p-Me; Fri, 27 May 2016 21:30:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6PLC-00031E-BI
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 21:30:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6PLC-00081e-1V
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 21:30:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F2A5F2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 21:30:45 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 21:24:33 -0000
From: Apport retracing service <1586534@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport jfassad
X-Launchpad-Bug-Reporter: =?utf-8?b?Sm/Do28gQXNzYWQgKGpmYXNzYWQp?=
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
References: <20160527211120.25855.50838.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527212433.18031.6566.malone@soybean.canonical.com>
Subject: [Bug 1586534] 
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 77752dac8cb47cb81b2bbb6f56d7e7aabc7837b9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586534 <1586534@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

StacktraceTop:
 g_type_check_instance_cast () from /tmp/apport_sandbox_7RF5Bg/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 on_udisks_client_changed (client=0x1954c40, user_data=<optimized out>) at gvfsudisks2volume.c:622
 ffi_call_unix64 () from /tmp/apport_sandbox_7RF5Bg/usr/lib/x86_64-linux-gnu/libffi.so.6
 ffi_call () from /tmp/apport_sandbox_7RF5Bg/usr/lib/x86_64-linux-gnu/libffi.so.6
 g_cclosure_marshal_generic () from /tmp/apport_sandbox_7RF5Bg/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1586534

Title:
  gvfs-udisks2-volume-monitor crashes after entering LUKS encrypted
  volume password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1586534/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 21:30:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CFDC526C2294
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 21:30:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C8D401A4B9A;
	Fri, 27 May 2016 21:30:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6PLF-00032o-DI; Fri, 27 May 2016 21:30:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6PLD-00031i-Is
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 21:30:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6PLD-00081P-5N
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 21:30:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 23C192E80C0
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 21:30:47 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 21:24:34 -0000
From: Apport retracing service <1586534@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport jfassad
X-Launchpad-Bug-Reporter: =?utf-8?b?Sm/Do28gQXNzYWQgKGpmYXNzYWQp?=
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
References: <20160527211120.25855.50838.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527212434.18031.71417.malone@soybean.canonical.com>
Subject: [Bug 1586534] Stacktrace.txt
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7144891dc867f31f16df6d5989fce0f9a72b3947
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586534 <1586534@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "Stacktrace.txt"
   https://bugs.launchpad.net/bugs/1586534/+attachment/4671622/+files/Stacktrace.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1586534

Title:
  gvfs-udisks2-volume-monitor crashes after entering LUKS encrypted
  volume password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1586534/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 21:30:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4762726C2294
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 21:30:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 20DEF1A4BBD;
	Fri, 27 May 2016 21:30:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6PLH-00035G-Ud; Fri, 27 May 2016 21:30:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6PLG-00033g-0W
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 21:30:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6PLF-00088a-P8
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 21:30:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B6FB92E805E
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 21:30:49 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 21:24:35 -0000
From: Apport retracing service <1586534@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport jfassad
X-Launchpad-Bug-Reporter: =?utf-8?b?Sm/Do28gQXNzYWQgKGpmYXNzYWQp?=
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
References: <20160527211120.25855.50838.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527212435.18282.81507.malone@soybean.canonical.com>
Subject: [Bug 1586534] StacktraceSource.txt
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d3a85aef9dfceefd946f685d92262cbd2338e736
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586534 <1586534@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "StacktraceSource.txt"
   https://bugs.launchpad.net/bugs/1586534/+attachment/4671623/+files/StacktraceSource.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1586534

Title:
  gvfs-udisks2-volume-monitor crashes after entering LUKS encrypted
  volume password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1586534/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 21:30:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3B71B26C2294
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 21:30:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3351F1A4BDE;
	Fri, 27 May 2016 21:30:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6PLL-00037S-Mx; Fri, 27 May 2016 21:30:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6PLJ-000362-5h
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 21:30:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6PLI-00089s-Nf
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 21:30:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A6BFF2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 21:30:52 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 21:24:36 -0000
From: Apport retracing service <1586534@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport jfassad
X-Launchpad-Bug-Reporter: =?utf-8?b?Sm/Do28gQXNzYWQgKGpmYXNzYWQp?=
X-Launchpad-Bug-Modifier: Apport retracing service (apport)
References: <20160527211120.25855.50838.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160527212436.26491.41635.malone@chaenomeles.canonical.com>
Subject: [Bug 1586534] ThreadStacktrace.txt
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e8a25daaf88e5834dfdf20905ec075d95cac4d7e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586534 <1586534@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "ThreadStacktrace.txt"
   https://bugs.launchpad.net/bugs/1586534/+attachment/4671624/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/1586534/+attachment/4671597/+files/CoreDump.gz

** Changed in: gvfs (Ubuntu)
   Importance: Undecided => Medium

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1586534

Title:
  gvfs-udisks2-volume-monitor crashes after entering LUKS encrypted
  volume password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1586534/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Fri May 27 22:00:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 91FF926C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Fri, 27 May 2016 22:00:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7529C1A3C99;
	Fri, 27 May 2016 22:00:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6PoJ-0006Um-JF; Fri, 27 May 2016 22:00:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6PoI-0006UY-D2
 for desktop-bugs@lists.ubuntu.com; Fri, 27 May 2016 22:00:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6PoI-0005aH-5c
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 22:00:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 195172E8005
 for <desktop-bugs@lists.ubuntu.com>; Fri, 27 May 2016 22:00:50 +0000 (UTC)
MIME-Version: 1.0
Date: Fri, 27 May 2016 21:53:57 -0000
From: Launchpad Bug Tracker <1586516@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor mc3man
X-Launchpad-Bug-Reporter: Doug McMahon (mc3man)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160527193423.17765.14908.malonedeb@soybean.canonical.com>
Message-Id: <20160527215357.27065.79807.malone@gac.canonical.com>
Subject: [Bug 1586516] Re: Rb sets all mp3's extracted from an audiocd to
 31kbps
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6ffac2d7a39bcfd52783f7da67ce5332b3c1911a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586516 <1586516@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: rhythmbox (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1586516

Title:
  Rb sets all mp3's extracted from an audiocd to 31kbps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1586516/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 01:00:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3F52B26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 01:00:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 24B831A2ECE;
	Sat, 28 May 2016 01:00:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6ScW-0007Ds-2S; Sat, 28 May 2016 01:00:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6ScV-0007Dg-Bh
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 01:00:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6ScU-0003AQ-Vs
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 01:00:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EC7D82E80C4
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 01:00:50 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 00:52:18 -0000
From: antonioni <antonioni.rocha@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: eog refresh
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: antonioni-rocha seb128
X-Launchpad-Bug-Reporter: antonioni (antonioni-rocha)
X-Launchpad-Bug-Modifier: antonioni (antonioni-rocha)
References: <20160515222951.21166.25231.malonedeb@wampee.canonical.com>
Message-Id: <20160528005218.27827.67222.malone@gac.canonical.com>
Subject: [Bug 1582034] Re: Eye Of Gnome doesn't refresh automatically the
 image when it is edited in 16.04
X-Launchpad-Message-Rationale: Subscriber (eog in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9ee73a22c10d7259fde90a45596fef8da6ade328
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582034 <1582034@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Importance = low!? It is unsupportable and hard to work with various
images.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1582034

Title:
  Eye Of Gnome doesn't refresh automatically the image when it is edited
  in 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1582034/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 06:01:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D766B26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 06:01:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CEE451A2C4C;
	Sat, 28 May 2016 06:01:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6XIw-0005oA-RF; Sat, 28 May 2016 06:00:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6XIv-0005nx-T0
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 06:00:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6XIv-0002Ks-Kt
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 06:00:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 93CC92E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 06:00:57 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 05:54:14 -0000
From: Seth Arnold <1582041@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gst0.10-python;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package dist-upgrade trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: luis209 seth-arnold
X-Launchpad-Bug-Reporter: LUIS VALENCIA (luis209)
X-Launchpad-Bug-Modifier: Seth Arnold (seth-arnold)
References: <20160515235924.9250.15892.malonedeb@soybean.canonical.com>
Message-Id: <20160528055414.17591.26860.malone@soybean.canonical.com>
Subject: [Bug 1582041] Re: package python-gst0.10 0.10.22-3ubuntu0.1 failed to
 install/upgrade: symbolic link
 '/usr/lib/python2.7/dist-packages/gst-0.10/gst/extend/jukebox.py' size has
 changed from 63 to 3
X-Launchpad-Message-Rationale: Subscriber (gst0.10-python in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2b742fbc5030f3bd2f6d77c751b19ec1135934c5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582041 <1582041@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

** Tags added: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst0.10-python in Ubuntu.
https://bugs.launchpad.net/bugs/1582041

Title:
  package python-gst0.10 0.10.22-3ubuntu0.1 failed to install/upgrade:
  symbolic link '/usr/lib/python2.7/dist-
  packages/gst-0.10/gst/extend/jukebox.py' size has changed from 63 to 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst0.10-python/+bug/1582041/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 06:25:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CFBFB26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 06:25:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C0CF61A45F1;
	Sat, 28 May 2016 06:25:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Xgq-0008Lr-Un; Sat, 28 May 2016 06:25:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Xgq-0008KT-3e
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 06:25:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Xgp-0007TZ-O6
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 06:25:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AFA832E80C2
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 06:25:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 06:17:48 -0000
From: raven322 <1586590@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=banshee; component=universe;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: raven322 (spike85051)
Message-Id: <20160528061748.17521.65157.malonedeb@soybean.canonical.com>
Subject: [Bug 1586590] [NEW] banshee glitches
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 256933aa4139483387e915b7d3e275ab3956b8dd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586590 <1586590@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I have twins for you that will blow your mind here.

search is seriously messed up here. you are searching tags, not artists,
genres, or albulms or what not. dont know how or why and really dont
care for this.

this is sign that your c is messed up something fierce. your are working
with what, sql, nosql, sqllite db here? ONE LINERS..

any idiot in excel can figure this out. I write code to parse this in my
sleep. I even go one over the top. MULTI-LINE, MULTI-PAGE(like pdf but
text).

take hints from nightengale --aka itunes for linus.(with obvious free breakage caveats)
needs to be fixed.

second:

who wrote the AI?

make a playlist. play it. when its done, some random ass music continues
to play from your collection as if the machine has a mind of its own.
This is NOT in sequence of any artist or anything.

sometimes it stops on double forward, sometimes single.
The last file or so in your collection played before this happens gets eaten.
--it was there....

..all I know is I said PLAY and it kept on going like the energizer
bunny....

some glitches just make you laugh.

as per one and two below this bug:
not necessary. You should know whats in the LTS.

** Affects: banshee (Ubuntu)
     Importance: Undecided
         Status: New

** Package changed: systemd (Ubuntu) => banshee (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1586590

Title:
  banshee glitches

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1586590/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 06:30:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A41E226C2294
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 06:30:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9A2641A2CA9;
	Sat, 28 May 2016 06:30:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Xlw-0000KT-DI; Sat, 28 May 2016 06:30:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Xlu-0000K7-Nn
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 06:30:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Xlu-0007mG-3L
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 06:30:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 08A8C2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 06:30:54 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 06:23:15 -0000
From: raven322 <1178272@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=banshee; component=universe;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gstreamer0.10;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=lubuntu-meta;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: hyperair ruediger.kupper spike85051
X-Launchpad-Bug-Reporter: =?utf-8?q?R=C3=BCdiger_Kupper_=28ruediger=2Ekuppe?=
 =?utf-8?q?r=29?=
X-Launchpad-Bug-Modifier: raven322 (spike85051)
References: <20130509134701.15153.47185.malonedeb@soybean.canonical.com>
Message-Id: <20160528062315.26574.15327.malone@chaenomeles.canonical.com>
Subject: [Bug 1178272] Re: Without pulseaudio,
 banshee and rhythmbox report "jack server is not running or cannot be
 started" and do not play
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: aecb0334135823c24995a57a137e262265d07f25
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1178272 <1178272@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

nope. still getting this. with a bunch of apps. try a new .asoundrc
first. then theres a setting but I forget the file that asks which sink
to use. default is pulse before anything else. change it.

try this.

** Attachment added: "alsa config w software pre-amp tweak"
   https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1178272/+attachment/4671674/+files/.asoundrc

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1178272

Title:
  Without pulseaudio, banshee and rhythmbox report "jack server is not
  running or cannot be started" and do not play

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1178272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 06:45:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7DFD126C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 06:45:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 861851A294F;
	Sat, 28 May 2016 06:45:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Y0F-0001Pv-Nk; Sat, 28 May 2016 06:45:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Y0F-0001Pl-Bn
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 06:45:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Y0F-0004CP-49
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 06:45:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 042962E8011
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 06:45:43 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 06:39:35 -0000
From: Seth Arnold <1583917@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=appstream; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: backports xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: suaefar
X-Launchpad-Bug-Reporter: =?utf-8?q?Marc_Rene_Sch=C3=A4dler_=28suaefar=29?=
X-Launchpad-Bug-Modifier: Seth Arnold (seth-arnold)
X-Launchpad-Bug-Duplicate: 1579712
References: <20160520064554.9086.99062.malonedeb@gac.canonical.com>
Message-Id: <20160528063935.27158.99181.launchpad@gac.canonical.com>
Subject: [Bug 1583917] Re: appstreamcli stuck at 100% CPU when processing data
 from xenial backports: Blocking any upgrades!
X-Launchpad-Message-Rationale: Subscriber (appstream in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 43c32c51168c8b65d26b05be9d2bfea04e24d85c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583917 <1583917@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1579712 ***
    https://bugs.launchpad.net/bugs/1579712

** Information type changed from Private Security to Public

** This bug has been marked a duplicate of bug 1579712
   Refresh hangs indefinitely, appstreamcli using 100% CPU

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to appstream in Ubuntu.
https://bugs.launchpad.net/bugs/1583917

Title:
  appstreamcli stuck at 100% CPU when processing data from xenial
  backports: Blocking any upgrades!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583917/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 07:00:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 13BB026C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 07:00:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0001B1A2E2C;
	Sat, 28 May 2016 07:00:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6YEx-0003Mk-1M; Sat, 28 May 2016 07:00:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6YEv-0003MK-IU
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 07:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6YEv-0005pf-C9
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 07:00:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 38D252E80BF
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 07:00:53 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 06:52:50 -0000
From: raven322 <1586595@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qemu; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: raven322 (spike85051)
Message-Id: <20160528065251.26334.98138.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1586595] [NEW] qemu fails to boot cds
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 26c81c1cb6a761131a5c57b5e1b61c1769bf346e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586595 <1586595@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

ok im using kvm, but thats a joke qemu has no binaries when it installs.

either I get a booting disc(even gfx boot) and I get to install
yosemite, or I get a black screen on mode switch(looks like graphic
misconfigure but its not), OR I cant load the cd to boot from and all
attempts to use it fail(triple fault and reboot cycle).

The media file (5gb) is fine. DL it twice.

glitch seems to fix once virtualbox has loaded a computer. That said:
vbox is stupidly slow with yosemite, even with the vbox patch installed. this isnt normal.

I can install snow on the same setup in minutes but yosemite wants to
take hours. crash on install finish as usual, and SOMEtimes I get a
workable working desktop on the next reboot..other times stall heaven. I
cant get to do anything with the result.

on snow im not sure if the iso was modified recently, some things are
off that should be working. both work amd so im not complaining yet. but
with snow I can get working given time, with yosemite, I cannot--thought
technically vbox supports it.

I thought making a new virtual drive solved the problem but that too is
no solution.

** Affects: qemu (Ubuntu)
     Importance: Undecided
         Status: New

** Package changed: systemd (Ubuntu) => qemu (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1586595

Title:
  qemu fails to boot cds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1586595/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 08:35:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2D0E426C2885
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 08:35:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1D1871A4147;
	Sat, 28 May 2016 08:35:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Zic-0005CT-CI; Sat, 28 May 2016 08:35:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Zia-0005Af-Ju
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 08:35:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Zia-0008Tc-Bs
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 08:35:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 568FB2E805B
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 08:35:36 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 08:28:58 -0000
From: Ubuntu Foundations Team Bug Bot <1178272@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=banshee; component=universe;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gstreamer0.10;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=lubuntu-meta;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 patch raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: crichton hyperair ruediger.kupper spike85051
X-Launchpad-Bug-Reporter: =?utf-8?q?R=C3=BCdiger_Kupper_=28ruediger=2Ekuppe?=
 =?utf-8?q?r=29?=
X-Launchpad-Bug-Modifier: Ubuntu Foundations Team Bug Bot (crichton)
References: <20130509134701.15153.47185.malonedeb@soybean.canonical.com>
Message-Id: <20160528082858.27261.61201.malone@gac.canonical.com>
Subject: [Bug 1178272] Re: Without pulseaudio,
 banshee and rhythmbox report "jack server is not running or cannot be
 started" and do not play
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c4b62525a7f69968283013459bfbcf9781714593
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1178272 <1178272@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The attachment "alsa config w software pre-amp tweak" seems to be a
patch.  If it isn't, please remove the "patch" flag from the attachment,
remove the "patch" tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1178272

Title:
  Without pulseaudio, banshee and rhythmbox report "jack server is not
  running or cannot be started" and do not play

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1178272/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 08:46:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 22FFD26C2886
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 08:46:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1442C1A2E2E;
	Sat, 28 May 2016 08:46:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6Zse-0005w4-7j; Sat, 28 May 2016 08:46:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6Zsc-0005vz-Dq
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 08:45:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6Zsc-0004M4-3n
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 08:45:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 142652E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 08:45:58 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 08:39:54 -0000
From: Launchpad Bug Tracker <1582957@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-menus; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: epsheldoni janitor
X-Launchpad-Bug-Reporter: Sheldon Wiedeman (epsheldoni)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160518012242.511.52161.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160528083954.22584.86677.malone@wampee.canonical.com>
Subject: [Bug 1582957] Re: package gnome-menus 3.13.3-6ubuntu3 failed to
 install/upgrade: triggers looping, abandoned
X-Launchpad-Message-Rationale: Subscriber (gnome-menus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9d82eb6fd2ac0aa5dec66002e9a873a957b04d10
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582957 <1582957@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-menus (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-menus in Ubuntu.
https://bugs.launchpad.net/bugs/1582957

Title:
  package gnome-menus 3.13.3-6ubuntu3 failed to install/upgrade:
  triggers looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/1582957/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 10:50:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 07FB226C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 10:50:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F3A461A2D59;
	Sat, 28 May 2016 10:50:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6bpS-0000Yf-BT; Sat, 28 May 2016 10:50:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6bpQ-0000Xt-Rs
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 10:50:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6bpQ-0004JH-9K
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 10:50:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1FA682E80CA
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 10:50:48 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 10:43:25 -0000
From: Michael Rybinsky <439239@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gtk; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=hundredpapercuts; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+2.0; component=main;
 status=Triaged; importance=Low; assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: lyset millenniumbug notgary scottritchie seb128
 vish
X-Launchpad-Bug-Reporter: Scott Ritchie (scottritchie)
X-Launchpad-Bug-Modifier: Michael Rybinsky (lyset)
References: <20090930090548.32421.84868.malonedeb@gangotri.canonical.com>
Message-Id: <000062e79d10$c8c1b57b$6177f6a2$@yandex.ru>
Subject: [Bug 439239] just a message
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1135cd32d33984156552367a772cbb8c0952cb1c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 439239 <439239@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hi,

Just wanted to say hello and wish you a good day! By the way, have you
seen that  <http://shyntyntanu.mattlerose.com/lnyyr>

See you soon, onecatharsis@yandex.ru

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/439239

Title:
  Selecting a folder to save to loses focus on file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/439239/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 13:35:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EE09826C2885
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 13:35:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DEC241A4147;
	Sat, 28 May 2016 13:35:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6eOs-00008U-NQ; Sat, 28 May 2016 13:35:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6eOr-000088-RI
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 13:35:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6eOr-0007he-3w
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 13:35:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BD7AF2E820C
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 13:35:31 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 13:29:41 -0000
From: efa <210081@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=evince; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=Fix Released; importance=Low; assignee=desktop-bugs@lists.ubuntu.com; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: christophe-dehais efa janitor pausanias seb128
X-Launchpad-Bug-Reporter: Pausanias (pausanias)
X-Launchpad-Bug-Modifier: efa (efa)
References: <20080401043923.13119.97604.malonedeb@gangotri.canonical.com>
Message-Id: <20160528132941.27887.23064.malone@gac.canonical.com>
Subject: [Bug 210081] Re: evince will not launch external applications
X-Launchpad-Message-Rationale: Assignee @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1a18ae774783c9bb20df1a980926943ecb9a09a1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 210081 <210081@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

as the bug was opened in 2008, fix was available with upstream evince
2.24 but in ubuntu evince 3.10.3 still is present, here the solution
found out of launchpad:

sudo ln -s /etc/apparmor.d/usr.bin.evince /etc/apparmor.d/disable/usr.bin.evince
sudo service apparmor restart

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/210081

Title:
  evince will not launch external applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/210081/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 16:25:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3BE7626C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 16:25:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0CBFC1A2A14;
	Sat, 28 May 2016 16:25:45 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6h3X-00007Q-PS; Sat, 28 May 2016 16:25:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6h3W-00007C-8G
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 16:25:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6h3V-0007QU-U9
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 16:25:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CFE972E808D
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 16:25:41 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 16:14:47 -0000
From: Nikita Yerenkov-Scott <1586661@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-terminal; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160528161426.18282.60758.malonedeb@soybean.canonical.com>
Message-Id: <20160528161447.27827.81817.malone@gac.canonical.com>
Subject: [Bug 1586661] Re: gnome-terminal transparent in wrong place when
 selected
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a7bb4802bc815398489cfc847a3f907870acdc0b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586661 <1586661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

KiogQXR0YWNobWVudCBhZGRlZDogImdub21lLXRlcm1pbmFsX05vcm1hbF9DbGlja2VkX09mZi5w
bmciCiAgIGh0dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L3VidW50dS1nbm9tZS8rYnVnLzE1ODY2
NjEvK2F0dGFjaG1lbnQvNDY3MTkxMy8rZmlsZXMvZ25vbWUtdGVybWluYWxfTm9ybWFsX0NsaWNr
ZWRfT2ZmLnBuZwoKKiogRGVzY3JpcHRpb24gY2hhbmdlZDoKCiAgSSBoYXZlIGp1c3Qgbm90aWNl
ZCB0aGF0IG9uIFVidW50dSBHTk9NRSAxNi4wNCB3aXRoIEdOT01FIDMuMjAgdGhhdCB0aGUKICBn
bm9tZS10ZXJtaW5hbCB3aGVuIHRyYW5zcGFyZW5jeSBtb2RlIGlzIG9uIGlzIHRyYW5zcGFyZW50
IHdoZXJlIHRoZQogICJGaWxlIEVkaXQiIGV0YyBvcHRpb25zIGFyZSwgYnV0IHdoZW4gdGhlIGdu
b21lLXRlcm1pbmFsIHdpbmRvdyBpcyBub3QKLSBzZWxlY3RlZCBpdCBkb2VzIG5vdCBoYXZlIHRo
ZSBmYXVsdHkgYmVoYXZpb3VyOgorIHNlbGVjdGVkIGl0IGRvZXMgbm90IGhhdmUgdGhlIGZhdWx0
eSBiZWhhdmlvdXIgKEkgaGF2ZSBibGFja2VkIG91dAorIHByaXZhdGUtaXNoIGluZm9ybWF0aW9u
IHNvIHBsZWFzZSBqdXN0IGlnbm9yZSB0aGUgYmlnIGJsYWNrIGJveCBpbiB0aGUKKyB0aXRsZSBi
YXIgYW5kIHRoZSBsYWNraW5nIG9mIHRoZSBiaXQgd2l0aCB0aGUgJyQnIGluIHRoZSBzZWNvbmQg
aW1hZ2UpOgogIAotICAgICBnbm9tZS10ZXJtaW5hbF9TdHJhbmdlX1NlZS1UaHJvdWdoLnBuZwot
ICAgICBnbm9tZS10ZXJtaW5hbF9Ob3JtYWxfQ2xpY2tlZF9PZmYucG5nCisgwqDCoMKgwqBnbm9t
ZS10ZXJtaW5hbF9TdHJhbmdlX1NlZS1UaHJvdWdoLnBuZworIMKgwqDCoMKgZ25vbWUtdGVybWlu
YWxfTm9ybWFsX0NsaWNrZWRfT2ZmLnBuZwoKKiogQWxzbyBhZmZlY3RzOiBnbm9tZS10ZXJtaW5h
bCAoVWJ1bnR1KQogICBJbXBvcnRhbmNlOiBVbmRlY2lkZWQKICAgICAgIFN0YXR1czogTmV3Cgoq
KiBCdWcgd2F0Y2ggYWRkZWQ6IEdOT01FIEJ1ZyBUcmFja2VyICM3NjY5NjgKICAgaHR0cHM6Ly9i
dWd6aWxsYS5nbm9tZS5vcmcvc2hvd19idWcuY2dpP2lkPTc2Njk2OAoKKiogQWxzbyBhZmZlY3Rz
OiBnbm9tZS10ZXJtaW5hbCB2aWEKICAgaHR0cHM6Ly9idWd6aWxsYS5nbm9tZS5vcmcvc2hvd19i
dWcuY2dpP2lkPTc2Njk2OAogICBJbXBvcnRhbmNlOiBVbmtub3duCiAgICAgICBTdGF0dXM6IFVu
a25vd24KCi0tIApZb3UgcmVjZWl2ZWQgdGhpcyBidWcgbm90aWZpY2F0aW9uIGJlY2F1c2UgeW91
IGFyZSBhIG1lbWJlciBvZiBVYnVudHUKRGVza3RvcCBCdWdzLCB3aGljaCBpcyBzdWJzY3JpYmVk
IHRvIGdub21lLXRlcm1pbmFsIGluIFVidW50dS4KaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQv
YnVncy8xNTg2NjYxCgpUaXRsZToKICBnbm9tZS10ZXJtaW5hbCB0cmFuc3BhcmVudCBpbiB3cm9u
ZyBwbGFjZSB3aGVuIHNlbGVjdGVkCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91dCB0aGlz
IGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvZ25vbWUtdGVybWluYWwvK2J1
Zy8xNTg2NjYxLytzdWJzY3JpcHRpb25zCgotLSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApk
ZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNvbQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFp
bG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 18:05:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DFCC326C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 18:05:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D82121A2E6B;
	Sat, 28 May 2016 18:05:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6icV-0001vG-QL; Sat, 28 May 2016 18:05:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6icV-0001v5-8i
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 18:05:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6icV-0007KL-1H
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 18:05:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 067492E80C2
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 18:05:55 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 17:58:00 -0000
From: sergey <zwezda-11@mail.ru>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mc3man seb128 serp2002 zwezda-11
X-Launchpad-Bug-Reporter: SerP (serp2002)
X-Launchpad-Bug-Modifier: sergey (zwezda-11)
References: <20141015091405.25549.26909.malonedeb@soybean.canonical.com>
Message-Id: <20160528175800.17657.29462.malone@soybean.canonical.com>
Subject: [Bug 1381415] Re: Can't create new folder in "List" view
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f058337226bb04118ccad369f38c955a140e50da
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1381415 <1381415@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

yes. This is bag

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1381415

Title:
  Can't create new folder in "List" view

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1381415/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 18:15:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5209926C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 18:15:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4435B1A3E82;
	Sat, 28 May 2016 18:15:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6ilw-0002gB-2R; Sat, 28 May 2016 18:15:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6ilu-0002fJ-Pz
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 18:15:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6ilu-0000v4-EG
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 18:15:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5ACB62E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 18:15:38 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 18:08:50 -0000
From: sergey <zwezda-11@mail.ru>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: zwezda-11
X-Launchpad-Bug-Reporter: sergey (zwezda-11)
X-Launchpad-Bug-Modifier: sergey (zwezda-11)
Message-Id: <20160528180850.26526.52859.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1586674] [NEW] nautilus list view - reset of the entered name of
 the folder when changing an layout
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b3e73eb6e062d992abcee5d999c9600ac213a1c1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586674 <1586674@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

reset of the entered name of the folder when changing an layout

It is impossible to jobt with nautilus on two and more apportions in the list view mode.
At change of language the entered name is dumped. It is very critical bug.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Sat May 28 20:02:18 2016
GsettingsChanges:
 b'org.gnome.nautilus.preferences' b'click-policy' b"'single'"
 b'org.gnome.nautilus.window-state' b'geometry' b"'890x550+565+281'"
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 'mime_type', 'where']"
InstallationDate: Installed on 2016-05-28 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1586674

Title:
  nautilus list view -  reset of the entered name of the folder when
  changing an layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1586674/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 19:15:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 68F3826C2208
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 19:15:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 21A0B1A1A3A;
	Sat, 28 May 2016 19:15:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6ji3-0007eO-KP; Sat, 28 May 2016 19:15:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6ji2-0007e2-MN
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 19:15:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6ji2-0001L9-Ek
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:15:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6E1BC2E8011
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:15:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 19:01:13 -0000
From: Nikita Yerenkov-Scott <1586655@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-shell; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jbicha yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160528151003.17427.37243.malonedeb@soybean.canonical.com>
Message-Id: <20160528190113.26607.77283.malone@chaenomeles.canonical.com>
Subject: [Bug 1586655] Re: Background grey even though set to image and image
 is displayed elsewhere
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cef09545520a01de1f863ba860dabf4b29954c32
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586655 <1586655@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

@Jeremy,

Yes, after restarting all Nautilus instances (actually just killing it
did the trick) the problem is solved. Though seemingly only affected the
Adwaita GTK+ theme as changing it to the Numix one fixed the issue.

** No longer affects: gnome-shell (Ubuntu)

** Also affects: nautilus (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: ubuntu-gnome
       Status: Incomplete => Fix Released

** Changed in: nautilus (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1586655

Title:
  Background grey even though set to image and image is displayed
  elsewhere

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1586655/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 19:15:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8F01526C2208
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 19:15:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6109A1A2C07;
	Sat, 28 May 2016 19:15:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6ji5-0007fw-PB; Sat, 28 May 2016 19:15:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6ji4-0007et-Nc
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 19:15:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6ji4-0001N3-9G
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:15:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 349412E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:15:44 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 19:05:56 -0000
From: Nikita Yerenkov-Scott <1586655@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-shell; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jbicha yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160528151003.17427.37243.malonedeb@soybean.canonical.com>
Message-Id: <20160528190556.26031.18628.malone@chaenomeles.canonical.com>
Subject: [Bug 1586655] Re: Background grey even though set to image and image
 is displayed elsewhere
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ded17413d62d6d659ec551ade2184ba854353f5f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586655 <1586655@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

By the way, are you going to give the patch to upstream (the upstream
report is linked) or was this something only affecting the Ubuntu
nautilus for some reason?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1586655

Title:
  Background grey even though set to image and image is displayed
  elsewhere

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1586655/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 19:35:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A8FA026C288B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 19:35:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 997171A3D23;
	Sat, 28 May 2016 19:35:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6k1G-0000S4-GR; Sat, 28 May 2016 19:35:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6k1F-0000Rb-6q
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 19:35:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6k1E-0003EC-DW
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:35:32 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 506F72E80CA
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:35:32 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 19:28:17 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-shell; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jbicha yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20160528151003.17427.37243.malonedeb@soybean.canonical.com>
Message-Id: <20160528192817.25855.3720.malone@chaenomeles.canonical.com>
Subject: [Bug 1586655] Re: Background grey even though set to image and image
 is displayed elsewhere
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: eff562522b3b4e7a9c362fb86a974e575b62332d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586655 <1586655@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I got the patch from upstream! :)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1586655

Title:
  Background grey even though set to image and image is displayed
  elsewhere

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1586655/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 19:40:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6B36D26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 19:40:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 654781A2DC7;
	Sat, 28 May 2016 19:40:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6k6P-0001Cn-PU; Sat, 28 May 2016 19:40:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6k6O-0001CO-7w
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 19:40:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6k6N-0005Al-Te
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:40:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DD6DB2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:40:51 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 19:34:27 -0000
From: Launchpad Bug Tracker <1585867@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=file-roller; status=Confirmed; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: product=shared-mime-info; status=Unknown; importance=Unknown; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=shared-mime-info;
 component=main; status=Fix Released; importance=Wishlist; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=file-roller; component=main; status=Triaged; importance=Wishlist;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=shared-mime-info; component=main; status=Triaged;
 importance=Wishlist; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor robert-ancell
X-Launchpad-Bug-Reporter: Robert Ancell (robert-ancell)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160526040602.22629.51963.malonedeb@wampee.canonical.com>
Message-Id: <20160528193430.15836.15704.malone@ackee.canonical.com>
Subject: [Bug 1585867] Re: Support squashfs / .snap packages
X-Launchpad-Message-Rationale: Subscriber (shared-mime-info in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e14408018193aa64f4c7851209594d8e3d3a96dd
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1585867 <1585867@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package shared-mime-info - 1.6-1ubuntu1

---------------
shared-mime-info (1.6-1ubuntu1) yakkety; urgency=medium

  * debian/patches/squashfs.patch:
    - Recognise squashfs files (LP: #1585867)

 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 26 May 2016
16:13:40 +1200

** Changed in: shared-mime-info (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu.
https://bugs.launchpad.net/bugs/1585867

Title:
  Support squashfs / .snap packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1585867/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 19:40:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2CE0226C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 19:40:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 26B411A2E31;
	Sat, 28 May 2016 19:40:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6k6T-0001FZ-1i; Sat, 28 May 2016 19:40:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6k6S-0001Eu-60
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 19:40:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6k6R-0005HO-OW
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:40:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A2E022E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:40:55 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 19:35:10 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Fix Released; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=New;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=New;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=upower;
 component=main; status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-needed
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 arges crichton janitor pitti
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160528193510.27365.15879.malone@gac.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e97c8d72318f6b174f80d2e6581241e5a00fcb4e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Adjusted patch in
https://launchpad.net/ubuntu/+source/upower/0.99.4-2ubuntu0.2, please
re-test with this version.

** Tags removed: regression-proposed verification-failed
** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 19:40:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 64C4026C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 19:40:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5B72A1A147B;
	Sat, 28 May 2016 19:40:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6k6V-0001HD-9K; Sat, 28 May 2016 19:40:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6k6U-0001Ga-Cb
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 19:40:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6k6U-0005KE-39
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:40:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 08CFB2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:40:58 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 19:34:40 -0000
From: Launchpad Bug Tracker <1577001@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=lxd; component=main;
 status=Triaged; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Released; importance=Undecided; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dank janitor pitti stgraber unit3
X-Launchpad-Bug-Reporter: Dan Kegel (dank)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160430154557.5909.70865.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160528193445.15837.32808.malone@ackee.canonical.com>
Subject: [Bug 1577001] Re: Installing lxd leaves /var/lib/lxd/unix.socket with
 wrong group ownership
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4df3589e5f286af4eea4081e14808c0a445c22f8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1577001 <1577001@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package systemd - 230-1git1

---------------
systemd (230-1git1) yakkety; urgency=medium

  * Don't add a Breaks: against usb-modeswitch when building on Ubuntu; there
    it does not use hotplug.functions and is a lower version.
  * boot-and-services autopkgtest: Add missing xserver-xorg and
    lightdm-greeter test dependencies, so that lightdm can start.
    (See LP #1581106)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 25 May 2016 09:37:41
+0200

** Changed in: systemd (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1577001

Title:
  Installing lxd leaves /var/lib/lxd/unix.socket with wrong group
  ownership

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1577001/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 19:41:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 708B526C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 19:41:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 686181A2F1C;
	Sat, 28 May 2016 19:41:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6k6h-0001Lg-PW; Sat, 28 May 2016 19:41:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6k6a-0001JC-UK
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 19:41:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6k6a-0005R1-HH
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:41:04 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 668C72E80CE
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:41:04 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 19:34:40 -0000
From: Launchpad Bug Tracker <1530384@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; status=Confirmed;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: product=mir; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=udev; status=Confirmed; importance=Undecided;
 assignee=andreas.pokorny@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: input regression
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: andreas-pokorny janitor peat-new pitti vanvugt
X-Launchpad-Bug-Reporter: Ratchanan Srirattanamet (peat-new)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20151231185504.26401.75800.malonedeb@gac.canonical.com>
Message-Id: <20160528193444.15837.74768.malone@ackee.canonical.com>
Subject: [Bug 1530384] Re: [regression] Touchscreen stop working on LG L90 Dual
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d03a64e06be301edb321c275e70f05a1855882c2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1530384 <1530384@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package systemd - 230-1git1

---------------
systemd (230-1git1) yakkety; urgency=medium

  * Don't add a Breaks: against usb-modeswitch when building on Ubuntu; there
    it does not use hotplug.functions and is a lower version.
  * boot-and-services autopkgtest: Add missing xserver-xorg and
    lightdm-greeter test dependencies, so that lightdm can start.
    (See LP #1581106)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 25 May 2016 09:37:41
+0200

** Changed in: systemd (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1530384

Title:
  [regression] Touchscreen stop working on LG L90 Dual

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1530384/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 19:45:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CB91426C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 19:45:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C41C11A2C8F;
	Sat, 28 May 2016 19:45:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6kB8-0001fl-63; Sat, 28 May 2016 19:45:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6kB6-0001f0-DH
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 19:45:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6kB5-0005fp-Ng
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:45:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9E0512E80BF
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 19:45:43 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 19:40:16 -0000
From: Nikita Yerenkov-Scott <1586655@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-shell; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jbicha yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160528151003.17427.37243.malonedeb@soybean.canonical.com>
Message-Id: <20160528194016.28222.43758.malone@gac.canonical.com>
Subject: [Bug 1586655] Re: Background grey even though set to image and image
 is displayed elsewhere
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: eae1eac3972182648a8fbca3c247b43ca97c13b3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586655 <1586655@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Ah! Glad all that is settled then!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1586655

Title:
  Background grey even though set to image and image is displayed
  elsewhere

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1586655/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sat May 28 23:35:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 14C9726C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sat, 28 May 2016 23:35:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0C8F71A3CD7;
	Sat, 28 May 2016 23:35:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6nlW-0001S9-VQ; Sat, 28 May 2016 23:35:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6nlW-0001RV-1I
 for desktop-bugs@lists.ubuntu.com; Sat, 28 May 2016 23:35:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6nlV-0004KS-Pj
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 23:35:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BF4572E80C3
 for <desktop-bugs@lists.ubuntu.com>; Sat, 28 May 2016 23:35:33 +0000 (UTC)
MIME-Version: 1.0
Date: Sat, 28 May 2016 23:29:32 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=dell-sputnik; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=upower; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-settings-daemon;
 component=main; status=Triaged; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upower; component=main;
 status=Fix Released; importance=Medium; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-settings-daemon; component=main; status=New;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=unity-settings-daemon; component=main; status=New;
 importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=upower;
 component=main; status=Fix Committed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 arges crichton janitor pitti
X-Launchpad-Bug-Reporter: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20160520014159.1018.77270.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160528232934.22127.70853.launchpad@wampee.canonical.com>
Subject: [Bug 1583861] Re: Keyboard backlight isn't properly restored after
 idle on systems with hardwired configuration
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8ec41b20a1252e5d84dc2a45f4f09940a170d25a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583861 <1583861@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1583861

Title:
  Keyboard backlight isn't properly restored after idle on systems with
  hardwired configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1583861/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 00:45:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E562326C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 00:45:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 624891A0395;
	Sun, 29 May 2016 00:45:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6orO-00069p-PS; Sun, 29 May 2016 00:45:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6orN-00069b-Fj
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 00:45:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6orN-0004fo-3R
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 00:45:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8500B2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 00:45:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 00:36:36 -0000
From: raven322 <1586713@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=synaptic;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: raven322 (spike85051)
Message-Id: <20160529003636.26607.9157.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1586713] [NEW] synaptic cant be backgrounded
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9ff027eb33c86e6be70e7aff38bc4a97220124f4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586713 <1586713@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I think is is upsteam debbie.

sudo synaptic & fails miserably. UI apps should pop up to foreground when needed.
what happens is synaptic gets shoved in the back(as I need the console for source building) and dies there.

I am trying to solve depends.

** Affects: synaptic (Ubuntu)
     Importance: Undecided
         Status: New

** Package changed: systemd (Ubuntu) => synaptic (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1586713

Title:
  synaptic cant be backgrounded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1586713/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 03:35:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BA77A26C2885
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 03:35:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A4E251A3CBC;
	Sun, 29 May 2016 03:35:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6rVl-0001Fc-Ak; Sun, 29 May 2016 03:35:33 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6rVj-0001FX-Qv
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 03:35:31 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6rVj-0000B9-LA
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 03:35:31 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9EBE92E80BB
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 03:35:31 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 03:27:19 -0000
From: Paulkelly <paul@pksings.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=linuxmint; status=Fix Committed; importance=Undecided;
 assignee=544059919@qq.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libimobiledevice;
 component=main; status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=libimobiledevice;
 component=main; status=Fix Released; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: apport-collected kernel-bug-exists-upstream
 latest-bios-r1130y1 needs-upstream-testing patch raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alex-falappa andor-udel aprylhoward
 balaenoptera-rufus brad-figg braiampe c3888126 ccheney charlemagne73
 cowabunga1 crichton dmh-phoenix doug-riordan drodriguezpadilla0907
 dtl131-deactivatedaccount edgarpe ellissteve1313 flyinfeeling fst-mail
 graeme-w-murray guido-scalise guinpen h1bymask i-info-8 ingo italosvg
 iuridiniz janitor javierisassi jeb-g jkeegan jm2mailbox johnsflores
 joostvandurme jpv4433 jsalisbury junktext-0 kandres kenetik klaus-zingerle
 laney lockm loneowais martijn-de-nerd max-sokolnikov mediabot666 mike-lumsden
 mimajeri mniess mz-yyam nick-rawlins nikolay-hashamov not-really-archie
 ozgurktekin pablofontoura paoloeagle2001 patrickt paul-pksings penalvch
 perry-d phil-culmer rafikamal93 raul-medina-nussbaum renuxman richud.com
 richw rtandy rulezneon s-kazantsev s.zaprudsky samuel-hameau scott-l-barlow
 seb128 sergiy.matrunchyk silviu-stahie-f sourav-sur starperfect stephen-kun
 taz-x tiboz timo-jyrinki tnagy.adam urda vdragon vince-suidrewt winfried
 wobin xbgmsharp yanpaso zhongfu
X-Launchpad-Bug-Reporter: Nick (nick-rawlins)
X-Launchpad-Bug-Modifier: Paulkelly (paul-pksings)
References: <20130802154020.30453.18285.malonedeb@soybean.canonical.com>
Message-Id: <20160529032720.26405.20798.malone@chaenomeles.canonical.com>
Subject: [Bug 1207812] Re: [FFe] Update libimobiledevice to support iOS 7,
 fix Trust Prompt Looping
X-Launchpad-Message-Rationale: Subscriber (libimobiledevice in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 911136ace19cbff331f0310c7c101d88c7672dde
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1207812 <1207812@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Installing this removes Gnome, should be in big letters in the
description

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libimobiledevice in Ubuntu.
https://bugs.launchpad.net/bugs/1207812

Title:
  [FFe] Update libimobiledevice to support iOS 7, fix Trust Prompt
  Looping

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1207812/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 05:05:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 87A4126C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 05:05:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2FD181A04CA;
	Sun, 29 May 2016 05:05:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6suz-0007sz-W1; Sun, 29 May 2016 05:05:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6sux-0007sl-Vl
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 05:05:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6sux-00069f-KJ
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 05:05:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 760DD2E8011
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 05:05:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 04:54:08 -0000
From: Tim <tim@feathertop.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=ubuntu-gnome; milestone=yakkety; status=New;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=yelp; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash gnome3-ppa gnome3-staging
 third-party-packages xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adler-dreamcoder darkxst ug-bot
X-Launchpad-Bug-Reporter: =?utf-8?q?Jose_G=C3=B3mez_=28adler-dreamcoder=29?=
X-Launchpad-Bug-Modifier: Tim (darkxst)
References: <20160529020803.28080.23256.malonedeb@gac.canonical.com>
Message-Id: <20160529045408.26491.61742.malone@chaenomeles.canonical.com>
Subject: [Bug 1586716] Re: yelp crashed with SIGSEGV in g_str_equal()
X-Launchpad-Message-Rationale: Subscriber (yelp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c7f1a1ecfdedf05cb7c91e4f0d5e020515621f38
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586716 <1586716@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I can reproduce this in yakkety with the following command:
yelp ghelp://usr/share/doc/pspp/pspp.xml#ONEWAY

seems to be an issue with the uri parsing

** Information type changed from Private to Public

** Also affects: yelp (Ubuntu)
   Importance: Undecided
       Status: New

** Tags added: yakkety

** Changed in: ubuntu-gnome
    Milestone: None => yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in Ubuntu.
https://bugs.launchpad.net/bugs/1586716

Title:
  yelp crashed with SIGSEGV in g_str_equal()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1586716/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 09:30:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 47E3E26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 09:30:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 26F351A0307;
	Sun, 29 May 2016 09:30:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6x3S-0003VK-6j; Sun, 29 May 2016 09:30:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6x3R-0003V7-A1
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 09:30:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6x3Q-0004Yc-UG
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 09:30:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DE5AE2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 09:30:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 09:25:22 -0000
From: snapy <1576977@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aapo-rantalainen demarco-25 janitor nitrosito
 sdfjsfjaei-hans shakaran
X-Launchpad-Bug-Reporter: Aapo Rantalainen (aapo-rantalainen)
X-Launchpad-Bug-Modifier: snapy (sdfjsfjaei-hans)
References: <20160430121911.23968.93912.malonedeb@gac.canonical.com>
Message-Id: <20160529092522.21929.16013.malone@wampee.canonical.com>
Subject: [Bug 1576977] Re: Lots of GEGL-gegl-operation.c-WARNING on starting
 gimp
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ac4011dff102446baa50078151e03acf785c773b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576977 <1576977@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I also have these warnings.

Maybe this is unrelated but for me sometimes when Gimp starts it's
incredibly slow and it only seems to work again when I kill it and
restart it. (Note that I have a fast machine and 8 GiB of memory.)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1576977

Title:
  Lots of GEGL-gegl-operation.c-WARNING on starting gimp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1576977/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 09:45:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 31E9D26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 09:45:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 299731A02A1;
	Sun, 29 May 2016 09:45:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6xHx-0004oG-Ua; Sun, 29 May 2016 09:45:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6xHx-0004o6-45
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 09:45:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6xHw-00084y-Ic
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 09:45:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8A6562E80C2
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 09:45:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 09:40:30 -0000
From: Dantali0n <spam@code2chicken.nl>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Tags: verification-done-xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels janitor mitya57 t-spam-0
 tjaalton
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: Dantali0n (t-spam-0)
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160529094031.25855.14467.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 12225a9238f65390816452c06d1e3914102481fc
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: verification-needed
** Tags added: verification-done-xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 10:00:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AF46126C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 10:00:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A6FB81A2B66;
	Sun, 29 May 2016 10:00:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6xWe-00060N-ME; Sun, 29 May 2016 10:00:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6xWe-00060I-BA
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 10:00:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6xWe-0000dk-1V
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 10:00:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EA38A2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 10:00:51 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 09:55:29 -0000
From: Dantali0n <spam@code2chicken.nl>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Tags: verification-done-xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels janitor mitya57 t-spam-0
 tjaalton
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: Dantali0n (t-spam-0)
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160529095529.28152.94152.malone@gac.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 81b66aa0afcaae44a7626eb21c7d137cd315328f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I installed Metacity 1:3.18.4-0ubuntu0.2 and mysql-workbench now fully
works again.

I would like to be able to help more when encountering bugs and even help fixing them.
As you can see from my stacktrace I am not really up to skill yet and was hoping one of you could supply me with information about: getting all the packages with debug symbols and properly making gdb write stacktraces to log files. But please feel free to ignore this if you find it will take to much of your time.

Thanks for repairing this package which I use in my daily live.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 10:50:45 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1F81926C2885
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 10:50:45 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 59B4F1A1C02;
	Sun, 29 May 2016 10:50:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6yIt-00021A-N6; Sun, 29 May 2016 10:50:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6yIs-00020o-T4
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 10:50:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6yIs-0002pI-3U
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 10:50:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EF0BC2E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 10:50:41 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 10:43:43 -0000
From: Miguel <eynos23@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: art-udav buo-ren-lin canalegrande edsonn3to
 egonholtz elberro janitor maverickct navjotjsingh pfeiffep seb128 sunbear-c22
 vdragon willcooke ximion
X-Launchpad-Bug-Reporter: =?utf-8?b?77y25a2X6b6NKFZkcmFnb24pICh2ZHJhZ29u?=
 =?utf-8?q?=29?=
X-Launchpad-Bug-Modifier: Miguel (eynos23)
References: <20160421135240.5346.55600.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160529104344.28152.60736.launchpad@gac.canonical.com>
Subject: [Bug 1573052] Re: [packaging] gnome-software provides a broken
 symlink of /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e12ae5a5ceb586087f1ae7c8e8a294afb9f8ddff
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573052 <1573052@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-software (Ubuntu Xenial)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573052

Title:
  [packaging] gnome-software provides a broken symlink of /usr/lib/gs-
  plugins-9/libgs_plugin_xdg_app_reviews.so on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573052/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 11:15:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 842AC26C233A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 11:15:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6BCC51A2C9E;
	Sun, 29 May 2016 11:15:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6yhE-0004Ws-33; Sun, 29 May 2016 11:15:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6yhC-0004WR-Fl
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 11:15:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6yhC-0007VE-4w
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 11:15:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 194592E80C0
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 11:15:50 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 11:07:31 -0000
From: =?utf-8?b?0KHQtdGA0LPQtdC5?= <1574090@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=brasero; status=Unknown; importance=High;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=brasero; component=universe;
 status=Fix Released; importance=High; assignee=gunnar.hjalmarsson@telia.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=brasero; component=universe; status=Fix Committed;
 importance=High; assignee=seb128@ubuntu.com; 
X-Launchpad-Bug-Tags: patch verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: brian-murray carvinss febcrash gunnarhj janitor
 seb128 tomtomtom
X-Launchpad-Bug-Reporter: Olivier Febwin (febcrash)
X-Launchpad-Bug-Modifier: =?utf-8?b?0KHQtdGA0LPQtdC5IChjYXJ2aW5zcyk=?=
References: <20160423190757.24128.20183.malonedeb@gac.canonical.com>
Message-Id: <20160529110731.26209.22549.malone@chaenomeles.canonical.com>
Subject: [Bug 1574090] Re: Brasero not translated at all on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (brasero in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bc256af328e226fac7efc3a1564b2206851919a9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1574090 <1574090@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Fully confirms the words of Olivier Febwin (febcrash). The problem can
be considered solved.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/1574090

Title:
  Brasero not translated at all on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/brasero/+bug/1574090/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 11:40:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C6DCA26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 11:40:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B0D791A2B9E;
	Sun, 29 May 2016 11:40:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6z5U-0006ft-AA; Sun, 29 May 2016 11:40:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6z5S-0006fX-Hy
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 11:40:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6z5S-0003XS-3q
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 11:40:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 599F52E80D6
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 11:40:53 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 11:33:02 -0000
From: Merlijn Sebrechts <merlijn.sebrechts@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gstreamer0.10;
 component=universe; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug raring
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: merlijn-sebrechts
X-Launchpad-Bug-Reporter: Merlijn Sebrechts (merlijn-sebrechts)
X-Launchpad-Bug-Modifier: Merlijn Sebrechts (merlijn-sebrechts)
References: <20130825155404.32229.47916.malonedeb@wampee.canonical.com>
Message-Id: <20160529113302.27092.41180.malone@gac.canonical.com>
Subject: [Bug 1216600] Re: rythmbox freezes randomly when playing song
X-Launchpad-Message-Rationale: Subscriber (gstreamer0.10 in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 845895387f37eceee849cba95d444a36192d1aa1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1216600 <1216600@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Haven't stumbled upon this bug anymore, so marking this as fix released.

** Changed in: gstreamer0.10 (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1216600

Title:
  rythmbox freezes randomly when playing song

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1216600/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 11:45:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 09F9626C2878
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 11:45:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F25551A1B50;
	Sun, 29 May 2016 11:45:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6zA7-0007NW-JT; Sun, 29 May 2016 11:45:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6zA6-0007NA-R3
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 11:45:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6zA6-0003iM-78
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 11:45:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 83CC02E80EA
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 11:45:41 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 11:37:20 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1582687@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels janitor mitya57 t-spam-0
 tjaalton
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160529113720.22666.12143.launchpad@wampee.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5d3658439d5de3a8b6237e6984c2592f92359db9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags removed: verification-done-xenial
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 11:50:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 031DF26C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 11:50:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F25BA1A383E;
	Sun, 29 May 2016 11:50:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6zEw-0007j0-9b; Sun, 29 May 2016 11:50:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6zEv-0007iq-F5
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 11:50:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6zEu-0003yh-SE
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 11:50:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C53F92E80C9
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 11:50:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 11:44:01 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1582687@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels janitor mitya57 t-spam-0
 tjaalton
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160529114401.27827.72865.malone@gac.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d2d63fec97c5243d593405a3d9157db86853dd11
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

For metacity you need install metacity-dbg package.

If you again have reproducible crashes with metacity it might be good idea to reproduce crash when running metacity with --sync commandline option:
metacity --sync --replace

sync option will ensure that stacktrace shows correct functon where it crashes:
ftp://www.x.org/pub/current/doc/libX11/libX11/libX11.html#Enabling_or_Disabling_Synchronization

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 12:25:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EDF8D26C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 12:25:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E8DD41A3795;
	Sun, 29 May 2016 12:25:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b6zmo-0002VN-At; Sun, 29 May 2016 12:25:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b6zmm-0002Uq-PN
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 12:25:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b6zmm-0001aF-BP
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 12:25:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 516262E80C7
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 12:25:40 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 12:16:14 -0000
From: Lanoxx <60448@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gdm; component=universe;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=kdebase; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=dapper; sourcepackage=xinit;
 component=None; status=Won't Fix; importance=High; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alkisg amenophisiii apinunt bas- beatme101
 bobmerhebi capnjacksparrowsavvy chilicuil frans-stekelenburg johnny jonfritz
 krop lanoxx lea-gris manuellopezibanez mdz me-t miguel-negrao misc-evotex
 mlaverdiere pitti replicator-snail royboyjoytoy2 scm voronaam
X-Launchpad-Bug-Reporter: mlaverdiere (mlaverdiere)
X-Launchpad-Bug-Modifier: Lanoxx (lanoxx)
References: <20060914185447.28823.76413.malonedeb@gangotri.ubuntu.com>
Message-Id: <20160529121614.27365.17447.malone@gac.canonical.com>
Subject: [Bug 60448] Re: .xsession-errors file grows out of control &
 saturates disk space
X-Launchpad-Message-Rationale: Subscriber (gdm in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7d261f51164a794d0929469677061b2fa5cfe70c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 60448 <60448@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I just stumbled across this bug report, while searching for xsession-
errors. There are currently 3330 bugs involving xsession-errors:

https://launchpad.net/+search?field.text=xession-errors

I wonder how its possible to even find any useful information in such an
amount of open bugs. Since Ubuntu is moving to the systemd journal its
probably best to close most of those bugs?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in Ubuntu.
https://bugs.launchpad.net/bugs/60448

Title:
  .xsession-errors file grows out of control & saturates disk space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/60448/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 12:55:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B883E26C21A5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 12:55:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 469CD1A1B97;
	Sun, 29 May 2016 12:55:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b70Fs-0004f3-6b; Sun, 29 May 2016 12:55:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b70Fr-0004ec-9j
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 12:55:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b70Fq-0005be-Q3
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 12:55:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C31002E80C6
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 12:55:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 12:46:26 -0000
From: xeddo <xeddo.xeddo@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 package-from-proposed quantal
 running-unity
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: diepes gpolitis hiboudev icarean janitor jmac939
 k-huwig-f khadgaray laekrits lorenzo-cerda szenger teo1978 teo8976 walionis
 xeddo-xeddo
X-Launchpad-Bug-Reporter: Teo (teo1978)
X-Launchpad-Bug-Modifier: xeddo (xeddo-xeddo)
References: <20130226173732.3172.26197.malonedeb@soybean.canonical.com>
Message-Id: <20160529124626.22399.97189.malone@wampee.canonical.com>
Subject: [Bug 1133477] Re: cut-n-paste move files got stuck forever
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ad24483c74f27bc8d7ef916e1911ed3f58729ab7
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1133477 <1133477@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Same issue here. Ubuntu 16.04.
Moving 500 images (totalling only 130mb) takes >5 minutes and only shows the "preparing to move" dialogue.
Exact same thing in Thunar takes only a few (~3) seconds!

Tested on a SATA III connected Samsung 840 SSD.
I experienced the same issue across multiple devices with different storage media.

Also it does not matter if it is Drag and Droped or copy and pasted.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1133477

Title:
  cut-n-paste move files got stuck forever

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1133477/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 16:25:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 79A7026C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 16:25:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7015D1A2BF3;
	Sun, 29 May 2016 16:25:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b73XB-0004MF-9w; Sun, 29 May 2016 16:25:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b73XA-0004Lf-Bb
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 16:25:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b73X9-0006AO-UJ
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 16:25:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E25282E80CB
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 16:25:47 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 16:18:15 -0000
From: Helio <crushedice2000@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nemo; component=universe; 
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash bugpattern-needed quantal
 running-unity saucy trusty wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport crushedice2000 ericdetheridge janitor
 philip10khor
X-Launchpad-Bug-Reporter: Philip Khor (philip10khor)
X-Launchpad-Bug-Modifier: Helio (crushedice2000)
References: <20120916160831.8221.63854.malonedeb@gac.canonical.com>
Message-Id: <20160529161815.28152.90303.malone@gac.canonical.com>
Subject: [Bug 1051625] Re: nautilus crashed with signal 5 in _XEventsQueued()
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: de036abc9e255dbc2323e3f836ab8686bf06d9c2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1051625 <1051625@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Happened in 16.04 and Nautilus 3.14.3

I don't know if this is important, but my wallpaper is not the default
one.

1. I pressed [<ALT> + <TAB>] and selected the "show desktop" icon on the window switcher.
2. My desktop appeared empty and with the default wallpaper (not the one I have).
3. I right-clicked on the middle of the desktop.
4. The desktop went black.
5. I opened Nautilus in a window to see if my files were intact.
6. The desktop flickered and appeared the custom wallpaper and the files.
7. Apport shown its dialog.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1051625

Title:
  nautilus crashed with signal 5 in _XEventsQueued()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1051625/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 16:55:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AF9B126C2208
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 16:55:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A8E8A1A2973;
	Sun, 29 May 2016 16:55:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b740B-0007QK-0Q; Sun, 29 May 2016 16:55:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7407-0007O4-60
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 16:55:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7406-0002Sa-Sw
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 16:55:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D8CF62E80C2
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 16:55:42 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 16:49:03 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels janitor mitya57 t-spam-0
 tjaalton
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160529164903.28185.95918.malone@gac.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3341acdb2beb11f6e36e21d6382c117a9ee6cfc9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Oops, I just got my LibreOffice crash again with the new Metacity :(

So maybe my bug was actually different (though similar). Attaching the
full stacktrace (with --sync enabled).

** Attachment added: "stacktrace.txt"
   https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+attachment/4672363/+files/stacktrace.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 17:25:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7047826C2878
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 17:25:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 559C61A34A1;
	Sun, 29 May 2016 17:25:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b74T3-0001St-Ak; Sun, 29 May 2016 17:25:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b74T2-0001Se-6S
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 17:25:36 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b74T1-0006mS-Uy
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 17:25:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E449A2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 17:25:35 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 17:18:03 -0000
From: "H.-Dirk Schmitt" <dirk@computer42.org>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: dirk-computer42
X-Launchpad-Bug-Reporter: H.-Dirk Schmitt (dirk-computer42)
X-Launchpad-Bug-Modifier: H.-Dirk Schmitt (dirk-computer42)
References: <20160522212851.7996.90952.malonedeb@soybean.canonical.com>
Message-Id: <20160529171803.18171.71288.malone@soybean.canonical.com>
Subject: [Bug 1584538] Re: locales are missing - menu entries and messages
 only in English
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2f42181e63375e11ab18bf7d2fea0830653322a1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1584538 <1584538@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The version released to xenial-proposed is fixing the issue

evolution (3.18.5.2-0ubuntu3) xenial; urgency=medium

  * debian/control: 
    - remove the X-Ubuntu-Use-Langpack line rather than commenting it
      due pkgstriptranslations not understanding the # (being fixed, 
      but meanwhile let's get that SRU working)

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 25 May 2016 08:19:06
+0200


** Changed in: evolution (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1584538

Title:
  locales are missing - menu entries and messages only in English

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1584538/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 19:45:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E3B3A26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 19:45:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DD8911A33C5;
	Sun, 29 May 2016 19:45:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b76ea-000444-Tu; Sun, 29 May 2016 19:45:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b76eZ-00043u-JG
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 19:45:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b76eZ-0003Sl-AX
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 19:45:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4C2FC2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 19:45:39 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 19:37:12 -0000
From: Rosen Penev <rosenp@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rosenp
X-Launchpad-Bug-Reporter: Rosen Penev (rosenp)
X-Launchpad-Bug-Modifier: Rosen Penev (rosenp)
Message-Id: <20160529193712.21929.56621.malonedeb@wampee.canonical.com>
Subject: [Bug 1586824] [NEW] gvfs-afc does not mount the normal volume
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0f839db9a4509657a245b1d2335514d6c845d2e9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586824 <1586824@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The offending commit is this:
https://git.gnome.org/browse/gvfs/commit/?id=0b68656de4cca842aa9170a62b6b4884a05f6705

Can you guys revert it? The commit is somewhat useful for newer devices
but completely worthless for old ones.

On 16.04. 1.27 does not have the problem. 1.28 does.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gvfs-common 1.28.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Sun May 29 12:33:00 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-05-03 (26 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
SourcePackage: gvfs
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gvfs (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1586824

Title:
  gvfs-afc does not mount the normal volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1586824/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 20:50:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E7AB326C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 20:50:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E01EF1A33C6;
	Sun, 29 May 2016 20:50:41 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b77fU-0008Oj-Ld; Sun, 29 May 2016 20:50:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b77fO-0008N5-1l
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 20:50:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b77fN-00035Q-Om
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 20:50:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AFC282E80C3
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 20:50:33 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 20:41:59 -0000
From: Jean-Pierre Rupp <1586835@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-keyring;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: xenog
X-Launchpad-Bug-Reporter: Jean-Pierre Rupp (xenog)
X-Launchpad-Bug-Modifier: Jean-Pierre Rupp (xenog)
Message-Id: <20160529204159.18249.9586.malonedeb@soybean.canonical.com>
Subject: [Bug 1586835] [NEW] ssh-agent fighting gnome-keyring on Ubuntu Gnome
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-keyring in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5d456eab43ee4cea28b7f01d0d31ea41702388e3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586835 <1586835@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Sometimes I open a terminal and try to login to a remote server, just to
be greeted by a command-line-based prompt asking for my password.
Whenever that happens, it is ssh-agent instead of gnome-keyring that is
providing the SSH agent capabilities:

$ echo $SSH_AUTH_SOCK 
/tmp/ssh-qeG7CTbx4w7D/agent.4592
$ ps -p 4592 -f
UID        PID  PPID  C STIME TTY          TIME CMD
xeno      4592  4576  0 20:53 tty3     00:00:00 /usr/lib/gnome-session/gnome-session-binary --session=gnome
$ ps -p $SSH_AGENT_PID -f
UID        PID  PPID  C STIME TTY          TIME CMD
xeno      4652  4592  0 20:53 ?        00:00:00 /usr/bin/ssh-agent /usr/bin/im-launch gnome-session --session=gnome

I usually close the GNOME Terminal and open a new one (sometimes I must
do this more than once), and I eventually get the expected output:

$ echo $SSH_AUTH_SOCK 
/run/user/1000/keyring/ssh
$ ps -p $SSH_AGENT_PID -f
UID        PID  PPID  C STIME TTY          TIME CMD
xeno      4652  4592  0 20:53 ?        00:00:00 /usr/bin/ssh-agent /usr/bin/im-launch gnome-session --session=gnome

Interestingly, the $SSH_AGENT_PID variable seems to continue pointing to
the process where ssh-agent is running.

Generally once I get the keyring socket in the $SSH_AUTH_SOCK
environment variable, it will stay that way even when I close the
terminal and launch a new one.

This seems to be a weird conflict between two programs offering the ssh-
agent service.

** Affects: gnome-keyring (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/1586835

Title:
  ssh-agent fighting gnome-keyring on Ubuntu Gnome 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1586835/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Sun May 29 22:35:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 62FA026C274F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Sun, 29 May 2016 22:35:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5D1631A346F;
	Sun, 29 May 2016 22:35:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b79J1-0007dD-4D; Sun, 29 May 2016 22:35:35 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b79Iz-0007cZ-B2
 for desktop-bugs@lists.ubuntu.com; Sun, 29 May 2016 22:35:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b79Iz-0002AA-11
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 22:35:33 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 023EA2E8028
 for <desktop-bugs@lists.ubuntu.com>; Sun, 29 May 2016 22:35:33 +0000 (UTC)
MIME-Version: 1.0
Date: Sun, 29 May 2016 22:25:43 -0000
From: Jean-Pierre Rupp <1586835@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-keyring;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: xenog
X-Launchpad-Bug-Reporter: Jean-Pierre Rupp (xenog)
X-Launchpad-Bug-Modifier: Jean-Pierre Rupp (xenog)
References: <20160529204159.18249.9586.malonedeb@soybean.canonical.com>
Message-Id: <20160529222543.28152.66299.malone@gac.canonical.com>
Subject: [Bug 1586835] Re: ssh-agent fighting gnome-keyring on Ubuntu Gnome
 16.04
X-Launchpad-Message-Rationale: Subscriber (gnome-keyring in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bf9b79b57ab17682df24e8c73efe9d0e0c34c977
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586835 <1586835@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have located a way to disable ssh-agent by commenting out the use-ssh-
agent line from file "/etc/X11/Xsession.options". But even after doing
this it is not guaranteed that the $SSH_AUTH_SOCK variable will be set
when I open a new terminal, even while doing so several minutes after I
have logged into my GNOME session, presumably when all session programs
are running. Sometimes I open a terminal and see that $SSH_AUTH_SOCK is
set, then close it and open a new one a few minutes later, and there is
no $SSH_AUTH_SOCK anymore.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/1586835

Title:
  ssh-agent fighting gnome-keyring on Ubuntu Gnome 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1586835/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 01:06:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4BAD326C2232
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 01:06:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 429641A29DE;
	Mon, 30 May 2016 01:06:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7Beg-0002Tb-MS; Mon, 30 May 2016 01:06:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7BeH-0002RH-ID
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 01:05:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7BeH-0007e0-C2
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 01:05:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 54D6C2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 01:05:41 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 01:00:04 -0000
From: antonioni <antonioni.rocha@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=eog; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: eog refresh
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: antonioni-rocha seb128
X-Launchpad-Bug-Reporter: antonioni (antonioni-rocha)
X-Launchpad-Bug-Modifier: antonioni (antonioni-rocha)
References: <20160515222951.21166.25231.malonedeb@wampee.canonical.com>
Message-Id: <20160530010004.17880.22639.malone@soybean.canonical.com>
Subject: [Bug 1582034] Re: Eye Of Gnome doesn't refresh automatically the
 image when it is edited in 16.04
X-Launchpad-Message-Rationale: Subscriber (eog in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 349970bf630528f3e7861c2d67517c9f721ade62
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582034 <1582034@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Link created in Gnome Bugzilla:

https://bugzilla.gnome.org/show_bug.cgi?id=767003

** Bug watch added: GNOME Bug Tracker #767003
   https://bugzilla.gnome.org/show_bug.cgi?id=767003

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1582034

Title:
  Eye Of Gnome doesn't refresh automatically the image when it is edited
  in 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1582034/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 03:40:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7143F26C2208
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 03:40:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6929C1A2A68;
	Mon, 30 May 2016 03:40:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7E4T-0006jV-5c; Mon, 30 May 2016 03:40:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7E4N-0006iN-O6
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 03:40:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7E4N-0007L6-Cg
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 03:40:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 303102E80AF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 03:40:47 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 03:35:45 -0000
From: Marvin Arcilla <arcilla.marvin@ymail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arcilla-marvin
X-Launchpad-Bug-Reporter: Marvin Arcilla (arcilla-marvin)
X-Launchpad-Bug-Modifier: Marvin Arcilla (arcilla-marvin)
Message-Id: <20160530033545.27065.66538.malonedeb@gac.canonical.com>
Subject: [Bug 1586887] [NEW] Can't install libudev-dev on Ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ea6da5334c2049afe31d9047433bf61f91281c7c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586887 <1586887@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

http://askubuntu.com/questions/779300/cant-install-libudev-dev-on-
ubuntu-16-04

I cant seem to find a solution for installing libudev-dev package.
It outputs this error
> The following packages have unmet dependencies:
 libudev-dev : Depends: libudev1 (= 229-4ubuntu4) but 229-4ubuntu5 is to be installed

So i tried
sudo apt-get install libudev1

> libudev1 is already the newest version (229-4ubuntu5).

You may have notice that in my machine a latest version of it is installed. which is 229-4ubuntu5
I also tried what was suggested here.
<http://stackoverflow.com/questions/17181073/ubuntu-12-04-libudev-dev-wont-install-because-of-dependencies>

`sudo apt-cache madison libudev-dev`

`sudo apt-cache madison libudev1`

`sudo apt-get install libudev-dev`

But I still get the same error.

P.S.
Needed output is here
Description:	Ubuntu 16.04 LTS
Release:	16.04

libudev-dev:
  Installed: (none)
  Candidate: 229-4ubuntu4
  Version table:
     229-4ubuntu4 500
        500 http://ph.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
libudev1:
  Installed: 229-4ubuntu5
  Candidate: 229-4ubuntu5
  Version table:
 *** 229-4ubuntu5 100
        100 /var/lib/dpkg/status
     229-4ubuntu4 500
        500 http://ph.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1586887

Title:
  Can't install libudev-dev on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1586887/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 04:50:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C61AA26C21A5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 04:50:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id BDE3F1A2A2C;
	Mon, 30 May 2016 04:50:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7FAH-0004Gs-1N; Mon, 30 May 2016 04:50:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7FAG-0004Fj-3f
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 04:50:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7FAE-0002qX-Eh
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 04:50:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 42B882E80D3
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 04:50:54 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 04:41:15 -0000
From: rtimai <1542519@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nvidia-graphics-drivers-352;
 component=restricted; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=vlc; component=universe;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor marlinc philipp-pfahofa rdenis rtimai
X-Launchpad-Bug-Reporter: Marlin Cremers (marlinc)
X-Launchpad-Bug-Modifier: rtimai (rtimai)
References: <20160205223906.15773.28223.malonedeb@gac.canonical.com>
Message-Id: <20160530044115.26031.24492.malone@chaenomeles.canonical.com>
Subject: [Bug 1542519] Re: Double menu bar
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0074a94ec07cb3193ffbc5a54ea96e65d89e99d3
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1542519 <1542519@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

New discovery in the VLC double menu syndrome:  Turning "Minimal
interface" on and off by pressing Ctl-H several times on my system seems
to reliably remove the menu in the Unity menubar, leaving the menu in
the window titlebar. This appears to be the behavior despite my Unity
System Settings > Appearance > Behavior settings for the menu to
integrate in the Unity menubar. But at least the cosmetic annoyance can
be fixed, at least persistently over several sessions, if not
permanently.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1542519

Title:
  Double menu bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1542519/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 06:20:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 592FD26C22F6
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 06:20:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 528EE1A339A;
	Mon, 30 May 2016 06:20:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7GZ9-00032E-EF; Mon, 30 May 2016 06:20:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7GZ7-00031z-Tf
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 06:20:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7GZ7-0001sN-H1
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 06:20:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7F8EE2E807D
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 06:20:41 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 06:14:42 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=None; component=None;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: arcilla-marvin pitti
X-Launchpad-Bug-Reporter: Marvin Arcilla (arcilla-marvin)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160530033545.27065.66538.malonedeb@gac.canonical.com>
Message-Id: <20160530061442.27092.1284.malone@gac.canonical.com>
Subject: [Bug 1586887] Re: Can't install libudev-dev on Ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3561d3c2f93b622b2b5ca178c7955704546dc616
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586887 <1586887@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This must be a problem with the "ph." mirror or something similar.

** Package changed: systemd (Ubuntu) => ubuntu

** Changed in: ubuntu
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1586887

Title:
  Can't install libudev-dev on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1586887/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 06:30:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D870426C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 06:30:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D1D4D1A32A1;
	Mon, 30 May 2016 06:30:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7Gj4-0003bh-IE; Mon, 30 May 2016 06:30:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7Gj2-0003aX-E8
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 06:30:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7Gj1-0003Og-Ve
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 06:30:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DB9042E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 06:30:55 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 06:25:38 -0000
From: Daniel van Vugt <daniel.van.vugt@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtmir; component=universe; 
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity8; component=universe;
 status=New; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: visual-quality
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: datashaman gerboland kgunn72 lukas-kde vanvugt
X-Launchpad-Bug-Reporter: Daniel van Vugt (vanvugt)
X-Launchpad-Bug-Modifier: Daniel van Vugt (vanvugt)
References: <20160518100713.551.31077.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160530062539.26031.10161.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1583088] Re: Randomly corrupt characters in Unity8 window
 titlebars and logout dialog
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 39fd14641499ce283f772d81c906e15c5d0e9934
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1583088 <1583088@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: visual-quality

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1583088

Title:
  Randomly corrupt characters in Unity8 window titlebars and logout
  dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/1583088/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 08:05:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4076626C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 08:05:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 38E4E1A341E;
	Mon, 30 May 2016 08:05:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7ICy-0005RA-44; Mon, 30 May 2016 08:05:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7ICx-0005R5-RF
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 08:05:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7ICx-0002qx-MC
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 08:05:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 896E42E80BB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 08:05:55 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 07:56:12 -0000
From: Launchpad Bug Tracker <1581577@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=gvfs; 
 component=main; status=Fix Released; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor laney pitti seb128
X-Launchpad-Bug-Reporter: Iain Lane (laney)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160513152402.8116.79925.malonedeb@soybean.canonical.com>
Message-Id: <20160530075615.31980.71301.malone@ackee.canonical.com>
Subject: [Bug 1581577] Re: [SRU] New stable release 1.28.2
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e4fbe9a08ff5ae3743d925dcc600a95d3bd2bae6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581577 <1581577@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package gvfs - 1.28.2-1ubuntu1~16.04.1

---------------
gvfs (1.28.2-1ubuntu1~16.04.1) xenial; urgency=low

  * Merge from Debian unstable to 16.04 as a stable update (LP: #1581577).
    Remaining changes:
    - Run tests through sudo starting as normal user, so that it can find a
      non-root user.
    - Drop libbluray-dev build dependency, it is in universe.

gvfs (1.28.2-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 3.9.8.
  * Drop lintian overrides as they are no longer needed. With recent versions
    of lintian dh-exec >= 0.13 features are detected properly and binaries
    are allowed to use "/usr/lib/$srcpkg/" in RPATHs.

 -- Iain Lane <iain@orangesquash.org.uk>  Fri, 13 May 2016 16:23:01
+0100

** Changed in: gvfs (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1581577

Title:
  [SRU] New stable release 1.28.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1581577/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 08:06:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D44D126C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 08:06:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CDC971A3420;
	Mon, 30 May 2016 08:06:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7ID3-0005S6-6I; Mon, 30 May 2016 08:06:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7ID2-0005Ro-9q
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 08:06:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7ID1-0002sb-6m
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 08:05:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2F8BB2E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 08:05:59 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 07:56:18 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial; sourcepackage=gvfs; 
 component=main; status=Fix Released; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor laney pitti seb128
X-Launchpad-Bug-Reporter: Iain Lane (laney)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
References: <20160513152402.8116.79925.malonedeb@soybean.canonical.com>
Message-Id: <20160530075618.17765.17705.malone@soybean.canonical.com>
Subject: [Bug 1581577] Update Released
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fe79b32a7b3db50393aa22c88e201c7d7979b872
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1581577 <1581577@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The verification of the Stable Release Update for gvfs has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1581577

Title:
  [SRU] New stable release 1.28.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1581577/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 08:07:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5098326C288B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 08:07:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 47B641A3456;
	Mon, 30 May 2016 08:07:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7IE1-0005mZ-6h; Mon, 30 May 2016 08:07:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7IE0-0005mK-8e
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 08:07:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7IE0-00045x-2P
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 08:07:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 100612E805B
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 08:07:00 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 07:58:10 -0000
From: Launchpad Bug Tracker <1433013@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; status=Fix Released; importance=Medium;
 assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=upstart; component=main;
 status=Fix Released; importance=Medium; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=upstart; component=main; status=Confirmed; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=upstart; component=main; status=Won't Fix; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid; sourcepackage=upstart;
 component=main; status=Won't Fix; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-session; component=main; status=Fix Released;
 importance=Undecided; assignee=mail@3v1n0.net; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=upstart; component=main; status=Fix Released;
 importance=Undecided; assignee=launchpad@surgut.co.uk; 
X-Launchpad-Bug-Tags: desktop-trello-import rls-w-notfixing verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: 3v1n0 arges janitor laney ltsampros muravjov-il
 pitti r0lf xnox
X-Launchpad-Bug-Reporter: Dimitri John Ledkov (xnox)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20150317100119.25605.38404.malonedeb@soybean.canonical.com>
Message-Id: <20160530075813.31980.85894.malone@ackee.canonical.com>
Subject: [Bug 1433013] Re: Super -> exec vs Alt-F2 -> exec have different
 environment
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d46f418e0c995d42e52a39b1e8c4112c6f62bcb8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1433013 <1433013@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package upstart - 1.13.2-0ubuntu21.1

---------------
upstart (1.13.2-0ubuntu21.1) xenial; urgency=medium

  * Cherry-pick upstream fixes to publish global session variable changes
    to the dbus environment. LP: #1433013.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Thu, 19 May 2016 12:04:29
+0100

** Changed in: upstart (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1433013

Title:
  Super -> exec vs Alt-F2 -> exec have different environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1433013/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 08:31:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0347C26C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 08:31:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EF8391A344C;
	Mon, 30 May 2016 08:30:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7IbC-00084Y-FR; Mon, 30 May 2016 08:30:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7IbB-00083s-9h
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 08:30:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7IbA-0007rT-A4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 08:30:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id B663C2E80CB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 08:30:55 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 08:17:40 -0000
From: raven322 <1586949@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=pcmanfm; component=universe;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: raven322 (spike85051)
Message-Id: <20160530081740.25960.45668.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1586949] [NEW] pcmanfm shows wrong mime type for binaries
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6779a2d329baeb65bce9bf400def1b9048f6d5d4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586949 <1586949@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Im getting a weird system glitch.Might be lxde.

I build some apps and get binaries. double click..blam! runs ok.
I build others and its like someone forgot how to code.(you arent supposed to run a unit/library)

I dont think the desktop is at fault here but dont know how to report it.
This clearly indicates the problem.

BOTH should read binary.

bitcoin-qt: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV),
dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for
GNU/Linux 2.6.24,
BuildID[sha1]=9a4f6164f1ca9d0b5d5757354a425986ba2ac14a, stripped

/bin/dd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV),
dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for
GNU/Linux 2.6.32,
BuildID[sha1]=5cc044fe1b8b7cf4f801ef5e1e0cd746fbbd6088, stripped

the first requires the console to launch, wherein the second does not.

In pascal you used to write(I dunno about C, becuase I dont generally
write it):

unit(freeP):
http://wiki.freepascal.org/Unit
[generally cant be ran, no code instructions, just functions and the like. kernel dev is the exception here]

program:
http://www.pascal-programming.info/lesson1.php
[runnable code and routines]

but the thing is:
anything made with make or cook or whatever SHOULD BE BINARY unless otherwise specified. This clearly isnt occuring.

** Affects: pcmanfm (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1586949

Title:
  pcmanfm shows wrong mime type for binaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/1586949/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 08:31:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 26F3626C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 08:31:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1DD271A3415;
	Mon, 30 May 2016 08:31:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7IbG-00086n-VY; Mon, 30 May 2016 08:31:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7IbC-00084M-DE
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 08:30:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7IbB-0007qg-Mp
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 08:30:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A1FA52E8005
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 08:30:57 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 08:19:49 -0000
From: raven322 <1586949@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=pcmanfm; component=universe;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: spike85051
X-Launchpad-Bug-Reporter: raven322 (spike85051)
X-Launchpad-Bug-Modifier: raven322 (spike85051)
References: <20160530081740.25960.45668.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160530081950.25824.97819.malone@chaenomeles.canonical.com>
Subject: [Bug 1586949] Re: pcmanfm shows wrong mime type for binaries
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8dcaee0f87abe9ba818131a41196ee2ef533c05e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586949 <1586949@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

glitch in launchpad, required to file new bugs via a linked
page(existing report) or have to go thru hoops to file bugs

** Package changed: systemd (Ubuntu) => pcmanfm (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1586949

Title:
  pcmanfm shows wrong mime type for binaries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/1586949/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 09:51:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A36B926C2208
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 09:51:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 92CC41A34AF;
	Mon, 30 May 2016 09:51:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7Jqg-0006sS-97; Mon, 30 May 2016 09:51:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7Jqf-0006sM-5K
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 09:51:01 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7Jqd-0006f7-1S
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 09:50:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id AAE3F2E8191
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 09:50:56 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 09:43:30 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1582687@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels janitor mitya57 t-spam-0
 tjaalton
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160530094330.26299.83717.malone@chaenomeles.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 34250153135c77ad2c7035443d9f237c86ef5798
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Can you reproduce your crash? Try to add error trap around
XFixesDestroyRegion (xdisplay, cw->window_region); line.

Anyway I am starting to think that it is better to add error trap for
whole free_win function.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 10:01:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C2B6226C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 10:01:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A4AD41A2B7E;
	Mon, 30 May 2016 10:01:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7K1G-0007tQ-Nf; Mon, 30 May 2016 10:01:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7K19-0007rk-Sq
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 10:01:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7K19-0000nK-AC
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 10:01:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 391BB2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 10:01:51 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 09:51:35 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rosenp seb128
X-Launchpad-Bug-Reporter: Rosen Penev (rosenp)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160529193712.21929.56621.malonedeb@wampee.canonical.com>
Message-Id: <20160530095135.22742.87447.malone@wampee.canonical.com>
Subject: [Bug 1586824] Re: gvfs-afc does not mount the normal volume
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: aa496a84e0e7a1dea537a3b765702d640852d1c8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586824 <1586824@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Changed in: gvfs (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1586824

Title:
  gvfs-afc does not mount the normal volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1586824/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 10:10:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6EA1726C20F6
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 10:10:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6172E1A30D8;
	Mon, 30 May 2016 10:10:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7K9s-00005s-33; Mon, 30 May 2016 10:10:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7K9r-00005i-NI
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 10:10:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7K9r-0005DG-6d
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 10:10:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 19EF52E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 10:10:51 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 10:04:17 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=rhythmbox; component=main; 
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug third-party-packages xenial yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor mc3man seb128
X-Launchpad-Bug-Reporter: Doug McMahon (mc3man)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160527193423.17765.14908.malonedeb@soybean.canonical.com>
Message-Id: <20160530100417.22246.70329.malone@wampee.canonical.com>
Subject: [Bug 1586516] Re: Rb sets all mp3's extracted from an audiocd to
 31kbps
X-Launchpad-Message-Rationale: Subscriber (rhythmbox in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 78381d0bca00702cda26b3a3987eebe16bdcfcb4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586516 <1586516@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/1586516

Title:
  Rb sets all mp3's extracted from an audiocd to 31kbps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1586516/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 10:16:07 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CE85F26C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 10:16:07 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C7BD41A34D8;
	Mon, 30 May 2016 10:16:07 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7KEx-0001CX-79; Mon, 30 May 2016 10:16:07 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7KEw-0001Bz-8C
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 10:16:06 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7KEv-0006Ps-UD
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 10:16:05 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E30302E80BB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 10:16:05 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 10:06:43 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport jfassad seb128
X-Launchpad-Bug-Reporter: =?utf-8?b?Sm/Do28gQXNzYWQgKGpmYXNzYWQp?=
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160527211120.25855.50838.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160530100644.22165.41066.malone@wampee.canonical.com>
Subject: [Bug 1586534] Re: gvfs-udisks2-volume-monitor crashes after entering
 LUKS encrypted volume password
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: df0307ffbb7c969b99a4a068d7116406b248878f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586534 <1586534@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

That should be fixed with that update
https://launchpad.net/ubuntu/+source/gvfs/1.28.2-1ubuntu1~16.04.1

** Changed in: gvfs (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1586534

Title:
  gvfs-udisks2-volume-monitor crashes after entering LUKS encrypted
  volume password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1586534/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 10:55:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7E67826C274F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 10:55:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 78C961A339A;
	Mon, 30 May 2016 10:55:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7KrV-0004gT-Sn; Mon, 30 May 2016 10:55:57 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7KrU-0004gI-Dk
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 10:55:56 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7KrT-00083x-1J
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 10:55:55 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CFF282E80CB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 10:55:54 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 10:46:36 -0000
From: Ara Pulido <ara@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=oem-priority; status=Invalid; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: product=oem-priority; productseries=trusty; status=Invalid;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Invalid; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: anderlini apulido ctf
X-Launchpad-Bug-Reporter: TienFu Chen (ctf)
X-Launchpad-Bug-Modifier: Ara Pulido (apulido)
References: <20150310075959.25203.86234.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160530104636.26097.40369.malone@chaenomeles.canonical.com>
Subject: [Bug 1430194] Re: totem can't show menu correctly while playing video
 in fullscreen
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b9cd2332941f4fe5746fe55076e41537f72e7cf8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1430194 <1430194@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Marking as Invalid, as we didn't get replies

** Changed in: oem-priority
       Status: Incomplete => Invalid

** Changed in: oem-priority/trusty
       Status: New => Invalid

** Changed in: totem (Ubuntu)
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1430194

Title:
  totem can't show menu correctly while playing video in fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1430194/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 11:05:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 41DF326C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 11:05:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 36FF91A3456;
	Mon, 30 May 2016 11:05:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7L0w-0005Uu-Up; Mon, 30 May 2016 11:05:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7L0v-0005UW-BL
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 11:05:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7L0u-0001rL-U9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 11:05:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 665DF2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 11:05:39 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 11:00:24 -0000
From: davidak <1587009@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: davidak
X-Launchpad-Bug-Reporter: davidak (davidak)
X-Launchpad-Bug-Modifier: davidak (davidak)
Message-Id: <20160530110025.22775.5435.malonedeb@wampee.canonical.com>
Subject: [Bug 1587009] [NEW] hvc0 not present
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: df3ef377429c018594644c22e12f23949cc9393e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587009 <1587009@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

i have installed Ubuntu 16.04 with debootstrap on a XenServer 6.2.

i have also installed xe-guest-utilities, grub-xen and linux-image-
virtual.

when booting the VM, i don't see anything in the XenCenter console.

i think this is because there is no hvc0 tty.

as written here, it should start automatically:
http://0pointer.de/blog/projects/serial-console.html

> lscpu
Hypervisor vendor:     Microsoft
Virtualization type:   full

maybe Ubuntu don't recognize Xen?

how can i get this working?

229-4ubuntu4

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1587009

Title:
  hvc0 not present

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1587009/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 13:20:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3378C26C288B
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 13:20:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 292EE1A3394;
	Mon, 30 May 2016 13:20:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7N7m-0002u3-0j; Mon, 30 May 2016 13:20:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7N7k-0002tZ-QM
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 13:20:52 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7N7i-0000Lc-Uw
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 13:20:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E69862E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 13:20:50 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 13:14:52 -0000
From: Launchpad Bug Tracker <1391863@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor lool talkless
X-Launchpad-Bug-Reporter: =?utf-8?q?Lo=C3=AFc_Minier_=28lool=29?=
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20141112125344.16823.37826.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160530131453.27158.4179.malone@gac.canonical.com>
Subject: [Bug 1391863] Re: horizontal accuracy meters keeps getting higher
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 32c4ececd4d31d357429bd054e76a1baf3812d79
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1391863 <1391863@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: location-service (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1391863

Title:
  horizontal accuracy meters keeps getting higher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1391863/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 13:26:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3F19F26C20F6
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 13:26:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 30D621A3053;
	Mon, 30 May 2016 13:26:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7NCi-0003PR-46; Mon, 30 May 2016 13:26:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7NCh-0003PH-J4
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 13:25:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7NCh-0001LL-7C
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 13:25:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 233802E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 13:25:59 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 13:18:25 -0000
From: Vincas Dargis <1391863@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor lool talkless
X-Launchpad-Bug-Reporter: =?utf-8?q?Lo=C3=AFc_Minier_=28lool=29?=
X-Launchpad-Bug-Modifier: Vincas Dargis (talkless)
References: <20141112125344.16823.37826.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160530131825.25752.99927.malone@chaenomeles.canonical.com>
Subject: [Bug 1391863] Re: horizontal accuracy meters keeps getting higher
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e2c0234f04a8765f5787b63ef64e5bc9b3ffbed0
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1391863 <1391863@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I too noticed in SensorStatus app that horizontal accuracy keeps
increasing. Also in OpenStreetMap and HERE as stated.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1391863

Title:
  horizontal accuracy meters keeps getting higher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1391863/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 13:26:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5A21226C20F6
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 13:26:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 546B71A3339;
	Mon, 30 May 2016 13:26:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7NCk-0003Qh-7V; Mon, 30 May 2016 13:26:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7NCi-0003Ph-Nt
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 13:26:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7NCi-0001O1-8N
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 13:26:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 321E12E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 13:26:00 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 13:19:31 -0000
From: Vincas Dargis <1391863@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor lool talkless
X-Launchpad-Bug-Reporter: =?utf-8?q?Lo=C3=AFc_Minier_=28lool=29?=
X-Launchpad-Bug-Modifier: Vincas Dargis (talkless)
References: <20141112125344.16823.37826.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160530131931.26526.595.malone@chaenomeles.canonical.com>
Subject: [Bug 1391863] Re: horizontal accuracy meters keeps getting higher
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a26d7ae6ec6a977ed0af878c7dc8aee698e26d66
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1391863 <1391863@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Forgot to mention - I'm on E5 with OTA-10.1.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1391863

Title:
  horizontal accuracy meters keeps getting higher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1391863/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 14:27:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F38E026C239C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 14:27:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EB99B1A3065;
	Mon, 30 May 2016 14:27:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7O9k-0000uO-JF; Mon, 30 May 2016 14:27:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7O9j-0000uJ-IZ
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 14:26:59 +0000
Received: from soybean.canonical.com ([91.189.89.57])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7O9j-0000Wy-Ap
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 14:26:59 +0000
Received: from soybean.canonical.com (localhost [127.0.0.1])
 by soybean.canonical.com (Postfix) with ESMTPS id 25287322017
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 14:26:59 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 14:26:58 -0000
From: Launchpad Bug Tracker <1296674@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20140324114914.9216.4090.malonedeb@soybean.canonical.com>
Subject: [Bug 1296674] [NEW]
 /usr/lib/unity/unity-panel-service:11:gtk_menu_tracker_remove_items:gtk_menu_tracker_model_changed:ffi_call_unix64:ffi_call:g_cclosure_marshal_generic
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160530142658.18066.20884.launchpad@soybean.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d4d9c0df047858f0638b3ca85c6cb508955836b5
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1296674 <1296674@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding unity.  This problem was most recently seen with version
7.1.2+14.04.20140320.1-0ubuntu1, the problem page at
https://errors.ubuntu.com/problem/fb90c5cd261c59daee2e455c7e2445e2787affde
contains more details.

** Affects: gtk+3.0 (Ubuntu)
     Importance: Undecided
         Status: Confirmed


** Tags: trusty
-- 
/usr/lib/unity/unity-panel-service:11:gtk_menu_tracker_remove_items:gtk_menu_tracker_model_changed:ffi_call_unix64:ffi_call:g_cclosure_marshal_generic
https://bugs.launchpad.net/bugs/1296674
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 14:35:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1BD5A26C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 14:35:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 130B41A34CD;
	Mon, 30 May 2016 14:35:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7OIM-0001kL-So; Mon, 30 May 2016 14:35:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7OIL-0001k4-Bm
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 14:35:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7OIK-00031Q-Jr
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 14:35:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 944832E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 14:35:52 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 14:26:28 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20140324114914.9216.4090.malonedeb@soybean.canonical.com>
Message-Id: <20160530142630.25824.88503.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1296674] Re:
 /usr/lib/unity/unity-panel-service:11:gtk_menu_tracker_remove_items:gtk_menu_tracker_model_changed:ffi_call_unix64:ffi_call:g_cclosure_marshal_generic
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fa06117f3c937e928da98b93e26bd7dd8c216907
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1296674 <1296674@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** This bug is no longer a duplicate of bug 1219325
   unity-panel-service crashed with SIGSEGV in raise()

** Package changed: unity (Ubuntu) => gtk+3.0 (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1296674

Title:
  /usr/lib/unity/unity-panel-
  service:11:gtk_menu_tracker_remove_items:gtk_menu_tracker_model_changed:ffi_call_unix64:ffi_call:g_cclosure_marshal_generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1296674/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 14:51:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 49F8326C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 14:51:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 409B91A2B24;
	Mon, 30 May 2016 14:51:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7OXf-0003qc-4e; Mon, 30 May 2016 14:51:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7OXU-0003pA-0K
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 14:51:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7OXT-000869-6D
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 14:51:31 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0FB922E80C0
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 14:51:31 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 14:41:25 -0000
From: Jeremy Bicha <jbicha@linux.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=empathy; component=universe;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity-webapps;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Triaged; importance=Medium;
 assignee=timo.jyrinki@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-geoip;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webkit2gtk; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webkitgtk;
 component=universe; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Fix Released; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 bigon darkxst janitor mterry seb128
X-Launchpad-Bug-Reporter: Michael Terry (mterry)
X-Launchpad-Bug-Modifier: Jeremy Bicha (jbicha)
References: <20141104175121.22425.12829.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160530144126.26097.83904.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1389336] Re: Use geoclue-2.0
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c10edd93c6d5dcf93d0d8da68cf329f84c88ae43
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1389336 <1389336@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Also affects: webkit2gtk (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1389336

Title:
  Use geoclue-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1389336/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 14:55:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 05AEF26C2246
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 14:55:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id ED67C1A331D;
	Mon, 30 May 2016 14:55:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7Oba-0004TG-BE; Mon, 30 May 2016 14:55:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7ObZ-0004Su-9L
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 14:55:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7ObY-0000I6-Rb
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 14:55:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BC7CF2E80BB
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 14:55:44 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 14:47:56 -0000
From: Pascal Mons <1587090@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: anton+
X-Launchpad-Bug-Reporter: Pascal Mons (anton+)
X-Launchpad-Bug-Modifier: Pascal Mons (anton+)
Message-Id: <20160530144757.18136.2070.malonedeb@soybean.canonical.com>
Subject: [Bug 1587090] [NEW] gEdit 3.18.3 in Xenial 16.04 Print Menu
 capabilities are broken
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5e2fbcbd5ed96240ae355de30b366896e3c6ef79
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587090 <1587090@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I just upgraded from Trusty 14.04 and had the surprise to see the newer
version of gEdit 3.18 with a broken Print Menu.

First, previously the print menu was accessible from gEdit window
control bar alongside the opened file folders. No more, the print menu
is only accessible from the global menu. The window control bar has 3
times the height from the previous version I used (3.10) and with less
accessible information, as Open, +, and Save are now on a bar of their
own. Why the GNOME guys at each new release feel like they need to re-
invent the wheel ? And occasionally broke previously working features
...

Then when trying to print some text pages I realized that my pages were
printed with excessive margins on all side. That was never the case
before either in Trusty or Precise.

I later tried to configure the margins ... Well there is no margins
configuration available to speak off. But the capability appears on the
Paper Size --> Manage Custom Sizes --> Paper Margin ... I should mention
here that I previously changed the Default Paper Size from U.S. Letter
to A4. Then opening the 'Manage Custom Size' I was expecting the A4
Paper Size listed in the pop-window field Paper Size, but still I got
the U.S. Letter paper size ...

gEdit will provide a name 'Custom Size 1' as the pop-up open. I changed
the margins from 0.25 inch to 0.1 and changed the default name to 'A4
Small Margin' and typing the inches size of A4 instead of the listed
inches size for U.S. Letter. However to no avail, as when closing the
pop-up window the name reverts back to 'Custom Size 1'.

Then using this setting to print a text page wouldn't change anything on
the printed margins ... Using the 'Margins from printer' --> in my case
KONICA-MINOLTA magicolor 1650 EN (which are set at 0.17 inches) wouldn't
change anything either.

The default paper size change (from U.S. Letter to A4) is not set until
you actually print a page ... And there is no option to change inches to
cm ...

When the GNOME team will stop breaking previously perfectly working
application ?

May be when I have time I will provide a scan of before / after update
to Xenial 16.04. I consider this a damaging regression. Previously we
had from the GNOME team a 'blurry' font bug in gEdit 3.10, however
hopefully someone (not part of the GNOME) provided a patch.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gedit 3.18.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May 30 16:12:20 2016
ExecutablePath: /usr/bin/gedit
InstallationDate: Installed on 2016-05-23 (6 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gedit (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1587090

Title:
  gEdit 3.18.3 in Xenial 16.04 Print Menu capabilities are broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1587090/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 15:00:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5080C26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 15:00:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 45F461A32F4;
	Mon, 30 May 2016 15:00:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7Oga-0004sR-5p; Mon, 30 May 2016 15:00:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7OgY-0004rP-RL
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 15:00:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7OgY-0001Eb-GI
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 15:00:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6B1712E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 15:00:54 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 14:50:41 -0000
From: Elio <eliodisegno@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: eliodisegno
X-Launchpad-Bug-Reporter: Elio (eliodisegno)
X-Launchpad-Bug-Modifier: Elio (eliodisegno)
Message-Id: <20160530145041.26253.78986.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1587093] [NEW] "Reached target shutdown" message seen,
 but laptop won't turn off, just hangs and needs the laptop's button.
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3a9fd1ed715bbb70dc571f63576105e418a11b81
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587093 <1587093@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

This is about a fresh Ubuntu 16.04 install on a new laptop (asus
x540sa). After pressing the shutdown button in the start menu; the
shutdown procedure starts and in the final splash screen the system just
hangs. Tried a second time by pressing Esc once the splash screen showed
up and I saw that it reaches the line "Reached target shutdown" and just
stops there, no matter how long I leave it there the machine won't turn
off.

I also tried a Kubuntu 16.04 fresh install on the same machine and it
hanged too at the final splash screen where the pulsating logo stopped.
Then I tried with Esc only to see the exact same line in the end.

The issue seems to affect lately quite many users as shown by the google
results of the past month / week or so.

I have also tried shutting down from the console with shutdown -and all
the parameters after that suggested online- and sudo poweroff but
unfortunately they didn't do the trick. The exact same situation
occurred.

Unmounting the swap as suggested online doesn't work.

Also rebooting the system is not working either due to the same issue.

So right now the only way for me to poweroff the machine is to press the
power button on the keyboard continuously.

Reproducible: Always

Steps to Reproduce:
1.Install OS
2.Do something, anything or nothing
3.Try to shutdown or reboot

Actual Results:
The computer is not shutting down: "Reached target shutdown" and hangs there.

Expected Results:
Powering off the machine.

For what it's worth, closing the lid won't suspend the system, but using
the menu buttons for suspension will do it.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: xenial

** Description changed:

  This is about a fresh Ubuntu 16.04 install on a new laptop (asus
  x540sa). After pressing the shutdown button in the start menu; the
  shutdown procedure starts and in the final splash screen the system just
  hangs. Tried a second time by pressing Esc once the splash screen showed
  up and I saw that it reaches the line "Reached target shutdown" and just
  stops there, no matter how long I leave it there the machine won't turn
  off.
  
  I also tried a Kubuntu 16.04 fresh install on the same machine and it
- hanged too at the final splash screen where the moving dots stopped.
+ hanged too at the final splash screen where the pulsating logo stopped.
  Then I tried with Esc only to see the exact same line in the end.
  
  The issue seems to affect lately quite many users as shown by the google
  results of the past month / week or so.
  
  I have also tried shutting down from the console with shutdown -and all
  the parameters after that suggested online- and sudo poweroff but
  unfortunately they didn't do the trick. The exact same situation
  occurred.
  
  Unmounting the swap as suggested online doesn't work.
  
  Also rebooting the system is not working either due to the same issue.
  
  So right now the only way for me to poweroff the machine is to press the
  power button on the keyboard continuously.
  
  Reproducible: Always
  
  Steps to Reproduce:
  1.Install OS
  2.Do something, anything or nothing
  3.Try to shutdown or reboot
  
- Actual Results:  
+ Actual Results:
  The computer is not shutting down: "Reached target shutdown" and hangs there.
  
- Expected Results:  
+ Expected Results:
  Powering off the machine.
  
  For what it's worth, closing the lid won't suspend the system, but using
  the menu buttons for suspension will do it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1587093

Title:
  "Reached target shutdown" message seen, but laptop won't turn off,
  just hangs and needs the laptop's button.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1587093/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 15:21:36 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 801AC26C239C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 15:21:36 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 775321A29E5;
	Mon, 30 May 2016 15:21:36 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7P0a-0007MD-BD; Mon, 30 May 2016 15:21:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7P0Y-0007Ll-E5
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 15:21:34 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7P0X-0007yg-WE
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 15:21:34 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D59E32E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 15:21:33 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 15:11:16 -0000
From: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gtk; status=In Progress; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: =?utf-8?q?Marco_Trevisan_=28Trevi=C3=B1o=29_=283v?=
 =?utf-8?q?1n0=29?=
References: <20140324114914.9216.4090.malonedeb@soybean.canonical.com>
Message-Id: <20160530151116.28295.37007.launchpad@gac.canonical.com>
Subject: [Bug 1296674] Re:
 /usr/lib/unity/unity-panel-service:11:gtk_menu_tracker_remove_items:gtk_menu_tracker_model_changed:ffi_call_unix64:ffi_call:g_cclosure_marshal_generic
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e9f44900f1e02087dc86e4ddc1af33bb933fa497
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1296674 <1296674@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Bug watch added: GNOME Bug Tracker #767028
   https://bugzilla.gnome.org/show_bug.cgi?id=767028

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=767028
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1296674

Title:
  /usr/lib/unity/unity-panel-
  service:11:gtk_menu_tracker_remove_items:gtk_menu_tracker_model_changed:ffi_call_unix64:ffi_call:g_cclosure_marshal_generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1296674/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 16:30:58 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8593026C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 16:30:58 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7C48A1A311F;
	Mon, 30 May 2016 16:30:58 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7Q5i-0006yk-DY; Mon, 30 May 2016 16:30:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7Q5h-0006ya-Gh
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 16:30:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7Q5g-0006Cn-Ub
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 16:30:56 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C82F52E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 16:30:56 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 16:23:04 -0000
From: Cliff Carson <1549269@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: ccarson1 corradoventu heikosch janitor seb128
X-Launchpad-Bug-Reporter: Cliff Carson (ccarson1)
X-Launchpad-Bug-Modifier: Cliff Carson (ccarson1)
References: <20160224121743.2146.12064.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160530162304.28295.70868.malone@gac.canonical.com>
Subject: [Bug 1549269] Re: Closing the Location Options menu will hang the
 Nautilus window
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 3cc6c1275347286e9da2f88b1dfc43a4371653f8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1549269 <1549269@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Installed Gnome 16.10 and the problem still exists.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1549269

Title:
  Closing the Location Options menu will hang the Nautilus window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1549269/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 17:00:52 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 398C726C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 17:00:52 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3371C1A2F16;
	Mon, 30 May 2016 17:00:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7QYc-0001UQ-Lv; Mon, 30 May 2016 17:00:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7QYb-0001UB-EG
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 17:00:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7QYb-00045A-4F
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 17:00:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 188002E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 17:00:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 16:51:55 -0000
From: =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau?= <benoit.thebaudeau.dev@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: btheb
X-Launchpad-Bug-Reporter: =?utf-8?b?QmVub8OudCBUaMOpYmF1ZGVhdSAoYnRoZWIp?=
X-Launchpad-Bug-Modifier: =?utf-8?b?QmVub8OudCBUaMOpYmF1ZGVhdSAoYnRoZWIp?=
Message-Id: <20160530165155.17731.55514.malonedeb@soybean.canonical.com>
Subject: [Bug 1587142] [NEW] Reboot hangs once RAID1 resynced
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5d53f9bf56ee3d948c3339c77e2285a9f854bc5f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587142 <1587142@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I'm booting a fully patched 16.04 from an Intel Rapid Storage Technology
enterprise RAID1 volume (ThinkServer TS140 with two SATA
ST1000NM0033-9ZM drives, ext4 root partition, no LVM, UEFI mode).

If the RAID volume is recovering or resyncing for whatever reason, then
`sudo systemctl reboot` and `sudo systemctl poweroff` work fine (I had
to `sudo systemctl --now disable lvm2-lvmetad lvm2-lvmpolld
lvm2-monitor` in order to consistently get that). However, once the
recovery/resync is complete and clean, the reboot and poweroff commands
above hang forever after "Reached target Shutdown.". Note that issuing
`sudo swapoff -a` beforehand (suggested in the bug #1464917) does not
help.

Then, if the server has been forcibly restarted with the power button,
the Intel Matrix Storage Manager indicates a "Normal" status for the
RAID1 volume, but Ubuntu then resyncs the volume anyway:

[    1.223649] md: bind<sda>
[    1.228426] md: bind<sdb>
[    1.230030] md: bind<sdb>
[    1.230738] md: bind<sda>
[    1.232985] usbcore: registered new interface driver usbhid
[    1.233494] usbhid: USB HID core driver
[    1.234022] md: raid1 personality registered for level 1
[    1.234876] md/raid1:md126: not clean -- starting background reconstruction
[    1.234956] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/0003:0A81:0101.0001/input/input5
[    1.236273] md/raid1:md126: active with 2 out of 2 mirrors
[    1.236797] md126: detected capacity change from 0 to 1000202043392
[    1.246271] md: md126 switched to read-write mode.
[    1.246834] md: resync of RAID array md126
[    1.247325] md: minimum _guaranteed_  speed: 1000 KB/sec/disk.
[    1.247503]  md126: p1 p2 p3 p4
[    1.248269] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for resync.
[    1.248774] md: using 128k window, over a total of 976759940k.

Note that the pain of "resync upon every (re)boot" cannot even be a bit
relieved thanks to bitmaps because mdadm does not support them for IMSM
containers:

$ sudo mdadm --grow --bitmap=internal /dev/md126
mdadm: Cannot add bitmaps to sub-arrays yet

I also get this in syslog during boot when the individual drives are
detected, but this seems to be harmless:

May 30 17:26:07 wssrv1 systemd-udevd[608]: Process '/sbin/mdadm --incremental /dev/sdb --offroot' failed with exit code 1.
May 30 17:26:07 wssrv1 systemd-udevd[608]: Process '/lib/udev/hdparm' failed with exit code 1.

May 30 17:26:07 wssrv1 systemd-udevd[606]: Process '/sbin/mdadm --incremental /dev/sda --offroot' failed with exit code 1.
May 30 17:26:07 wssrv1 systemd-udevd[606]: Process '/lib/udev/hdparm' failed with exit code 1.

During a resync, `sudo sh -c 'echo idle >
/sys/block/md126/md/sync_action'` actually stops it as expected, but it
restarts immediately though nothing seems to have triggered it:

May 30 18:17:02 wssrv1 kernel: [ 3106.826710] md: md126: resync interrupted.
May 30 18:17:02 wssrv1 kernel: [ 3106.836320] md: checkpointing resync of md126.
May 30 18:17:02 wssrv1 kernel: [ 3106.836623] md: resync of RAID array md126
May 30 18:17:02 wssrv1 kernel: [ 3106.836625] md: minimum _guaranteed_  speed: 1000 KB/sec/disk.
May 30 18:17:02 wssrv1 kernel: [ 3106.836626] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for resync.
May 30 18:17:02 wssrv1 kernel: [ 3106.836627] md: using 128k window, over a total of 976759940k.
May 30 18:17:02 wssrv1 kernel: [ 3106.836628] md: resuming resync of md126 from checkpoint.
May 30 18:17:02 wssrv1 mdadm[982]: RebuildStarted event detected on md device /dev/md/Volume0

I attach screenshots of the hanging shutdown log after a `sudo sh -c
'echo 8 > /proc/sys/kernel/printk'`. The second screenshot shows that
the kernel has deadlocked in md_write_start(). Note that `sudo systemctl
start debug-shell` is unusable on this machine at this point because
Ctrl+Alt+F9 brings tty9 without any keyboard.

I have also tried with much lower values for vm.dirty_background_ratio
and vm.dirty_ratio, but to no avail.

Linux 4.6.0-040600-generic_4.6.0-040600.201605151930_amd64 from
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/ did not help
either.

More information below:

$ lsb_release -rd
Description:	Ubuntu 16.04 LTS
Release:	16.04

$ uname -a
Linux wssrv1 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

$ apt-cache policy systemd
systemd:
  Installed: 229-4ubuntu6
  Candidate: 229-4ubuntu6
  Version table:
 *** 229-4ubuntu6 500
        500 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     229-4ubuntu4 500
        500 http://fr.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

$ cat /proc/mdstat
Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10] 
md126 : active raid1 sda[1] sdb[0]
      976759808 blocks super external:/md127/0 [2/2] [UU]
      [>....................]  resync =  3.3% (32651584/976759940) finish=85.9min speed=183164K/sec
      
md127 : inactive sdb[1](S) sda[0](S)
      5288 blocks super external:imsm
       
unused devices: <none>

$ sudo mdadm -D /dev/md127
/dev/md127:
        Version : imsm
     Raid Level : container
  Total Devices : 2

Working Devices : 2


           UUID : e9bb2216:cb1bbc0f:96943390:bb65943c
  Member Arrays : /dev/md/Volume0

    Number   Major   Minor   RaidDevice

       0       8        0        -        /dev/sda
       1       8       16        -        /dev/sdb

$ sudo mdadm -D /dev/md126
/dev/md126:
      Container : /dev/md/imsm0, member 0
     Raid Level : raid1
     Array Size : 976759808 (931.51 GiB 1000.20 GB)
  Used Dev Size : 976759940 (931.51 GiB 1000.20 GB)
   Raid Devices : 2
  Total Devices : 2

          State : clean, resyncing 
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0

  Resync Status : 5% complete


           UUID : 3d724b1d:ac75cddb:600ac81a:ccdc2090
    Number   Major   Minor   RaidDevice State
       1       8        0        0      active sync   /dev/sda
       0       8       16        1      active sync   /dev/sdb

$ sudo mdadm -E /dev/sda
/dev/sda:
          Magic : Intel Raid ISM Cfg Sig.
        Version : 1.1.00
    Orig Family : 92b6e3e4
         Family : 92b6e3e4
     Generation : 00000075
     Attributes : All supported
           UUID : e9bb2216:cb1bbc0f:96943390:bb65943c
       Checksum : 5ad6e3c8 correct
    MPB Sectors : 2
          Disks : 2
   RAID Devices : 1

  Disk00 Serial : Z1W50P5E
          State : active
             Id : 00000000
    Usable Size : 1953519880 (931.51 GiB 1000.20 GB)

[Volume0]:
           UUID : 3d724b1d:ac75cddb:600ac81a:ccdc2090
     RAID Level : 1 <-- 1
        Members : 2 <-- 2
          Slots : [UU] <-- [UU]
    Failed disk : none
      This Slot : 0
     Array Size : 1953519616 (931.51 GiB 1000.20 GB)
   Per Dev Size : 1953519880 (931.51 GiB 1000.20 GB)
  Sector Offset : 0
    Num Stripes : 7630936
     Chunk Size : 64 KiB <-- 64 KiB
       Reserved : 0
  Migrate State : repair
      Map State : normal <-- normal
     Checkpoint : 201165 (512)
    Dirty State : dirty

  Disk01 Serial : Z1W519DN
          State : active
             Id : 00000001
    Usable Size : 1953519880 (931.51 GiB 1000.20 GB)

$ sudo mdadm -E /dev/sdb
/dev/sdb:
          Magic : Intel Raid ISM Cfg Sig.
        Version : 1.1.00
    Orig Family : 92b6e3e4
         Family : 92b6e3e4
     Generation : 00000075
     Attributes : All supported
           UUID : e9bb2216:cb1bbc0f:96943390:bb65943c
       Checksum : 5ad6e3c8 correct
    MPB Sectors : 2
          Disks : 2
   RAID Devices : 1

  Disk01 Serial : Z1W519DN
          State : active
             Id : 00000001
    Usable Size : 1953519880 (931.51 GiB 1000.20 GB)

[Volume0]:
           UUID : 3d724b1d:ac75cddb:600ac81a:ccdc2090
     RAID Level : 1 <-- 1
        Members : 2 <-- 2
          Slots : [UU] <-- [UU]
    Failed disk : none
      This Slot : 1
     Array Size : 1953519616 (931.51 GiB 1000.20 GB)
   Per Dev Size : 1953519880 (931.51 GiB 1000.20 GB)
  Sector Offset : 0
    Num Stripes : 7630936
     Chunk Size : 64 KiB <-- 64 KiB
       Reserved : 0
  Migrate State : repair
      Map State : normal <-- normal
     Checkpoint : 201165 (512)
    Dirty State : dirty

  Disk00 Serial : Z1W50P5E
          State : active
             Id : 00000000
    Usable Size : 1953519880 (931.51 GiB 1000.20 GB)

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: xenial

** Attachment added: "shutdown-log-part1.png"
   https://bugs.launchpad.net/bugs/1587142/+attachment/4673087/+files/shutdown-log-part1.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1587142

Title:
  Reboot hangs once RAID1 resynced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1587142/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 17:45:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id EDE0626C239C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 17:45:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E4C5C1A30FB;
	Mon, 30 May 2016 17:45:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7RG6-0006Oz-Vw; Mon, 30 May 2016 17:45:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7RG6-0006Ou-I0
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 17:45:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7RG6-0005HF-7T
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 17:45:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 32DD32E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 17:45:46 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 17:38:39 -0000
From: Garn222 <garn222@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges cedara2 es20490446e
 garn222 gernophil idlesign janitor jfoc joe-dunster launchpad-startport
 mathew-hodson pitti rmlabruyere ryanhuff sahithi-pnp willcooke
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Garn222 (garn222)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160530173839.18282.22708.malone@soybean.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8507b41a06f9a910d666f4fb9806bd142fa4d86c
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Well still not working for me after the update command. I did the sudo apt update and at the sudo apt upgrade nothing happened (Guess I have the latest upgrade). 
But still no third party installs for me, for a Windows user and newbie this is really a punch in the face, trying to find and read through bug reports to try and have a functional system (with familiar software for eager leaner) through commands of the terminal.
Is it possible to downgrade somehow to a actual user friendly working system?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573408

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 18:01:18 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9A3E526C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 18:01:18 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9348E1A30E4;
	Mon, 30 May 2016 18:01:18 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7RV8-0008CZ-G9; Mon, 30 May 2016 18:01:18 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7RV6-0008CD-Ix
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 18:01:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7RV6-00076g-4q
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 18:01:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1E00F2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 18:01:14 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 17:52:44 -0000
From: =?utf-8?q?Alberts_Muktup=C4=81vels?= <1582687@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels janitor mitya57 t-spam-0
 tjaalton
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: =?utf-8?q?Alberts_Muktup=C4=81vels_=28albertsmukt?=
 =?utf-8?q?upavels=29?=
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160530175244.26176.44671.malone@chaenomeles.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ba3f81c6ca5aca0108eaeed56c69ddc9dede749a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have pushed change to use only one error trap in free_win. It should
fix your crash.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 18:01:21 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 72CB626C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 18:01:21 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6B1841A30E4;
	Mon, 30 May 2016 18:01:21 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7RVA-0008Dw-JY; Mon, 30 May 2016 18:01:20 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7RV8-0008DH-QP
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 18:01:18 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7RV8-00079a-9k
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 18:01:18 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3A82A2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 18:01:18 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 17:50:39 -0000
From: Jaime Fernando Ortega Culaciati <jaimefortega@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges cedara2 es20490446e
 garn222 gernophil idlesign janitor jfoc joe-dunster launchpad-startport
 mathew-hodson pitti rmlabruyere ryanhuff sahithi-pnp willcooke
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Jaime Fernando Ortega Culaciati (jfoc)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160530175039.25752.35688.malone@chaenomeles.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7644368a87a0f3f2110f25a9f2c99180b73e694d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Garn222, What are you trying to install?? Maybe you're trying to install
a package that is impossible to install due to a dependency problem.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573408

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 18:05:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id ACF4C26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 18:05:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9CDFB1A3110;
	Mon, 30 May 2016 18:05:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7RZa-000189-HC; Mon, 30 May 2016 18:05:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7RZZ-00017d-8y
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 18:05:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7RZY-0000QT-Tr
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 18:05:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DFDFA2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 18:05:52 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 17:57:17 -0000
From: Garn222 <garn222@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Fix Released; importance=High; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Fix Released; importance=High;
 assignee=william.hua@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=gnome-software; component=main; status=Fix Released;
 importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug verification-done xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aere amribrahim1987 arges cedara2 es20490446e
 garn222 gernophil idlesign janitor jfoc joe-dunster launchpad-startport
 mathew-hodson pitti rmlabruyere ryanhuff sahithi-pnp willcooke
X-Launchpad-Bug-Reporter: Lonnie Lee Best (launchpad-startport)
X-Launchpad-Bug-Modifier: Garn222 (garn222)
References: <20160422061230.17061.89585.malonedeb@soybean.canonical.com>
Message-Id: <20160530175717.26454.91542.malone@chaenomeles.canonical.com>
Subject: [Bug 1573408] Re: GNOME Software does not install third-party .deb
 packages
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1113af63ddb496cc43e5cad3ff30d5da77c3413b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573408 <1573408@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Okay, sorry. I was trying to install the Google Chrome package.
I actually did manage to install it now and how... a little embarrassed... I restarted the system.
Even in Windows.. every system, that should be the first thing to try. Sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1573408

Title:
  GNOME Software does not install third-party .deb packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1573408/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 18:31:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9B54E26C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 18:31:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 916BB1A1BCD;
	Mon, 30 May 2016 18:31:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7Rxu-00033K-CZ; Mon, 30 May 2016 18:31:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7Rxs-00033A-V1
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 18:31:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7Rxs-0004di-9V
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 18:31:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 047272E80E8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 18:30:59 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 18:20:57 -0000
From: CB <1587154@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: cbrchrt
X-Launchpad-Bug-Reporter: CB (cbrchrt)
X-Launchpad-Bug-Modifier: CB (cbrchrt)
Message-Id: <20160530182057.27261.19491.malonedeb@gac.canonical.com>
Subject: [Bug 1587154] [NEW] --working-directory does not work anymore
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fc01c324f19d1360fad5ab6253791e46b56d3ca2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587154 <1587154@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:


After upgrading from ubuntu 14.04 to 16.04 one of my script the uses --working-directory option stopped working.

Simply running:

gnome-terminal --working-directory=/tmp

Starts the terminal in my home directory. Changing the command to gnome-
terminal.real does not solve my problem either.

** Affects: gnome-terminal (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "apport.gnome-terminal.81su2l25.apport"
   https://bugs.launchpad.net/bugs/1587154/+attachment/4673098/+files/apport.gnome-terminal.81su2l25.apport

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1587154

Title:
  --working-directory does not work anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1587154/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 22:00:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4EFAE26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 22:00:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 46AA31A2E92;
	Mon, 30 May 2016 22:00:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7VEz-0008V1-71; Mon, 30 May 2016 22:00:53 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7VEx-0008UP-KG
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 22:00:51 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7VEx-0007dx-5t
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 22:00:51 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 21DF92E80C4
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 22:00:51 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 21:54:23 -0000
From: Andre Klapper <a9016009@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a9016009 checoimg
X-Launchpad-Bug-Reporter: checoimg (checoimg)
X-Launchpad-Bug-Modifier: Andre Klapper (a9016009)
References: <20151116025043.4469.76585.malonedeb@gac.canonical.com>
Message-Id: <20160530215423.22742.5333.malone@wampee.canonical.com>
Subject: [Bug 1516483] Re: evolution fails to start
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5875642eef783dace400bbf47bd869b15152ae9e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1516483 <1516483@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Hi checoimg, thanks for reporting this.

The terminal output provided here only has the relevant line
"Segmentation fault (core dumped)".

Journal says:

hostname org.gnome.evolution.dataserver.Calendar7[1296]: (evolution-calendar-factory-subprocess:1651): GLib-GIO-WARNING **: Error releasing name org.gnome.evolution.dataserver.Subprocess.Backend.Calendarx1581x4: The connection is closed
hostname org.gnome.evolution.dataserver.AddressBook9[1296]: (evolution-addressbook-factory-subprocess:1657): GLib-GIO-WARNING **: Error releasing name org.gnome.evolution.dataserver.Subprocess.Backend.AddressBookx1631x2: The connection is closed

If this still happens, could you provide a backtrace? See
https://wiki.ubuntu.com/Backtrace and
https://wiki.ubuntu.com/DebuggingProgramCrash for more information.
Thanks in advance!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1516483

Title:
  evolution fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1516483/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 22:00:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8A8CD26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 22:00:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 84EB21A3052;
	Mon, 30 May 2016 22:00:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7VF1-00004u-ER; Mon, 30 May 2016 22:00:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7VEz-0008Uv-CM
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 22:00:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7VEy-0007eB-Rz
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 22:00:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CFB332E80C6
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 22:00:52 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 21:50:59 -0000
From: Andre Klapper <a9016009@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a9016009 mmalmeida seb128 sy-y
X-Launchpad-Bug-Reporter: Sezer Yalcin (sy-y)
X-Launchpad-Bug-Modifier: Andre Klapper (a9016009)
References: <20151027183531.29191.54474.malonedeb@soybean.canonical.com>
Message-Id: <20160530215100.17591.1117.malone@soybean.canonical.com>
Subject: [Bug 1510658] Re: evolution crashes when clicked on a specific message
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: be8a93c9964c11b11db0b800824c05bd9f9b7145
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1510658 <1510658@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I downloaded the test case in comment 4 and imported it into Evolution
3.18.5.2-1 / webkitgtk3-2.4.11-1 on Fedora 23. It was rendered
correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1510658

Title:
  evolution crashes when clicked on a specific message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1510658/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 22:05:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 23BB126C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 22:05:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 1AE651A3092;
	Mon, 30 May 2016 22:05:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7VJg-0000nN-O1; Mon, 30 May 2016 22:05:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7VJf-0000my-GR
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 22:05:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7VJf-0000F7-9h
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 22:05:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 444382E8060
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 22:05:43 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 22:00:32 -0000
From: Andre Klapper <a9016009@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a9016009 apport tafthorne
X-Launchpad-Bug-Reporter: Thomas A. F. Thorne (tafthorne)
X-Launchpad-Bug-Modifier: Andre Klapper (a9016009)
References: <20160315083557.1270.25673.malonedeb@gac.canonical.com>
Message-Id: <20160530220032.25752.8158.malone@chaenomeles.canonical.com>
Subject: [Bug 1557370] Re: evolution-alarm-notify crashed with signal 5 in
 g_object_new_valist()
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9b632e8f1c1cef042b59e8b9f0e06877f5f5a08d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1557370 <1557370@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I cannot find the stacktrace in comment 3 in upstream
bugzilla.gnome.org.

Note the #10 config_data_get_timezone () at config-data.c:73 in the
trace.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1557370

Title:
  evolution-alarm-notify crashed with signal 5 in g_object_new_valist()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1557370/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 22:05:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0E3FE26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 22:05:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 041E21A2B7C;
	Mon, 30 May 2016 22:05:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7VJi-0000pF-Ty; Mon, 30 May 2016 22:05:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7VJh-0000oD-B0
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 22:05:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7VJg-0000EP-VD
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 22:05:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CEE5C2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 22:05:44 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 21:56:12 -0000
From: Andre Klapper <a9016009@gmx.de>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: blocked translate
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a9016009 hjd javiernisa
X-Launchpad-Bug-Reporter: Javier Antonio Nisa Avila (javiernisa)
X-Launchpad-Bug-Modifier: Andre Klapper (a9016009)
References: <20151029112625.11744.62455.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160530215612.22775.79055.malone@wampee.canonical.com>
Subject: [Bug 1511333] Re: Spanish translate template evolution wily 15.10
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7f1ddde24fcf4ae3dcfd64ead431f50c0c43d8df
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1511333 <1511333@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Javier: Did you contact the Spanish translators? Is anything else needed
in this bug report?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1511333

Title:
  Spanish translate template evolution wily 15.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1511333/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 22:15:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B631F26C20F6
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 22:15:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AF7DD1A2F92;
	Mon, 30 May 2016 22:15:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7VTK-0001KH-9T; Mon, 30 May 2016 22:15:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7VTI-0001K6-AW
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 22:15:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7VTI-0002hX-1G
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 22:15:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EE0CE2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 22:15:39 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 22:07:16 -0000
From: Donald Pellegrino <donald.a.pellegrino@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: donald-a-pellegrino
X-Launchpad-Bug-Reporter: Donald Pellegrino (donald-a-pellegrino)
X-Launchpad-Bug-Modifier: Donald Pellegrino (donald-a-pellegrino)
Message-Id: <20160530220716.22472.73127.malonedeb@wampee.canonical.com>
Subject: [Bug 1587189] [NEW] progress hangs at half when installing updates
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 815da9b930eba059e6f47c1e6e46341e4341e31e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587189 <1587189@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Ubuntu Software was run manually. The Updates tab was selected and one
update was reported. The item was OS Update. The button was clicked to
install the update.

The expected behavior was that installation should proceed consistently
to 100%.

The observed behavior is that the button label changes to Installing and
the button progress bar progresses to about 50%. At 50% the progress
stops and it just sits there without any other visible output to the X
session. The Ubuntu Software application is still responsive. It is
possible to select the All and Installed tabs and the display will
update as expected. However, the Updates tab remains stuck on 50%.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-software 3.20.1+git20160426.1.a976144-ubuntu-xenial-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May 30 17:58:55 2016
EcryptfsInUse: Yes
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1587189

Title:
  progress hangs at half when installing updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1587189/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 22:45:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8867726C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 22:45:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 753091A2ED4;
	Mon, 30 May 2016 22:45:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7VwJ-0002iu-7J; Mon, 30 May 2016 22:45:39 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7VwI-0002if-De
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 22:45:38 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7VwI-0007WC-0n
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 22:45:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 006B62E80BF
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 22:45:38 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 22:39:59 -0000
From: Mathew Hodson <mathew.hodson@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=empathy; component=universe;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity-webapps;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Triaged; importance=Medium;
 assignee=timo.jyrinki@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-geoip;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webkit2gtk; component=main;
 status=New; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webkitgtk;
 component=universe; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Fix Released; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 bigon darkxst janitor mterry seb128
X-Launchpad-Bug-Reporter: Michael Terry (mterry)
X-Launchpad-Bug-Modifier: Mathew Hodson (mathew-hodson)
References: <20141104175121.22425.12829.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160530224000.26334.93724.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1389336] Re: Use geoclue-2.0
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 09b1a93d6b0e5702423e8c1bf00593a48af0cb19
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1389336 <1389336@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: webkit2gtk (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1389336

Title:
  Use geoclue-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1389336/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Mon May 30 23:40:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6731C26C274F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Mon, 30 May 2016 23:40:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5E8C51A30A0;
	Mon, 30 May 2016 23:40:53 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7Wnk-0007iS-1y; Mon, 30 May 2016 23:40:52 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7Wni-0007hw-HV
 for desktop-bugs@lists.ubuntu.com; Mon, 30 May 2016 23:40:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7Wni-00065s-1Y
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 23:40:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id EFDF52E80C8
 for <desktop-bugs@lists.ubuntu.com>; Mon, 30 May 2016 23:40:49 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 23:31:34 -0000
From: Bug Watch Updater <1586661@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-terminal; status=Unknown; importance=Low;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160528161426.18282.60758.malonedeb@soybean.canonical.com>
Message-Id: <20160530233135.31613.6481.launchpad@loganberry.canonical.com>
Subject: [Bug 1586661] Re: gnome-terminal transparent in wrong place when
 selected
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cae7065644c83b01ba16114755568364579de59a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586661 <1586661@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-terminal
   Importance: Unknown => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1586661

Title:
  gnome-terminal transparent in wrong place when selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/1586661/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 00:05:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 777BC26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 00:05:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6D1271A301E;
	Tue, 31 May 2016 00:05:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7XBm-0000nq-JI; Tue, 31 May 2016 00:05:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7XBl-0000nW-2l
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 00:05:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7XBk-000142-UK
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 00:05:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DB4F22E80BB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 00:05:40 +0000 (UTC)
MIME-Version: 1.0
Date: Mon, 30 May 2016 23:59:36 -0000
From: rtimai <1542519@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nvidia-graphics-drivers-352;
 component=restricted; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=vlc; component=universe;
 status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor marlinc philipp-pfahofa rdenis rtimai
X-Launchpad-Bug-Reporter: Marlin Cremers (marlinc)
X-Launchpad-Bug-Modifier: rtimai (rtimai)
References: <20160205223906.15773.28223.malonedeb@gac.canonical.com>
Message-Id: <20160530235936.28152.21638.malone@gac.canonical.com>
Subject: [Bug 1542519] Re: Double menu bar
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b0e3627898fc42fe2418241cda691739f6ae512b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1542519 <1542519@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Ctrl-H in VLC actually is a workaround for the double menu syndrome by
removing the menu from the window titlebar.

I removed VLC and its addon modules, and installed SMPlayer, a frontend
for MPlayer. On entering and exiting Fullscreen in SMPlayer, SMPlayer
also displays double menus in the system menubar and the window
titlebar.

This appears to be a Unity bug, related to toolkits used to build the interface.
SEE:  http://ubuntuforums.org/showthread.php?t=2226035

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1542519

Title:
  Double menu bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1542519/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 00:25:41 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 06BCA26C21A5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 00:25:41 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EB9B81A3027;
	Tue, 31 May 2016 00:25:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7XV6-0001hp-0q; Tue, 31 May 2016 00:25:40 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7XV5-0001he-0G
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 00:25:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7XV4-0003sr-KW
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 00:25:38 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 989002E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 00:25:38 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 00:16:14 -0000
From: Max Chao <yochaos@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=None; component=None;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor wenzeslaus
X-Launchpad-Bug-Reporter: Vaclav Petras (wenzeslaus)
X-Launchpad-Bug-Modifier: Max Chao (yochaos)
References: <20150708212336.13996.51953.malonedeb@soybean.canonical.com>
Message-Id: <20160531001614.27292.40006.launchpad@gac.canonical.com>
Subject: [Bug 1472792] Re: evince does not open with broadway backend
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2621b411db3999e04b7afd480efba988067c3df6
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1472792 <1472792@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: xenial

** Package changed: gtk+3.0 (Ubuntu) => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1472792

Title:
  evince does not open with broadway backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1472792/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 00:30:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0112626C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 00:30:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id EBA451A3075;
	Tue, 31 May 2016 00:30:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7Xa0-0002Uu-Ts; Tue, 31 May 2016 00:30:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7XZz-0002Uk-EH
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 00:30:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7XZz-00044r-1d
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 00:30:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 05C4D2E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 00:30:43 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 00:21:44 -0000
From: Bug Watch Updater <1586655@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-shell; status=Invalid; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jbicha yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160528151003.17427.37243.malonedeb@soybean.canonical.com>
Message-Id: <20160531002146.32277.85838.launchpad@loganberry.canonical.com>
Subject: [Bug 1586655] Re: Background grey even though set to image and image
 is displayed elsewhere
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 08cfb838b1626b6c4b9234d50065ea401aac1230
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586655 <1586655@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: gnome-shell
       Status: Unknown => Invalid

** Changed in: gnome-shell
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1586655

Title:
  Background grey even though set to image and image is displayed
  elsewhere

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1586655/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 02:35:40 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 26C1226C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 02:35:40 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 20CF61A30BA;
	Tue, 31 May 2016 02:35:40 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7ZWs-0002Fo-QU; Tue, 31 May 2016 02:35:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7ZWr-0002FZ-Ip
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 02:35:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7ZWr-0005Az-2s
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 02:35:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 0B09E2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 02:35:37 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 02:27:19 -0000
From: Rosen Penev <rosenp@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=New; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rosenp seb128
X-Launchpad-Bug-Reporter: Rosen Penev (rosenp)
X-Launchpad-Bug-Modifier: Rosen Penev (rosenp)
References: <20160529193712.21929.56621.malonedeb@wampee.canonical.com>
Message-Id: <20160531022719.18031.98842.malone@soybean.canonical.com>
Subject: [Bug 1586824] Re: gvfs-afc does not mount the normal volume
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 318df29f8856aa62d712cf9894e7f40c2021be94
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586824 <1586824@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

https://bugzilla.gnome.org/show_bug.cgi?id=766947

** Bug watch added: GNOME Bug Tracker #766947
   https://bugzilla.gnome.org/show_bug.cgi?id=766947

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1586824

Title:
  gvfs-afc does not mount the normal volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1586824/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 02:41:13 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D833626C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 02:41:13 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CD5921A30B4;
	Tue, 31 May 2016 02:41:13 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7ZcF-0002TP-Tx; Tue, 31 May 2016 02:41:12 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7ZcE-0002TA-Sz
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 02:41:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7ZcE-0006fq-Ht
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 02:41:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 719E32E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 02:41:10 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 02:34:25 -0000
From: Max Barry <1570227@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gedit; status=New; importance=Medium; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor karthikuttan max-maxbarry seb128
X-Launchpad-Bug-Reporter: karthik (karthikuttan)
X-Launchpad-Bug-Modifier: Max Barry (max-maxbarry)
References: <20160414075035.1988.53602.malonedeb@wampee.canonical.com>
Message-Id: <20160531023425.28257.30068.malone@gac.canonical.com>
Subject: [Bug 1570227] Re: Open Recent Items show as always empty in Gedit
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: aa4039851ea7275c67372c3a00ab130764d06cc8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1570227 <1570227@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Looks like a Ubuntu issue to me, since in that Gnome bug, upstream says
recent files have been moved to beneath the "Open \/" button on gedit's
taskbar:

https://bugzilla.gnome.org/show_bug.cgi?id=742425#c3

And indeed they are there! However, on Ubuntu 16.04, gedit also has a
"File" -> "Open Recent" menu, which is now non-functional (it's always
empty).

It's a bit confusing since "File" -> "Open Recent" has always been the
way to find recent files. It should either be removed or work.

** Bug watch added: GNOME Bug Tracker #742425
   https://bugzilla.gnome.org/show_bug.cgi?id=742425

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1570227

Title:
  Open Recent Items show as always empty in Gedit

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1570227/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 02:41:17 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DA49A26C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 02:41:17 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D4E561A30C6;
	Tue, 31 May 2016 02:41:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7ZcL-0002VG-HM; Tue, 31 May 2016 02:41:17 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7ZcH-0002U9-6p
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 02:41:13 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7ZcG-0006gD-QR
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 02:41:12 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C243A2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 02:41:12 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 02:33:05 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=empathy; component=universe;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity-webapps;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Triaged; importance=Medium;
 assignee=timo.jyrinki@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-geoip;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webkit2gtk; component=main;
 status=In Progress; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webkitgtk;
 component=universe; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Fix Released; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 bigon darkxst janitor mterry seb128
X-Launchpad-Bug-Reporter: Michael Terry (mterry)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20141104175121.22425.12829.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160531023306.27261.68397.launchpad@gac.canonical.com>
Subject: [Bug 1389336] Re: Use geoclue-2.0
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e190eca328d9f98d3b7f43debf50e0199c7ca088
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1389336 <1389336@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: webkit2gtk (Ubuntu)
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1389336

Title:
  Use geoclue-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1389336/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 02:50:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D7AD326C274F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 02:50:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D05FE1A30D6;
	Tue, 31 May 2016 02:50:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7ZlO-00034Y-EG; Tue, 31 May 2016 02:50:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7ZlN-00034O-0I
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 02:50:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7ZlM-0008PV-KI
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 02:50:36 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 740BE2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 02:50:36 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 02:44:53 -0000
From: helgen <helgen77@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gimp; component=universe; 
 status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: aapo-rantalainen demarco-25 helgen77 janitor
 nitrosito sdfjsfjaei-hans shakaran
X-Launchpad-Bug-Reporter: Aapo Rantalainen (aapo-rantalainen)
X-Launchpad-Bug-Modifier: helgen (helgen77)
References: <20160430121911.23968.93912.malonedeb@gac.canonical.com>
Message-Id: <20160531024453.27456.19287.malone@gac.canonical.com>
Subject: [Bug 1576977] Re: Lots of GEGL-gegl-operation.c-WARNING on starting
 gimp
X-Launchpad-Message-Rationale: Subscriber (gimp in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a7570ac717431721f554d5376d114aee71ba4a69
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1576977 <1576977@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

same here, will not start

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1576977

Title:
  Lots of GEGL-gegl-operation.c-WARNING on starting gimp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1576977/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 02:55:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AAECC26C274F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 02:55:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A271F1A30D9;
	Tue, 31 May 2016 02:55:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7ZqQ-0003Do-1M; Tue, 31 May 2016 02:55:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7ZqP-0003DS-4Z
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 02:55:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7ZqO-0000so-L3
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 02:55:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 915692E80C2
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 02:55:48 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 02:47:05 -0000
From: Robert Ancell <robert.ancell@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=empathy; component=universe;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity-webapps;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Triaged; importance=Medium;
 assignee=timo.jyrinki@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-geoip;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webkit2gtk; component=main;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webkitgtk;
 component=universe; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Fix Released; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 bigon darkxst janitor mterry
 robert-ancell seb128
X-Launchpad-Bug-Reporter: Michael Terry (mterry)
X-Launchpad-Bug-Modifier: Robert Ancell (robert-ancell)
References: <20141104175121.22425.12829.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160531024706.26064.2597.malone@chaenomeles.canonical.com>
Subject: [Bug 1389336] Re: Use geoclue-2.0
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2eb5d6a6a757f60292b3b8f89dbec948f2823f37
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1389336 <1389336@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I've proposed a change to geoip.ubuntu.com to provide a Google/Mozilla
Location Service compatible API. This means we can configure Geoclue 2.0
to use this service.

Then I propose we drop geoclue (1.0) and ubuntu-geoip from the archive.

** Changed in: webkit2gtk (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1389336

Title:
  Use geoclue-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1389336/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 03:10:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AD68426C2441
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 03:10:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A38081A300B;
	Tue, 31 May 2016 03:10:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7a4v-0004oy-Bg; Tue, 31 May 2016 03:10:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7a4u-0004om-IC
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 03:10:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7a4u-0004Bh-B8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 03:10:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4CFDF2E80C3
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 03:10:48 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 03:05:39 -0000
From: runner <1587224@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evince; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug wily
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: runner2
X-Launchpad-Bug-Reporter: runner (runner2)
X-Launchpad-Bug-Modifier: runner (runner2)
Message-Id: <20160531030539.27365.13502.malonedeb@gac.canonical.com>
Subject: [Bug 1587224] [NEW] Update from 14.04 to 15.10 crash
X-Launchpad-Message-Rationale: Subscriber (evince in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 8c517b3f148976908e1c1a38f2d8a7b20508ec88
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587224 <1587224@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

May 30 2016

Update from 14.04 to 15.10 crash.

This report is not from the computer with 14.04 that is dead.
This report is from teh same hardware but it now has new install Ubuntu 15.10.
Consequently all the logs are gone. Sorry.
This also explains why I can not duplicate this bug unless I try to install 14.04 and then update it to 15.10.
Let see what other people say.

Have on DELL laptop with Ubuntu 14.04. (Correction had 14.04 now it is dead.)
Told Ubuntu software-updater to show all updates.
It shows 15.10.
Told it to update.
It went trough all the step up and including "downloading".
After it got to step installing, and was not moving I checked upgrade logs.
Upgrade logs showed that for one hour nothing was hapening.
I had no choice but to kill the upgrade knowing that my system will die.
Of course it was already dead.
(This part I am little hazy about. I think the updater complained about "fontconfig".)

My system was: 
14.04 with gnome fallback/flashback.
DELL Laptop, Intel Graphics, nothing fancy.
It worked fine before that for 2-3 years.

Expected:
I expected the upgrade path as described on Ubuntu.com and as advocated by
software-updater to work.

Got:
Dead system. 

Tried:
After it crashed/hung, I stopped teh upgrade. I downloaded 15.10 and made USB.
Tried to update by telling to use that USB 15.10. That did not help either. 


Conclusion:
I think this is a bug and the migration path 14.04 to 15.10
using software-updater
does not work May 30 2016.
Thank you.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: evince 3.16.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May 30 19:56:26 2016
InstallationDate: Installed on 2016-05-30 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: evince (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug wily

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1587224

Title:
  Update from 14.04 to 15.10 crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1587224/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 05:11:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 341A926C23EA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 05:11:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 29DD91A316F;
	Tue, 31 May 2016 05:11:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7bxG-0005FI-SC; Tue, 31 May 2016 05:11:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7bxG-0005Ex-0w
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 05:11:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7bxF-0000Qg-HH
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 05:11:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7153B2E805E
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 05:11:01 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 05:02:24 -0000
From: Silvio Wangler <1544480@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: darkduck janitor layolayo silvio-wangler whobers
X-Launchpad-Bug-Reporter: Willem Hobers (whobers)
X-Launchpad-Bug-Modifier: Silvio Wangler (silvio-wangler)
References: <20160211101438.29955.55868.malonedeb@wampee.canonical.com>
Message-Id: <20160531050224.18315.69351.malone@soybean.canonical.com>
Subject: [Bug 1544480] Re: after upgrading to 16.04 (xubuntu) network drive
 not mounted
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: fb59f1585e22d8a3d889a91aebae6e806b457477
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1544480 <1544480@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

A workaround is describe in this thread.
http://ubuntuforums.org/showthread.php?t=2131380

Put a script e.g. fstab to /etc/network/if-up.d containing the following
content

#!/bin/sh
mount -a

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1544480

Title:
  after upgrading to 16.04 (xubuntu) network drive not mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1544480/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 06:51:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D088226C21A5
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 06:51:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C8DBC1A3173;
	Tue, 31 May 2016 06:51:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7dW6-0004VU-C7; Tue, 31 May 2016 06:51:06 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7dW4-0004VJ-FL
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 06:51:04 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7dW2-00089k-F1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 06:51:02 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E3D092E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 06:50:59 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 06:43:34 -0000
From: Rolf Leggewie <1315579@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gedit; status=Expired; importance=High; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=scim; component=universe; 
 status=Incomplete; importance=Low;
 assignee=launchpad.net@rolf.leggewie.biz; 
X-Launchpad-Bug: distribution=debian; sourcepackage=scim; component=main;
 status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: atul-thakur gunnarhj janitor osamu r0lf
 swarup-bhai1
X-Launchpad-Bug-Reporter: Swarup Dev (swarup-bhai1)
X-Launchpad-Bug-Modifier: Rolf Leggewie (r0lf)
References: <20140503012450.27281.81143.malonedeb@gac.canonical.com>
Message-Id: <20160531064334.26367.68847.malone@chaenomeles.canonical.com>
Subject: [Bug 1315579] Re: When using scim-m17n in gedit,
 the backspace and delete keys are dysfunctional
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: aa07aefa39d307f954b256f371b4b16ff339160e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1315579 <1315579@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

does this ever occur in trusty or later?

There's also been some further upstream work on bugs like this lately.
If you are still affected I'd love to hear if the latest upstream can
fix this issue.

** Changed in: scim (Ubuntu)
       Status: Triaged => Incomplete

** Changed in: scim (Ubuntu)
     Assignee: (unassigned) => Rolf Leggewie (r0lf)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1315579

Title:
  When using scim-m17n in gedit, the backspace and delete keys are
  dysfunctional

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1315579/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 07:40:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7E67226C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 07:40:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 77C9A1A319C;
	Tue, 31 May 2016 07:40:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7eIJ-0000cB-G0; Tue, 31 May 2016 07:40:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7eIH-0000c1-VB
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 07:40:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7eIH-000508-LK
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 07:40:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9FFE22E80C1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 07:40:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 07:33:53 -0000
From: Roland65 <1587287@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libwnck; component=universe;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: roland65
X-Launchpad-Bug-Reporter: Roland65 (roland65)
X-Launchpad-Bug-Modifier: Roland65 (roland65)
Message-Id: <20160531073353.25918.87467.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1587287] [NEW] Missing language *.mo files in libwnck-common
X-Launchpad-Message-Rationale: Subscriber (libwnck in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0072210211ad80a7040b42458d055c7beeefce6e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587287 <1587287@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

There are no *.mo files in the package libwnck-common, version 1:2.30.7-5ubuntu1 (Ubuntu 16.04).
Thus the UI strings are in english.
I was able to fix this by recompiling the package.

** Affects: libwnck (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libwnck in Ubuntu.
https://bugs.launchpad.net/bugs/1587287

Title:
  Missing language *.mo files in libwnck-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libwnck/+bug/1587287/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 08:20:35 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2AF8826C23EA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 08:20:35 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 080F41A3117;
	Tue, 31 May 2016 08:20:35 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7eug-0004zR-Cw; Tue, 31 May 2016 08:20:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7euf-0004zM-PJ
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 08:20:33 +0000
Received: from wampee.canonical.com ([91.189.89.61])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7euf-0005uX-Jj
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 08:20:33 +0000
Received: from wampee.canonical.com (localhost [127.0.0.1])
 by wampee.canonical.com (Postfix) with ESMTPS id 4D11F3B00C5
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 08:20:33 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 08:20:31 -0000
From: Launchpad Bug Tracker <1472792@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor wenzeslaus
X-Launchpad-Bug-Reporter: Vaclav Petras (wenzeslaus)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20150708212336.13996.51953.malonedeb@soybean.canonical.com>
Subject: [Bug 1472792] [NEW] evince does not open with broadway backend
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Message-Id: <20160531082031.22507.39282.launchpad@wampee.canonical.com>
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: de5961d0dc746f24f75ddab5646ac24603e028a9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1472792 <1472792@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

You have been subscribed to a public bug:

On Lubuntu 15.04, when trying to open Evince with GTK+ Broadway backend,
Evince reports incomplete errors and then ends.

In first terminal:

$ broadwayd -a 127.0.0.1 -p 8889 :2
Listening on /run/user/1000/broadway3.socket

In second terminal:

$ GDK_BACKEND=broadway BROADWAY_DISPLAY=:2 evince
Unable to init server: Could not connect: Permission denied
Cannot parse arguments: Cannot open display: 

(There is nothing more in the output, program ends.)

gtk3-demo or gitg have GUI in a browser as expected.

Not sure if related or if it is perhaps expected, but I cannot see the
socket file (with sudo or without):

$ ls /run/user/1000/broadway3.socket
ls: cannot access /run/user/1000/broadway3.socket: No such file or directory

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: libgtk-3-0 3.14.13-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: LXDE
Date: Wed Jul  8 17:13:25 2015
InstallationDate: Installed on 2015-02-09 (149 days ago)
InstallationMedia: Lubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: gtk+3.0
UpgradeStatus: Upgraded to vivid on 2015-05-30 (38 days ago)

** Affects: gtk+3.0 (Ubuntu)
     Importance: Medium
         Status: Confirmed


** Tags: amd64 apport-bug vivid xenial
-- 
evince does not open with broadway backend
https://bugs.launchpad.net/bugs/1472792
You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 08:26:25 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B462D26C274F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 08:26:25 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AB9031A31A2;
	Tue, 31 May 2016 08:26:25 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7f0K-0005Pg-Sa; Tue, 31 May 2016 08:26:24 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7f0I-0005OU-Ux
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 08:26:22 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7f0G-0007KF-GW
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 08:26:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 6AF262E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 08:26:20 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 08:20:29 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gtk+3.0; component=main;
 status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug vivid xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor wenzeslaus
X-Launchpad-Bug-Reporter: Vaclav Petras (wenzeslaus)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20150708212336.13996.51953.malonedeb@soybean.canonical.com>
Message-Id: <20160531082031.22507.66760.launchpad@wampee.canonical.com>
Subject: [Bug 1472792] Re: evince does not open with broadway backend
X-Launchpad-Message-Rationale: Subscriber (gtk+3.0 in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bc2d1b3c39a176115c36225087e08963f6ee247e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1472792 <1472792@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Package changed: ubuntu => gtk+3.0 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1472792

Title:
  evince does not open with broadway backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1472792/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 08:30:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 9C2AB26C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 08:30:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 970281A319B;
	Tue, 31 May 2016 08:30:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7f4i-0006BP-GH; Tue, 31 May 2016 08:30:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7f4h-0006AQ-8n
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 08:30:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7f4g-0007m9-NB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 08:30:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 935E42E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 08:30:54 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 08:21:24 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gedit; status=New; importance=Medium; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor karthikuttan max-maxbarry seb128
X-Launchpad-Bug-Reporter: karthik (karthikuttan)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160414075035.1988.53602.malonedeb@wampee.canonical.com>
Message-Id: <20160531082124.17657.28908.malone@soybean.canonical.com>
Subject: [Bug 1570227] Re: Open Recent Items show as always empty in Gedit
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f0e94b0055d15a33ec4b858272156a7d1f786288
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1570227 <1570227@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

> "File" -> "Open Recent" menu, which is now non-functional (it's always
empty).

it's not always empty, it has an item to restore recently closed tabs,
which indeed is less useful than actually listing recent documents and a
bit confusing

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1570227

Title:
  Open Recent Items show as always empty in Gedit

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1570227/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 08:55:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E499026C20F6
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 08:55:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D511C1A3095;
	Tue, 31 May 2016 08:55:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7fSg-0007sL-Mo; Tue, 31 May 2016 08:55:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7fSf-0007sB-9F
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 08:55:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7fSf-0006VW-2X
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 08:55:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 09EF12E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 08:55:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 08:49:11 -0000
From: Emmanuel Di Pretoro <edipretoro@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-package need-duplicate-check xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: edipretoro
X-Launchpad-Bug-Reporter: Emmanuel Di Pretoro (edipretoro)
X-Launchpad-Bug-Modifier: Emmanuel Di Pretoro (edipretoro)
Message-Id: <20160531084911.26454.5141.malonedeb@chaenomeles.canonical.com>
Subject: =?utf-8?q?=5BBug_1587326=5D_=5BNEW=5D_package_gconf2_3=2E2=2E6-3ub?=
 =?utf-8?q?untu5_failed_to_install/upgrade=3A_probl=C3=A8mes_de_d=C3=A9penda?=
 =?utf-8?b?bmNlcyAtIGFjdGlvbnMgZGlmZsOpcsOpZXMgbm9uIGV4w6ljdXTDqWVz?=
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 96aaf83f517ac2b9610cbdb52405b84c13c7771f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587326 <1587326@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

UHVibGljIGJ1ZyByZXBvcnRlZDoKCldoZW4gSSB3YXMgdXBncmFkaW5nIHRoZSBzeXN0ZW0gKHdp
dGggZG8tcmVsZWFzZS11cGdyYWRlKSwgSSd2ZSBlbmNvdW50ZXJlZCB0aGUgZm9sbG93aW5nIGVy
cm9yOgpkcGtnOiBkZXMgcHJvYmzDqG1lcyBkZSBkw6lwZW5kYW5jZXMgZW1ww6pjaGVudCBsZSB0
cmFpdGVtZW50IGRlcyBhY3Rpb25zIGRpZmbDqXLDqWVzIHBvdXIgZ2NvbmYywqA6CiBnY29uZjIg
ZMOpcGVuZCBkZSBweXRob24zwqA7IGNlcGVuZGFudMKgOgogTGUgcGFxdWV0IHB5dGhvbjMgbidl
c3QgcGFzIGVuY29yZSBjb25maWd1csOpLgoKZHBrZzogZXJyZXVyIGRlIHRyYWl0ZW1lbnQgZHUg
cGFxdWV0IGdjb25mMiAoLS1jb25maWd1cmUpwqA6CiBwcm9ibMOobWVzIGRlIGTDqXBlbmRhbmNl
cyAtIGFjdGlvbnMgZGlmZsOpcsOpZXMgbm9uIGV4w6ljdXTDqWVzCkVycm9yIGluIGZ1bmN0aW9u
OgoKU3lzdGVtRXJyb3I6IEU6U3ViLXByb2Nlc3MgL3Vzci9iaW4vZHBrZyByZXR1cm5lZCBhbiBl
cnJvciBjb2RlICgxKQpFcnJvciBpbiBzeXMuZXhjZXB0aG9vazoKVHJhY2ViYWNrIChtb3N0IHJl
Y2VudCBjYWxsIGxhc3QpOgogIEZpbGUgIi91c3IvbGliL3B5dGhvbjMvZGlzdC1wYWNrYWdlcy9w
cm9ibGVtX3JlcG9ydC5weSIsIGxpbmUgNDgwLCBpbiBhZGRfdG9fZXhpc3RpbmcKICAgIHNlbGYu
d3JpdGUoZikKICBGaWxlICIvdXNyL2xpYi9weXRob24zL2Rpc3QtcGFja2FnZXMvcHJvYmxlbV9y
ZXBvcnQucHkiLCBsaW5lIDQzMywgaW4gd3JpdGUKICAgIGJsb2NrID0gZi5yZWFkKDEwNDg1NzYp
CiAgRmlsZSAiL3Vzci9saWIvcHl0aG9uMy40L2NvZGVjcy5weSIsIGxpbmUgMzE5LCBpbiBkZWNv
ZGUKICAgIChyZXN1bHQsIGNvbnN1bWVkKSA9IHNlbGYuX2J1ZmZlcl9kZWNvZGUoZGF0YSwgc2Vs
Zi5lcnJvcnMsIGZpbmFsKQpVbmljb2RlRGVjb2RlRXJyb3I6ICd1dGYtOCcgY29kZWMgY2FuJ3Qg
ZGVjb2RlIGJ5dGUgMHg4YiBpbiBwb3NpdGlvbiAxOiBpbnZhbGlkIHN0YXJ0IGJ5dGUKCk9yaWdp
bmFsIGV4Y2VwdGlvbiB3YXM6IApTeXN0ZW1FcnJvcjogRTpTdWItcHJvY2VzcyAvdXNyL2Jpbi9k
cGtnIHJldHVybmVkIGFuIGVycm9yIGNvZGUgKDEpCkVSUk9SOiBDYW5ub3QgY3JlYXRlIHJlcG9y
dDogW0Vycm5vIDE3XSBGaWxlIGV4aXN0czogJy92YXIvY3Jhc2gvZ2NvbmYyLjAuY3Jhc2gnCgpQ
cm9ibGVtVHlwZTogUGFja2FnZQpEaXN0cm9SZWxlYXNlOiBVYnVudHUgMTYuMDQKUGFja2FnZTog
Z2NvbmYyIDMuMi42LTN1YnVudHU1ClByb2NWZXJzaW9uU2lnbmF0dXJlOiBVYnVudHUgNC4yLjAt
MzYuNDItZ2VuZXJpYyA0LjIuOC1ja3Q4ClVuYW1lOiBMaW51eCA0LjIuMC0zNi1nZW5lcmljIHg4
Nl82NApBcHBvcnRWZXJzaW9uOiAyLjE5LjEtMHVidW50dTUKQXJjaGl0ZWN0dXJlOiBhbWQ2NApE
YXRlOiBUdWUgTWF5IDMxIDEwOjA1OjQxIDIwMTYKRHVwbGljYXRlU2lnbmF0dXJlOiBwYWNrYWdl
Omdjb25mMjozLjIuNi0zdWJ1bnR1NTpwcm9ibMOobWVzIGRlIGTDqXBlbmRhbmNlcyAtIGFjdGlv
bnMgZGlmZsOpcsOpZXMgbm9uIGV4w6ljdXTDqWVzCkVycm9yTWVzc2FnZTogcHJvYmzDqG1lcyBk
ZSBkw6lwZW5kYW5jZXMgLSBhY3Rpb25zIGRpZmbDqXLDqWVzIG5vbiBleMOpY3V0w6llcwpJbnN0
YWxsYXRpb25EYXRlOiBJbnN0YWxsZWQgb24gMjAxNi0wMS0xMiAoMTM5IGRheXMgYWdvKQpJbnN0
YWxsYXRpb25NZWRpYTogVWJ1bnR1IDE1LjEwICJXaWx5IFdlcmV3b2xmIiAtIFJlbGVhc2UgYW1k
NjQgKDIwMTUxMDIxKQpSZWxhdGVkUGFja2FnZVZlcnNpb25zOgogZHBrZyAxLjE4LjR1YnVudHUx
LjEKIGFwdCAgMS4yLjEwdWJ1bnR1MQpTb3VyY2VQYWNrYWdlOiBnY29uZgpUaXRsZTogcGFja2Fn
ZSBnY29uZjIgMy4yLjYtM3VidW50dTUgZmFpbGVkIHRvIGluc3RhbGwvdXBncmFkZTogcHJvYmzD
qG1lcyBkZSBkw6lwZW5kYW5jZXMgLSBhY3Rpb25zIGRpZmbDqXLDqWVzIG5vbiBleMOpY3V0w6ll
cwpVcGdyYWRlU3RhdHVzOiBVcGdyYWRlZCB0byB4ZW5pYWwgb24gMjAxNi0wNS0zMSAoMCBkYXlz
IGFnbykKCioqIEFmZmVjdHM6IGdjb25mIChVYnVudHUpCiAgICAgSW1wb3J0YW5jZTogVW5kZWNp
ZGVkCiAgICAgICAgIFN0YXR1czogTmV3CgoKKiogVGFnczogYW1kNjQgYXBwb3J0LXBhY2thZ2Ug
bmVlZC1kdXBsaWNhdGUtY2hlY2sgeGVuaWFsCgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5v
dGlmaWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVn
cywgd2hpY2ggaXMgc3Vic2NyaWJlZCB0byBnY29uZiBpbiBVYnVudHUuCmh0dHBzOi8vYnVncy5s
YXVuY2hwYWQubmV0L2J1Z3MvMTU4NzMyNgoKVGl0bGU6CiAgcGFja2FnZSBnY29uZjIgMy4yLjYt
M3VidW50dTUgZmFpbGVkIHRvIGluc3RhbGwvdXBncmFkZTogcHJvYmzDqG1lcyBkZQogIGTDqXBl
bmRhbmNlcyAtIGFjdGlvbnMgZGlmZsOpcsOpZXMgbm9uIGV4w6ljdXTDqWVzCgpUbyBtYW5hZ2Ug
bm90aWZpY2F0aW9ucyBhYm91dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBh
ZC5uZXQvdWJ1bnR1Lytzb3VyY2UvZ2NvbmYvK2J1Zy8xNTg3MzI2LytzdWJzY3JpcHRpb25zCgot
LSAKZGVza3RvcC1idWdzIG1haWxpbmcgbGlzdApkZXNrdG9wLWJ1Z3NAbGlzdHMudWJ1bnR1LmNv
bQpodHRwczovL2xpc3RzLnVidW50dS5jb20vbWFpbG1hbi9saXN0aW5mby9kZXNrdG9wLWJ1Z3M=

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 09:31:02 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6FF0326C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 09:31:02 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 69E4B1A321B;
	Tue, 31 May 2016 09:31:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7g0r-0003gJ-JZ; Tue, 31 May 2016 09:31:01 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7g0q-0003g1-Qb
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 09:31:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7g0q-0000GP-FX
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 09:31:00 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 5DF1B2E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 09:31:00 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 09:22:43 -0000
From: Sezer Yalcin <sezer@ymail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=Invalid; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a9016009 mmalmeida seb128 sy-y
X-Launchpad-Bug-Reporter: Sezer Yalcin (sy-y)
X-Launchpad-Bug-Modifier: Sezer Yalcin (sy-y)
References: <20151027183531.29191.54474.malonedeb@soybean.canonical.com>
Message-Id: <20160531092243.28152.32276.malone@gac.canonical.com>
Subject: [Bug 1510658] Re: evolution crashes when clicked on a specific message
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a6105f9f3070c4c9061924caf65f8722356d5ff9
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1510658 <1510658@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I tested again on 14.04 with latest updates and it did not crash.
evolution 3.10.4-0ubuntu2


** Changed in: evolution (Ubuntu)
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1510658

Title:
  evolution crashes when clicked on a specific message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1510658/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 10:01:14 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 8D12A26C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 10:01:14 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 84E0A1A32AA;
	Tue, 31 May 2016 10:01:14 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7gU6-0005V2-Dm; Tue, 31 May 2016 10:01:14 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7gU5-0005Ue-Ob
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 10:01:13 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7gU5-0000cd-CU
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 10:01:13 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4C4112E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 10:01:13 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 09:54:27 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gvfs; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gvfs; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: rosenp seb128
X-Launchpad-Bug-Reporter: Rosen Penev (rosenp)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160529193712.21929.56621.malonedeb@wampee.canonical.com>
Message-Id: <20160531095427.27683.18150.malone@gac.canonical.com>
Subject: [Bug 1586824] Re: gvfs-afc does not mount the normal volume
X-Launchpad-Message-Rationale: Subscriber (gvfs in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 73bd2306eacb44d35f3ab5a07ae9badc74af674b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586824 <1586824@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

thanks

** Changed in: gvfs (Ubuntu)
       Status: New => Triaged

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=766947
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1586824

Title:
  gvfs-afc does not mount the normal volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/1586824/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 10:11:00 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5A86726C21CC
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 10:11:00 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 53A261A323B;
	Tue, 31 May 2016 10:11:00 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7gdX-0006xP-9F; Tue, 31 May 2016 10:10:59 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7gdW-0006ww-K8
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 10:10:58 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7gdW-0004Lv-6O
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 10:10:58 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 14CFB2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 10:10:58 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 10:01:30 -0000
From: =?utf-8?b?6LO05a625Lqo?= <laichiaheng@outlook.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laichiaheng
X-Launchpad-Bug-Reporter: =?utf-8?b?6LO05a625LqoIChsYWljaGlhaGVuZyk=?=
X-Launchpad-Bug-Modifier: =?utf-8?b?6LO05a625LqoIChsYWljaGlhaGVuZyk=?=
Message-Id: <20160531100131.28152.55087.malonedeb@gac.canonical.com>
Subject: [Bug 1587391] [NEW] I can't open gnome-terminal anymore.
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ab9f21f0bf84cf82c9848f761c2d6425c494af03
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587391 <1587391@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I can't open it.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Tue May 31 17:56:18 2016
InstallationDate: Installed on 2016-04-22 (39 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1587391

Title:
  I can't open gnome-terminal anymore.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1587391/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 10:51:18 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 06CE126C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 10:51:18 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id F0D1C1A32E4;
	Tue, 31 May 2016 10:51:17 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7hGX-0001wz-Rs; Tue, 31 May 2016 10:51:17 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7hGW-0001wL-9T
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 10:51:16 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7hGW-0000DS-30
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 10:51:16 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 14FFE2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 10:51:16 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 10:40:37 -0000
From: Ara Pulido <ara@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=oem-priority; status=Fix Released; importance=Critical;
 assignee=ara@ubuntu.com; 
X-Launchpad-Bug: product=oem-priority; productseries=trusty; status=Won't Fix; 
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-desktop3;
 component=main; status=Fix Released; importance=High;
 assignee=lars@uebernic.de; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubiquity; component=main; 
 status=Fix Released; importance=High;
 assignee=mathieu.tl@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=gnome-desktop3; component=main; status=Won't Fix;
 importance=High; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=ubiquity; component=main; status=Won't Fix; importance=High;
 assignee=None; 
X-Launchpad-Bug-Tags: patch
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: anthonywong apulido binli bruce.ma crichton
 cyphermox fourdollars jamie315 janitor larsu psusi seb128 stgraber sverdy
 woodrow-shen xnox
X-Launchpad-Bug-Reporter: Jamie Chang (jamie315)
X-Launchpad-Bug-Modifier: Ara Pulido (apulido)
References: <20141017014409.341.98797.malonedeb@gac.canonical.com>
Message-Id: <20160531104037.17845.63461.malone@soybean.canonical.com>
Subject: [Bug 1382291] Re: Account creation during first boot of an OEM image
 needs to scale based on resolution
X-Launchpad-Message-Rationale: Subscriber (gnome-desktop3 in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7aa585fc0f60a7d021d4ab797b8e4cf80569a44f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1382291 <1382291@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have confirmed with the original reporters that this has been fixed in
Xenial

** Changed in: oem-priority
       Status: Confirmed => Fix Released

** Changed in: oem-priority/trusty
       Status: Incomplete => Won't Fix

** Changed in: ubiquity (Ubuntu)
       Status: Confirmed => Fix Released

** Changed in: ubiquity (Ubuntu Trusty)
       Status: Confirmed => Won't Fix

** Changed in: gnome-desktop3 (Ubuntu Trusty)
       Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop3 in Ubuntu.
https://bugs.launchpad.net/bugs/1382291

Title:
  Account creation during first boot of an OEM image needs to scale
  based on resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1382291/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 11:05:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E1ED626C280C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 11:05:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D34D01A3260;
	Tue, 31 May 2016 11:05:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7hUh-0003J2-LJ; Tue, 31 May 2016 11:05:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7hUg-0003Ii-FY
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 11:05:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7hUg-0002q3-6R
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 11:05:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2F4B82E80C1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 11:05:54 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 10:58:11 -0000
From: Launchpad Bug Tracker <1575572@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=init-system-helpers;
 component=main; status=Fix Released; importance=High;
 assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Triaged; importance=Low; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=init-system-helpers; component=main; status=Fix Released;
 importance=High; assignee=martin.pitt@ubuntu.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=systemd; component=main; status=Won't Fix; importance=Undecided; 
 assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=systemd; component=main;
 status=Confirmed; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adconrad daniel-thewatkins dominique-poulain
 janitor pitti racb smoser vorlon
X-Launchpad-Bug-Reporter: Dan Watkins (daniel-thewatkins)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160427095311.24579.11297.malonedeb@gac.canonical.com>
Message-Id: <20160531105814.22642.98580.malone@ackee.canonical.com>
Subject: [Bug 1575572] Re: apache2 fails to start if installed via cloud
 config (on Xenial)
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7434eae2063a94d27e41de922c84258dc95e6511
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575572 <1575572@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package init-system-helpers - 1.29ubuntu2

---------------
init-system-helpers (1.29ubuntu2) xenial; urgency=medium

  * invoke-rc.d: Under systemd, "runlevel" only switches to 3 or 5 when
    multi-user.target/graphical.target have been reached, not before.
    Adjust the runlevel check accordingly. This is only relevant for the check
    for wrong/dangling rcN.d/ symlinks, so just pin it to "5" (the precise
    value does not matter much). Fixing this in systemd requires bigger
    architectural changes, so use this tiny (and backportable) bandaid for the
    time being. (LP: #1575572)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 06 May 2016 20:51:40
-0500

** Changed in: init-system-helpers (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1575572

Title:
  apache2 fails to start if installed via cloud config (on Xenial)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1575572/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 11:11:03 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E3F0E26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 11:11:03 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DDF3F1A2AF6;
	Tue, 31 May 2016 11:11:03 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7hZf-0003yC-PC; Tue, 31 May 2016 11:11:03 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7hZe-0003xv-Cj
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 11:11:02 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7hZd-0003mG-JP
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 11:11:01 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 8774A2E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 11:11:01 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 11:00:17 -0000
From: Nikita Yerenkov-Scott <1586655@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Unknown; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jbicha yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160528151003.17427.37243.malonedeb@soybean.canonical.com>
Message-Id: <20160531110017.18315.55027.launchpad@soybean.canonical.com>
Subject: [Bug 1586655] Re: Background grey even though set to image and image
 is displayed elsewhere
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4e065cf9463db1e77e18fa2ad5131b712c25e2ae
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586655 <1586655@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** No longer affects: gnome-shell

** Bug watch added: GNOME Bug Tracker #765687
   https://bugzilla.gnome.org/show_bug.cgi?id=765687

** Also affects: nautilus via
   https://bugzilla.gnome.org/show_bug.cgi?id=765687
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1586655

Title:
  Background grey even though set to image and image is displayed
  elsewhere

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1586655/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 11:30:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B29C226C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 11:30:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A9BDC1A3374;
	Tue, 31 May 2016 11:30:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7hsu-0006GS-OT; Tue, 31 May 2016 11:30:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7hss-0006Fp-Qo
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 11:30:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7hsr-0002Fh-Vy
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 11:30:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D367F2E80CD
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 11:30:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 11:20:53 -0000
From: Bug Watch Updater <1586655@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=nautilus; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: product=ubuntu-gnome; status=Fix Released;
 importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: jbicha yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Bug Watch Updater (bug-watch-updater)
References: <20160528151003.17427.37243.malonedeb@soybean.canonical.com>
Message-Id: <20160531112054.30844.32771.launchpad@loganberry.canonical.com>
Subject: [Bug 1586655] Re: Background grey even though set to image and image
 is displayed elsewhere
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: e813bd89f24e4db547f7efdcd4b40bcd06cd43b4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1586655 <1586655@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Changed in: nautilus
       Status: Unknown => Fix Released

** Changed in: nautilus
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1586655

Title:
  Background grey even though set to image and image is displayed
  elsewhere

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1586655/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 11:45:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C29F626C274F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 11:45:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AEFDB1A3415;
	Tue, 31 May 2016 11:45:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7i7C-0007P3-EW; Tue, 31 May 2016 11:45:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7i7B-0007Op-3W
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 11:45:41 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7i7A-0001Yq-RI
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 11:45:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id BE1E32E80C0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 11:45:40 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 11:35:09 -0000
From: =?utf-8?q?Nicol=C3=B2_Serafino?= <nicoserafino@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: nicoserafino
X-Launchpad-Bug-Reporter: =?utf-8?q?Nicol=C3=B2_Serafino_=28nicoserafino=29?=
X-Launchpad-Bug-Modifier: =?utf-8?q?Nicol=C3=B2_Serafino_=28nicoserafino=29?=
Message-Id: <20160531113509.18066.59889.malonedeb@soybean.canonical.com>
Subject: [Bug 1587420] [NEW] wifi not working after suspend or hibernate
 (ubuntu xenial 16.04)
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a4858be8f023a54b20c74325694f8001a5180c05
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587420 <1587420@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Wifi does not work if I suspend or hibernate. It does not find wireless
networks and the icon changes as if I use the LAN cable.

Wireless card rtl8723be.
Still not working after installing drivers https://github.com/lwfinger/rtlwifi_new

This fix worked for me:
http://askubuntu.com/questions/761180/wifi-doesnt-work-after-suspend-after-16-04-upgrade

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

- If I suspend or hibernate wifi does not work. It does not find wireless
+ If I suspend or hibernate, wifi does not work. It does not find wireless
  networks and the icon changes as if I use the LAN cable.
  
  Wireless card rtl8723be.
  Still not working after installing drivers https://github.com/lwfinger/rtlwifi_new
  
  This fix worked for me:
  http://askubuntu.com/questions/761180/wifi-doesnt-work-after-suspend-after-16-04-upgrade

** Description changed:

- If I suspend or hibernate, wifi does not work. It does not find wireless
+ Wifi does not work if I suspend or hibernate. It does not find wireless
  networks and the icon changes as if I use the LAN cable.
  
  Wireless card rtl8723be.
  Still not working after installing drivers https://github.com/lwfinger/rtlwifi_new
  
  This fix worked for me:
  http://askubuntu.com/questions/761180/wifi-doesnt-work-after-suspend-after-16-04-upgrade

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1587420

Title:
  wifi not working after suspend or hibernate (ubuntu xenial 16.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1587420/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 11:46:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DF80326C274F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 11:46:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D5A961A33FF;
	Tue, 31 May 2016 11:46:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7i7U-0007To-UH; Tue, 31 May 2016 11:46:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7i7T-0007TY-NJ
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 11:45:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7i7T-0001t7-6r
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 11:45:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 284272E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 11:45:59 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 11:40:00 -0000
From: Timo Jyrinki <1389336@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=empathy; component=universe;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-settings-daemon;
 component=main; status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libunity-webapps;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=qtlocation-opensource-src; 
 component=main; status=In Progress; importance=Medium;
 assignee=timo.jyrinki@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=ubuntu-geoip;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webkit2gtk; component=main;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=webkitgtk;
 component=universe; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=qtlocation-opensource-src; 
 component=main; status=Fix Released; importance=Unknown;
 assignee=None; 
X-Launchpad-Bug-Tags: wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: amribrahim1987 bigon darkxst janitor mterry
 robert-ancell seb128 timo-jyrinki
X-Launchpad-Bug-Reporter: Michael Terry (mterry)
X-Launchpad-Bug-Modifier: Timo Jyrinki (timo-jyrinki)
References: <20141104175121.22425.12829.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160531114000.26454.58517.malone@chaenomeles.canonical.com>
Subject: [Bug 1389336] Re: Use geoclue-2.0
X-Launchpad-Message-Rationale: Subscriber (gnome-settings-daemon in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 99d2e0ba20523fd937ac85d450d45b3857710b19
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1389336 <1389336@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

The switch in Qt will happen with Qt 5.6 that aims to land to yakkety
before Feature Freeze in August.

** Changed in: qtlocation-opensource-src (Ubuntu)
       Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1389336

Title:
  Use geoclue-2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1389336/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 12:01:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 2C08726C288C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 12:01:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id CE1841A3221;
	Tue, 31 May 2016 12:01:11 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7iMB-0000kL-Id; Tue, 31 May 2016 12:01:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7iMA-0000kA-KL
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 12:01:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7iMA-0005UJ-4r
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 12:01:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 003622E80CB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 12:01:10 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 11:52:11 -0000
From: name_w <1573563@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=Confirmed; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: apport-bug i386 xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor lgb tbreader2k
X-Launchpad-Bug-Reporter: =?utf-8?b?TEdCIFtHw6Fib3IgTMOpbsOhcnRdIChsZ2Ip?=
X-Launchpad-Bug-Modifier: name_w (smacota)
References: <20160422121143.24613.68460.malonedeb@gac.canonical.com>
Message-Id: <20160531115212.17490.68510.launchpad@soybean.canonical.com>
Subject: [Bug 1573563] Re: Toggling full screen mode does not work well after
 upgrading to Ubuntu 16.04 from 15.10
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c3aee41d10f6c415e1794bc9ece446c043064877
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1573563 <1573563@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** This bug is no longer a duplicate of bug 1521302
   gnome-terminal maximize than un-maximize behaves odd

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1573563

Title:
  Toggling full screen mode does not work well after upgrading to Ubuntu
  16.04 from 15.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1573563/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 12:26:09 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BA98126C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 12:26:09 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AF9AA1A2F28;
	Tue, 31 May 2016 12:26:09 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7ikL-0002kb-20; Tue, 31 May 2016 12:26:09 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7ikJ-0002kQ-Ag
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 12:26:07 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7ikI-000509-Mw
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 12:26:06 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7DBB42E80C1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 12:26:06 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 12:17:40 -0000
From: Pawel Stolowski <1419829@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=canonical-devices-system-image; milestone=12;
 status=In Progress; importance=High; assignee=alecu@canonical.com; 
X-Launchpad-Bug: product=ubuntu-ux; status=Opinion; importance=High;
 assignee=patricia.davila@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=location-service;
 component=universe; status=Confirmed; importance=High;
 assignee=thomas.voss@canonical.com; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=unity-scopes-shell;
 component=universe; status=In Progress; importance=High;
 assignee=pawel.stolowski@canonical.com; 
X-Launchpad-Bug-Tags: usability
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: alecu dizzypaty janitor jasonyen michihenning
 pat-mcgowan stolowski strehl-t
X-Launchpad-Bug-Reporter: Thomas Strehl (strehl-t)
X-Launchpad-Bug-Modifier: Pawel Stolowski (stolowski)
References: <20150209145622.6543.52303.malonedeb@soybean.canonical.com>
Message-Id: <20160531121740.18315.87150.malone@soybean.canonical.com>
Subject: [Bug 1419829] Re: [Scope] location settings are enabled by default
X-Launchpad-Message-Rationale: Subscriber (location-service in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 653b174f635e803f65a138e3ac6e93067693a830
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1419829 <1419829@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This is now in silo 65 and the test plan
https://wiki.ubuntu.com/Process/Merges/TestPlan/scopes has been updated.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1419829

Title:
  [Scope] location settings are enabled by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1419829/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 13:15:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id BFDFD26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 13:15:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A89F31A34B8;
	Tue, 31 May 2016 13:15:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7jWK-0008AP-Fi; Tue, 31 May 2016 13:15:44 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7jWJ-0008A4-Bn
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 13:15:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7jWI-0004Kh-OX
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:15:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 989172E80D4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:15:42 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 13:05:30 -0000
From: Michael Zanetti <michael.zanetti@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mzanetti
X-Launchpad-Bug-Reporter: Michael Zanetti (mzanetti)
X-Launchpad-Bug-Modifier: Michael Zanetti (mzanetti)
X-Launchpad-Bug-Duplicate: 1580836
Message-Id: <20160531130530.27228.81227.malonedeb@gac.canonical.com>
Subject: [Bug 1587458] [NEW] Software update notification triggers way too
 often
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6503bb669490d45d1c29912e304856405ae7a555
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587458 <1587458@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1580836 ***
    https://bugs.launchpad.net/bugs/1580836

Public bug reported:

The new software update notification introduced in xenial triggers way
too often. For instance right now I dist-upgraded my system, rebooted
and upon login I get that message. Also I get it like once per hour,
regardless if I actually upgrade or not, it keeps on coming.

Some users even report it is shown every time they plug in external
hardware, like a camera.


This notification should only appear like once a day at max, probably even less often, unless there's something super critical in the queue.

** Affects: gnome-software (Ubuntu)
     Importance: Undecided
         Status: New

** Summary changed:

- Software update notification trigger way too often
+ Software update notification triggers way too often

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1587458

Title:
  Software update notification triggers way too often

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1587458/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 13:15:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7FF2126C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 13:15:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 7A2791A32DA;
	Tue, 31 May 2016 13:15:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7jWL-0008B5-Jk; Tue, 31 May 2016 13:15:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7jWK-0008AJ-5A
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 13:15:44 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7jWJ-0004Ke-Pt
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:15:43 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C1B162E8060
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:15:43 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 13:06:41 -0000
From: =?utf-8?q?Alan_Pope_=EE=83=BF?= <alan@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: mzanetti
X-Launchpad-Bug-Reporter: Michael Zanetti (mzanetti)
X-Launchpad-Bug-Modifier: =?utf-8?b?QWxhbiBQb3BlIO6DvyAocG9wZXkp?=
X-Launchpad-Bug-Duplicate: 1580836
References: <20160531130530.27228.81227.malonedeb@gac.canonical.com>
Message-Id: <20160531130641.26130.24653.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1587458] Re: Software update notification triggers way too often
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5a5f9ed9cb16c898b092a024040a336e4b20f82a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587458 <1587458@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1580836 ***
    https://bugs.launchpad.net/bugs/1580836

** This bug has been marked a duplicate of bug 1580836
   Gnome Software ignores software-properties-gtk "When there are other updates" setting and displays update notification too regularly

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1587458

Title:
  Software update notification triggers way too often

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1587458/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 13:35:47 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id AA4A226C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 13:35:47 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id A48691A34F0;
	Tue, 31 May 2016 13:35:47 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7jpj-0000zZ-JC; Tue, 31 May 2016 13:35:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7jpi-0000yq-MM
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 13:35:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7jpi-0002J1-4p
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:35:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 227812E80AF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:35:46 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 13:29:56 -0000
From: Will Cooke <1580836@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Tags: desktop-trello-import
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 unflavored willcooke
X-Launchpad-Bug-Reporter: unflavored (unflavored)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160512023342.8480.9932.malonedeb@soybean.canonical.com>
Message-Id: <20160531132957.22028.66720.launchpad@wampee.canonical.com>
Subject: [Bug 1580836] Re: Gnome Software ignores software-properties-gtk
 "When there are other updates" setting and displays update notification too
 regularly
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b74a137f7f1a98b74a4ed173694bc1aa19eee755
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580836 <1580836@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1580836

Title:
  Gnome Software ignores software-properties-gtk "When there are other
  updates" setting and displays update notification too regularly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580836/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 13:35:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DD4DA26C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 13:35:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D236C1A34EA;
	Tue, 31 May 2016 13:35:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7jpl-00011H-Mn; Tue, 31 May 2016 13:35:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7jpj-0000zv-Tc
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 13:35:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7jpj-0002H5-Gv
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:35:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 731282E80AF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:35:47 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 13:28:32 -0000
From: Will Cooke <1578317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug desktop-trello-import
 regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agustin-rc89 brad-figg cm-t cosmos-door
 josep-ubuntu jsalisbury mdowle tr4sk walter-garcia willcooke
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160531132833.27683.91080.launchpad@gac.canonical.com>
Subject: [Bug 1578317] Re: Regression: Mouse stuck at start-up
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0629baf595a486add260d3de3e9303b23bd444ee
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 13:35:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id F366A26C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 13:35:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E9D381A34EE;
	Tue, 31 May 2016 13:35:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7jpm-00012v-TZ; Tue, 31 May 2016 13:35:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7jpl-00010w-74
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 13:35:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7jpk-0002H8-Tu
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:35:48 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id C1A362E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:35:48 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 13:29:36 -0000
From: Will Cooke <1575426@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug desktop-trello-import xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bluesoviet seb128
X-Launchpad-Bug-Reporter: Ty Young (bluesoviet)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160426235952.17289.44582.malonedeb@soybean.canonical.com>
Message-Id: <20160531132937.22666.12275.launchpad@wampee.canonical.com>
Subject: [Bug 1575426] Re: Gnome Software doesn't update after refreshing
 system repositories
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a04bb103d9f7e5853e09098ab14caefff0a87681
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575426 <1575426@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Tags added: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1575426

Title:
  Gnome Software doesn't update after refreshing system repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1575426/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 13:41:24 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id E369026C22F6
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 13:41:24 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id DC8381A3511;
	Tue, 31 May 2016 13:41:24 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7jvA-0001q6-QU; Tue, 31 May 2016 13:41:24 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7jv9-0001p8-CU
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 13:41:23 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7jv8-0004sh-Oo
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:41:22 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A9D012E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:41:22 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 13:35:47 -0000
From: Dmitry Shachnev <mitya57@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=metacity; component=main; 
 status=Fix Released; importance=High;
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=xenial;
 sourcepackage=metacity; component=main; status=Fix Committed; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=yakkety;
 sourcepackage=metacity; component=main; status=Fix Released; importance=High; 
 assignee=mitya57@gmail.com; 
X-Launchpad-Bug-Tags: verification-done
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: albertsmuktupavels janitor mitya57 t-spam-0
 tjaalton
X-Launchpad-Bug-Reporter: Dantali0n (t-spam-0)
X-Launchpad-Bug-Modifier: Dmitry Shachnev (mitya57)
References: <20160517121652.7891.79312.malonedeb@soybean.canonical.com>
Message-Id: <20160531133547.22584.24637.malone@wampee.canonical.com>
Subject: [Bug 1582687] Re: workbench crashes metacity on ubuntu 16.04
X-Launchpad-Message-Rationale: Subscriber (metacity in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 9547bfdbeb72bcd36d9cc3df7a4db0e65abcd8ed
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1582687 <1582687@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thanks! With your latest commit I can no longer reproduce the crash.

I will upload the new version to yakkety and xenial-proposed shortly.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/1582687

Title:
  workbench crashes metacity on ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1582687/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 13:56:12 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 39C8C26C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 13:56:12 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 305F01A3370;
	Tue, 31 May 2016 13:56:12 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7k9T-0003kZ-Ba; Tue, 31 May 2016 13:56:11 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7k9H-0003eH-KH
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 13:55:59 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7k9H-00089A-2H
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:55:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id ED78F2E80C9
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 13:55:58 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 13:48:54 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=totem; component=main;
 status=Fix Released; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: laney
X-Launchpad-Bug-Reporter: Iain Lane (laney)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20150611093911.14413.60607.malonedeb@gac.canonical.com>
Message-Id: <20160531134855.17845.65906.launchpad@soybean.canonical.com>
Subject: [Bug 1464191] Re: [SRU] New upstream release 3.14.3
X-Launchpad-Message-Rationale: Subscriber (totem in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 5efb64ded2c30725ed56007932fcf680c6f490a8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1464191 <1464191@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** No longer affects: totem (Ubuntu Vivid)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1464191

Title:
  [SRU] New upstream release 3.14.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1464191/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 14:05:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id A4AC026C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 14:05:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 9A3951A33FA;
	Tue, 31 May 2016 14:05:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7kIh-0004iq-HE; Tue, 31 May 2016 14:05:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7kIg-0004ih-4n
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 14:05:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7kIf-0003Rh-S7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:05:41 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id D341A2E80C1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:05:41 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 13:55:49 -0000
From: Nikita Yerenkov-Scott <1587481@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=docky; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=docky; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
Message-Id: <20160531135549.17657.49631.malonedeb@soybean.canonical.com>
Subject: [Bug 1587481] [NEW] Unable to pin gnome-terminal to Docky
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cc2aa7aeac587428860c1a69a649a726e1058f9f
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587481 <1587481@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

I have noticed that after upgrading to Ubuntu GNOME 16.04 with GNOME
3.20 that I am unable to pin gnome-terminal to Docky. There simply is no
option even though it was pinned there before when I was running the
previous GNOME version. It also pins perfectly well to the built-in
GNOME dock in the Activities Overview, though I have not tried with any
other docking application. I am running Docky version 2.2.1.1-1 and
gnome-terminal version 3.20.2-1ubuntu1~xenial1.

** Affects: docky
     Importance: Undecided
         Status: New

** Affects: ubuntu-gnome
     Importance: Undecided
         Status: New

** Affects: docky (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: gnome-terminal (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: xenial

** Description changed:

  I have noticed that after upgrading to Ubuntu GNOME 16.04 with GNOME
  3.20 that I am unable to pin gnome-terminal to Docky. There simply is no
  option even though it was pinned there before when I was running the
  previous GNOME version. It also pins perfectly well to the built-in
  GNOME dock in the Activities Overview, though I have not tried with any
- other docking application. I am running Docky version 2.2.1.1-1.
+ other docking application. I am running Docky version 2.2.1.1-1 and
+ gnome-terminal version 3.20.2-1ubuntu1~xenial1.

** Also affects: docky (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: gnome-terminal (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: ubuntu-gnome
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1587481

Title:
  Unable to pin gnome-terminal to Docky

To manage notifications about this bug go to:
https://bugs.launchpad.net/docky/+bug/1587481/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 14:05:50 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B8EB726C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 14:05:50 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B2E0B1A3567;
	Tue, 31 May 2016 14:05:50 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7kIn-0004lk-Qm; Tue, 31 May 2016 14:05:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7kIj-0004jZ-1w
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 14:05:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7kIi-0003WW-M7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:05:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A5D822E800F
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:05:44 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 13:57:43 -0000
From: Nikita Yerenkov-Scott <1587481@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=docky; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=docky; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-terminal;
 component=main; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160531135549.17657.49631.malonedeb@soybean.canonical.com>
Message-Id: <20160531135743.28295.15007.malone@gac.canonical.com>
Subject: [Bug 1587481] Re: Unable to pin gnome-terminal to Docky
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 0700433601632248207cf3dee9f3f07eb532a8a1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587481 <1587481@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I don't know if this is a bug in Docky or gnome-terminal so I am
reporting it under both.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1587481

Title:
  Unable to pin gnome-terminal to Docky

To manage notifications about this bug go to:
https://bugs.launchpad.net/docky/+bug/1587481/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 14:20:46 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 34A6826C23EA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 14:20:46 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2B2431A343F;
	Tue, 31 May 2016 14:20:46 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7kXF-0005ir-Ob; Tue, 31 May 2016 14:20:45 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7kXF-0005im-18
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 14:20:45 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7kXE-0008F1-Jf
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:20:44 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 7109B2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:20:44 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 14:12:28 -0000
From: Nikita Yerenkov-Scott <1587481@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=docky; status=New; importance=Undecided; assignee=None;
X-Launchpad-Bug: product=ubuntu-gnome; status=New; importance=Undecided;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=docky; component=universe; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: yerenkov-scott
X-Launchpad-Bug-Reporter: Nikita Yerenkov-Scott (yerenkov-scott)
X-Launchpad-Bug-Modifier: Nikita Yerenkov-Scott (yerenkov-scott)
References: <20160531135549.17657.49631.malonedeb@soybean.canonical.com>
Message-Id: <20160531141228.26491.25352.malone@chaenomeles.canonical.com>
Subject: [Bug 1587481] Re: Unable to pin gnome-terminal to Docky
X-Launchpad-Message-Rationale: Subscriber (gnome-terminal in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2180fb329e05b791efe727c2a0a6d437696a2486
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587481 <1587481@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I have now tested it with other docking applications and it works fine
so I'm going to say that this is most likely a Docky issue.

** Description changed:

  I have noticed that after upgrading to Ubuntu GNOME 16.04 with GNOME
  3.20 that I am unable to pin gnome-terminal to Docky. There simply is no
  option even though it was pinned there before when I was running the
  previous GNOME version. It also pins perfectly well to the built-in
- GNOME dock in the Activities Overview, though I have not tried with any
- other docking application. I am running Docky version 2.2.1.1-1 and
- gnome-terminal version 3.20.2-1ubuntu1~xenial1.
+ GNOME dock in the Activities Overview, and I have also tried it and it
+ works fine with some other docking applications such as Plank. I am
+ running Docky version 2.2.1.1-1 and gnome-terminal version
+ 3.20.2-1ubuntu1~xenial1.

** Description changed:

  I have noticed that after upgrading to Ubuntu GNOME 16.04 with GNOME
  3.20 that I am unable to pin gnome-terminal to Docky. There simply is no
  option even though it was pinned there before when I was running the
  previous GNOME version. It also pins perfectly well to the built-in
  GNOME dock in the Activities Overview, and I have also tried it and it
  works fine with some other docking applications such as Plank. I am
  running Docky version 2.2.1.1-1 and gnome-terminal version
- 3.20.2-1ubuntu1~xenial1.
+ 3.20.2-1ubuntu1~xenial1. I think that this is a Docky issue but as I'm
+ not absolutely certain of it I thought I would also report it under
+ gnome-terminal so that I can get a reply from there and be sure of where
+ the issue is.

** Description changed:

  I have noticed that after upgrading to Ubuntu GNOME 16.04 with GNOME
  3.20 that I am unable to pin gnome-terminal to Docky. There simply is no
  option even though it was pinned there before when I was running the
  previous GNOME version. It also pins perfectly well to the built-in
  GNOME dock in the Activities Overview, and I have also tried it and it
  works fine with some other docking applications such as Plank. I am
  running Docky version 2.2.1.1-1 and gnome-terminal version
- 3.20.2-1ubuntu1~xenial1. I think that this is a Docky issue but as I'm
- not absolutely certain of it I thought I would also report it under
- gnome-terminal so that I can get a reply from there and be sure of where
- the issue is.
+ 3.20.2-1ubuntu1~xenial1.

** No longer affects: gnome-terminal (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1587481

Title:
  Unable to pin gnome-terminal to Docky

To manage notifications about this bug go to:
https://bugs.launchpad.net/docky/+bug/1587481/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 14:25:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id B45A826C23EA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 14:25:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id AE4651A35AD;
	Tue, 31 May 2016 14:25:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7kc3-0006hK-Ku; Tue, 31 May 2016 14:25:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7kc2-0006hA-Rr
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 14:25:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7kc2-0001LC-5s
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:25:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 1E2672E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:25:42 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 14:18:11 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=Triaged; importance=Medium; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: pitti
X-Launchpad-Bug-Reporter: Martin Pitt (pitti)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
Message-Id: <20160531141811.25793.31401.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1587489] [NEW] resolved: does not support zone indices in
 resolv.conf
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b6f48d867efd023e0d9ef1f80b5d450d5920c680
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587489 <1587489@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Resolved currently fails to parse IPv6 addresses with a zone index:

Failed to parse DNS server address 'fe80::c256:27ff:febb:12f%wlp3s0',
ignoring.

These can get written by NetworkManager when received through SLAAC.

This is being tracked upstream in
https://github.com/systemd/systemd/issues/3359 .

** Affects: systemd (Ubuntu)
     Importance: Medium
         Status: Triaged

** Changed in: systemd (Ubuntu)
       Status: New => Triaged

** Changed in: systemd (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1587489

Title:
  resolved: does not support zone indices in resolv.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1587489/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 14:36:57 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 91DF226C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 14:36:57 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 892F41A35A1;
	Tue, 31 May 2016 14:36:57 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7kmu-0007rP-JQ; Tue, 31 May 2016 14:36:56 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7kmt-0007rJ-Br
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 14:36:55 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7kms-0005u7-U2
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:36:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id E00202E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:36:54 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 14:26:12 -0000
From: Reinier Post <reinier.d.j.post@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-session; status=Fix Released; importance=Medium;
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-session;
 component=main; milestone=ubuntu-15.03; status=Fix Released;
 importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=trusty;
 sourcepackage=gnome-session; component=main; milestone=ubuntu-14.04.3;
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=utopic;
 sourcepackage=gnome-session; component=main; status=Fix Released;
 importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid;
 sourcepackage=gnome-flashback; component=universe; milestone=ubuntu-15.03;
 status=Fix Released; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; distroseries=vivid;
 sourcepackage=gnome-session; component=main; milestone=ubuntu-15.03;
 status=Fix Released; importance=Critical; assignee=None; 
X-Launchpad-Bug: distribution=debian; sourcepackage=gnome-session;
 component=main; status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: cherry-pick patch regression-release trusty utopic
 verification-done vivid
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: adrhc albertsmuktupavels arges brian-murray
 celestius chris-good cjhabs-c crichton decui eugenesan fmo james-david-smith
 janitor jonilaserson joshua-mccullough martin-lantz maxim-kuvyrkov mikedep333
 mitya57 nicholas-dipiazza pasi-tarhonen penalvch plotkin pradeep8985 r0lf
 reinpost rtandy ruediger.kupper rvbglas s-brisbane1 tomdeering7
 xavier-depedro
X-Launchpad-Bug-Reporter: Roman Bazalevsky (rvbglas)
X-Launchpad-Bug-Modifier: Reinier Post (reinpost)
References: <20131114151507.12773.19181.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160531142612.25887.78729.malone@chaenomeles.canonical.com>
Subject: [Bug 1251281] Re: gnome-session-flashback/Unity fails to start
 without hardware acceleration in cloud/remote environments
 (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)
X-Launchpad-Message-Rationale: Subscriber (gnome-session in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b21589b1de163ab0533438de2a5338a401ba6cb4
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1251281 <1251281@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Christopher M. Penalver, the reported problem was that using remote
desktop to connect to an Ubuntu 14.04 with a gnome-session doesn't work.

It is now May 31, 2016, it *still* doesn't work.  That's why I'm here.

The problem description was since changed and a fix was developed for a later Ubuntu release.
While that is great, it does not fix the original problem.  The original problem won't have been fixed until a backport for 14.04 is available.  Now you say people reporting the original problem should do so in a separate bug report.  I'm happy do do that but I think it will be closed as a duplicate.

Will it?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1251281

Title:
  gnome-session-flashback/Unity fails to start without hardware
  acceleration in cloud/remote environments
  (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/1251281/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 14:46:42 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 0951E26C288C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 14:46:42 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 037831A35EB;
	Tue, 31 May 2016 14:46:42 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7kwL-0008SN-QR; Tue, 31 May 2016 14:46:41 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7kwK-0008Rm-Lj
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 14:46:40 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7kwJ-0002PB-00
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:46:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A88D02E80CB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:46:38 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 14:37:56 -0000
From: Will Cooke <1580836@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor seb128 unflavored willcooke
X-Launchpad-Bug-Reporter: unflavored (unflavored)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160512023342.8480.9932.malonedeb@soybean.canonical.com>
Message-Id: <20160531143756.26064.69350.malone@chaenomeles.canonical.com>
Subject: [Bug 1580836] Automatically added comment
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1f4c78499c08686b6b60866f6db7941babe4053e
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1580836 <1580836@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Added to Trello: https://trello.com/c/GYVyCIeb/58-bug-1580836-gnome-
software-ignores-software-properties-gtk-when-there-are-other-updates-
setting-and-displays-update-notification

** Tags removed: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1580836

Title:
  Gnome Software ignores software-properties-gtk "When there are other
  updates" setting and displays update notification too regularly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1580836/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 14:47:01 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id D098726C288F
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 14:47:01 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C94BD1A35DA;
	Tue, 31 May 2016 14:47:01 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7kwe-00008d-S7; Tue, 31 May 2016 14:47:00 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7kwe-00008P-2W
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 14:47:00 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7kwd-0002wU-Hf
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:46:59 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 526582E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:46:59 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 14:37:54 -0000
From: Will Cooke <1578317@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gnome-software; status=Confirmed; importance=Medium; 
 assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug: distribution=fedora; sourcepackage=gnome-software;
 component=None; status=Unknown; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug regression-release xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: agustin-rc89 brad-figg cm-t cosmos-door
 josep-ubuntu jsalisbury mdowle tr4sk walter-garcia willcooke
X-Launchpad-Bug-Reporter: josep (josep-ubuntu)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160504171714.23766.13283.malonedeb@gac.canonical.com>
Message-Id: <20160531143754.26367.39492.malone@chaenomeles.canonical.com>
Subject: [Bug 1578317] Automatically added comment
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 449016f7ae02000005d468e9ad622325fd264498
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1578317 <1578317@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Added to Trello: https://trello.com/c/cGhAoPoZ/57-bug-1578317
-regression-mouse-stuck-at-start-up

** Tags removed: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1578317

Title:
  Regression: Mouse stuck at start-up

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1578317/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 14:47:22 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 76C2E26C239C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 14:47:22 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 6D3251A35EC;
	Tue, 31 May 2016 14:47:22 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7kx0-0000GN-BV; Tue, 31 May 2016 14:47:22 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7kwy-0000G1-MP
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 14:47:20 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7kwy-0003P0-Bu
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:47:20 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4F2362E8011
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 14:47:20 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 14:37:52 -0000
From: Will Cooke <1575426@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-software;
 component=main; status=Confirmed; importance=High; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: bluesoviet seb128 willcooke
X-Launchpad-Bug-Reporter: Ty Young (bluesoviet)
X-Launchpad-Bug-Modifier: Will Cooke (willcooke)
References: <20160426235952.17289.44582.malonedeb@soybean.canonical.com>
Message-Id: <20160531143752.27092.36468.malone@gac.canonical.com>
Subject: [Bug 1575426] Automatically added comment
X-Launchpad-Message-Rationale: Subscriber (gnome-software in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f65860741c29aa7a0417d9fb1fb259d91df7bb2b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1575426 <1575426@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Added to Trello: https://trello.com/c/4MfZGuhS/56-bug-1575426-gnome-
software-doesn-t-update-after-refreshing-system-repositories

** Tags removed: desktop-trello-import

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1575426

Title:
  Gnome Software doesn't update after refreshing system repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1575426/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:01:33 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 49BC726C2208
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:01:33 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 413E61A32FD;
	Tue, 31 May 2016 16:01:33 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7m6m-00089k-Ho; Tue, 31 May 2016 16:01:32 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7m6m-00089U-62
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:01:32 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7m6l-0002wB-PN
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:01:31 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 9FF5D2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:01:31 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 15:49:58 -0000
From: Javier Antonio Nisa Avila <1511333@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: blocked translate
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a9016009 hjd javiernisa
X-Launchpad-Bug-Reporter: Javier Antonio Nisa Avila (javiernisa)
X-Launchpad-Bug-Modifier: Javier Antonio Nisa Avila (javiernisa)
References: <20151029112625.11744.62455.malonedeb@chaenomeles.canonical.com>
 <20160530215612.22775.79055.malone@wampee.canonical.com>
Message-Id: <CAKa8sQ2grSstSWwdg9THYe1xMhTaQC7agGx_ww=YD1ZcfJxKXw@mail.gmail.com>
Subject: Re: [Bug 1511333] Re: Spanish translate template evolution wily 15.10
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: bfa3e298b67499f5f6839b61483d33472234e9eb
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1511333 <1511333@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

VGhlIFNwYW5pc2ggdHJhbnNsYXRlIHRlYW0gZGlkbid0IGFkbWl0IGluIHRoZSB0ZWFtLiB0aGUg
cHJvYmxlbSBzdGlsbApleGlzdHMsIGFsbCB0aGF0IHdlIHByZXNlbnQgd2UgbGVhdmUgcmVqZWN0
ZWQgYW5kIG1hbnkgd2UgaGF2ZSBodW5kcmVkcyBvcgp0aG91c2FuZHMgb2YgdHJhbnNsYXRpb25z
LiB0aGUgZ3JlYXQgcHJvYmxlbSBjb21lcyB3aXRoIHRoZSB0cmFuc2xhdGlvbgplcXVpcG1lbnQg
bm90IHdvcmtpbmcsIG5vdCB0cmFuc2xhdGVkIGFuZCBpcyBzbyBjbG9zZWQgdGhhdCBkb2VzIG5v
dCBhbGxvdwpoZWxwLiBlbGl0aXNtIGlzIHRoZSBzaWduIG9mIHRoaXMgdHJhbnNsYXRpb24gZXF1
aXBtZW50LiBJIGFtIGNyZXcgY2hpZWYgMTUKZW5naW5lZXJzIGFuZCBoYWQgbmV2ZXIgc2VlbiBz
byBtdWNoIG5lZ2xlY3QuIGNoYWlucyB0cmFuc2xhdGUgYnVpbGQgdXAgYW5kCkkgcmVtZW1iZXIg
dGhhdCB0aGUgSGlzcGFuaWMgY29tbXVuaXR5IGlzIG9uZSBvZiB0aGUgbW9zdCBpbXBvcnRhbnQg
Zm9yClVidW50dSBhbmQgc3RvcCB0cmFuc2xhdGUgdGhlIG9wZXJhdGluZyBzeXN0ZW0gY2FuIGdl
dCBpbiBhZ2FpbnN0IGhpbS4KdGhhbmtzCkVsIDMxLzA1LzIwMTYgMDA6MDUsICJBbmRyZSBLbGFw
cGVyIiA8YTkwMTYwMDlAZ214LmRlPiBlc2NyaWJpw7M6Cgo+IEphdmllcjogRGlkIHlvdSBjb250
YWN0IHRoZSBTcGFuaXNoIHRyYW5zbGF0b3JzPyBJcyBhbnl0aGluZyBlbHNlIG5lZWRlZAo+IGlu
IHRoaXMgYnVnIHJlcG9ydD8KPgo+IC0tCj4gWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlmaWNh
dGlvbiBiZWNhdXNlIHlvdSBhcmUgc3Vic2NyaWJlZCB0byB0aGUgYnVnCj4gcmVwb3J0Lgo+IGh0
dHBzOi8vYnVncy5sYXVuY2hwYWQubmV0L2J1Z3MvMTUxMTMzMwo+Cj4gVGl0bGU6Cj4gICBTcGFu
aXNoIHRyYW5zbGF0ZSB0ZW1wbGF0ZSBldm9sdXRpb24gd2lseSAxNS4xMAo+Cj4gU3RhdHVzIGlu
IGV2b2x1dGlvbiBwYWNrYWdlIGluIFVidW50dToKPiAgIE5ldwo+Cj4gQnVnIGRlc2NyaXB0aW9u
Ogo+ICAgSSBoYXZlIGJlZW4gdHJhbnNsYXRpbmcgcGFydCBvZiB0aGUgZXZvbHV0aW9uIG9mIFNw
YW5pc2ggdGVtcGxhdGUuIEl0Cj4gICByZW1haW5lZCB0byB0cmFuc2xhdGUgc3RyaW5ncyA1NzQs
ICBhbmQgSSB0cmFuc2xhdGVkIDQxNCBidXQgdGFrZSBhCj4gICB3ZWVrIG5vdyBhbmQgbm8gb25l
IGhhcyBnb25lIHRvIHRoZSBjaGFuZ2VkIHN0YXRlLgo+Cj4gICBUaGV5IGNhbiBwYXNzIHRoZSBz
dGF0ZSBjaGFuZ2VkIHRvIGNvbnRpbnVlIHRoZSB0cmFuc2xhdGlvbiwgYW5kCj4gICBub2JvZHkg
YW5zd2VycyBtZSBhbmQgdGhlIHRyYW5zbGF0aW9uIGlzIGJsb2NrZWQuCj4KPiAgIFRoYW5rIHlv
dS4KPgo+IFRvIG1hbmFnZSBub3RpZmljYXRpb25zIGFib3V0IHRoaXMgYnVnIGdvIHRvOgo+Cj4g
aHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3VyY2UvZXZvbHV0aW9uLytidWcv
MTUxMTMzMy8rc3Vic2NyaXB0aW9ucwo+CgotLSAKWW91IHJlY2VpdmVkIHRoaXMgYnVnIG5vdGlm
aWNhdGlvbiBiZWNhdXNlIHlvdSBhcmUgYSBtZW1iZXIgb2YgVWJ1bnR1CkRlc2t0b3AgQnVncywg
d2hpY2ggaXMgc3Vic2NyaWJlZCB0byBldm9sdXRpb24gaW4gVWJ1bnR1LgpodHRwczovL2J1Z3Mu
bGF1bmNocGFkLm5ldC9idWdzLzE1MTEzMzMKClRpdGxlOgogIFNwYW5pc2ggdHJhbnNsYXRlIHRl
bXBsYXRlIGV2b2x1dGlvbiB3aWx5IDE1LjEwCgpUbyBtYW5hZ2Ugbm90aWZpY2F0aW9ucyBhYm91
dCB0aGlzIGJ1ZyBnbyB0bzoKaHR0cHM6Ly9idWdzLmxhdW5jaHBhZC5uZXQvdWJ1bnR1Lytzb3Vy
Y2UvZXZvbHV0aW9uLytidWcvMTUxMTMzMy8rc3Vic2NyaXB0aW9ucwoKLS0gCmRlc2t0b3AtYnVn
cyBtYWlsaW5nIGxpc3QKZGVza3RvcC1idWdzQGxpc3RzLnVidW50dS5jb20KaHR0cHM6Ly9saXN0
cy51YnVudHUuY29tL21haWxtYW4vbGlzdGluZm8vZGVza3RvcC1idWdz

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:01:34 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id CBBD726C2208
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:01:34 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C59851A35E9;
	Tue, 31 May 2016 16:01:34 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7m6o-0008BT-NR; Tue, 31 May 2016 16:01:34 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7m6n-0008AX-H3
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:01:33 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7m6m-0002wK-Tu
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:01:32 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DA1FD2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:01:32 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 15:51:55 -0000
From: Javier Antonio Nisa Avila <1511333@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=evolution;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: blocked translate
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: a9016009 hjd javiernisa
X-Launchpad-Bug-Reporter: Javier Antonio Nisa Avila (javiernisa)
X-Launchpad-Bug-Modifier: Javier Antonio Nisa Avila (javiernisa)
References: <20151029112625.11744.62455.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160531155155.21898.45199.malone@wampee.canonical.com>
Subject: [Bug 1511333] Re: Spanish translate template evolution wily 15.10
X-Launchpad-Message-Rationale: Subscriber (evolution in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 2b719b5fc46b883ff08eb6c3b8bf30f7ad914007
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1511333 <1511333@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

the problem still exists, all that we present we leave rejected and many
we have hundreds or thousands of translations. the great problem comes
with the translation equipment not working, not translated and is so
closed that does not allow help. elitism is the sign of this translation
equipment. I am crew chief 15 engineers and had never seen so much
neglect. chains translate build up and I remember that the Hispanic
community is one of the most important for Ubuntu and stop translate the
operating system can get in against him. thanks

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1511333

Title:
  Spanish translate template evolution wily 15.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1511333/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:15:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1C02D26C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:15:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 0F7141A3607;
	Tue, 31 May 2016 16:15:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mKY-0004oV-UI; Tue, 31 May 2016 16:15:46 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mKY-0004oL-3U
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:15:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mKX-0006yM-JB
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:15:45 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 827712E80CA
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:15:45 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:07:24 -0000
From: DiagonalArg <1587550@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: update-manager
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: diagonalarg
X-Launchpad-Bug-Reporter: DiagonalArg (diagonalarg)
X-Launchpad-Bug-Modifier: DiagonalArg (diagonalarg)
Message-Id: <20160531160724.17591.47409.malonedeb@soybean.canonical.com>
Subject: [Bug 1587550] [NEW] package gconf2 failed to install/upgrade:
 dependency problems - leaving triggers unprocessed 
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 534a1e7ff9e8f0d10cebccc588afd49de6d1be83
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587550 <1587550@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

Ran "update-manager -d" thinking this was an upgrade to 16.04, but I
guess it's an upgrade to "testing".  Result is a window saying:

Could not install 'gconf2'

The upgrade will continue but the 'gconf2' package may not be in a
working state. Please consider submitting a bug report about it.

dependency problems - leaving triggers unprocessed

[Close]

** Affects: gconf (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: update-manager

** Attachment added: "apt-term.log"
   https://bugs.launchpad.net/bugs/1587550/+attachment/4673617/+files/apt-term.log

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1587550

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:15:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3568726C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:15:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2BE6D1A3648;
	Tue, 31 May 2016 16:15:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mKa-0004pB-1y; Tue, 31 May 2016 16:15:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mKZ-0004oa-3S
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:15:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mKY-0006xk-M8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:15:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A2F332E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:15:46 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:08:21 -0000
From: DiagonalArg <1587550@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: update-manager
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: diagonalarg
X-Launchpad-Bug-Reporter: DiagonalArg (diagonalarg)
X-Launchpad-Bug-Modifier: DiagonalArg (diagonalarg)
References: <20160531160724.17591.47409.malonedeb@soybean.canonical.com>
Message-Id: <20160531160821.18136.21395.malone@soybean.canonical.com>
Subject: [Bug 1587550] Re: package gconf2 failed to install/upgrade:
 dependency problems - leaving triggers unprocessed
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: a17d0b23d6d2d8e158307613bdc9fce5cce9e15d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587550 <1587550@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "main.log"
   https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+attachment/4673618/+files/main.log

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1587550

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:15:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 4A59526C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:15:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 446D61A3606;
	Tue, 31 May 2016 16:15:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mKb-0004qR-5V; Tue, 31 May 2016 16:15:49 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mKa-0004p3-0Q
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:15:48 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mKZ-0006yI-M1
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:15:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A52772E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:15:47 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:08:44 -0000
From: DiagonalArg <1587550@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: update-manager
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: diagonalarg
X-Launchpad-Bug-Reporter: DiagonalArg (diagonalarg)
X-Launchpad-Bug-Modifier: DiagonalArg (diagonalarg)
References: <20160531160724.17591.47409.malonedeb@soybean.canonical.com>
Message-Id: <20160531160844.22061.25671.malone@wampee.canonical.com>
Subject: [Bug 1587550] Re: package gconf2 failed to install/upgrade:
 dependency problems - leaving triggers unprocessed
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7b6f4be4529ff3b8aa92844873a4450349f8fb01
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587550 <1587550@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "history.log"
   https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+attachment/4673619/+files/history.log

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1587550

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:15:51 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5445C26C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:15:51 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 4E26C1A35FC;
	Tue, 31 May 2016 16:15:51 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mKc-0004rx-Am; Tue, 31 May 2016 16:15:50 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mKb-0004r3-Eu
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:15:49 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mKb-0006yM-2N
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:15:49 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 005A62E80AE
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:15:49 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:09:09 -0000
From: DiagonalArg <1587550@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: update-manager
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: diagonalarg
X-Launchpad-Bug-Reporter: DiagonalArg (diagonalarg)
X-Launchpad-Bug-Modifier: DiagonalArg (diagonalarg)
References: <20160531160724.17591.47409.malonedeb@soybean.canonical.com>
Message-Id: <20160531160909.18249.20043.malone@soybean.canonical.com>
Subject: [Bug 1587550] Re: package gconf2 failed to install/upgrade:
 dependency problems - leaving triggers unprocessed
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: ff38418530483eedd221daf2b17ae10750c36d97
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587550 <1587550@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "apt.log"
   https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+attachment/4673620/+files/apt.log

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1587550

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:15:54 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DA9E026C23EB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:15:54 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D45B11A3608;
	Tue, 31 May 2016 16:15:54 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mKg-0004vn-L8; Tue, 31 May 2016 16:15:54 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mKc-0004so-Lx
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:15:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mKc-0006xm-8g
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:15:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3273B2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:15:50 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:09:50 -0000
From: DiagonalArg <1587550@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: update-manager
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: diagonalarg
X-Launchpad-Bug-Reporter: DiagonalArg (diagonalarg)
X-Launchpad-Bug-Modifier: DiagonalArg (diagonalarg)
References: <20160531160724.17591.47409.malonedeb@soybean.canonical.com>
Message-Id: <20160531160950.27456.42238.malone@gac.canonical.com>
Subject: [Bug 1587550] Re: package gconf2 failed to install/upgrade:
 dependency problems - leaving triggers unprocessed
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f37f0fd67b99968ca66491cdd01682879bf059da
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587550 <1587550@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Attachment added: "lspci.txt"
   https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+attachment/4673621/+files/lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1587550

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:25:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C86D526C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:25:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id C08331A3663;
	Tue, 31 May 2016 16:25:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mUN-00064f-LA; Tue, 31 May 2016 16:25:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mUM-000645-NB
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:25:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mUL-0001lK-Rx
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:25:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 79DDD2E80CF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:25:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:18:30 -0000
From: DiagonalArg <1587550@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: update-manager
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: diagonalarg
X-Launchpad-Bug-Reporter: DiagonalArg (diagonalarg)
X-Launchpad-Bug-Modifier: DiagonalArg (diagonalarg)
References: <20160531160724.17591.47409.malonedeb@soybean.canonical.com>
Message-Id: <20160531161830.17690.65678.malone@soybean.canonical.com>
Subject: [Bug 1587550] Re: package gconf2 failed to install/upgrade:
 dependency problems - leaving triggers unprocessed 
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: cdeb73ec7dc5497c2dfacb9fbce9009faf8fa619
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587550 <1587550@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I guess I can't post the crash file. Launchpad barfs. Sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1587550

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:25:56 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 98BAB26C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:25:56 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 908571A3677;
	Tue, 31 May 2016 16:25:56 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mUN-00064Q-JN; Tue, 31 May 2016 16:25:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mUL-00063z-UB
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:25:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mUL-0001lE-0e
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:25:53 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 4FFE62E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:25:52 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:17:28 -0000
From: DiagonalArg <1587550@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: update-manager
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: diagonalarg
X-Launchpad-Bug-Reporter: DiagonalArg (diagonalarg)
X-Launchpad-Bug-Modifier: DiagonalArg (diagonalarg)
References: <20160531160724.17591.47409.malonedeb@soybean.canonical.com>
Message-Id: <20160531161728.26367.97796.malone@chaenomeles.canonical.com>
Subject: [Bug 1587550] Re: package gconf2 failed to install/upgrade:
 dependency problems - leaving triggers unprocessed 
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: d0398d238e4a3c485cc8aef322d171c0ef3a36d1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587550 <1587550@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

sudo update-manager -d
Checking for a new Ubuntu release
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
authenticate 'xenial.tar.gz' against 'xenial.tar.gz.gpg' 
extracting 'xenial.tar.gz'
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/gconf2.0.crash'

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1587550

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:25:59 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id DBC7226C241A
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:25:59 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id D5F381A35FD;
	Tue, 31 May 2016 16:25:59 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mUQ-00067q-Sg; Tue, 31 May 2016 16:25:58 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mUP-000675-PB
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:25:57 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mUP-0001l5-7t
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:25:57 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 2B9252E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:25:57 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:18:31 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libwnck; component=universe;
 status=In Progress; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: roland65 seb128
X-Launchpad-Bug-Reporter: Roland65 (roland65)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160531073353.25918.87467.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160531161831.22742.83199.malone@wampee.canonical.com>
Subject: [Bug 1587287] Re: Missing language *.mo files in libwnck-common
X-Launchpad-Message-Rationale: Subscriber (libwnck in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 89278b42eabaec624f7f36337243b3918cb20884
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587287 <1587287@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Thank you for your bug report, indeed it needs a rebuild in universe
since translation were moved to langpack when it was in main and not
included back since. Does that have any user visible impact?

** Changed in: libwnck (Ubuntu)
       Status: New => In Progress

** Changed in: libwnck (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libwnck in Ubuntu.
https://bugs.launchpad.net/bugs/1587287

Title:
  Missing language *.mo files in libwnck-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libwnck/+bug/1587287/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:26:22 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7CF8C26C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:26:22 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 77B2E1A35FD;
	Tue, 31 May 2016 16:26:22 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mUn-0006EB-Fb; Tue, 31 May 2016 16:26:21 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mUc-0006Ab-OB
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:26:10 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mUc-0002A5-CE
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:26:10 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 56AFC2E80AF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:26:10 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:20:29 -0000
From: Iain Lane <iain@orangesquash.org.uk>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-calendar;
 component=main; status=Confirmed; importance=Medium; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport janitor peterkulshan
X-Launchpad-Bug-Reporter: =?utf-8?b?0J/QtdGC0YAg0JrRg9C70YzRiNCw0L0gKHBl?=
 =?utf-8?q?terkulshan=29?=
X-Launchpad-Bug-Modifier: Iain Lane (laney)
References: <20160213110720.24749.3796.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160531162030.26334.24352.launchpad@chaenomeles.canonical.com>
Subject: [Bug 1545259] Re: gnome-calendar crashed with signal 5 in
 g_malloc0_n()
X-Launchpad-Message-Rationale: Subscriber (gnome-calendar in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: dff4ed0a0f82d44cb827937cdcffb426f79f8e35
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1545259 <1545259@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1545259

Title:
  gnome-calendar crashed with signal 5 in g_malloc0_n()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1545259/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:30:44 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3AE3126C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:30:44 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2F4A01A3665;
	Tue, 31 May 2016 16:30:44 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mZ1-0006eU-2A; Tue, 31 May 2016 16:30:43 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mZ0-0006eA-B1
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:30:42 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mYy-0002tw-MI
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:30:40 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 922F72E80C8
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:30:40 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:25:03 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gnome-system-tools;
 component=universe; status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: raring saucy trusty utopic vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160531162503.17521.44959.malonedeb@soybean.canonical.com>
Subject: [Bug 1587565] [NEW] /usr/bin/users-admin:*** Error in `users-admin':
 free(): invalid next size (fast): ADDR ***
X-Launchpad-Message-Rationale: Subscriber (gnome-system-tools in Ubuntu)
 @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 36a5f1bb34ae4b3cb645bd6d3095b2b430155eb8
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587565 <1587565@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding gnome-system-tools.  This problem was most recently seen with
version 3.0.0-4ubuntu2, the problem page at
https://errors.ubuntu.com/problem/2ec9bff2edb2f705ab72d04bba79172508511dc7
contains more details.

** Affects: gnome-system-tools (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: raring saucy trusty utopic vivid wily xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1587565

Title:
  /usr/bin/users-admin:*** Error in `users-admin': free(): invalid next
  size (fast): ADDR ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/1587565/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:30:53 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 00F5826C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:30:53 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id E94621A3665;
	Tue, 31 May 2016 16:30:52 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mZ9-0006mV-QI; Tue, 31 May 2016 16:30:51 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mZ8-0006l5-PW
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:30:50 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mZ8-0002wO-7L
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:30:50 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 32CBC2E808D
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:30:50 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:24:15 -0000
From: Martin Pitt <martin.pitt@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=systemd; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-crash yakkety
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: apport s-brian-f
X-Launchpad-Bug-Reporter: Brian Mingus (s-brian-f)
X-Launchpad-Bug-Modifier: Martin Pitt (pitti)
X-Launchpad-Bug-Duplicate: 1587141
References: <20160531154644.22165.17798.malonedeb@wampee.canonical.com>
Message-Id: <20160531162415.28117.84416.launchpad@gac.canonical.com>
Subject: [Bug 1587541] Re: systemd-resolved crashed with SIGABRT
X-Launchpad-Message-Rationale: Subscriber (systemd in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 94a71138be049923856ae5b8fe55d6b77e3d7900
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587541 <1587541@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

*** This bug is a duplicate of bug 1587141 ***
    https://bugs.launchpad.net/bugs/1587141

** This bug is no longer a duplicate of private bug 1587521
** This bug has been marked a duplicate of bug 1587141
   systemd-resolved crashed with SIGABRT: Assertion 'p->n_ref > 0' failed at ../src/resolve/resolved-dns-packet.c:184, function dns_packet_unref(

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1587541

Title:
  systemd-resolved crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1587541/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:35:38 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 33FCF26C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:35:38 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 2C8A91A368A;
	Tue, 31 May 2016 16:35:38 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mdl-0007bO-F4; Tue, 31 May 2016 16:35:37 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mdj-0007aS-N5
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:35:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mdj-0004Sw-7C
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:35:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 517CB2E80CE
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:35:34 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:27:27 -0000
From: "errors.ubuntu.com bug bridge" <whoopsie-daisy-bug-bridge@canonical.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=file-roller; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: saucy trusty utopic vivid wily xenial
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: whoopsie-daisy-bug-bridge
X-Launchpad-Bug-Reporter: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
X-Launchpad-Bug-Modifier: errors.ubuntu.com bug bridge
 (whoopsie-daisy-bug-bridge)
Message-Id: <20160531162727.26130.50283.malonedeb@chaenomeles.canonical.com>
Subject: [Bug 1587567] [NEW]
 /usr/bin/file-roller:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_new_valist:g_object_new
X-Launchpad-Message-Rationale: Subscriber (file-roller in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: f8b2310eac30ebf43ca5d117e498ee47492e8dc2
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587567 <1587567@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding file-roller.  This problem was most recently seen with version
3.16.5-0ubuntu1, the problem page at
https://errors.ubuntu.com/problem/1cba190b20f32aa30bdc39d86b46b2ab10f9db1c
contains more details.

** Affects: file-roller (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: saucy trusty utopic vivid wily xenial

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1587567

Title:
  /usr/bin/file-
  roller:5:g_settings_set_property:object_set_property:g_object_new_internal:g_object_new_valist:g_object_new

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1587567/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:35:39 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 5129726C21AB
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:35:39 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 481C91A3689;
	Tue, 31 May 2016 16:35:39 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mdm-0007cs-JP; Tue, 31 May 2016 16:35:38 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mdl-0007cD-Ru
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:35:37 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mdl-0004Sd-D0
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:35:37 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 3086C2E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:35:37 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:28:50 -0000
From: DiagonalArg <1587550@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: update-manager
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: diagonalarg
X-Launchpad-Bug-Reporter: DiagonalArg (diagonalarg)
X-Launchpad-Bug-Modifier: DiagonalArg (diagonalarg)
References: <20160531160724.17591.47409.malonedeb@soybean.canonical.com>
Message-Id: <20160531162850.18171.76150.malone@soybean.canonical.com>
Subject: [Bug 1587550] Re: package gconf2 failed to install/upgrade:
 dependency problems - leaving triggers unprocessed 
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 1530b6ae8fb65b83031f686ce3a6f49e43f2f942
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587550 <1587550@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

I tried to run:

I tried to run:

apport-collect 1587550
You need to run 'sudo apt-get install python-apport' for apport-collect to work.

I don't want to run apt-get in the middle of an upgrade, so I tried:

sudo apport-bug /var/crash/gconf2.0.crash
[sudo] password for []: 
/usr/share/apport/apport-gtk:16: PyGIWarning: Wnck was imported without specifying a version first. Use gi.require_version('Wnck', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import GLib, Wnck, GdkX11, Gdk
dev@ThinkPad-T530:~$ 
(firefox:17827): dconf-CRITICAL **: unable to create file '/home/dev/.cache/dconf/user': Permission denied.  dconf will not work properly.

In the browser I get:

Invalid OpenID transaction

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1587550

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 16:46:33 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1ABFD26C23EA
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 16:46:33 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 22E6B1A3C72;
	Tue, 31 May 2016 16:46:02 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7mnq-0008EV-0h; Tue, 31 May 2016 16:46:02 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7mnX-000898-5M
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 16:45:43 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7mnW-0007oC-6I
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:45:42 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 093B42E80C7
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 16:45:42 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:38:33 -0000
From: DiagonalArg <1587550@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: update-manager
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: diagonalarg
X-Launchpad-Bug-Reporter: DiagonalArg (diagonalarg)
X-Launchpad-Bug-Modifier: DiagonalArg (diagonalarg)
References: <20160531160724.17591.47409.malonedeb@soybean.canonical.com>
Message-Id: <20160531163834.28295.47448.malone@gac.canonical.com>
Subject: [Bug 1587550] Re: package gconf2 failed to install/upgrade:
 dependency problems - leaving triggers unprocessed 
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 4d4be9b10587139cb4a78e256abd2b615bbae2ce
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587550 <1587550@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Well, if you can tell me how to get you that crash file, I'll do it; but
nothing I am trying is working.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1587550

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 17:01:30 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 3A54626C2208
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 17:01:30 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 3050F1A3020;
	Tue, 31 May 2016 17:01:30 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7n2n-0001QH-80; Tue, 31 May 2016 17:01:29 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7n2m-0001Q3-91
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 17:01:28 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7n2l-0002UV-Sx
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 17:01:27 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id CD0C72E80C6
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 17:01:27 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:51:22 -0000
From: Swarup Dev <swarup.bhai1@gmail.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gedit; status=Expired; importance=High; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=scim; component=universe; 
 status=Incomplete; importance=Low;
 assignee=launchpad.net@rolf.leggewie.biz; 
X-Launchpad-Bug: distribution=debian; sourcepackage=scim; component=main;
 status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: atul-thakur gunnarhj janitor osamu r0lf
 swarup-bhai1
X-Launchpad-Bug-Reporter: Swarup Dev (swarup-bhai1)
X-Launchpad-Bug-Modifier: Swarup Dev (swarup-bhai1)
References: <20140503012450.27281.81143.malonedeb@gac.canonical.com>
Message-Id: <20160531165123.22327.66049.malone@wampee.canonical.com>
Subject: [Bug 1315579] Re: When using scim-m17n in gedit,
 the backspace and delete keys are dysfunctional
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: c8769256808a0bbefce3877e4588a1fd01d86f6b
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1315579 <1315579@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Yes, it was specifically in Trusty 14.04 that this issue was found, in
May of 2014. Due to the Gedit and Dash issues with SCIM, I had to leave
using SCIM and use Fcitx instead. For the last 2 years I've been using
Fcitx.

As to your second question, I would need to make SCIM the active input
method and test it. If doing so will affect the action taken here, let
me know and I will try and test it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1315579

Title:
  When using scim-m17n in gedit, the backspace and delete keys are
  dysfunctional

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1315579/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 17:05:43 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7924526C2208
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 17:05:43 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 720001A36DC;
	Tue, 31 May 2016 17:05:43 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7n6s-0001g2-IG; Tue, 31 May 2016 17:05:42 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7n6p-0001fm-Rz
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 17:05:39 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7n6p-00038j-Ko
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 17:05:39 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 974A02E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 17:05:39 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 16:57:25 -0000
From: DiagonalArg <1587550@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gconf; component=main;
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Tags: update-manager
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: diagonalarg
X-Launchpad-Bug-Reporter: DiagonalArg (diagonalarg)
X-Launchpad-Bug-Modifier: DiagonalArg (diagonalarg)
References: <20160531160724.17591.47409.malonedeb@soybean.canonical.com>
Message-Id: <20160531165725.27827.45358.malone@gac.canonical.com>
Subject: [Bug 1587550] Re: package gconf2 failed to install/upgrade:
 dependency problems - leaving triggers unprocessed 
X-Launchpad-Message-Rationale: Subscriber (gconf in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 7ac682259c93ea92f280bf1d761214a0d7b0416a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587550 <1587550@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Ok, I hit "close" on that "Could not install 'gconf2'" window, and now
it's hung at trying to unpack baobab_3.18.1-1ubuntu1_amd64.deb

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1587550

Title:
  package gconf2 failed to install/upgrade: dependency problems -
  leaving triggers unprocessed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1587550/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 17:20:48 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 7AB7526C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 17:20:48 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 736041A3755;
	Tue, 31 May 2016 17:20:48 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7nLU-0003EC-BJ; Tue, 31 May 2016 17:20:48 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7nLT-0003E3-S1
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 17:20:47 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7nLT-0007o6-Dm
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 17:20:47 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 65DF62E80AF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 17:20:47 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 17:10:42 -0000
From: Roland65 <1587287@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libwnck; component=universe;
 status=In Progress; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: roland65 seb128
X-Launchpad-Bug-Reporter: Roland65 (roland65)
X-Launchpad-Bug-Modifier: Roland65 (roland65)
References: <20160531073353.25918.87467.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160531171042.26454.71595.malone@chaenomeles.canonical.com>
Subject: [Bug 1587287] Re: Missing language *.mo files in libwnck-common
X-Launchpad-Message-Rationale: Subscriber (libwnck in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 37bcd6a96286372bdc2e32ae81d594588f326bb1
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587287 <1587287@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Yes indeed: at least in xfce4, the pager applet shows its strings in
english (Move to anther desktop, Click to move to desktop 2, etc.).
Probably the same in the gnome panel.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libwnck in Ubuntu.
https://bugs.launchpad.net/bugs/1587287

Title:
  Missing language *.mo files in libwnck-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libwnck/+bug/1587287/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 17:46:08 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 953F726C204C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 17:46:08 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 8D3981A37C7;
	Tue, 31 May 2016 17:46:08 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7nk0-0004yz-FQ; Tue, 31 May 2016 17:46:08 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7njl-0004wP-8q
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 17:45:53 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7njk-0006Dx-NR
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 17:45:52 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id A90762E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 17:45:52 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 17:39:16 -0000
From: Sebastien Bacher <seb128@ubuntu.com>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libwnck; component=universe;
 status=In Progress; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: roland65 seb128
X-Launchpad-Bug-Reporter: Roland65 (roland65)
X-Launchpad-Bug-Modifier: Sebastien Bacher (seb128)
References: <20160531073353.25918.87467.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160531173916.26405.58715.malone@chaenomeles.canonical.com>
Subject: [Bug 1587287] Re: Missing language *.mo files in libwnck-common
X-Launchpad-Message-Rationale: Subscriber (libwnck in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6371d13950c778a81ca475d4fdb819e40c52d33a
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587287 <1587287@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

thank, it's not the same in gnome-panel since it's using gtk3 and
libwnck3 which has translations

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libwnck in Ubuntu.
https://bugs.launchpad.net/bugs/1587287

Title:
  Missing language *.mo files in libwnck-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libwnck/+bug/1587287/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 18:06:37 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id C16D526C2208
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 18:06:37 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id B8D501A378C;
	Tue, 31 May 2016 18:06:37 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7o3o-0007Ud-QC; Tue, 31 May 2016 18:06:36 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7o3n-0007UT-DM
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 18:06:35 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7o3m-0005aM-W3
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 18:06:35 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id F05142E80C4
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 18:06:34 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 17:56:53 -0000
From: Launchpad Bug Tracker <1587287@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=libwnck; component=universe;
 status=Fix Released; importance=Low; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: janitor roland65 seb128
X-Launchpad-Bug-Reporter: Roland65 (roland65)
X-Launchpad-Bug-Modifier: Launchpad Janitor (janitor)
References: <20160531073353.25918.87467.malonedeb@chaenomeles.canonical.com>
Message-Id: <20160531175655.22642.86080.malone@ackee.canonical.com>
Subject: [Bug 1587287] Re: Missing language *.mo files in libwnck-common
X-Launchpad-Message-Rationale: Subscriber (libwnck in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 6cc50d1f632d31d68105f4b5a4d2fcddee0e2278
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587287 <1587287@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

This bug was fixed in the package libwnck - 1:2.30.7-5ubuntu2

---------------
libwnck (1:2.30.7-5ubuntu2) yakkety; urgency=medium

  * No change rebuild in universe so translations are included (lp:
#1587287)

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 31 May 2016 18:17:02
+0200

** Changed in: libwnck (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to libwnck in Ubuntu.
https://bugs.launchpad.net/bugs/1587287

Title:
  Missing language *.mo files in libwnck-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libwnck/+bug/1587287/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 19:10:49 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 1276826C288C
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 19:10:49 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 095DF1A37F4;
	Tue, 31 May 2016 19:10:49 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7p3v-0007Ap-QX; Tue, 31 May 2016 19:10:47 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7p3u-0007AP-TR
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 19:10:46 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7p3u-0007XF-Mj
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 19:10:46 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id 868212E800F
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 19:10:46 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 19:04:21 -0000
From: Phil <1587614@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=nautilus; component=main; 
 status=New; importance=Undecided; assignee=None; 
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: phil11
X-Launchpad-Bug-Reporter: Phil (phil11)
X-Launchpad-Bug-Modifier: Phil (phil11)
Message-Id: <20160531190421.27092.4449.malonedeb@gac.canonical.com>
Subject: [Bug 1587614] [NEW] Open with - duplicate entries
X-Launchpad-Message-Rationale: Subscriber (nautilus in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: b4df091a1fcca4401af113615002821d08a5c11d
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1587614 <1587614@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

Public bug reported:

1. Installed Ubuntu 16.04
2. Followed this guide to try out Xubuntu (except for step 3, because I wanted to keep Unity in case.
3. Ended up going back to Unity via other steps I don't remember (using terminal to edit lightdm, etc)
4. Open with now has duplicate entries

Based on question 61397, I can use this as a workaround but I'd
appreciate the devs can look into how this can be prevented in future.

Thanks
Phil

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1587614

Title:
  Open with - duplicate entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1587614/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

From desktop-bugs-bounces@lists.ubuntu.com  Tue May 31 20:40:55 2016
Return-Path: <desktop-bugs-bounces@lists.ubuntu.com>
X-Original-To: listarchive-desktopbugs@lillypilly.canonical.com
Delivered-To: listarchive-desktopbugs@lillypilly.canonical.com
Received: from seviper.canonical.com (seviper.canonical.com [91.189.95.10])
	by lillypilly.canonical.com (Postfix) with ESMTP id 6A41326C2145
	for <listarchive-desktopbugs@lillypilly.canonical.com>; Tue, 31 May 2016 20:40:55 +0000 (UTC)
Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19])
	by seviper.canonical.com (Postfix) with ESMTP id 5FC471A3581;
	Tue, 31 May 2016 20:40:55 +0000 (UTC)
Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com)
	by huckleberry.canonical.com with esmtp (Exim 4.76)
	(envelope-from <desktop-bugs-bounces@lists.ubuntu.com>)
	id 1b7qT9-0006Nf-AC; Tue, 31 May 2016 20:40:55 +0000
Received: from indium.canonical.com ([91.189.90.7])
 by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.76) (envelope-from <bounces@canonical.com>)
 id 1b7qT8-0006NS-D5
 for desktop-bugs@lists.ubuntu.com; Tue, 31 May 2016 20:40:54 +0000
Received: from loganberry.canonical.com ([91.189.90.37])
 by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian))
 id 1b7qT7-0006UU-Uv
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 20:40:54 +0000
Received: from loganberry.canonical.com (localhost [127.0.0.1])
 by loganberry.canonical.com (Postfix) with ESMTP id DB70E2E80BF
 for <desktop-bugs@lists.ubuntu.com>; Tue, 31 May 2016 20:40:53 +0000 (UTC)
MIME-Version: 1.0
Date: Tue, 31 May 2016 20:35:38 -0000
From: Gunnar Hjalmarsson <1315579@bugs.launchpad.net>
To: desktop-bugs@lists.ubuntu.com
X-Launchpad-Notification-Type: bug
X-Launchpad-Bug: product=gedit; status=Expired; importance=High; assignee=None;
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=gedit; component=main;
 status=Triaged; importance=Low; assignee=None; 
X-Launchpad-Bug: distribution=ubuntu; sourcepackage=scim; component=universe; 
 status=Incomplete; importance=Low;
 assignee=launchpad.net@rolf.leggewie.biz; 
X-Launchpad-Bug: distribution=debian; sourcepackage=scim; component=main;
 status=New; importance=Unknown; assignee=None; 
X-Launchpad-Bug-Tags: amd64 apport-bug trusty
X-Launchpad-Bug-Information-Type: Public
X-Launchpad-Bug-Private: no
X-Launchpad-Bug-Security-Vulnerability: no
X-Launchpad-Bug-Commenters: atul-thakur gunnarhj janitor osamu r0lf
 swarup-bhai1
X-Launchpad-Bug-Reporter: Swarup Dev (swarup-bhai1)
X-Launchpad-Bug-Modifier: Gunnar Hjalmarsson (gunnarhj)
References: <20140503012450.27281.81143.malonedeb@gac.canonical.com>
Message-Id: <20160531203538.27127.10857.malone@gac.canonical.com>
Subject: [Bug 1315579] Re: When using scim-m17n in gedit,
 the backspace and delete keys are dysfunctional
X-Launchpad-Message-Rationale: Subscriber (gedit in Ubuntu) @desktop-bugs
X-Launchpad-Message-For: desktop-bugs
Precedence: bulk
X-Generated-By: Launchpad (canonical.com); Revision="18053";
 Instance="launchpad-lazr.conf"
X-Launchpad-Hash: 60536a9373611765ed472f8d56f7d56074700895
X-BeenThere: desktop-bugs@lists.ubuntu.com
X-Mailman-Version: 2.1.14
Reply-To: Bug 1315579 <1315579@bugs.launchpad.net>
List-Id: Desktop bug tracker changes - HIGH VOLUME
 <desktop-bugs.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=unsubscribe>
List-Post: <mailto:desktop-bugs@lists.ubuntu.com>
List-Help: <mailto:desktop-bugs-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/desktop-bugs>,
 <mailto:desktop-bugs-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: desktop-bugs-bounces@lists.ubuntu.com
Sender: desktop-bugs-bounces@lists.ubuntu.com

On 2016-05-31 18:51, Swarup Dev wrote:
> As to your second question, I would need to make SCIM the active
> input method and test it. If doing so will affect the action taken
> here, let me know and I will try and test it.

Yes, it would be helpful if you could do so. Please note that we'd also
need a reproducible test case at bug #1319872, or else that bug will be
closed.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1315579

Title:
  When using scim-m17n in gedit, the backspace and delete keys are
  dysfunctional

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1315579/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

